diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ac27fab49d91..ab3b10199c50 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -201,6 +201,9 @@ # ServiceLabel: %Compute - VMSS %Service Attention #// @Drewm3 @avirishuv +# PRLabel: %Confidential Ledger +/sdk/confidentialledger/ @christothes + # ServiceLabel: %Consumption %Service Attention /sdk/consumption/Microsoft.Azure.Management.Consumption/ @ms-premp diff --git a/.vscode/cspell.json b/.vscode/cspell.json new file mode 100644 index 000000000000..c239ab0c45e8 --- /dev/null +++ b/.vscode/cspell.json @@ -0,0 +1,37 @@ +{ + "version": "0.1", + "language": "en_US", + "languageId": "csharp", + "dictionaries": ["powershell"], + "ignorePaths": [ + "**/SessionRecords/**", + "**/packages/**", + "artifacts/**/*", + "*.exe", + "*.dll", + "*.nupkg", + "*.bmp", + "*.png", + "*.gif", + "*.jpg", + "*.tiff", + "*.wav", + "*.pdf", + "*.zip", + "*.sha512", + "*.ico", + "*.pri", + ".vscode/cspell.json" + ], + // cspell is not case sensitive + // Sort words alphabetically to make this list easier to use + "words": ["azsdk", "pwsh"], + "overrides": [ + { "filename": "**/sdk/formrecognizer/**/*.cs", "words": ["ZhHant"] }, + { + "filename": "**/eng/pipelines/templates/jobs/ci.yml", + "words": ["warnaserror"] + } + ], + "allowCompoundWords": true +} diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 000000000000..4acb4bd22cb9 --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,29 @@ +# Support + +## How to file issues and get help   + +Customers with a [support plan](https://azure.microsoft.com/en-us/support/options/) can open an Azure Support ticket [here](https://azure.microsoft.com/support/create-ticket/). +**We recommend this option if your problem requires immediate attention.** + +### Community resources +- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/azure-sdk-.net) and tag it with azure-sdk-.net +- Share or upvote feature requests on [Feedback Page](https://feedback.azure.com/forums/34192--general-feedback). +- Take a look at the [Azure SDK blog](https://devblogs.microsoft.com/azure-sdk/). +- Chat with other community members on [gitter](https://gitter.im/Azure/azure-sdk-for-net?source=orgpage) +- Ask a question on [Twitter](https://twitter.com/AzureSDK) +- Ask a question at [Microsoft Q&A](https://docs.microsoft.com/answers/products/azure?WT.mc_id=Portal-Microsoft_Azure_Support&product=all) +- Ask a question at [Microsoft Tech Community](https://techcommunity.microsoft.com/t5/azure/ct-p/Azure) +- Search for similar issues in [our GitHub repository](https://github.com/Azure/azure-sdk-for-net/issues) + +### Security bugs +Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center(secure@microsoft.com). +You should receive a response within 24 hours. +Further information, including the MSRC PGP key, can be found in the [Security TechCenter](https://www.microsoft.com/msrc/faqs-report-an-issue?rtc=1) + +### Github issues +We use [GitHub Issues](https://github.com/Azure/azure-sdk-for-net/issues/new/choose) to track bugs, questions, and feature requests. +GitHub issues are free, but **response time is not guaranteed.** See [GitHub issues support process](https://devblogs.microsoft.com/azure-sdk/github-issue-support-process/) for more details. + +## Microsoft Support Policy + +Please refer to [Azure SDK Support and Lifecycle information](https://azure.github.io/azure-sdk/policies_support.html) diff --git a/eng/.docsettings.yml b/eng/.docsettings.yml index 21f346f7f4ce..4adbc8c430ab 100644 --- a/eng/.docsettings.yml +++ b/eng/.docsettings.yml @@ -58,6 +58,7 @@ known_presence_issues: - ['sdk/cognitiveservices/Vision.Face','#5499'] - ['sdk/cognitiveservices/Vision.FormRecognizer','#5499'] - ['sdk/containerregistry/Microsoft.Azure.ContainerRegistry','#5499'] + - ['sdk/eventgrid/Azure.Messaging.EventGrid/EventGridSourceGenerator','#5499'] - ['sdk/eventgrid/Microsoft.Azure.EventGrid','#5499'] - ['sdk/eventhub/Microsoft.Azure.EventHubs.Processor','#5499'] - ['sdk/eventhub/Microsoft.Azure.EventHubs.ServiceFabricProcessor','#5499'] diff --git a/eng/CHECKENFORCER b/eng/CHECKENFORCER index 1d39370c9da5..3e69ffa41ce5 100644 --- a/eng/CHECKENFORCER +++ b/eng/CHECKENFORCER @@ -1,6 +1,6 @@ format: v0.1-alpha minimumCheckRuns: 1 -timeout: 5 +timeout: 10 message: > This pull request is protected by [Check Enforcer](https://aka.ms/azsdk/check-enforcer). @@ -62,4 +62,4 @@ message: > ## For track 1 management-plane SDKs Please open a separate PR and to your service SDK path in [this file](https://github.com/Azure/azure-sdk-for-net/blob/master/eng/pipelines/mgmt.yml). Once that PR has been merged, you can re-run the pipeline to trigger the verification. - \ No newline at end of file + diff --git a/eng/Directory.Build.Common.props b/eng/Directory.Build.Common.props index 7344dbe5196e..12c92c277122 100644 --- a/eng/Directory.Build.Common.props +++ b/eng/Directory.Build.Common.props @@ -118,7 +118,10 @@ net461;netcoreapp2.1;netcoreapp3.1;net5.0 - + + + + $(RequiredTargetFrameworks) diff --git a/eng/Packages.Data.props b/eng/Packages.Data.props index 62c6cc147991..62193bfe8590 100644 --- a/eng/Packages.Data.props +++ b/eng/Packages.Data.props @@ -74,9 +74,10 @@ - + + - + @@ -89,8 +90,8 @@ - - + + @@ -128,7 +129,7 @@ All should have PrivateAssets="All" set so they don't become pacakge dependencies --> - + @@ -138,6 +139,7 @@ + - - diff --git a/sdk/appconfiguration/Azure.Data.AppConfiguration/src/FeatureFlagConfigurationSetting.cs b/sdk/appconfiguration/Azure.Data.AppConfiguration/src/FeatureFlagConfigurationSetting.cs index 063b5c1d07fb..7dd72ceae032 100644 --- a/sdk/appconfiguration/Azure.Data.AppConfiguration/src/FeatureFlagConfigurationSetting.cs +++ b/sdk/appconfiguration/Azure.Data.AppConfiguration/src/FeatureFlagConfigurationSetting.cs @@ -44,11 +44,11 @@ public class FeatureFlagConfigurationSetting : ConfigurationSetting private string _description; private string _displayName; private bool _isEnabled; - private ObservableCollection _clientFilters; + private IList _clientFilters; internal FeatureFlagConfigurationSetting() { - SetClientFilters(); + _clientFilters = new List(); } /// @@ -58,7 +58,7 @@ internal FeatureFlagConfigurationSetting() /// The identified of the feature flag. /// The value indicating whether the feature flag is enabled. /// A label used to group this configuration setting with others. - public FeatureFlagConfigurationSetting(string featureId, bool isEnabled, string label = null) + public FeatureFlagConfigurationSetting(string featureId, bool isEnabled, string label = null): this() { _isValidValue = true; Key = KeyPrefix + featureId; @@ -66,7 +66,6 @@ public FeatureFlagConfigurationSetting(string featureId, bool isEnabled, string IsEnabled = isEnabled; ContentType = FeatureFlagContentType; FeatureId = featureId; - SetClientFilters(); } /// @@ -159,7 +158,7 @@ internal override void SetValue(string value) internal override string GetValue() { - return _originalValue ??= FormatValue(); + return _isValidValue ? FormatValue() : _originalValue; } private string FormatValue() @@ -256,7 +255,7 @@ private bool TryParseValue() } } - SetClientFilters(newFilters); + _clientFilters = newFilters; } catch (Exception) { @@ -302,7 +301,7 @@ private static object ReadParameterValue(in JsonElement element) { list.Add(ReadParameterValue(item)); } - return list.ToArray(); + return list; default: throw new NotSupportedException("Not supported value kind " + element.ValueKind); } @@ -370,17 +369,6 @@ private void CheckValid() } } - private void SetClientFilters(ObservableCollection newCollection = null) - { - if (_clientFilters != null) - { - _clientFilters.CollectionChanged -= OnFiltersCollectionChange; - } - - _clientFilters = newCollection ?? new ObservableCollection(); - _clientFilters.CollectionChanged += OnFiltersCollectionChange; - } - private void OnFiltersCollectionChange(object sender, NotifyCollectionChangedEventArgs e) { CheckValidWrite(); diff --git a/sdk/appconfiguration/Azure.Data.AppConfiguration/src/FeatureFlagFilter.cs b/sdk/appconfiguration/Azure.Data.AppConfiguration/src/FeatureFlagFilter.cs index 3dd5425c277b..53c7d7123f28 100644 --- a/sdk/appconfiguration/Azure.Data.AppConfiguration/src/FeatureFlagFilter.cs +++ b/sdk/appconfiguration/Azure.Data.AppConfiguration/src/FeatureFlagFilter.cs @@ -23,7 +23,7 @@ public class FeatureFlagFilter /// /// The name of the feature filter. For example: PercentageFilter, TimeWindowFilter, TargetingFilter. /// Parameters of the feature filter. - public FeatureFlagFilter(string name, IReadOnlyDictionary parameters) + public FeatureFlagFilter(string name, IDictionary parameters) { Name = name; Parameters = parameters; @@ -37,6 +37,6 @@ public FeatureFlagFilter(string name, IReadOnlyDictionary parame /// /// Gets the parameters of the feature filter. /// - public IReadOnlyDictionary Parameters { get; } + public IDictionary Parameters { get; } } } \ No newline at end of file diff --git a/sdk/appconfiguration/Azure.Data.AppConfiguration/tests/ConfigurationLiveTests.cs b/sdk/appconfiguration/Azure.Data.AppConfiguration/tests/ConfigurationLiveTests.cs index 65169af4ecbd..386d417d34b0 100644 --- a/sdk/appconfiguration/Azure.Data.AppConfiguration/tests/ConfigurationLiveTests.cs +++ b/sdk/appconfiguration/Azure.Data.AppConfiguration/tests/ConfigurationLiveTests.cs @@ -2,6 +2,7 @@ // Licensed under the MIT License. using System; +using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading; @@ -1484,6 +1485,58 @@ public async Task CanAddAndGetMultipleSecretReferences() } } + [RecordedTest] + public async Task CanModifyTheFilterParameterValues() + { + ConfigurationClient service = GetClient(); + + var testSetting1 = new FeatureFlagConfigurationSetting(GenerateKeyId(), true) + { + FeatureId = "my_feature", + ClientFilters = + { + new FeatureFlagFilter("Microsoft.Targeting", new Dictionary() + { + {"Audience", new Dictionary() + { + { + "Groups", new List() + { + new Dictionary() + { + {"Name", "Group1"}, + {"RolloutPercentage", 100}, + } + } + } + }} + }) + } + }; + + try + { + await service.AddConfigurationSettingAsync(testSetting1); + + var selectedSetting = (FeatureFlagConfigurationSetting)await service.GetConfigurationSettingAsync(testSetting1.Key); + var audience = (IDictionary) selectedSetting.ClientFilters[0].Parameters["Audience"]; + var groups = (IList) audience["Groups"]; + + groups.Add(new Dictionary() + { + {"Name", "Group2"}, + {"RolloutPercentage", 50}, + }); + + var resultingSetting = await service.SetConfigurationSettingAsync(selectedSetting); + Assert.AreEqual("{\"id\":\"my_feature\",\"enabled\":true,\"conditions\":{\"client_filters\":[{\"name\":\"Microsoft.Targeting\",\"parameters\":{\"Audience\":{\"Groups\":[{\"Name\":\"Group1\",\"RolloutPercentage\":100},{\"Name\":\"Group2\",\"RolloutPercentage\":50}]}}}]}}", resultingSetting.Value.Value); + } + finally + { + AssertStatus200(await service.DeleteConfigurationSettingAsync(testSetting1)); + } + } + private static void AssertStatus200(Response response) => Assert.AreEqual(200, response.Status); } } diff --git a/sdk/appconfiguration/Azure.Data.AppConfiguration/tests/FeatureFlagConfigurationSettingTests.cs b/sdk/appconfiguration/Azure.Data.AppConfiguration/tests/FeatureFlagConfigurationSettingTests.cs index b00f5fe3f782..a5e49b6e2a61 100644 --- a/sdk/appconfiguration/Azure.Data.AppConfiguration/tests/FeatureFlagConfigurationSettingTests.cs +++ b/sdk/appconfiguration/Azure.Data.AppConfiguration/tests/FeatureFlagConfigurationSettingTests.cs @@ -55,7 +55,6 @@ public void CreatingSetsContentTypeAndPrefix() [TestCase("INVALID")] [TestCase(MinimalFeatureValue)] - [TestCase(MinimalFeatureValueWithFormatting)] [TestCase("")] public void CanRountripValue(string value) { @@ -138,20 +137,6 @@ public void FeatureValueIsParsedOnAssignment() }}}, feature.ClientFilters[1].Parameters); } - [Test] - public void ReadingPropertiedDoesNotChangeValue() - { - var feature = new FeatureFlagConfigurationSetting(); - feature.Value = MinimalFeatureValueWithFormatting; - _ = feature.Description; - _ = feature.ClientFilters; - _ = feature.DisplayName; - _ = feature.FeatureId; - _ = feature.IsEnabled; - - Assert.AreEqual(MinimalFeatureValueWithFormatting, feature.Value); - } - [Test] public void SettingDescriptionChangesValue() { @@ -204,5 +189,22 @@ public void AddingConditionChangesValue() Assert.AreEqual("{\"id\":\"my feature\",\"enabled\":false,\"conditions\":{\"client_filters\":[{\"name\":\"file\",\"parameters\":{\"p1\":1}}]}}", feature.Value); } + + [Test] + public void ChangingParametersUpdatesValue() + { + var feature = new FeatureFlagConfigurationSetting(); + feature.Value = MinimalFeatureValueWithFormatting; + feature.ClientFilters.Add(new FeatureFlagFilter("file", new Dictionary() + { + {"p1", 1} + })); + + Assert.AreEqual("{\"id\":\"my feature\",\"enabled\":false,\"conditions\":{\"client_filters\":[{\"name\":\"file\",\"parameters\":{\"p1\":1}}]}}", feature.Value); + + feature.ClientFilters[0].Parameters["p1"] = 2; + + Assert.AreEqual("{\"id\":\"my feature\",\"enabled\":false,\"conditions\":{\"client_filters\":[{\"name\":\"file\",\"parameters\":{\"p1\":2}}]}}", feature.Value); + } } } \ No newline at end of file diff --git a/sdk/appconfiguration/Azure.Data.AppConfiguration/tests/SessionRecords/ConfigurationLiveTests/CanModifyTheFilterParameterValues.json b/sdk/appconfiguration/Azure.Data.AppConfiguration/tests/SessionRecords/ConfigurationLiveTests/CanModifyTheFilterParameterValues.json new file mode 100644 index 000000000000..adc109206e7e --- /dev/null +++ b/sdk/appconfiguration/Azure.Data.AppConfiguration/tests/SessionRecords/ConfigurationLiveTests/CanModifyTheFilterParameterValues.json @@ -0,0 +1,209 @@ +{ + "Entries": [ + { + "RequestUri": "https://pakrymac2-azconfig-net.azconfig.io/kv/.appconfig.featureflag%2F610619687?api-version=1.0", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/vnd.microsoft.appconfig.kv\u002Bjson", + "Authorization": "Sanitized", + "Content-Length": "412", + "Content-Type": "application/json", + "Date": "Wed, 05 May 2021 21:17:10 GMT", + "If-None-Match": "*", + "traceparent": "00-576e4fb95fd5154eb40859bc0ca1e398-f0fc1438d2ffc047-00", + "User-Agent": [ + "azsdk-net-Data.AppConfiguration/1.1.0-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "15f0afd0f424c8c9977319cde314094f", + "x-ms-content-sha256": "G4KLU4DNyYqWofUkvfck6o6RustuvDOKRpWFCUt5w14=", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "value": "{\u0022id\u0022:\u0022my_feature\u0022,\u0022enabled\u0022:true,\u0022conditions\u0022:{\u0022client_filters\u0022:[{\u0022name\u0022:\u0022Microsoft.Targeting\u0022,\u0022parameters\u0022:{\u0022Audience\u0022:{\u0022Groups\u0022:[{\u0022Name\u0022:\u0022Group1\u0022,\u0022RolloutPercentage\u0022:100}]}}}]}}", + "content_type": "application/vnd.microsoft.appconfig.ff\u002Bjson;charset=utf-8", + "tags": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Allow-Credentials": "true", + "Access-Control-Allow-Origin": "*", + "Access-Control-Expose-Headers": "DNT, X-CustomHeader, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Authorization, x-ms-client-request-id, x-ms-useragent, x-ms-content-sha256, x-ms-date, host, Accept, Accept-Datetime, Date, If-Match, If-None-Match, Sync-Token, x-ms-return-client-request-id, ETag, Last-Modified, Link, Memento-Datetime, retry-after-ms, x-ms-request-id, x-ms-client-session-id, x-ms-effective-locale, WWW-Authenticate", + "Connection": "keep-alive", + "Content-Type": "application/vnd.microsoft.appconfig.kv\u002Bjson; charset=utf-8", + "Date": "Wed, 05 May 2021 21:17:09 GMT", + "ETag": "\u0022LTNEf78oNTiIJy54MTUbLGBE8eP\u0022", + "Last-Modified": "Wed, 05 May 2021 21:17:10 GMT", + "Server": "openresty/1.17.8.2", + "Strict-Transport-Security": "max-age=15724800; includeSubDomains", + "Sync-Token": "zAJw6V16=MDoxNyM4NDU2ODYy;sn=8456862", + "Transfer-Encoding": "chunked", + "x-ms-client-request-id": "15f0afd0f424c8c9977319cde314094f", + "x-ms-correlation-request-id": "ac3fd03e-3caf-4822-bdd4-7b64425a12d9", + "x-ms-request-id": "ac3fd03e-3caf-4822-bdd4-7b64425a12d9" + }, + "ResponseBody": { + "etag": "LTNEf78oNTiIJy54MTUbLGBE8eP", + "key": ".appconfig.featureflag/610619687", + "label": null, + "content_type": "application/vnd.microsoft.appconfig.ff\u002Bjson;charset=utf-8", + "value": "{\u0022id\u0022:\u0022my_feature\u0022,\u0022enabled\u0022:true,\u0022conditions\u0022:{\u0022client_filters\u0022:[{\u0022name\u0022:\u0022Microsoft.Targeting\u0022,\u0022parameters\u0022:{\u0022Audience\u0022:{\u0022Groups\u0022:[{\u0022Name\u0022:\u0022Group1\u0022,\u0022RolloutPercentage\u0022:100}]}}}]}}", + "tags": {}, + "locked": false, + "last_modified": "2021-05-05T21:17:10\u002B00:00" + } + }, + { + "RequestUri": "https://pakrymac2-azconfig-net.azconfig.io/kv/.appconfig.featureflag%2F610619687?api-version=1.0", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/vnd.microsoft.appconfig.kv\u002Bjson", + "Authorization": "Sanitized", + "Content-Type": "application/json", + "Date": "Wed, 05 May 2021 21:17:10 GMT", + "Sync-Token": "zAJw6V16=MDoxNyM4NDU2ODYy", + "traceparent": "00-4c014b278b8f2d469540f2f414d6d61d-c6aa98d08fbc4d4a-00", + "User-Agent": [ + "azsdk-net-Data.AppConfiguration/1.1.0-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "5a8e029044bc6b9da007fd715d97dddb", + "x-ms-content-sha256": "47DEQpj8HBSa\u002B/TImW\u002B5JCeuQeRkm5NMpJWZG3hSuFU=", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Allow-Credentials": "true", + "Access-Control-Allow-Origin": "*", + "Access-Control-Expose-Headers": "DNT, X-CustomHeader, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Authorization, x-ms-client-request-id, x-ms-useragent, x-ms-content-sha256, x-ms-date, host, Accept, Accept-Datetime, Date, If-Match, If-None-Match, Sync-Token, x-ms-return-client-request-id, ETag, Last-Modified, Link, Memento-Datetime, retry-after-ms, x-ms-request-id, x-ms-client-session-id, x-ms-effective-locale, WWW-Authenticate", + "Connection": "keep-alive", + "Content-Type": "application/vnd.microsoft.appconfig.kv\u002Bjson; charset=utf-8", + "Date": "Wed, 05 May 2021 21:17:09 GMT", + "ETag": "\u0022LTNEf78oNTiIJy54MTUbLGBE8eP\u0022", + "Last-Modified": "Wed, 05 May 2021 21:17:10 GMT", + "Server": "openresty/1.17.8.2", + "Strict-Transport-Security": "max-age=15724800; includeSubDomains", + "Sync-Token": "zAJw6V16=MDoxNyM4NDU2ODYy;sn=8456862", + "Transfer-Encoding": "chunked", + "x-ms-client-request-id": "5a8e029044bc6b9da007fd715d97dddb", + "x-ms-correlation-request-id": "9d9c4505-4b47-4102-ad34-49746906dcd5", + "x-ms-request-id": "9d9c4505-4b47-4102-ad34-49746906dcd5" + }, + "ResponseBody": { + "etag": "LTNEf78oNTiIJy54MTUbLGBE8eP", + "key": ".appconfig.featureflag/610619687", + "label": null, + "content_type": "application/vnd.microsoft.appconfig.ff\u002Bjson;charset=utf-8", + "value": "{\u0022id\u0022:\u0022my_feature\u0022,\u0022enabled\u0022:true,\u0022conditions\u0022:{\u0022client_filters\u0022:[{\u0022name\u0022:\u0022Microsoft.Targeting\u0022,\u0022parameters\u0022:{\u0022Audience\u0022:{\u0022Groups\u0022:[{\u0022Name\u0022:\u0022Group1\u0022,\u0022RolloutPercentage\u0022:100}]}}}]}}", + "tags": {}, + "locked": false, + "last_modified": "2021-05-05T21:17:10\u002B00:00" + } + }, + { + "RequestUri": "https://pakrymac2-azconfig-net.azconfig.io/kv/.appconfig.featureflag%2F610619687?api-version=1.0", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/vnd.microsoft.appconfig.kv\u002Bjson", + "Authorization": "Sanitized", + "Content-Length": "520", + "Content-Type": "application/json", + "Date": "Wed, 05 May 2021 21:17:10 GMT", + "Sync-Token": "zAJw6V16=MDoxNyM4NDU2ODYy", + "traceparent": "00-6b1d7ca28305a040b9798e92d40a9f4a-d56364d02edbd24e-00", + "User-Agent": [ + "azsdk-net-Data.AppConfiguration/1.1.0-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "64df406a24ef4e6d692698843a1c741f", + "x-ms-content-sha256": "Rf0ZUD4\u002Bf3UkA3Y6pxFNkrDSdkm\u002BNhMkq3uvd2Tr5Zg=", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "value": "{\u0022id\u0022:\u0022my_feature\u0022,\u0022enabled\u0022:true,\u0022conditions\u0022:{\u0022client_filters\u0022:[{\u0022name\u0022:\u0022Microsoft.Targeting\u0022,\u0022parameters\u0022:{\u0022Audience\u0022:{\u0022Groups\u0022:[{\u0022Name\u0022:\u0022Group1\u0022,\u0022RolloutPercentage\u0022:100},{\u0022Name\u0022:\u0022Group2\u0022,\u0022RolloutPercentage\u0022:50}]}}}]}}", + "content_type": "application/vnd.microsoft.appconfig.ff\u002Bjson;charset=utf-8", + "tags": {}, + "etag": "LTNEf78oNTiIJy54MTUbLGBE8eP" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Allow-Credentials": "true", + "Access-Control-Allow-Origin": "*", + "Access-Control-Expose-Headers": "DNT, X-CustomHeader, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Authorization, x-ms-client-request-id, x-ms-useragent, x-ms-content-sha256, x-ms-date, host, Accept, Accept-Datetime, Date, If-Match, If-None-Match, Sync-Token, x-ms-return-client-request-id, ETag, Last-Modified, Link, Memento-Datetime, retry-after-ms, x-ms-request-id, x-ms-client-session-id, x-ms-effective-locale, WWW-Authenticate", + "Connection": "keep-alive", + "Content-Type": "application/vnd.microsoft.appconfig.kv\u002Bjson; charset=utf-8", + "Date": "Wed, 05 May 2021 21:17:09 GMT", + "ETag": "\u0022ehinp9RpZMhLZETbHmCcIJf6Oq8\u0022", + "Last-Modified": "Wed, 05 May 2021 21:17:10 GMT", + "Server": "openresty/1.17.8.2", + "Strict-Transport-Security": "max-age=15724800; includeSubDomains", + "Sync-Token": "zAJw6V16=MDoxNyM4NDU2ODYz;sn=8456863", + "Transfer-Encoding": "chunked", + "x-ms-client-request-id": "64df406a24ef4e6d692698843a1c741f", + "x-ms-correlation-request-id": "667e9a7d-29b5-451b-a1c0-25a4afa953b0", + "x-ms-request-id": "667e9a7d-29b5-451b-a1c0-25a4afa953b0" + }, + "ResponseBody": { + "etag": "ehinp9RpZMhLZETbHmCcIJf6Oq8", + "key": ".appconfig.featureflag/610619687", + "label": null, + "content_type": "application/vnd.microsoft.appconfig.ff\u002Bjson;charset=utf-8", + "value": "{\u0022id\u0022:\u0022my_feature\u0022,\u0022enabled\u0022:true,\u0022conditions\u0022:{\u0022client_filters\u0022:[{\u0022name\u0022:\u0022Microsoft.Targeting\u0022,\u0022parameters\u0022:{\u0022Audience\u0022:{\u0022Groups\u0022:[{\u0022Name\u0022:\u0022Group1\u0022,\u0022RolloutPercentage\u0022:100},{\u0022Name\u0022:\u0022Group2\u0022,\u0022RolloutPercentage\u0022:50}]}}}]}}", + "tags": {}, + "locked": false, + "last_modified": "2021-05-05T21:17:10\u002B00:00" + } + }, + { + "RequestUri": "https://pakrymac2-azconfig-net.azconfig.io/kv/.appconfig.featureflag%2F610619687?api-version=1.0", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "Date": "Wed, 05 May 2021 21:17:10 GMT", + "Sync-Token": "zAJw6V16=MDoxNyM4NDU2ODYz", + "traceparent": "00-afd20de3627b5743b95e2a240af5d907-076a1e7c92e6a64c-00", + "User-Agent": [ + "azsdk-net-Data.AppConfiguration/1.1.0-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "c27a96cb9e518c6a1184751cf6576bff", + "x-ms-content-sha256": "47DEQpj8HBSa\u002B/TImW\u002B5JCeuQeRkm5NMpJWZG3hSuFU=", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Allow-Credentials": "true", + "Access-Control-Allow-Origin": "*", + "Access-Control-Expose-Headers": "DNT, X-CustomHeader, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Authorization, x-ms-client-request-id, x-ms-useragent, x-ms-content-sha256, x-ms-date, host, Accept, Accept-Datetime, Date, If-Match, If-None-Match, Sync-Token, x-ms-return-client-request-id, ETag, Last-Modified, Link, Memento-Datetime, retry-after-ms, x-ms-request-id, x-ms-client-session-id, x-ms-effective-locale, WWW-Authenticate", + "Connection": "keep-alive", + "Content-Type": "application/vnd.microsoft.appconfig.kv\u002Bjson; charset=utf-8", + "Date": "Wed, 05 May 2021 21:17:09 GMT", + "ETag": "\u0022ehinp9RpZMhLZETbHmCcIJf6Oq8\u0022", + "Last-Modified": "Wed, 05 May 2021 21:17:10 GMT", + "Server": "openresty/1.17.8.2", + "Strict-Transport-Security": "max-age=15724800; includeSubDomains", + "Sync-Token": "zAJw6V16=MDoxNyM4NDU2ODY0;sn=8456864", + "Transfer-Encoding": "chunked", + "x-ms-client-request-id": "c27a96cb9e518c6a1184751cf6576bff", + "x-ms-correlation-request-id": "60b51242-932c-4a2b-888e-60eef3674dd9", + "x-ms-request-id": "60b51242-932c-4a2b-888e-60eef3674dd9" + }, + "ResponseBody": { + "etag": "ehinp9RpZMhLZETbHmCcIJf6Oq8", + "key": ".appconfig.featureflag/610619687", + "label": null, + "content_type": "application/vnd.microsoft.appconfig.ff\u002Bjson;charset=utf-8", + "value": "{\u0022id\u0022:\u0022my_feature\u0022,\u0022enabled\u0022:true,\u0022conditions\u0022:{\u0022client_filters\u0022:[{\u0022name\u0022:\u0022Microsoft.Targeting\u0022,\u0022parameters\u0022:{\u0022Audience\u0022:{\u0022Groups\u0022:[{\u0022Name\u0022:\u0022Group1\u0022,\u0022RolloutPercentage\u0022:100},{\u0022Name\u0022:\u0022Group2\u0022,\u0022RolloutPercentage\u0022:50}]}}}]}}", + "tags": {}, + "locked": false, + "last_modified": "2021-05-05T21:17:10\u002B00:00" + } + } + ], + "Variables": { + "APPCONFIGURATION_CONNECTION_STRING": "Endpoint=https://pakrymac2-azconfig-net.azconfig.io;Id=1Umh-l2-s0:lhr9xPc/4znKhCwqJnXu;Secret=Kg==", + "RandomSeed": "179551400" + } +} \ No newline at end of file diff --git a/sdk/appconfiguration/Azure.Data.AppConfiguration/tests/SessionRecords/ConfigurationLiveTests/CanModifyTheFilterParameterValuesAsync.json b/sdk/appconfiguration/Azure.Data.AppConfiguration/tests/SessionRecords/ConfigurationLiveTests/CanModifyTheFilterParameterValuesAsync.json new file mode 100644 index 000000000000..3627d0bdb432 --- /dev/null +++ b/sdk/appconfiguration/Azure.Data.AppConfiguration/tests/SessionRecords/ConfigurationLiveTests/CanModifyTheFilterParameterValuesAsync.json @@ -0,0 +1,209 @@ +{ + "Entries": [ + { + "RequestUri": "https://pakrymac2-azconfig-net.azconfig.io/kv/.appconfig.featureflag%2F1685099852?api-version=1.0", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/vnd.microsoft.appconfig.kv\u002Bjson", + "Authorization": "Sanitized", + "Content-Length": "412", + "Content-Type": "application/json", + "Date": "Wed, 05 May 2021 21:17:10 GMT", + "If-None-Match": "*", + "traceparent": "00-b2fc8360852e744b88f9fe53172d3a61-6134a8af1d0b7848-00", + "User-Agent": [ + "azsdk-net-Data.AppConfiguration/1.1.0-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "c68ead116a15ebfafa2551a9ad0fdb95", + "x-ms-content-sha256": "G4KLU4DNyYqWofUkvfck6o6RustuvDOKRpWFCUt5w14=", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "value": "{\u0022id\u0022:\u0022my_feature\u0022,\u0022enabled\u0022:true,\u0022conditions\u0022:{\u0022client_filters\u0022:[{\u0022name\u0022:\u0022Microsoft.Targeting\u0022,\u0022parameters\u0022:{\u0022Audience\u0022:{\u0022Groups\u0022:[{\u0022Name\u0022:\u0022Group1\u0022,\u0022RolloutPercentage\u0022:100}]}}}]}}", + "content_type": "application/vnd.microsoft.appconfig.ff\u002Bjson;charset=utf-8", + "tags": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Allow-Credentials": "true", + "Access-Control-Allow-Origin": "*", + "Access-Control-Expose-Headers": "DNT, X-CustomHeader, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Authorization, x-ms-client-request-id, x-ms-useragent, x-ms-content-sha256, x-ms-date, host, Accept, Accept-Datetime, Date, If-Match, If-None-Match, Sync-Token, x-ms-return-client-request-id, ETag, Last-Modified, Link, Memento-Datetime, retry-after-ms, x-ms-request-id, x-ms-client-session-id, x-ms-effective-locale, WWW-Authenticate", + "Connection": "keep-alive", + "Content-Type": "application/vnd.microsoft.appconfig.kv\u002Bjson; charset=utf-8", + "Date": "Wed, 05 May 2021 21:17:09 GMT", + "ETag": "\u0022gN6bO5O8IranF1RIEO7zFKqMRK8\u0022", + "Last-Modified": "Wed, 05 May 2021 21:17:11 GMT", + "Server": "openresty/1.17.8.2", + "Strict-Transport-Security": "max-age=15724800; includeSubDomains", + "Sync-Token": "zAJw6V16=MDoxNyM4NDU2ODY1;sn=8456865", + "Transfer-Encoding": "chunked", + "x-ms-client-request-id": "c68ead116a15ebfafa2551a9ad0fdb95", + "x-ms-correlation-request-id": "7170bd7c-3e09-4970-b530-09f779d1ad83", + "x-ms-request-id": "7170bd7c-3e09-4970-b530-09f779d1ad83" + }, + "ResponseBody": { + "etag": "gN6bO5O8IranF1RIEO7zFKqMRK8", + "key": ".appconfig.featureflag/1685099852", + "label": null, + "content_type": "application/vnd.microsoft.appconfig.ff\u002Bjson;charset=utf-8", + "value": "{\u0022id\u0022:\u0022my_feature\u0022,\u0022enabled\u0022:true,\u0022conditions\u0022:{\u0022client_filters\u0022:[{\u0022name\u0022:\u0022Microsoft.Targeting\u0022,\u0022parameters\u0022:{\u0022Audience\u0022:{\u0022Groups\u0022:[{\u0022Name\u0022:\u0022Group1\u0022,\u0022RolloutPercentage\u0022:100}]}}}]}}", + "tags": {}, + "locked": false, + "last_modified": "2021-05-05T21:17:11\u002B00:00" + } + }, + { + "RequestUri": "https://pakrymac2-azconfig-net.azconfig.io/kv/.appconfig.featureflag%2F1685099852?api-version=1.0", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/vnd.microsoft.appconfig.kv\u002Bjson", + "Authorization": "Sanitized", + "Content-Type": "application/json", + "Date": "Wed, 05 May 2021 21:17:10 GMT", + "Sync-Token": "zAJw6V16=MDoxNyM4NDU2ODY1", + "traceparent": "00-a267b9aed6ac02488eccc217de918a5b-ffccc27df73d1c43-00", + "User-Agent": [ + "azsdk-net-Data.AppConfiguration/1.1.0-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "fbcf819acb2da7b1e4d9a81e0c338437", + "x-ms-content-sha256": "47DEQpj8HBSa\u002B/TImW\u002B5JCeuQeRkm5NMpJWZG3hSuFU=", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Allow-Credentials": "true", + "Access-Control-Allow-Origin": "*", + "Access-Control-Expose-Headers": "DNT, X-CustomHeader, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Authorization, x-ms-client-request-id, x-ms-useragent, x-ms-content-sha256, x-ms-date, host, Accept, Accept-Datetime, Date, If-Match, If-None-Match, Sync-Token, x-ms-return-client-request-id, ETag, Last-Modified, Link, Memento-Datetime, retry-after-ms, x-ms-request-id, x-ms-client-session-id, x-ms-effective-locale, WWW-Authenticate", + "Connection": "keep-alive", + "Content-Type": "application/vnd.microsoft.appconfig.kv\u002Bjson; charset=utf-8", + "Date": "Wed, 05 May 2021 21:17:09 GMT", + "ETag": "\u0022gN6bO5O8IranF1RIEO7zFKqMRK8\u0022", + "Last-Modified": "Wed, 05 May 2021 21:17:11 GMT", + "Server": "openresty/1.17.8.2", + "Strict-Transport-Security": "max-age=15724800; includeSubDomains", + "Sync-Token": "zAJw6V16=MDoxNyM4NDU2ODY1;sn=8456865", + "Transfer-Encoding": "chunked", + "x-ms-client-request-id": "fbcf819acb2da7b1e4d9a81e0c338437", + "x-ms-correlation-request-id": "1b085a7e-ca22-404b-b3f1-bc9cffb7c0be", + "x-ms-request-id": "1b085a7e-ca22-404b-b3f1-bc9cffb7c0be" + }, + "ResponseBody": { + "etag": "gN6bO5O8IranF1RIEO7zFKqMRK8", + "key": ".appconfig.featureflag/1685099852", + "label": null, + "content_type": "application/vnd.microsoft.appconfig.ff\u002Bjson;charset=utf-8", + "value": "{\u0022id\u0022:\u0022my_feature\u0022,\u0022enabled\u0022:true,\u0022conditions\u0022:{\u0022client_filters\u0022:[{\u0022name\u0022:\u0022Microsoft.Targeting\u0022,\u0022parameters\u0022:{\u0022Audience\u0022:{\u0022Groups\u0022:[{\u0022Name\u0022:\u0022Group1\u0022,\u0022RolloutPercentage\u0022:100}]}}}]}}", + "tags": {}, + "locked": false, + "last_modified": "2021-05-05T21:17:11\u002B00:00" + } + }, + { + "RequestUri": "https://pakrymac2-azconfig-net.azconfig.io/kv/.appconfig.featureflag%2F1685099852?api-version=1.0", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/vnd.microsoft.appconfig.kv\u002Bjson", + "Authorization": "Sanitized", + "Content-Length": "520", + "Content-Type": "application/json", + "Date": "Wed, 05 May 2021 21:17:10 GMT", + "Sync-Token": "zAJw6V16=MDoxNyM4NDU2ODY1", + "traceparent": "00-8ca2749542d6c24e8a5e0877557be442-199a7df8ed715741-00", + "User-Agent": [ + "azsdk-net-Data.AppConfiguration/1.1.0-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "76b58aa299fdb481750dbd6c57e13cd4", + "x-ms-content-sha256": "W2Yi9skMRHSzq/3G\u002BE6LFw6q6/\u002Bu8agkTJqUJv0JLu0=", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "value": "{\u0022id\u0022:\u0022my_feature\u0022,\u0022enabled\u0022:true,\u0022conditions\u0022:{\u0022client_filters\u0022:[{\u0022name\u0022:\u0022Microsoft.Targeting\u0022,\u0022parameters\u0022:{\u0022Audience\u0022:{\u0022Groups\u0022:[{\u0022Name\u0022:\u0022Group1\u0022,\u0022RolloutPercentage\u0022:100},{\u0022Name\u0022:\u0022Group2\u0022,\u0022RolloutPercentage\u0022:50}]}}}]}}", + "content_type": "application/vnd.microsoft.appconfig.ff\u002Bjson;charset=utf-8", + "tags": {}, + "etag": "gN6bO5O8IranF1RIEO7zFKqMRK8" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Allow-Credentials": "true", + "Access-Control-Allow-Origin": "*", + "Access-Control-Expose-Headers": "DNT, X-CustomHeader, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Authorization, x-ms-client-request-id, x-ms-useragent, x-ms-content-sha256, x-ms-date, host, Accept, Accept-Datetime, Date, If-Match, If-None-Match, Sync-Token, x-ms-return-client-request-id, ETag, Last-Modified, Link, Memento-Datetime, retry-after-ms, x-ms-request-id, x-ms-client-session-id, x-ms-effective-locale, WWW-Authenticate", + "Connection": "keep-alive", + "Content-Type": "application/vnd.microsoft.appconfig.kv\u002Bjson; charset=utf-8", + "Date": "Wed, 05 May 2021 21:17:09 GMT", + "ETag": "\u00226LUS8y0m8d1HrYLKsAZcaREYY7k\u0022", + "Last-Modified": "Wed, 05 May 2021 21:17:11 GMT", + "Server": "openresty/1.17.8.2", + "Strict-Transport-Security": "max-age=15724800; includeSubDomains", + "Sync-Token": "zAJw6V16=MDoxNyM4NDU2ODY2;sn=8456866", + "Transfer-Encoding": "chunked", + "x-ms-client-request-id": "76b58aa299fdb481750dbd6c57e13cd4", + "x-ms-correlation-request-id": "c487ecc8-f44f-4b80-8a45-6ab607371ea7", + "x-ms-request-id": "c487ecc8-f44f-4b80-8a45-6ab607371ea7" + }, + "ResponseBody": { + "etag": "6LUS8y0m8d1HrYLKsAZcaREYY7k", + "key": ".appconfig.featureflag/1685099852", + "label": null, + "content_type": "application/vnd.microsoft.appconfig.ff\u002Bjson;charset=utf-8", + "value": "{\u0022id\u0022:\u0022my_feature\u0022,\u0022enabled\u0022:true,\u0022conditions\u0022:{\u0022client_filters\u0022:[{\u0022name\u0022:\u0022Microsoft.Targeting\u0022,\u0022parameters\u0022:{\u0022Audience\u0022:{\u0022Groups\u0022:[{\u0022Name\u0022:\u0022Group1\u0022,\u0022RolloutPercentage\u0022:100},{\u0022Name\u0022:\u0022Group2\u0022,\u0022RolloutPercentage\u0022:50}]}}}]}}", + "tags": {}, + "locked": false, + "last_modified": "2021-05-05T21:17:11\u002B00:00" + } + }, + { + "RequestUri": "https://pakrymac2-azconfig-net.azconfig.io/kv/.appconfig.featureflag%2F1685099852?api-version=1.0", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "Date": "Wed, 05 May 2021 21:17:10 GMT", + "Sync-Token": "zAJw6V16=MDoxNyM4NDU2ODY2", + "traceparent": "00-9f7a8077a8a3404198dadc19c71228ad-2b5df95eb59b274c-00", + "User-Agent": [ + "azsdk-net-Data.AppConfiguration/1.1.0-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "edf2de1480b9451ffbe7e13cc2dbdfc7", + "x-ms-content-sha256": "47DEQpj8HBSa\u002B/TImW\u002B5JCeuQeRkm5NMpJWZG3hSuFU=", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Allow-Credentials": "true", + "Access-Control-Allow-Origin": "*", + "Access-Control-Expose-Headers": "DNT, X-CustomHeader, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Authorization, x-ms-client-request-id, x-ms-useragent, x-ms-content-sha256, x-ms-date, host, Accept, Accept-Datetime, Date, If-Match, If-None-Match, Sync-Token, x-ms-return-client-request-id, ETag, Last-Modified, Link, Memento-Datetime, retry-after-ms, x-ms-request-id, x-ms-client-session-id, x-ms-effective-locale, WWW-Authenticate", + "Connection": "keep-alive", + "Content-Type": "application/vnd.microsoft.appconfig.kv\u002Bjson; charset=utf-8", + "Date": "Wed, 05 May 2021 21:17:09 GMT", + "ETag": "\u00226LUS8y0m8d1HrYLKsAZcaREYY7k\u0022", + "Last-Modified": "Wed, 05 May 2021 21:17:11 GMT", + "Server": "openresty/1.17.8.2", + "Strict-Transport-Security": "max-age=15724800; includeSubDomains", + "Sync-Token": "zAJw6V16=MDoxNyM4NDU2ODY3;sn=8456867", + "Transfer-Encoding": "chunked", + "x-ms-client-request-id": "edf2de1480b9451ffbe7e13cc2dbdfc7", + "x-ms-correlation-request-id": "3cae847d-bc71-4c97-af0f-95e8396be141", + "x-ms-request-id": "3cae847d-bc71-4c97-af0f-95e8396be141" + }, + "ResponseBody": { + "etag": "6LUS8y0m8d1HrYLKsAZcaREYY7k", + "key": ".appconfig.featureflag/1685099852", + "label": null, + "content_type": "application/vnd.microsoft.appconfig.ff\u002Bjson;charset=utf-8", + "value": "{\u0022id\u0022:\u0022my_feature\u0022,\u0022enabled\u0022:true,\u0022conditions\u0022:{\u0022client_filters\u0022:[{\u0022name\u0022:\u0022Microsoft.Targeting\u0022,\u0022parameters\u0022:{\u0022Audience\u0022:{\u0022Groups\u0022:[{\u0022Name\u0022:\u0022Group1\u0022,\u0022RolloutPercentage\u0022:100},{\u0022Name\u0022:\u0022Group2\u0022,\u0022RolloutPercentage\u0022:50}]}}}]}}", + "tags": {}, + "locked": false, + "last_modified": "2021-05-05T21:17:11\u002B00:00" + } + } + ], + "Variables": { + "APPCONFIGURATION_CONNECTION_STRING": "Endpoint=https://pakrymac2-azconfig-net.azconfig.io;Id=1Umh-l2-s0:lhr9xPc/4znKhCwqJnXu;Secret=Kg==", + "RandomSeed": "1363915386" + } +} \ No newline at end of file diff --git a/sdk/attestation/Azure.Security.Attestation/CHANGELOG.md b/sdk/attestation/Azure.Security.Attestation/CHANGELOG.md index c2fdfef6b9a5..624c84ad8c5d 100644 --- a/sdk/attestation/Azure.Security.Attestation/CHANGELOG.md +++ b/sdk/attestation/Azure.Security.Attestation/CHANGELOG.md @@ -1,10 +1,13 @@ # Release History +## 1.1.0-beta.1 (Unreleased) + + ## 1.0.0 (2021-05-11) ### Changed -- Hopefully the final changes for Azure Attestation Service for .Net. Mostly code cleanups, but significant improvements to the `AttestationToken` class. +- Final changes for Azure Attestation Service for .Net, including API review feedback. Mostly code cleanups, but significant improvements to the `AttestationToken` class. ### Breaking change @@ -42,6 +45,7 @@ to reduce the number of parameters passed into the API. - The return value of `GetPolicyManagementCertificates` has been changed from `AttestationResult` to `AttestationResult>` to simplify the experience of retrieving the certificate list. As a consequence of this change, the `PolicyCertificatesResult` type has been removed. - The unused `TpmAttestationRequest` and `TpmAttestationResponse` types have been removed. - The `AttestationTokenSigningKey` will now ensure that the public key in the provided certificate is the public key corresponding to the private key. +- `AttestTpm` and `AttestTpmAsync` are changed to accept a new `TpmAttestationRequest` and return a `TpmAttestationResponse` instead of accepting and returning a `BinaryData`. The semantics of the API do not change, just the encapsulation of the BinaryData. ## 1.0.0-beta.2 (2021-04-06) diff --git a/sdk/attestation/Azure.Security.Attestation/api/Azure.Security.Attestation.netstandard2.0.cs b/sdk/attestation/Azure.Security.Attestation/api/Azure.Security.Attestation.netstandard2.0.cs index 3a5ff8625cd1..823be79786f8 100644 --- a/sdk/attestation/Azure.Security.Attestation/api/Azure.Security.Attestation.netstandard2.0.cs +++ b/sdk/attestation/Azure.Security.Attestation/api/Azure.Security.Attestation.netstandard2.0.cs @@ -29,8 +29,8 @@ public AttestationClient(System.Uri endpoint, Azure.Core.TokenCredential credent public virtual System.Threading.Tasks.Task> AttestOpenEnclaveAsync(Azure.Security.Attestation.AttestationRequest request, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Security.Attestation.AttestationResponse AttestSgxEnclave(Azure.Security.Attestation.AttestationRequest request, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> AttestSgxEnclaveAsync(Azure.Security.Attestation.AttestationRequest request, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response AttestTpm(System.BinaryData request, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> AttestTpmAsync(System.BinaryData request, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response AttestTpm(Azure.Security.Attestation.TpmAttestationRequest request, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> AttestTpmAsync(Azure.Security.Attestation.TpmAttestationRequest request, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response> GetSigningCertificates(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task>> GetSigningCertificatesAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } @@ -277,4 +277,14 @@ public partial class StoredAttestationPolicy public StoredAttestationPolicy() { } public string AttestationPolicy { get { throw null; } set { } } } + public partial class TpmAttestationRequest + { + public TpmAttestationRequest() { } + public System.BinaryData Data { get { throw null; } set { } } + } + public partial class TpmAttestationResponse + { + internal TpmAttestationResponse() { } + public System.BinaryData Data { get { throw null; } } + } } diff --git a/sdk/attestation/Azure.Security.Attestation/src/AttestationClient.cs b/sdk/attestation/Azure.Security.Attestation/src/AttestationClient.cs index 445b1bcbe3e5..d9f905b383fc 100644 --- a/sdk/attestation/Azure.Security.Attestation/src/AttestationClient.cs +++ b/sdk/attestation/Azure.Security.Attestation/src/AttestationClient.cs @@ -273,23 +273,19 @@ private async Task> AttestOpenEnclaveInte /// /// Attest a TPM based enclave. - /// See https://docs.microsoft.com/en-us/azure/attestation/virtualization-based-security-protocol for more information. + /// See for more information. /// - /// + /// TPM Attestation request. /// Cancellation token used to cancel this operation. - /// A . - public virtual Response AttestTpm(BinaryData request, CancellationToken cancellationToken = default) + /// A containing the TPM attestation response. + public virtual Response AttestTpm(TpmAttestationRequest request, CancellationToken cancellationToken = default) { Argument.AssertNotNull(request, nameof(request)); using DiagnosticScope scope = _clientDiagnostics.CreateScope($"{nameof(AttestationClient)}.{nameof(AttestTpm)}"); scope.Start(); try { - var response = _restClient.AttestTpm(new TpmAttestationRequest { Data = request.ToArray() }, cancellationToken); - - BinaryData responseData = new BinaryData(response.Value); - - return Response.FromValue(responseData, response.GetRawResponse()); + return _restClient.AttestTpm(request, cancellationToken); } catch (Exception ex) { @@ -300,23 +296,19 @@ public virtual Response AttestTpm(BinaryData request, CancellationTo /// /// Attest a TPM based enclave. - /// See https://docs.microsoft.com/en-us/azure/attestation/virtualization-based-security-protocol for more information. + /// See for more information. /// - /// Incoming request to send to the TPM attestation service. + /// TPM Attestation request. /// Cancellation token used to cancel this operation. - /// A structure containing the value of . - public virtual async Task> AttestTpmAsync(BinaryData request, CancellationToken cancellationToken = default) + /// A containing the TPM attestation response. + public virtual async Task> AttestTpmAsync(TpmAttestationRequest request, CancellationToken cancellationToken = default) { Argument.AssertNotNull(request, nameof(request)); using DiagnosticScope scope = _clientDiagnostics.CreateScope($"{nameof(AttestationClient)}.{nameof(AttestTpm)}"); scope.Start(); try { - var response = await _restClient.AttestTpmAsync(new TpmAttestationRequest { Data = request.ToArray() }, cancellationToken).ConfigureAwait(false); - - BinaryData responseData = new BinaryData(response.Value.Data); - - return Response.FromValue(responseData, response.GetRawResponse()); + return await _restClient.AttestTpmAsync(request, cancellationToken).ConfigureAwait(false); } catch (Exception ex) { diff --git a/sdk/attestation/Azure.Security.Attestation/src/Azure.Security.Attestation.csproj b/sdk/attestation/Azure.Security.Attestation/src/Azure.Security.Attestation.csproj index b861c9a79b83..5ebfc90cba08 100644 --- a/sdk/attestation/Azure.Security.Attestation/src/Azure.Security.Attestation.csproj +++ b/sdk/attestation/Azure.Security.Attestation/src/Azure.Security.Attestation.csproj @@ -2,12 +2,15 @@ This is the project which implements the Microsoft Azure Attestation client API and package Azure SDK Template - 1.0.0 + 1.1.0-beta.1 + + 1.0.0 Azure Template $(RequiredTargetFrameworks) + @@ -41,6 +44,4 @@ - - diff --git a/sdk/attestation/Azure.Security.Attestation/src/Generated/Models/TpmAttestationRequest.Serialization.cs b/sdk/attestation/Azure.Security.Attestation/src/Generated/Models/TpmAttestationRequest.Serialization.cs index 55e8ce7bd513..238f851b9c2a 100644 --- a/sdk/attestation/Azure.Security.Attestation/src/Generated/Models/TpmAttestationRequest.Serialization.cs +++ b/sdk/attestation/Azure.Security.Attestation/src/Generated/Models/TpmAttestationRequest.Serialization.cs @@ -10,7 +10,7 @@ namespace Azure.Security.Attestation { - internal partial class TpmAttestationRequest : IUtf8JsonSerializable + public partial class TpmAttestationRequest : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { diff --git a/sdk/attestation/Azure.Security.Attestation/src/Generated/Models/TpmAttestationRequest.cs b/sdk/attestation/Azure.Security.Attestation/src/Generated/Models/TpmAttestationRequest.cs index ecaf7aea06d2..8e2ca2f54f07 100644 --- a/sdk/attestation/Azure.Security.Attestation/src/Generated/Models/TpmAttestationRequest.cs +++ b/sdk/attestation/Azure.Security.Attestation/src/Generated/Models/TpmAttestationRequest.cs @@ -8,7 +8,7 @@ namespace Azure.Security.Attestation { /// Attestation request for Trusted Platform Module (TPM) attestation. - internal partial class TpmAttestationRequest + public partial class TpmAttestationRequest { /// Initializes a new instance of TpmAttestationRequest. public TpmAttestationRequest() diff --git a/sdk/attestation/Azure.Security.Attestation/src/Generated/Models/TpmAttestationResponse.Serialization.cs b/sdk/attestation/Azure.Security.Attestation/src/Generated/Models/TpmAttestationResponse.Serialization.cs index e7d7ef81e17d..dd0081ae92fc 100644 --- a/sdk/attestation/Azure.Security.Attestation/src/Generated/Models/TpmAttestationResponse.Serialization.cs +++ b/sdk/attestation/Azure.Security.Attestation/src/Generated/Models/TpmAttestationResponse.Serialization.cs @@ -10,7 +10,7 @@ namespace Azure.Security.Attestation { - internal partial class TpmAttestationResponse + public partial class TpmAttestationResponse { internal static TpmAttestationResponse DeserializeTpmAttestationResponse(JsonElement element) { diff --git a/sdk/attestation/Azure.Security.Attestation/src/Generated/Models/TpmAttestationResponse.cs b/sdk/attestation/Azure.Security.Attestation/src/Generated/Models/TpmAttestationResponse.cs index 043871c55da7..711c50351d64 100644 --- a/sdk/attestation/Azure.Security.Attestation/src/Generated/Models/TpmAttestationResponse.cs +++ b/sdk/attestation/Azure.Security.Attestation/src/Generated/Models/TpmAttestationResponse.cs @@ -8,7 +8,7 @@ namespace Azure.Security.Attestation { /// Attestation response for Trusted Platform Module (TPM) attestation. - internal partial class TpmAttestationResponse + public partial class TpmAttestationResponse { /// Initializes a new instance of TpmAttestationResponse. internal TpmAttestationResponse() diff --git a/sdk/attestation/Azure.Security.Attestation/src/Models/TpmAttestationRequest.cs b/sdk/attestation/Azure.Security.Attestation/src/Models/TpmAttestationRequest.cs index 47f2e524598f..fa261db5661c 100644 --- a/sdk/attestation/Azure.Security.Attestation/src/Models/TpmAttestationRequest.cs +++ b/sdk/attestation/Azure.Security.Attestation/src/Models/TpmAttestationRequest.cs @@ -7,15 +7,15 @@ namespace Azure.Security.Attestation { /// - /// Represents a response for a TPM attestation call. See https://docs.microsoft.com/en-us/azure/attestation/virtualization-based-security-protocol for more information. + /// Represents a request for a TPM attestation call. See for more information. /// [CodeGenModel("TpmAttestationRequest")] - internal partial class TpmAttestationRequest + public partial class TpmAttestationRequest { /// - /// Attestation Response data. See https://docs.microsoft.com/en-us/azure/attestation/virtualization-based-security-protocol for more details + /// Attestation Request data. See for more details /// - public ReadOnlyMemory Data { get => Base64Url.Decode(InternalData); set => InternalData = Base64Url.Encode(value.ToArray()); } + public BinaryData Data { get => BinaryData.FromBytes(Base64Url.Decode(InternalData)); set => InternalData = Base64Url.Encode(value.ToArray()); } [CodeGenMember("Data")] internal string InternalData { get; set; } diff --git a/sdk/attestation/Azure.Security.Attestation/src/Models/TpmAttestationResponse.cs b/sdk/attestation/Azure.Security.Attestation/src/Models/TpmAttestationResponse.cs index e91228bd6d33..8b4b55b9db6d 100644 --- a/sdk/attestation/Azure.Security.Attestation/src/Models/TpmAttestationResponse.cs +++ b/sdk/attestation/Azure.Security.Attestation/src/Models/TpmAttestationResponse.cs @@ -7,15 +7,15 @@ namespace Azure.Security.Attestation { /// - /// Represents a response for a TPM attestation call. See https://docs.microsoft.com/en-us/azure/attestation/virtualization-based-security-protocol for more information. + /// Represents a response for a TPM attestation call. See for more information. /// [CodeGenModel("TpmAttestationResponse")] - internal partial class TpmAttestationResponse + public partial class TpmAttestationResponse { /// - /// Attestation Response data. See https://docs.microsoft.com/en-us/azure/attestation/virtualization-based-security-protocol for more details + /// Attestation Response data. See for more details. /// - public ReadOnlyMemory Data { get => Base64Url.Decode(InternalData); } + public BinaryData Data { get => BinaryData.FromBytes(Base64Url.Decode(InternalData)); } [CodeGenMember("Data")] internal string InternalData { get; } diff --git a/sdk/attestation/Azure.Security.Attestation/tests/AttestationTests.cs b/sdk/attestation/Azure.Security.Attestation/tests/AttestationTests.cs index 3a369877b960..5aff426f509a 100644 --- a/sdk/attestation/Azure.Security.Attestation/tests/AttestationTests.cs +++ b/sdk/attestation/Azure.Security.Attestation/tests/AttestationTests.cs @@ -8,6 +8,8 @@ using Azure.Core; using Azure.Core.TestFramework; using NUnit.Framework; +using System.Text.Json; +using System.Text.Json.Serialization; namespace Azure.Security.Attestation.Tests { @@ -241,7 +243,7 @@ public async Task AttestOpenEnclaveShared() }); // Confirm that the attestation token contains the enclave held data we specified. - CollectionAssert.AreEqual(binaryRuntimeData, attestationResult.Value.EnclaveHeldData.ToArray()); + CollectionAssert.AreEqual(binaryRuntimeData, attestationResult.Value.EnclaveHeldData.ToArray()); // VERIFY ATTESTATIONRESULT. // Encrypt Data using DeprecatedEnclaveHeldData // Send to enclave. @@ -338,5 +340,47 @@ public async Task AttestOpenEnclaveSharedCallbackRejects() Assert.IsTrue(callbackInvoked); } } + + private class TpmInit + { + [JsonPropertyName("type")] + public string Type { get; set; } + } + + // TpmAttest requires a TpmPayload object. + private class TpmPayload + { + [JsonPropertyName("payload")] + public object Payload { get; set; } + } + + [RecordedTest] + public async Task AttestTpmMinimalAad() + { + // TPM attestation requires that there be an attestation policy applied before it can succeed. + string attestationPolicy = "version=1.0; authorizationrules{=> permit();}; issuancerules{};"; + var adminClient = TestEnvironment.GetAadAdministrationClient(this); + + var setResult = await adminClient.SetPolicyAsync(AttestationType.Tpm, attestationPolicy); + + var tpmPayload = new TpmPayload + { + Payload = new TpmInit + { + Type = "aikcert" + }, + }; + + var client = TestEnvironment.GetAadAttestationClient(this); + Response tpmResponse = null; + tpmResponse = await client.AttestTpmAsync(new TpmAttestationRequest { Data = BinaryData.FromObjectAsJson(tpmPayload) }); + + // Make sure that the response from the service looks like it's supposed to look. + var parsedValue = JsonDocument.Parse(tpmResponse.Value.Data); + Assert.IsNotNull(parsedValue.RootElement.GetProperty("payload")); + var payload = parsedValue.RootElement.GetProperty("payload"); + Assert.IsNotNull(payload.GetProperty("challenge")); + Assert.IsNotNull(payload.GetProperty("service_context")); + } } } diff --git a/sdk/attestation/Azure.Security.Attestation/tests/SessionRecords/AttestationTests/AttestTpmMinimalAad.json b/sdk/attestation/Azure.Security.Attestation/tests/SessionRecords/AttestationTests/AttestTpmMinimalAad.json new file mode 100644 index 000000000000..d750b2947449 --- /dev/null +++ b/sdk/attestation/Azure.Security.Attestation/tests/SessionRecords/AttestationTests/AttestTpmMinimalAad.json @@ -0,0 +1,140 @@ +{ + "Entries": [ + { + "RequestUri": "https://cslarryoattestationaad.wus.attest.azure.net/policies/Tpm?api-version=2020-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "165", + "Content-Type": "text/plain", + "traceparent": "00-9ef63a8fe8bedb4b8b00189f5c6643f8-5ca0d3f236109b44-00", + "User-Agent": "azsdk-net-Security.Attestation/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "528a3820d183e2a528032e8cfee85082", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "eyJhbGciOiJub25lIn0.eyJBdHRlc3RhdGlvblBvbGljeSI6ImRtVnljMmx2YmoweExqQTdJR0YxZEdodmNtbDZZWFJwYjI1eWRXeGxjM3M5UGlCd1pYSnRhWFFvS1R0OU95QnBjM04xWVc1alpYSjFiR1Z6ZTMwNyJ9.", + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "666", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 05 May 2021 04:12:29 GMT", + "Server": "Kestrel", + "x-ms-maa-service-version": "1.10.01570.0002", + "x-ms-request-id": "00-9ef63a8fe8bedb4b8b00189f5c6643f8-5ca0d3f236109b44-00" + }, + "ResponseBody": { + "token": "eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOi8vY3NsYXJyeW9hdHRlc3RhdGlvbmFhZC53dXMuYXR0ZXN0LmF6dXJlLm5ldC9jZXJ0cyIsImtpZCI6IjE1TjJNSG9qOWlBZGtGL2M1blJFM0oySEI4Skc2VnVlM1V6dnUzSy9TZXM9IiwidHlwIjoiSldUIn0.eyJleHAiOjE2MjAxOTE1NDksImlhdCI6MTYyMDE4Nzk0OSwiaXNzIjoiaHR0cHM6Ly9jc2xhcnJ5b2F0dGVzdGF0aW9uYWFkLnd1cy5hdHRlc3QuYXp1cmUubmV0IiwibmJmIjoxNjIwMTg3OTQ5LCJ4LW1zLXBvbGljeS1yZXN1bHQiOiJVcGRhdGVkIiwieC1tcy1wb2xpY3ktdG9rZW4taGFzaCI6ImM2c0VKUUl0VjUwT2VQOUlyUF9ienl3QU1PVnZqNXVEUGJrbEFfYndkWVEifQ.IdjJeiJe2xvZeDSW-Y5ymNpVEJR8Sjjg6EAOytAEoTv6zQkC7TfSg3NYQTcj3gCmeXdRmDWgPuFn57-p7dz3ZAK2JpohmCs7j4S2hz03oM5gKHg1Mj9RT-3TlAnWqhlw443ygdfNHDRgLNKQkzMYhzo52gybEe7fOFgSu6jZu4E" + } + }, + { + "RequestUri": "https://cslarryoattestationaad.wus.attest.azure.net/certs", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/jwk\u002Bjson, application/json", + "Authorization": "Sanitized", + "traceparent": "00-9ef63a8fe8bedb4b8b00189f5c6643f8-06ea7b7951b8254d-00", + "User-Agent": "azsdk-net-Security.Attestation/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9dd9553049553486262756d27dfb3409", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "40774", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 05 May 2021 04:12:29 GMT", + "Server": "Kestrel", + "x-ms-maa-service-version": "1.10.01570.0002", + "x-ms-request-id": "00-9ef63a8fe8bedb4b8b00189f5c6643f8-06ea7b7951b8254d-00" + }, + "ResponseBody": { + "keys": [ + { + "x5c": [ + "MIIUUDCCE7mgAwIBAgIBATANBgkqhkiG9w0BAQsFADA\u002BMTwwOgYDVQQDDDNodHRwczovL2NzbGFycnlvYXR0ZXN0YXRpb25hYWQud3VzLmF0dGVzdC5henVyZS5uZXQwIBcNMTkwNTAxMDAwMDAwWhgPMjA1MDEyMzEyMzU5NTlaMD4xPDA6BgNVBAMMM2h0dHBzOi8vY3NsYXJyeW9hdHRlc3RhdGlvbmFhZC53dXMuYXR0ZXN0LmF6dXJlLm5ldDCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAjoAca7uWAxNVkBLO8alAze9bqeA\u002BdcQZRSg5OnQ76BxjMKpDRU6pEIZCSCEiR5/rkPDvPdiICNxE3Fr7eiCQTLwlMR2G8Tprh5hfGxxPFxGZyFpIM52kgdBcuGF\u002BCq6YjdHUiRL14RTLALuIBNSz5KjYCOeiRBjNorfTemJ5FvMCAwEAAaOCElowghJWMAkGA1UdEwQCMAAwHQYDVR0OBBYEFMr2rO1tgBu91ZkJZ0np6TZmaHZDMB8GA1UdIwQYMBaAFMr2rO1tgBu91ZkJZ0np6TZmaHZDMIISBwYJKwYBBAGCN2kBBIIR\u002BAEAAAACAAAA6BEAAAAAAAADAAIAAAAAAAUACgCTmnIz95xMqZQKDbOVfwYHgykEDzDRSrm1oQn5Q5P9XgAAAAAREQMF/4AGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAcAAAAAAAAAMb/GO2pBooDz1MkyQcRD\u002Bt\u002Bl2DTjGKTZFp1/sp6PiRQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF5UEKr5mjLjLfKpfVeeZfgxDydIFuxPNM7e6xvkEKUmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANeTdjB6I/YgHZBf3OZ0RNydhwfCRulbnt1M77tyv0nrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0EAAADIGkCuA2nvy/bSU6pOKa3hHbNroCntHVXAOPhnioVWRJUJ7DLWGAI3LpI9IZZV6I2lPVvf3nBfVEhqnyjp\u002BH/JhyZQZY1ExHcuoSuUHHlD7Vr/8uwa5r13gpUAfCzAcexmAnEkDYN19ctF2ZZWLpK6zA4d5N6TKDlSW7INl9p6cREQMF/4AGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAcAAAAAAAAAP7Cs4IadLjDyjobXDHZkA6VPu81ljuzg4blIqRVZF0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIxPV3XXllA\u002BlhN/d8aKgpoAVqyN7XAUCwgbCUSQxXv/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPsf0PNHH4qwn1vTwvXp6KThxbjl7SH2YocEfVMYjEsOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWzJbltMAfaxp/KX1dgqdjz7TSjf10WeVyGEKVp2GUkBhPxGpivMYkNKEaxmds6FBR8gJ9CgjQ90zHj7qmaleEIAAAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHwUAzA0AAC0tLS0tQkVHSU4gQ0VSVElGSUNBVEUtLS0tLQpNSUlFZ0RDQ0JDYWdBd0lCQWdJVWU5VEZZcHNnNzlXY2lJN2N1YXV3dHJNYlVQb3dDZ1lJS29aSXpqMEVBd0l3CmNURWpNQ0VHQTFVRUF3d2FTVzUwWld3Z1UwZFlJRkJEU3lCUWNtOWpaWE56YjNJZ1EwRXhHakFZQmdOVkJBb00KRVVsdWRHVnNJRU52Y25CdmNtRjBhVzl1TVJRd0VnWURWUVFIREF0VFlXNTBZU0JEYkdGeVlURUxNQWtHQTFVRQpDQXdDUTBFeEN6QUpCZ05WQkFZVEFsVlRNQjRYRFRJeE1EUXdOakV6TURnME5Wb1hEVEk0TURRd05qRXpNRGcwCk5Wb3djREVpTUNBR0ExVUVBd3daU1c1MFpXd2dVMGRZSUZCRFN5QkRaWEowYVdacFkyRjBaVEVhTUJnR0ExVUUKQ2d3UlNXNTBaV3dnUTI5eWNHOXlZWFJwYjI0eEZEQVNCZ05WQkFjTUMxTmhiblJoSUVOc1lYSmhNUXN3Q1FZRApWUVFJREFKRFFURUxNQWtHQTFVRUJoTUNWVk13V1RBVEJnY3Foa2pPUFFJQkJnZ3Foa2pPUFFNQkJ3TkNBQVI5CmxWTkdHd0Y4Nkl6LysrTW5RbXRjc1MvMlJqdlN3cEFuN1c0L0tjdnZGUWxNYlFPdDY3QkpLR0FnTnNoK2NVNGsKVUo0N2JpTUYwcGVLR21jTDFzUjNvNElDbXpDQ0FwY3dId1lEVlIwakJCZ3dGb0FVME9pcTJuWFgrUzVKRjVnOApleFJsME5YeVdVMHdYd1lEVlIwZkJGZ3dWakJVb0ZLZ1VJWk9hSFIwY0hNNkx5OWhjR2t1ZEhKMWMzUmxaSE5sCmNuWnBZMlZ6TG1sdWRHVnNMbU52YlM5elozZ3ZZMlZ5ZEdsbWFXTmhkR2x2Ymk5Mk1pOXdZMnRqY213L1kyRTkKY0hKdlkyVnpjMjl5TUIwR0ExVWREZ1FXQkJUZHArb0puVUl5WHBvT2cxQTEza3hOQlZCVlp6QU9CZ05WSFE4QgpBZjhFQkFNQ0JzQXdEQVlEVlIwVEFRSC9CQUl3QURDQ0FkUUdDU3FHU0liNFRRRU5BUVNDQWNVd2dnSEJNQjRHCkNpcUdTSWI0VFFFTkFRRUVFSGpwU1gzYm0zSTliMHhRb0NsTm5DQXdnZ0ZrQmdvcWhraUcrRTBCRFFFQ01JSUIKVkRBUUJnc3Foa2lHK0UwQkRRRUNBUUlCRVRBUUJnc3Foa2lHK0UwQkRRRUNBZ0lCRVRBUUJnc3Foa2lHK0UwQgpEUUVDQXdJQkFqQVFCZ3NxaGtpRytFMEJEUUVDQkFJQkJEQVFCZ3NxaGtpRytFMEJEUUVDQlFJQkFUQVJCZ3NxCmhraUcrRTBCRFFFQ0JnSUNBSUF3RUFZTEtvWklodmhOQVEwQkFnY0NBUVl3RUFZTEtvWklodmhOQVEwQkFnZ0MKQVFBd0VBWUxLb1pJaHZoTkFRMEJBZ2tDQVFBd0VBWUxLb1pJaHZoTkFRMEJBZ29DQVFBd0VBWUxLb1pJaHZoTgpBUTBCQWdzQ0FRQXdFQVlMS29aSWh2aE5BUTBCQWd3Q0FRQXdFQVlMS29aSWh2aE5BUTBCQWcwQ0FRQXdFQVlMCktvWklodmhOQVEwQkFnNENBUUF3RUFZTEtvWklodmhOQVEwQkFnOENBUUF3RUFZTEtvWklodmhOQVEwQkFoQUMKQVFBd0VBWUxLb1pJaHZoTkFRMEJBaEVDQVFvd0h3WUxLb1pJaHZoTkFRMEJBaElFRUJFUkFnUUJnQVlBQUFBQQpBQUFBQUFBd0VBWUtLb1pJaHZoTkFRMEJBd1FDQUFBd0ZBWUtLb1pJaHZoTkFRMEJCQVFHQUpCdTFRQUFNQThHCkNpcUdTSWI0VFFFTkFRVUtBUUF3Q2dZSUtvWkl6ajBFQXdJRFNBQXdSUUloQUt0SjB5YXpHYTN1K1pDS0xPbXgKNWVueG9TTmJ4TE80eEllZkJUZkJwQklOQWlCQ053N2RNR1A2NGhQbWl4SlZUWHhwd0JNYlBoN0QycU8zakhBcQo5VDhvVFE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCi0tLS0tQkVHSU4gQ0VSVElGSUNBVEUtLS0tLQpNSUlDbHpDQ0FqNmdBd0lCQWdJVkFORG9xdHAxMS9rdVNSZVlQSHNVWmREVjhsbE5NQW9HQ0NxR1NNNDlCQU1DCk1HZ3hHakFZQmdOVkJBTU1FVWx1ZEdWc0lGTkhXQ0JTYjI5MElFTkJNUm93R0FZRFZRUUtEQkZKYm5SbGJDQkQKYjNKd2IzSmhkR2x2YmpFVU1CSUdBMVVFQnd3TFUyRnVkR0VnUTJ4aGNtRXhDekFKQmdOVkJBZ01Ba05CTVFzdwpDUVlEVlFRR0V3SlZVekFlRncweE9EQTFNakV4TURRMU1EaGFGdzB6TXpBMU1qRXhNRFExTURoYU1IRXhJekFoCkJnTlZCQU1NR2tsdWRHVnNJRk5IV0NCUVEwc2dVSEp2WTJWemMyOXlJRU5CTVJvd0dBWURWUVFLREJGSmJuUmwKYkNCRGIzSndiM0poZEdsdmJqRVVNQklHQTFVRUJ3d0xVMkZ1ZEdFZ1EyeGhjbUV4Q3pBSkJnTlZCQWdNQWtOQgpNUXN3Q1FZRFZRUUdFd0pWVXpCWk1CTUdCeXFHU000OUFnRUdDQ3FHU000OUF3RUhBMElBQkw5cStOTXAySU9nCnRkbDFiay91V1o1K1RHUW04YUNpOHo3OGZzK2ZLQ1EzZCt1RHpYblZUQVQyWmhEQ2lmeUl1Snd2TjN3TkJwOWkKSEJTU01KTUpyQk9qZ2Jzd2diZ3dId1lEVlIwakJCZ3dGb0FVSW1VTTFscWROSW56ZzdTVlVyOVFHemtuQnF3dwpVZ1lEVlIwZkJFc3dTVEJIb0VXZ1E0WkJhSFIwY0hNNkx5OWpaWEowYVdacFkyRjBaWE11ZEhKMWMzUmxaSE5sCmNuWnBZMlZ6TG1sdWRHVnNMbU52YlM5SmJuUmxiRk5IV0ZKdmIzUkRRUzVqY213d0hRWURWUjBPQkJZRUZORG8KcXRwMTEva3VTUmVZUEhzVVpkRFY4bGxOTUE0R0ExVWREd0VCL3dRRUF3SUJCakFTQmdOVkhSTUJBZjhFQ0RBRwpBUUgvQWdFQU1Bb0dDQ3FHU000OUJBTUNBMGNBTUVRQ0lDLzlqKzg0VCtIenRWTy9zT1FCV0piU2QrLzJ1ZXhLCjQrYUEwamNGQkxjcEFpQTNkaE1yRjVjRDUydDZGcU12QUlwajhYZEdteTJiZWVsakxKSytwenBjUkE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCi0tLS0tQkVHSU4gQ0VSVElGSUNBVEUtLS0tLQpNSUlDampDQ0FqU2dBd0lCQWdJVUltVU0xbHFkTkluemc3U1ZVcjlRR3prbkJxd3dDZ1lJS29aSXpqMEVBd0l3CmFERWFNQmdHQTFVRUF3d1JTVzUwWld3Z1UwZFlJRkp2YjNRZ1EwRXhHakFZQmdOVkJBb01FVWx1ZEdWc0lFTnYKY25CdmNtRjBhVzl1TVJRd0VnWURWUVFIREF0VFlXNTBZU0JEYkdGeVlURUxNQWtHQTFVRUNBd0NRMEV4Q3pBSgpCZ05WQkFZVEFsVlRNQjRYRFRFNE1EVXlNVEV3TkRFeE1Wb1hEVE16TURVeU1URXdOREV4TUZvd2FERWFNQmdHCkExVUVBd3dSU1c1MFpXd2dVMGRZSUZKdmIzUWdRMEV4R2pBWUJnTlZCQW9NRVVsdWRHVnNJRU52Y25CdmNtRjAKYVc5dU1SUXdFZ1lEVlFRSERBdFRZVzUwWVNCRGJHRnlZVEVMTUFrR0ExVUVDQXdDUTBFeEN6QUpCZ05WQkFZVApBbFZUTUZrd0V3WUhLb1pJemowQ0FRWUlLb1pJemowREFRY0RRZ0FFQzZuRXdNRElZWk9qL2lQV3NDemFFS2k3CjFPaU9TTFJGaFdHamJuQlZKZlZua1k0dTNJamtEWVlMME14TzRtcXN5WWpsQmFsVFZZeEZQMnNKQks1emxLT0IKdXpDQnVEQWZCZ05WSFNNRUdEQVdnQlFpWlF6V1dwMDBpZk9EdEpWU3YxQWJPU2NHckRCU0JnTlZIUjhFU3pCSgpNRWVnUmFCRGhrRm9kSFJ3Y3pvdkwyTmxjblJwWm1sallYUmxjeTUwY25WemRHVmtjMlZ5ZG1salpYTXVhVzUwClpXd3VZMjl0TDBsdWRHVnNVMGRZVW05dmRFTkJMbU55YkRBZEJnTlZIUTRFRmdRVUltVU0xbHFkTkluemc3U1YKVXI5UUd6a25CcXd3RGdZRFZSMFBBUUgvQkFRREFnRUdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUV3Q2dZSQpLb1pJemowRUF3SURTQUF3UlFJZ1FRcy8wOHJ5Y2RQYXVDRms4VVBRWENNQWxzbG9CZTdOd2FRR1RjZHBhMEVDCklRQ1V0OFNHdnhLbWpwY00vejBXUDlEdm84aDJrNWR1MWlXRGRCa0FuKzBpaUE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCgAwDQYJKoZIhvcNAQELBQADgYEAPnQghOhVj\u002BbpcHD7PjyViRD4AyhkAPFO9lzL38AhvM8j0tryKwQNYhCMQCRR\u002B6Ht3orDwR/AIGkSLbBsI1ss7Dx\u002BwXUiCB/7znnu8TtAtlJ6i73YsZuuhYhFoJyyK5jyMIa9jq9yZg519VMMqyKbxC\u002Bw3E2mZ3ro/wq7tvyHRaM=" + ], + "kid": "15N2MHoj9iAdkF/c5nRE3J2HB8JG6Vue3Uzvu3K/Ses=", + "kty": "RSA" + }, + { + "x5c": [ + "MIIF5jCCA86gAwIBAgITMwAAAAXeUgfdQ7J0RwAAAAAABTANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UEAxMkTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIFBDQSAyMDE5MB4XDTIwMDEzMTE5MTU0N1oXDTIxMDQzMDE5MTU0N1owfzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEpMCcGA1UEAxMgTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIDIwMjAwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCW7/F1qzdsO09eECBIzIBzgM1Ot0uHZn\u002BxnLe4c0sievEqv4d5l3gBcbRtFAsewS85vmawokNegfQCAUn7GqqyoT5zTKSNguVGcfzNcIvvNX47LEUI8vZHit09C5tM8/3iJIFZJSNL99Azf5gDPpZ1EOINOKzULWlh5vMC24S6TExBiO9MBZ4/w6CmZxeAsKynT3aWHlM27XpGRBViBmDxpyVeooB1eP/dJQay0lG93csDm1aPP\u002BnODMLFQUUFRgCM4tZlGmWt6qTt\u002B0xLgr1cFqmSOVKlhYW7U\u002B2EZB9m0AgUXYk7RPoiNKU1OnY7ymj4eTVBAjgJWG1ew5vFSs67AgMBAAGjggFUMIIBUDAOBgNVHQ8BAf8EBAMCB4AwFQYDVR0lBA4wDAYKKwYBBAGCN0wyAzAMBgNVHRMBAf8EAjAAMB0GA1UdDgQWBBROkUizXa6TjqdTZEBGp8jFVdMvkzAfBgNVHSMEGDAWgBStR15sz6nVWnU1XfoooXV4KJ9xrTBlBgNVHR8EXjBcMFqgWKBWhlRodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NybC9NaWNyb3NvZnQlMjBBenVyZSUyMEF0dGVzdGF0aW9uJTIwUENBJTIwMjAxOS5jcmwwcgYIKwYBBQUHAQEEZjBkMGIGCCsGAQUFBzAChlZodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NlcnRzL01pY3Jvc29mdCUyMEF6dXJlJTIwQXR0ZXN0YXRpb24lMjBQQ0ElMjAyMDE5LmNydDANBgkqhkiG9w0BAQsFAAOCAgEAcBk3/jcs0HvD8qIcghCuqWHA29GBsDZdm97QuVaYqCP0vsQ3t5QVMzJW\u002B3swLHKbIgWe6MG/Tvime4wo\u002B2mSO9VXHHrTKMJaDVqUtto22J7Ef9etzKxyIOPSyaeoWrGjMZVEN\u002BI2r/V10geK1rSEPt41LyzQbuJ8HWfPEz9RznvWeYpnS5Q4JJ2Iow2AtQ9hke1MAG/1QvTUPJ1Pdt7UoXxJjBn0eKRzqkaucQ\u002BD2ioYJoYxFxr82nH6ajC35hFC07Yr3i04hTFR2vEVlJ\u002BNXMydf9kIqvVc7WUjmTnUbfLTb1ZVbNQ0XeA3q1uUOKi6fGIIDm\u002B0lQ4evWMZ0ktbbcScDuVaJbhN8yO8i0\u002BURrI4tzJE5s1Xa2IrskRZh0WCEiCpqewSNnJgUhUASNCglE/lXJwMZwo\u002Bi4PQ/HS/bsKOL9WvHKX0PVkcturlwNWRM6OloCtBFUmeDZ\u002BKfjax0e\u002BfCOP4G5If3t5nphADFcde36vDOO\u002B3P85J5pRs3bc1uOuXBz/OtyJ9AB0Kw1eck7z/vIPcLTNkBpCgOFf8iQw0xDCsDZ57e87bhIsXflT/yh12oqQj4f7pPc/lIoFY5VoTCx9iZHGxXwmgtRIxmOG9CVL04gccBR/3ODF75sEfw9i6hPH0q7dk1o9YkHlZS5xHj3vTbrQu6x6Z7YOmoLs=", + "MIIHQDCCBSigAwIBAgITMwAAADd1bHkqKXnfPQAAAAAANzANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwHhcNMTkwNTMwMjI0ODUyWhcNMzQwNTMwMjI1ODUyWjCBgzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UEAxMkTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIFBDQSAyMDE5MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyTLy/bGuzAnrxE\u002BuLoOMwDbwVj/TlPUSeALDYWh1IEV1XASInpSRVgacIHDFfnIclB72l7nzZuRjrsmnNgG0H/uDj0bs\u002BAZkxZ6si/E0E3KOP8YEYSOnDEuCfrBQDdye62tXtP3WAhFe88dW6p56pyxrG1BgpnIsDiEag4U6wzmjkWrFM2w5AFbYUiyloLrr6gnG2Cuk4pTkLW6k3qXo/Nfjm\u002BbS/wgtfztM3vi3lsM4nJvB0HEk8coUQxobpmigmQxBRz7OZH99oWYn9XDR1bym0G/nJ/\u002BY95Z6YquguLk4YHQ8QrXpAf8/dyRQe3zeQu387CLCksmxYTVaGE3QCQEx2M3dIUmUiFiJSgGO7wsq\u002Btf3oqT39GXP6ftdhE6V1UcX/YgK4SjIcxuD7Sj9RW\u002BzYq3iaCPIiwjSK\u002BMFwLtLdMZUmzmXKPmz2sW5rj4Jh6jcmLVc\u002Ba6xccE3x0nQXTTCFNlQRCMqP7GYSaMzjfq2m4leCqunaLG3m6XPOxlKQqAsFvNWxWw0ujV8ILUpo9ZattvHrIukv5/IvK4YCrbeyQUEi1aQzokGGGnKwDWNwCwoEwtVV3CJ7Mw6Gvqk6JuxbixGIE/vSjwnSaal8OdBCQqZHTHSbkaVYJlVaVDjZQtj01RmCQjJmJlzYGTrsMwK9y/DMd8tVyxfYVPc\u002BG8CAwEAAaOCAaQwggGgMA4GA1UdDwEB/wQEAwIBhjAQBgkrBgEEAYI3FQEEAwIBADAdBgNVHQ4EFgQUrUdebM\u002Bp1Vp1NV36KKF1eCifca0wVAYDVR0gBE0wSzBJBgRVHSAAMEEwPwYIKwYBBQUHAgEWM2h0dHA6Ly93d3cubWljcm9zb2Z0LmNvbS9wa2lvcHMvRG9jcy9SZXBvc2l0b3J5Lmh0bTAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFHItOgIxkEO5FAVO4eqnxzHRI4k0MFoGA1UdHwRTMFEwT6BNoEuGSWh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18yMi5jcmwwXgYIKwYBBQUHAQEEUjBQME4GCCsGAQUFBzAChkJodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18yMi5jcnQwDQYJKoZIhvcNAQELBQADggIBABNiL5D1GiUih16Qi5LYJhieTbizpHxRSXlfaw/T0W\u002Bow8VrlY6og\u002BTT2\u002B9qiaz7o\u002Bun7rgutRw63gnUMCKtsfGAFZV46j3Gylbk2NrHF0ssArrQPAXvW7RBKjda0MNojAYRBcrTaFEJQcqIUa3G7L96\u002B6pZTnVSVN1wSv4SVcCXDPM\u002B0D5VUPkJhA51OwqSRoW60SRKaQ0hkQyFSK6oGkt\u002BgqtQESmIEnnT3hGMViXI7eyhyq4VdnIrgIGDR3ZLcVeRqQgojK5f945UQ0laTmG83qhaMozrLIYKc9KZvHuEaG6eMZSIS9zutS7TMKLbY3yR1GtNENSTzvMtG8IHKN7vOQDad3ZiZGEuuJN8X4yAbBz591ZxzUtkFfatP1dXnpk2YMflq\u002BKVKE0V9SAiwE9hSpkann8UDOtcPl6SSQIZHowdXbEwdnWbED0zxK63TYPHVEGQ8rOfWRzbGrc6YV1HCfmP4IynoBoJntQrUiopTe6RAE9CacLdUyVnOwDUJv25vFU9geynWxCRT7\u002Byu8sxFde8dAmB/syhcnJDgQ03qmMAO3Q/ydoKOX4glO1ke2rumk6FSE3NRNxrZCJ/yRyczdftxp9OP16M9evFwMBumzpy5a\u002Bd3I5bz\u002BkQKqsr7VyyDEslVjzxrJPXVoHJg/BWCs5nkfJqnISyjC5cbRJO", + "MIIF7TCCA9WgAwIBAgIQP4vItfyfspZDtWnWbELhRDANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwHhcNMTEwMzIyMjIwNTI4WhcNMzYwMzIyMjIxMzA0WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCygEGqNThNE3IyaCJNuLLx/9VSvGzH9dJKjDbu0cJcfoyKrq8TKG/Ac\u002BM6ztAlqFo6be\u002BouFmrEyNozQwph9FvgFyPRH9dkAFSWKxRxV8qh9zc2AodwQO5e7BW6KPeZGHCnvjzfLnsDbVU/ky2ZU\u002BI8JxImQxCCwl8MVkXeQZ4KI2JOkwDJb5xalwL54RgpJki49KvhKSn\u002B9GY7Qyp3pSJ4Q6g3MDOmT3qCFK7VnnkH4S6Hri0xElcTzFLh93dBWcmmYDgcRGjuKVB4qRTufcyKYMME782XgSzS0NHL2vikR7TmE/dQgfI6B0S/Jmpaz6SfsjWaTr8ZL22CZ3K/QwLopt3YEsDlKQwaRLWQi3BQUzK3Kr9j1uDRprZ/LHR47PJf0h6zSTwQY9cdNCssBAgBkm3xy0hyFfj0IbzA2j70M5xwYmZSmQBbP3sMJHPQTySx\u002BW6hh1hhMdfgzlirrSSL0fzC/hV66AfWdC7dJse0Hbm8ukG1xDo\u002BmTeacY1logC8Ea4PyeZb8txiSk190gWAjWP1Xl8TQLPX\u002BuKg09FcYj5qQ1OcunCnAfPSRtOBA5jUYxe2ADBVSy2xuDCZU7JNDn1nLPEfuhhbhNfFcRf2X7tHc7uROzLLoax7Dj2cO2rXBPB2Q8Nx4CyVe0096yb5MPa50c8prWPMd/FS6/r8QIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUci06AjGQQ7kUBU7h6qfHMdEjiTQwEAYJKwYBBAGCNxUBBAMCAQAwDQYJKoZIhvcNAQELBQADggIBAH9yzw\u002B3xRXbm8BJyiZb/p4T5tPw0tuXX/JLP02zrhmu7deXoKzvqTqjwkGw5biRnhOBJAPmCf0/V0A5ISRW0RAvS0CpNoZLtFNXmvvxfomPEf4YbFGq6O0JlbXlccmh6Yd1phV/yX43VF50k8XDZ8wNT2uoFwxtCJJ\u002Bi92Bqi1wIcM9BhS7vyRep4TXPw8hIr1LAAbblxzYXtTFC1yHblCk6MM4pPvLLMWSZpuFXst6bJN8gClYW1e1QGm6CHmmZGIVnYeWRbVmIyADixxzoNOieTPgUFmG2y/lAiXqcyqfABTINseSO\u002BlOAOzYVgm5M0kS0lQLAausR7aRKX1MtHWAUgHoyoL2n8ysnI8X6i8msKtyrAv\u002BnlEex0NVZ09Rs1fWtuzuUrc66U7h14GIvE\u002BOdbtLqPA1qibUZ2dJsnBMO5PcHd94kIZysjik0dySTclY6ysSXNQ7roxrsIPlAT/4CTL2kzU0Iq/dNw13CYArzUgA8YyZGUcFAenRv9FO0OYoQzeZpApKCNmacXPSqs0xE2N2oTdvkjgefRI8ZjLny23h/FKJ3crWZgWalmG\u002BoijHHKOnNlA8OqTfSm7mhzvO6/DggTedEzxSjr25HTTGHdUKaj2YKXCMiSrRq4IQSB/c9O\u002BlxbtVGjhjhE63bK2VVOxlIhBJF7jAHscPrFRH" + ], + "kid": "wcGHi-SJDOR0XXghydRma0GQQXs", + "kty": "RSA" + }, + { + "x5c": [ + "MIIF5jCCA86gAwIBAgITMwAAAAjfr0F/Gw5Y2AAAAAAACDANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UEAxMkTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIFBDQSAyMDE5MB4XDTIxMDIwNDIwMzYyMFoXDTIyMDUwNDIwMzYyMFowfzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEpMCcGA1UEAxMgTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIDIwMjAwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDuk9F\u002BtMMv0fNBZ9zl2\u002BPqVkjEQCEeU0s/T9Pi1u6G5KuOmPWJgvA39TEFJORZ4mI0rYQMEGWkF\u002BFJlfkgGrF4mQkJurdHyIODs2P4ScI/hgAi12u06p4NH41p4P3OcbjyshMVvU8e1hbzqcs4cxazmUuBMKFCAMrWfYn5duDCATn\u002B1hKO2wYnFLxTRdQy0Ci05ttHTL3jHMdi4nbZHPTlw/QdRvo7/8Wvy4ZxT3rk7naoHBKRPbWNS\u002BsMYsV2qTeazxLnYYEUy3c2POu0ZexRV/q548ZH\u002BdMRzxLs6LGHGc4S5xYL5rCusU2E1ZrDKcTitEXlIRK0IaSL\u002BwAtxfThAgMBAAGjggFUMIIBUDAOBgNVHQ8BAf8EBAMCB4AwFQYDVR0lBA4wDAYKKwYBBAGCN0wyAzAMBgNVHRMBAf8EAjAAMB0GA1UdDgQWBBRl7dzLDqa7r/MSE0L8Yg9/hvvfZDAfBgNVHSMEGDAWgBStR15sz6nVWnU1XfoooXV4KJ9xrTBlBgNVHR8EXjBcMFqgWKBWhlRodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NybC9NaWNyb3NvZnQlMjBBenVyZSUyMEF0dGVzdGF0aW9uJTIwUENBJTIwMjAxOS5jcmwwcgYIKwYBBQUHAQEEZjBkMGIGCCsGAQUFBzAChlZodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NlcnRzL01pY3Jvc29mdCUyMEF6dXJlJTIwQXR0ZXN0YXRpb24lMjBQQ0ElMjAyMDE5LmNydDANBgkqhkiG9w0BAQsFAAOCAgEAcFFeqgUhFJpenz3VyrpMnuZxk8jNCEsf7bFayGCdPoONh5B4AV\u002BNxIBdin6d0lx/EXkFuu/Eqc4wUgtz8/WSCpnUtS4tbCNFkr1XYxldzlxrbrfG6siLzUSQb/srUJEl24DyHBGYepKsL\u002BgK6ea0kh/ft43uBatuEkbf722koeTYXIWMTtVmHngl6TWQ22S23R15KmjW78pr2ZLszg\u002BBf\u002BDuJBNOi3g3hFE8weL2\u002BPmrMYzm4vNue2k77P59AJHwxFcRwisOZOPcfs52Ensjo1pjI3O36E0mOri\u002BbNrVzJ1np9V0ccQy/7mjm6zHL0Heb3JKMEhdJDU5PDVHm5eNHWmfnUBeG5RysAGRou3BNO0UrkxiI/PE3sQ3QXVTByP6xxFD6iXyX/DV6zhDUIDFuEVGvm7BXIQuF9TgKSLYEqBBcgcplsxsvOn9xh94Hn6C9ySjPKXUGkszLY6MsKtcum5Vqvg8TrnTToeQYv/5mLZFPu0giHNpIVt9LIpjs0sHjd5PcNsOGtvHp3wvLhzneIRvCMl7v8ZVTsx3xnEOYI9kB2F8iIqxmgvlsp1UN/45\u002BtoXusAuxKSV0KFwVxsNoqIUPMiNZMQkSkgjXbtLNSkAHUaltF7CI3h/5coLsKhcfjx/TGk2te6zP7lmlGQLdou7iOR1t2KKMKib8xRkit8=", + "MIIHQDCCBSigAwIBAgITMwAAADd1bHkqKXnfPQAAAAAANzANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwHhcNMTkwNTMwMjI0ODUyWhcNMzQwNTMwMjI1ODUyWjCBgzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UEAxMkTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIFBDQSAyMDE5MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyTLy/bGuzAnrxE\u002BuLoOMwDbwVj/TlPUSeALDYWh1IEV1XASInpSRVgacIHDFfnIclB72l7nzZuRjrsmnNgG0H/uDj0bs\u002BAZkxZ6si/E0E3KOP8YEYSOnDEuCfrBQDdye62tXtP3WAhFe88dW6p56pyxrG1BgpnIsDiEag4U6wzmjkWrFM2w5AFbYUiyloLrr6gnG2Cuk4pTkLW6k3qXo/Nfjm\u002BbS/wgtfztM3vi3lsM4nJvB0HEk8coUQxobpmigmQxBRz7OZH99oWYn9XDR1bym0G/nJ/\u002BY95Z6YquguLk4YHQ8QrXpAf8/dyRQe3zeQu387CLCksmxYTVaGE3QCQEx2M3dIUmUiFiJSgGO7wsq\u002Btf3oqT39GXP6ftdhE6V1UcX/YgK4SjIcxuD7Sj9RW\u002BzYq3iaCPIiwjSK\u002BMFwLtLdMZUmzmXKPmz2sW5rj4Jh6jcmLVc\u002Ba6xccE3x0nQXTTCFNlQRCMqP7GYSaMzjfq2m4leCqunaLG3m6XPOxlKQqAsFvNWxWw0ujV8ILUpo9ZattvHrIukv5/IvK4YCrbeyQUEi1aQzokGGGnKwDWNwCwoEwtVV3CJ7Mw6Gvqk6JuxbixGIE/vSjwnSaal8OdBCQqZHTHSbkaVYJlVaVDjZQtj01RmCQjJmJlzYGTrsMwK9y/DMd8tVyxfYVPc\u002BG8CAwEAAaOCAaQwggGgMA4GA1UdDwEB/wQEAwIBhjAQBgkrBgEEAYI3FQEEAwIBADAdBgNVHQ4EFgQUrUdebM\u002Bp1Vp1NV36KKF1eCifca0wVAYDVR0gBE0wSzBJBgRVHSAAMEEwPwYIKwYBBQUHAgEWM2h0dHA6Ly93d3cubWljcm9zb2Z0LmNvbS9wa2lvcHMvRG9jcy9SZXBvc2l0b3J5Lmh0bTAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFHItOgIxkEO5FAVO4eqnxzHRI4k0MFoGA1UdHwRTMFEwT6BNoEuGSWh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18yMi5jcmwwXgYIKwYBBQUHAQEEUjBQME4GCCsGAQUFBzAChkJodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18yMi5jcnQwDQYJKoZIhvcNAQELBQADggIBABNiL5D1GiUih16Qi5LYJhieTbizpHxRSXlfaw/T0W\u002Bow8VrlY6og\u002BTT2\u002B9qiaz7o\u002Bun7rgutRw63gnUMCKtsfGAFZV46j3Gylbk2NrHF0ssArrQPAXvW7RBKjda0MNojAYRBcrTaFEJQcqIUa3G7L96\u002B6pZTnVSVN1wSv4SVcCXDPM\u002B0D5VUPkJhA51OwqSRoW60SRKaQ0hkQyFSK6oGkt\u002BgqtQESmIEnnT3hGMViXI7eyhyq4VdnIrgIGDR3ZLcVeRqQgojK5f945UQ0laTmG83qhaMozrLIYKc9KZvHuEaG6eMZSIS9zutS7TMKLbY3yR1GtNENSTzvMtG8IHKN7vOQDad3ZiZGEuuJN8X4yAbBz591ZxzUtkFfatP1dXnpk2YMflq\u002BKVKE0V9SAiwE9hSpkann8UDOtcPl6SSQIZHowdXbEwdnWbED0zxK63TYPHVEGQ8rOfWRzbGrc6YV1HCfmP4IynoBoJntQrUiopTe6RAE9CacLdUyVnOwDUJv25vFU9geynWxCRT7\u002Byu8sxFde8dAmB/syhcnJDgQ03qmMAO3Q/ydoKOX4glO1ke2rumk6FSE3NRNxrZCJ/yRyczdftxp9OP16M9evFwMBumzpy5a\u002Bd3I5bz\u002BkQKqsr7VyyDEslVjzxrJPXVoHJg/BWCs5nkfJqnISyjC5cbRJO", + "MIIF7TCCA9WgAwIBAgIQP4vItfyfspZDtWnWbELhRDANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwHhcNMTEwMzIyMjIwNTI4WhcNMzYwMzIyMjIxMzA0WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCygEGqNThNE3IyaCJNuLLx/9VSvGzH9dJKjDbu0cJcfoyKrq8TKG/Ac\u002BM6ztAlqFo6be\u002BouFmrEyNozQwph9FvgFyPRH9dkAFSWKxRxV8qh9zc2AodwQO5e7BW6KPeZGHCnvjzfLnsDbVU/ky2ZU\u002BI8JxImQxCCwl8MVkXeQZ4KI2JOkwDJb5xalwL54RgpJki49KvhKSn\u002B9GY7Qyp3pSJ4Q6g3MDOmT3qCFK7VnnkH4S6Hri0xElcTzFLh93dBWcmmYDgcRGjuKVB4qRTufcyKYMME782XgSzS0NHL2vikR7TmE/dQgfI6B0S/Jmpaz6SfsjWaTr8ZL22CZ3K/QwLopt3YEsDlKQwaRLWQi3BQUzK3Kr9j1uDRprZ/LHR47PJf0h6zSTwQY9cdNCssBAgBkm3xy0hyFfj0IbzA2j70M5xwYmZSmQBbP3sMJHPQTySx\u002BW6hh1hhMdfgzlirrSSL0fzC/hV66AfWdC7dJse0Hbm8ukG1xDo\u002BmTeacY1logC8Ea4PyeZb8txiSk190gWAjWP1Xl8TQLPX\u002BuKg09FcYj5qQ1OcunCnAfPSRtOBA5jUYxe2ADBVSy2xuDCZU7JNDn1nLPEfuhhbhNfFcRf2X7tHc7uROzLLoax7Dj2cO2rXBPB2Q8Nx4CyVe0096yb5MPa50c8prWPMd/FS6/r8QIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUci06AjGQQ7kUBU7h6qfHMdEjiTQwEAYJKwYBBAGCNxUBBAMCAQAwDQYJKoZIhvcNAQELBQADggIBAH9yzw\u002B3xRXbm8BJyiZb/p4T5tPw0tuXX/JLP02zrhmu7deXoKzvqTqjwkGw5biRnhOBJAPmCf0/V0A5ISRW0RAvS0CpNoZLtFNXmvvxfomPEf4YbFGq6O0JlbXlccmh6Yd1phV/yX43VF50k8XDZ8wNT2uoFwxtCJJ\u002Bi92Bqi1wIcM9BhS7vyRep4TXPw8hIr1LAAbblxzYXtTFC1yHblCk6MM4pPvLLMWSZpuFXst6bJN8gClYW1e1QGm6CHmmZGIVnYeWRbVmIyADixxzoNOieTPgUFmG2y/lAiXqcyqfABTINseSO\u002BlOAOzYVgm5M0kS0lQLAausR7aRKX1MtHWAUgHoyoL2n8ysnI8X6i8msKtyrAv\u002BnlEex0NVZ09Rs1fWtuzuUrc66U7h14GIvE\u002BOdbtLqPA1qibUZ2dJsnBMO5PcHd94kIZysjik0dySTclY6ysSXNQ7roxrsIPlAT/4CTL2kzU0Iq/dNw13CYArzUgA8YyZGUcFAenRv9FO0OYoQzeZpApKCNmacXPSqs0xE2N2oTdvkjgefRI8ZjLny23h/FKJ3crWZgWalmG\u002BoijHHKOnNlA8OqTfSm7mhzvO6/DggTedEzxSjr25HTTGHdUKaj2YKXCMiSrRq4IQSB/c9O\u002BlxbtVGjhjhE63bK2VVOxlIhBJF7jAHscPrFRH" + ], + "kid": "3UrBlwdkkTBWV14k7IodIzjAr8k", + "kty": "RSA" + }, + { + "x5c": [ + "MIIF5jCCA86gAwIBAgITMwAAAAYqYzcqwvgPbQAAAAAABjANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UEAxMkTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIFBDQSAyMDE5MB4XDTIwMDIxMzE4MzEwNVoXDTIxMDUxMzE4MzEwNVowfzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEpMCcGA1UEAxMgTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIDIwMjAwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZVZSHfC9JqV\u002BblpAinjxui8SJgCHcbebc3UVirPE96juWeSLTVQI4W6zo4PliDBfgi9Jymu\u002BENcnLIEWP/KqumqoH4VTynSFUHbqsDRJu9868a62rziCPQhcFveDzPmJsohfWFyCMubVza1g3b5E0VzKimJ9PMB/lvuDwjcRyxQZdqyIDBLOUW2W6/nhNb\u002BNHLkYt2MIyGqZVLwqU81XLyzws/vbJzCppJZOKAnRK4BtxdPpYyT3LYxEGiHm0l5b2CuIlq64XT5c9qOtXoQ/mSaynY6eoDwZ4unHwSk1I2PJubhQude8XSOWC5ioBBFYdnZACl7Yg37Fepi0zkA23AgMBAAGjggFUMIIBUDAOBgNVHQ8BAf8EBAMCB4AwFQYDVR0lBA4wDAYKKwYBBAGCN0wyAzAMBgNVHRMBAf8EAjAAMB0GA1UdDgQWBBQ70zO3MqaCNPEWBTHXangGV9rjITAfBgNVHSMEGDAWgBStR15sz6nVWnU1XfoooXV4KJ9xrTBlBgNVHR8EXjBcMFqgWKBWhlRodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NybC9NaWNyb3NvZnQlMjBBenVyZSUyMEF0dGVzdGF0aW9uJTIwUENBJTIwMjAxOS5jcmwwcgYIKwYBBQUHAQEEZjBkMGIGCCsGAQUFBzAChlZodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NlcnRzL01pY3Jvc29mdCUyMEF6dXJlJTIwQXR0ZXN0YXRpb24lMjBQQ0ElMjAyMDE5LmNydDANBgkqhkiG9w0BAQsFAAOCAgEAVqMYVFBiDQcxWroTh0CMPUCJM6RzaniZgIyw2AHxC7oMgxNmKNGJVbKbu66EBrvnwc9vF9EOj4SIRhCs/UEoGMkahvarGIYamuyFoyz8mfndxZnKecR32J8M56s5mGuayBQBP4T07U32VE6aO3rwWYZD1lIKsqYfypk2G7xtBllR6KV0vTteBWJ5Nu4nw/08Q1OhC187cG4ifkxowQBIqZVwltOvi46NUs0qJGDuqnhBBvYHewJ0UBaJmU7AtQ3uS88WGoxt0g4S/BlawDzNpC5yjYeCIMjmFHYjNdOe\u002BYHLyR736w1Zzw/Mj0d1aFa\u002BV0RnEe\u002BJEGRQfJtmQHtfjGnm\u002B/UUi4PQ3acixQrYj1mD\u002Bokjp67FHTG3PUDCXvHpS1jaOB7jjfx3rPb67jW/kGWVH6pkcwylpicjy7ZemzfgxX5YWczkUWQq13uAnSR/jGiqyvlEekWl4mk8MzMuSIMXMTeXWQjl\u002Bz44iGuw9TOh0K/JpEk5aQ7VaKQzTuGfeRrYpTER4b\u002BupTaTAFkB15XmFAv5V6KdpOmo4R8ruJgsIvq62jRMmr\u002B/LtRdNzRAm4oTkcUmCFwoiUeeGpJ9EbgOcAgqlnW11Dcuc5DY6oIdlCDxhKIk2zfv\u002BUR1Mky4tOPOeSrB9tL98jVgzky4B6UgKViD0\u002BasPNKUvyDyrqo=", + "MIIHQDCCBSigAwIBAgITMwAAADd1bHkqKXnfPQAAAAAANzANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwHhcNMTkwNTMwMjI0ODUyWhcNMzQwNTMwMjI1ODUyWjCBgzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UEAxMkTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIFBDQSAyMDE5MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyTLy/bGuzAnrxE\u002BuLoOMwDbwVj/TlPUSeALDYWh1IEV1XASInpSRVgacIHDFfnIclB72l7nzZuRjrsmnNgG0H/uDj0bs\u002BAZkxZ6si/E0E3KOP8YEYSOnDEuCfrBQDdye62tXtP3WAhFe88dW6p56pyxrG1BgpnIsDiEag4U6wzmjkWrFM2w5AFbYUiyloLrr6gnG2Cuk4pTkLW6k3qXo/Nfjm\u002BbS/wgtfztM3vi3lsM4nJvB0HEk8coUQxobpmigmQxBRz7OZH99oWYn9XDR1bym0G/nJ/\u002BY95Z6YquguLk4YHQ8QrXpAf8/dyRQe3zeQu387CLCksmxYTVaGE3QCQEx2M3dIUmUiFiJSgGO7wsq\u002Btf3oqT39GXP6ftdhE6V1UcX/YgK4SjIcxuD7Sj9RW\u002BzYq3iaCPIiwjSK\u002BMFwLtLdMZUmzmXKPmz2sW5rj4Jh6jcmLVc\u002Ba6xccE3x0nQXTTCFNlQRCMqP7GYSaMzjfq2m4leCqunaLG3m6XPOxlKQqAsFvNWxWw0ujV8ILUpo9ZattvHrIukv5/IvK4YCrbeyQUEi1aQzokGGGnKwDWNwCwoEwtVV3CJ7Mw6Gvqk6JuxbixGIE/vSjwnSaal8OdBCQqZHTHSbkaVYJlVaVDjZQtj01RmCQjJmJlzYGTrsMwK9y/DMd8tVyxfYVPc\u002BG8CAwEAAaOCAaQwggGgMA4GA1UdDwEB/wQEAwIBhjAQBgkrBgEEAYI3FQEEAwIBADAdBgNVHQ4EFgQUrUdebM\u002Bp1Vp1NV36KKF1eCifca0wVAYDVR0gBE0wSzBJBgRVHSAAMEEwPwYIKwYBBQUHAgEWM2h0dHA6Ly93d3cubWljcm9zb2Z0LmNvbS9wa2lvcHMvRG9jcy9SZXBvc2l0b3J5Lmh0bTAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFHItOgIxkEO5FAVO4eqnxzHRI4k0MFoGA1UdHwRTMFEwT6BNoEuGSWh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18yMi5jcmwwXgYIKwYBBQUHAQEEUjBQME4GCCsGAQUFBzAChkJodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18yMi5jcnQwDQYJKoZIhvcNAQELBQADggIBABNiL5D1GiUih16Qi5LYJhieTbizpHxRSXlfaw/T0W\u002Bow8VrlY6og\u002BTT2\u002B9qiaz7o\u002Bun7rgutRw63gnUMCKtsfGAFZV46j3Gylbk2NrHF0ssArrQPAXvW7RBKjda0MNojAYRBcrTaFEJQcqIUa3G7L96\u002B6pZTnVSVN1wSv4SVcCXDPM\u002B0D5VUPkJhA51OwqSRoW60SRKaQ0hkQyFSK6oGkt\u002BgqtQESmIEnnT3hGMViXI7eyhyq4VdnIrgIGDR3ZLcVeRqQgojK5f945UQ0laTmG83qhaMozrLIYKc9KZvHuEaG6eMZSIS9zutS7TMKLbY3yR1GtNENSTzvMtG8IHKN7vOQDad3ZiZGEuuJN8X4yAbBz591ZxzUtkFfatP1dXnpk2YMflq\u002BKVKE0V9SAiwE9hSpkann8UDOtcPl6SSQIZHowdXbEwdnWbED0zxK63TYPHVEGQ8rOfWRzbGrc6YV1HCfmP4IynoBoJntQrUiopTe6RAE9CacLdUyVnOwDUJv25vFU9geynWxCRT7\u002Byu8sxFde8dAmB/syhcnJDgQ03qmMAO3Q/ydoKOX4glO1ke2rumk6FSE3NRNxrZCJ/yRyczdftxp9OP16M9evFwMBumzpy5a\u002Bd3I5bz\u002BkQKqsr7VyyDEslVjzxrJPXVoHJg/BWCs5nkfJqnISyjC5cbRJO", + "MIIF7TCCA9WgAwIBAgIQP4vItfyfspZDtWnWbELhRDANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwHhcNMTEwMzIyMjIwNTI4WhcNMzYwMzIyMjIxMzA0WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCygEGqNThNE3IyaCJNuLLx/9VSvGzH9dJKjDbu0cJcfoyKrq8TKG/Ac\u002BM6ztAlqFo6be\u002BouFmrEyNozQwph9FvgFyPRH9dkAFSWKxRxV8qh9zc2AodwQO5e7BW6KPeZGHCnvjzfLnsDbVU/ky2ZU\u002BI8JxImQxCCwl8MVkXeQZ4KI2JOkwDJb5xalwL54RgpJki49KvhKSn\u002B9GY7Qyp3pSJ4Q6g3MDOmT3qCFK7VnnkH4S6Hri0xElcTzFLh93dBWcmmYDgcRGjuKVB4qRTufcyKYMME782XgSzS0NHL2vikR7TmE/dQgfI6B0S/Jmpaz6SfsjWaTr8ZL22CZ3K/QwLopt3YEsDlKQwaRLWQi3BQUzK3Kr9j1uDRprZ/LHR47PJf0h6zSTwQY9cdNCssBAgBkm3xy0hyFfj0IbzA2j70M5xwYmZSmQBbP3sMJHPQTySx\u002BW6hh1hhMdfgzlirrSSL0fzC/hV66AfWdC7dJse0Hbm8ukG1xDo\u002BmTeacY1logC8Ea4PyeZb8txiSk190gWAjWP1Xl8TQLPX\u002BuKg09FcYj5qQ1OcunCnAfPSRtOBA5jUYxe2ADBVSy2xuDCZU7JNDn1nLPEfuhhbhNfFcRf2X7tHc7uROzLLoax7Dj2cO2rXBPB2Q8Nx4CyVe0096yb5MPa50c8prWPMd/FS6/r8QIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUci06AjGQQ7kUBU7h6qfHMdEjiTQwEAYJKwYBBAGCNxUBBAMCAQAwDQYJKoZIhvcNAQELBQADggIBAH9yzw\u002B3xRXbm8BJyiZb/p4T5tPw0tuXX/JLP02zrhmu7deXoKzvqTqjwkGw5biRnhOBJAPmCf0/V0A5ISRW0RAvS0CpNoZLtFNXmvvxfomPEf4YbFGq6O0JlbXlccmh6Yd1phV/yX43VF50k8XDZ8wNT2uoFwxtCJJ\u002Bi92Bqi1wIcM9BhS7vyRep4TXPw8hIr1LAAbblxzYXtTFC1yHblCk6MM4pPvLLMWSZpuFXst6bJN8gClYW1e1QGm6CHmmZGIVnYeWRbVmIyADixxzoNOieTPgUFmG2y/lAiXqcyqfABTINseSO\u002BlOAOzYVgm5M0kS0lQLAausR7aRKX1MtHWAUgHoyoL2n8ysnI8X6i8msKtyrAv\u002BnlEex0NVZ09Rs1fWtuzuUrc66U7h14GIvE\u002BOdbtLqPA1qibUZ2dJsnBMO5PcHd94kIZysjik0dySTclY6ysSXNQ7roxrsIPlAT/4CTL2kzU0Iq/dNw13CYArzUgA8YyZGUcFAenRv9FO0OYoQzeZpApKCNmacXPSqs0xE2N2oTdvkjgefRI8ZjLny23h/FKJ3crWZgWalmG\u002BoijHHKOnNlA8OqTfSm7mhzvO6/DggTedEzxSjr25HTTGHdUKaj2YKXCMiSrRq4IQSB/c9O\u002BlxbtVGjhjhE63bK2VVOxlIhBJF7jAHscPrFRH" + ], + "kid": "m6-lSqJc6zdzfpwYs_1EHdf-1Gg", + "kty": "RSA" + }, + { + "x5c": [ + "MIIF5jCCA86gAwIBAgITMwAAAAf6J4XtUCW0zAAAAAAABzANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UEAxMkTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIFBDQSAyMDE5MB4XDTIxMDIwNDIwMzYxOVoXDTIyMDUwNDIwMzYxOVowfzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEpMCcGA1UEAxMgTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIDIwMjAwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCnB4FdRURas4L3WI/SrhEiNuJg6548nuLt6xoscIwjZZXq7Xw3ZIl3SH5\u002Bf2hLzGw4QqMAsBF9DMSZsHdEBVBmDwatfnPgg1DwdNjietLF6WmXFDMlyNONxG\u002BbCRf3M/OuE22YXoBUOFR3CqRVuPRynV6tZRO6lXlDRQBjvL4KstwH7qZOGA2HksQ4zRWYdlK6WgoyCERhVD75lvCjRrxVcFE2xq3rY1G3v3948oomtQmOPoVZyfcQObCGZKzosgv9vH20jLXGuOApPLkEUEXomj/eoyKIiycGYhE3daNldxRIY1vpFKNyjahPoK9RlQOOxdT6SKjrxzRFhJgL7AvFAgMBAAGjggFUMIIBUDAOBgNVHQ8BAf8EBAMCB4AwFQYDVR0lBA4wDAYKKwYBBAGCN0wyAzAMBgNVHRMBAf8EAjAAMB0GA1UdDgQWBBRp3BAW9b4GAIdUQ1g81w5fxQFGLTAfBgNVHSMEGDAWgBStR15sz6nVWnU1XfoooXV4KJ9xrTBlBgNVHR8EXjBcMFqgWKBWhlRodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NybC9NaWNyb3NvZnQlMjBBenVyZSUyMEF0dGVzdGF0aW9uJTIwUENBJTIwMjAxOS5jcmwwcgYIKwYBBQUHAQEEZjBkMGIGCCsGAQUFBzAChlZodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NlcnRzL01pY3Jvc29mdCUyMEF6dXJlJTIwQXR0ZXN0YXRpb24lMjBQQ0ElMjAyMDE5LmNydDANBgkqhkiG9w0BAQsFAAOCAgEAVbU1CVQqZJT3XNYeGtVJy7QtpAcGh2dxwpKh505tXWbHjOUHwcyyOolbKJP\u002BLw2XmAoorrIj7ld22hGMz1LWgsIuN65BOAobFh0UaRm3dHpr5CaMj63Ov7r1N5QYIKddd1qSaxoF4DWsjDi8iKF0H\u002BNR40Tfe64yoXpsw95NqJbQCZyqovnf0nE49\u002B8P4CcKYEJhSlsSBzcqNq8Ec0NLe3F1cfhIjImlXdKfM3cLGKG0hIXCzb\u002B12tDYZ3Bikb8ThMwLSL0uD5s2yybP3n9GhVzkuiagh4fmqiVznpm7\u002BqkFOh3nuwtJUI7K8GKqN96kSqf8PxHh/aHT3TdGRwx\u002B8TuWQ8xlDvaC99/vFUryqqzN0GKhQUF9ngCGLYpuwxH\u002Bhr3jJVscZlfD7iBobqmgv/YsKVCy\u002B0U1U8cKT1N1bYOZtRfWlPvuaTSWr3J04FXJThIoJQmkFOefVFLEzrRyG9Gbh7sx0OgwpoKjF3nc\u002BvqgD6CzVCSar\u002B8xodhqWvDy7PZqZLj0a/29nrFSFITVNpEpi2zLOEDoVlYS8w1UZ/pXX8dZR1JA9kn1nGf6V2H6ithkUw1Rmp\u002BhnfmoLrw\u002Blua0ZeRjYr9UY7U5NNgMhDZBWDDnBG93fIB5BrIct8M/FfhqcJOODmnqA2sBS16u7dQTIRQ/NtVq3Lln4BnKBj0=", + "MIIHQDCCBSigAwIBAgITMwAAADd1bHkqKXnfPQAAAAAANzANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwHhcNMTkwNTMwMjI0ODUyWhcNMzQwNTMwMjI1ODUyWjCBgzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UEAxMkTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIFBDQSAyMDE5MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyTLy/bGuzAnrxE\u002BuLoOMwDbwVj/TlPUSeALDYWh1IEV1XASInpSRVgacIHDFfnIclB72l7nzZuRjrsmnNgG0H/uDj0bs\u002BAZkxZ6si/E0E3KOP8YEYSOnDEuCfrBQDdye62tXtP3WAhFe88dW6p56pyxrG1BgpnIsDiEag4U6wzmjkWrFM2w5AFbYUiyloLrr6gnG2Cuk4pTkLW6k3qXo/Nfjm\u002BbS/wgtfztM3vi3lsM4nJvB0HEk8coUQxobpmigmQxBRz7OZH99oWYn9XDR1bym0G/nJ/\u002BY95Z6YquguLk4YHQ8QrXpAf8/dyRQe3zeQu387CLCksmxYTVaGE3QCQEx2M3dIUmUiFiJSgGO7wsq\u002Btf3oqT39GXP6ftdhE6V1UcX/YgK4SjIcxuD7Sj9RW\u002BzYq3iaCPIiwjSK\u002BMFwLtLdMZUmzmXKPmz2sW5rj4Jh6jcmLVc\u002Ba6xccE3x0nQXTTCFNlQRCMqP7GYSaMzjfq2m4leCqunaLG3m6XPOxlKQqAsFvNWxWw0ujV8ILUpo9ZattvHrIukv5/IvK4YCrbeyQUEi1aQzokGGGnKwDWNwCwoEwtVV3CJ7Mw6Gvqk6JuxbixGIE/vSjwnSaal8OdBCQqZHTHSbkaVYJlVaVDjZQtj01RmCQjJmJlzYGTrsMwK9y/DMd8tVyxfYVPc\u002BG8CAwEAAaOCAaQwggGgMA4GA1UdDwEB/wQEAwIBhjAQBgkrBgEEAYI3FQEEAwIBADAdBgNVHQ4EFgQUrUdebM\u002Bp1Vp1NV36KKF1eCifca0wVAYDVR0gBE0wSzBJBgRVHSAAMEEwPwYIKwYBBQUHAgEWM2h0dHA6Ly93d3cubWljcm9zb2Z0LmNvbS9wa2lvcHMvRG9jcy9SZXBvc2l0b3J5Lmh0bTAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFHItOgIxkEO5FAVO4eqnxzHRI4k0MFoGA1UdHwRTMFEwT6BNoEuGSWh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18yMi5jcmwwXgYIKwYBBQUHAQEEUjBQME4GCCsGAQUFBzAChkJodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18yMi5jcnQwDQYJKoZIhvcNAQELBQADggIBABNiL5D1GiUih16Qi5LYJhieTbizpHxRSXlfaw/T0W\u002Bow8VrlY6og\u002BTT2\u002B9qiaz7o\u002Bun7rgutRw63gnUMCKtsfGAFZV46j3Gylbk2NrHF0ssArrQPAXvW7RBKjda0MNojAYRBcrTaFEJQcqIUa3G7L96\u002B6pZTnVSVN1wSv4SVcCXDPM\u002B0D5VUPkJhA51OwqSRoW60SRKaQ0hkQyFSK6oGkt\u002BgqtQESmIEnnT3hGMViXI7eyhyq4VdnIrgIGDR3ZLcVeRqQgojK5f945UQ0laTmG83qhaMozrLIYKc9KZvHuEaG6eMZSIS9zutS7TMKLbY3yR1GtNENSTzvMtG8IHKN7vOQDad3ZiZGEuuJN8X4yAbBz591ZxzUtkFfatP1dXnpk2YMflq\u002BKVKE0V9SAiwE9hSpkann8UDOtcPl6SSQIZHowdXbEwdnWbED0zxK63TYPHVEGQ8rOfWRzbGrc6YV1HCfmP4IynoBoJntQrUiopTe6RAE9CacLdUyVnOwDUJv25vFU9geynWxCRT7\u002Byu8sxFde8dAmB/syhcnJDgQ03qmMAO3Q/ydoKOX4glO1ke2rumk6FSE3NRNxrZCJ/yRyczdftxp9OP16M9evFwMBumzpy5a\u002Bd3I5bz\u002BkQKqsr7VyyDEslVjzxrJPXVoHJg/BWCs5nkfJqnISyjC5cbRJO", + "MIIF7TCCA9WgAwIBAgIQP4vItfyfspZDtWnWbELhRDANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwHhcNMTEwMzIyMjIwNTI4WhcNMzYwMzIyMjIxMzA0WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCygEGqNThNE3IyaCJNuLLx/9VSvGzH9dJKjDbu0cJcfoyKrq8TKG/Ac\u002BM6ztAlqFo6be\u002BouFmrEyNozQwph9FvgFyPRH9dkAFSWKxRxV8qh9zc2AodwQO5e7BW6KPeZGHCnvjzfLnsDbVU/ky2ZU\u002BI8JxImQxCCwl8MVkXeQZ4KI2JOkwDJb5xalwL54RgpJki49KvhKSn\u002B9GY7Qyp3pSJ4Q6g3MDOmT3qCFK7VnnkH4S6Hri0xElcTzFLh93dBWcmmYDgcRGjuKVB4qRTufcyKYMME782XgSzS0NHL2vikR7TmE/dQgfI6B0S/Jmpaz6SfsjWaTr8ZL22CZ3K/QwLopt3YEsDlKQwaRLWQi3BQUzK3Kr9j1uDRprZ/LHR47PJf0h6zSTwQY9cdNCssBAgBkm3xy0hyFfj0IbzA2j70M5xwYmZSmQBbP3sMJHPQTySx\u002BW6hh1hhMdfgzlirrSSL0fzC/hV66AfWdC7dJse0Hbm8ukG1xDo\u002BmTeacY1logC8Ea4PyeZb8txiSk190gWAjWP1Xl8TQLPX\u002BuKg09FcYj5qQ1OcunCnAfPSRtOBA5jUYxe2ADBVSy2xuDCZU7JNDn1nLPEfuhhbhNfFcRf2X7tHc7uROzLLoax7Dj2cO2rXBPB2Q8Nx4CyVe0096yb5MPa50c8prWPMd/FS6/r8QIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUci06AjGQQ7kUBU7h6qfHMdEjiTQwEAYJKwYBBAGCNxUBBAMCAQAwDQYJKoZIhvcNAQELBQADggIBAH9yzw\u002B3xRXbm8BJyiZb/p4T5tPw0tuXX/JLP02zrhmu7deXoKzvqTqjwkGw5biRnhOBJAPmCf0/V0A5ISRW0RAvS0CpNoZLtFNXmvvxfomPEf4YbFGq6O0JlbXlccmh6Yd1phV/yX43VF50k8XDZ8wNT2uoFwxtCJJ\u002Bi92Bqi1wIcM9BhS7vyRep4TXPw8hIr1LAAbblxzYXtTFC1yHblCk6MM4pPvLLMWSZpuFXst6bJN8gClYW1e1QGm6CHmmZGIVnYeWRbVmIyADixxzoNOieTPgUFmG2y/lAiXqcyqfABTINseSO\u002BlOAOzYVgm5M0kS0lQLAausR7aRKX1MtHWAUgHoyoL2n8ysnI8X6i8msKtyrAv\u002BnlEex0NVZ09Rs1fWtuzuUrc66U7h14GIvE\u002BOdbtLqPA1qibUZ2dJsnBMO5PcHd94kIZysjik0dySTclY6ysSXNQ7roxrsIPlAT/4CTL2kzU0Iq/dNw13CYArzUgA8YyZGUcFAenRv9FO0OYoQzeZpApKCNmacXPSqs0xE2N2oTdvkjgefRI8ZjLny23h/FKJ3crWZgWalmG\u002BoijHHKOnNlA8OqTfSm7mhzvO6/DggTedEzxSjr25HTTGHdUKaj2YKXCMiSrRq4IQSB/c9O\u002BlxbtVGjhjhE63bK2VVOxlIhBJF7jAHscPrFRH" + ], + "kid": "wxXlg4DikKQZ3jzJ5i3ZJcGwzN0", + "kty": "RSA" + }, + { + "x5c": [ + "MIIVVTCCFD2gAwIBAgIBATANBgkqhkiG9w0BAQsFADA\u002BMTwwOgYDVQQDDDNodHRwczovL2NzbGFycnlvYXR0ZXN0YXRpb25hYWQud3VzLmF0dGVzdC5henVyZS5uZXQwIBcNMTkwNTAxMDAwMDAwWhgPMjA1MDEyMzEyMzU5NTlaMD4xPDA6BgNVBAMMM2h0dHBzOi8vY3NsYXJyeW9hdHRlc3RhdGlvbmFhZC53dXMuYXR0ZXN0LmF6dXJlLm5ldDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAODHwgG\u002BRgfErr0CS\u002B56qTQ4PIIeDU3d26zjXRwGNnKCsvRH/547PoOYwTafYYAOwMKxbzyYueJdnHEVmeKtF7fpPIlvFgF1cdykfPhTBY18VgntwpjHn8A7Q94Iri6K0aU3MhSVY3QsN79c3Cc3Sv4B3pygQf/lHotHtqUfnXXLt0qBvIZEigeJ4Qa4ukaA7JpW/oo0nRB6JpLlBsk4Lg0aqzFU5RjqSiutXGbzVMy8BCpw\u002BYocll9dC5ekex/c43fwr3OBUeOh9c4KaPXangrxjq9cdLwQeTzdGu9UVfZc61Te6bnXcwDBDjWfFW8kiANg4WfQUg1\u002BrgIIKteqlrcCAwEAAaOCElowghJWMAkGA1UdEwQCMAAwHQYDVR0OBBYEFL9ULK0inx2mIyKc/uqcQZROQ/WeMB8GA1UdIwQYMBaAFL9ULK0inx2mIyKc/uqcQZROQ/WeMIISBwYJKwYBBAGCN2kBBIIR\u002BAEAAAACAAAA6BEAAAAAAAADAAIAAAAAAAUACgCTmnIz95xMqZQKDbOVfwYHgykEDzDRSrm1oQn5Q5P9XgAAAAAREQMF/4AGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAcAAAAAAAAAMb/GO2pBooDz1MkyQcRD\u002Bt\u002Bl2DTjGKTZFp1/sp6PiRQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF5UEKr5mjLjLfKpfVeeZfgxDydIFuxPNM7e6xvkEKUmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKz7QRkVk5T5s7Obt\u002BS9EEQ/Vncpnij0cbXk3k5cDdBHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0EAAAS\u002Bbm5m7gCRUw47aVmpqt3qOio0cH5w7EoLcLnoLCA\u002BcPQY1Akoux3B3xatuNpyC/qb24REf67vdZzANgir/CE5hyZQZY1ExHcuoSuUHHlD7Vr/8uwa5r13gpUAfCzAcexmAnEkDYN19ctF2ZZWLpK6zA4d5N6TKDlSW7INl9p6cREQMF/4AGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAcAAAAAAAAAP7Cs4IadLjDyjobXDHZkA6VPu81ljuzg4blIqRVZF0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIxPV3XXllA\u002BlhN/d8aKgpoAVqyN7XAUCwgbCUSQxXv/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPsf0PNHH4qwn1vTwvXp6KThxbjl7SH2YocEfVMYjEsOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWzJbltMAfaxp/KX1dgqdjz7TSjf10WeVyGEKVp2GUkBhPxGpivMYkNKEaxmds6FBR8gJ9CgjQ90zHj7qmaleEIAAAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHwUAzA0AAC0tLS0tQkVHSU4gQ0VSVElGSUNBVEUtLS0tLQpNSUlFZ0RDQ0JDYWdBd0lCQWdJVWU5VEZZcHNnNzlXY2lJN2N1YXV3dHJNYlVQb3dDZ1lJS29aSXpqMEVBd0l3CmNURWpNQ0VHQTFVRUF3d2FTVzUwWld3Z1UwZFlJRkJEU3lCUWNtOWpaWE56YjNJZ1EwRXhHakFZQmdOVkJBb00KRVVsdWRHVnNJRU52Y25CdmNtRjBhVzl1TVJRd0VnWURWUVFIREF0VFlXNTBZU0JEYkdGeVlURUxNQWtHQTFVRQpDQXdDUTBFeEN6QUpCZ05WQkFZVEFsVlRNQjRYRFRJeE1EUXdOakV6TURnME5Wb1hEVEk0TURRd05qRXpNRGcwCk5Wb3djREVpTUNBR0ExVUVBd3daU1c1MFpXd2dVMGRZSUZCRFN5QkRaWEowYVdacFkyRjBaVEVhTUJnR0ExVUUKQ2d3UlNXNTBaV3dnUTI5eWNHOXlZWFJwYjI0eEZEQVNCZ05WQkFjTUMxTmhiblJoSUVOc1lYSmhNUXN3Q1FZRApWUVFJREFKRFFURUxNQWtHQTFVRUJoTUNWVk13V1RBVEJnY3Foa2pPUFFJQkJnZ3Foa2pPUFFNQkJ3TkNBQVI5CmxWTkdHd0Y4Nkl6LysrTW5RbXRjc1MvMlJqdlN3cEFuN1c0L0tjdnZGUWxNYlFPdDY3QkpLR0FnTnNoK2NVNGsKVUo0N2JpTUYwcGVLR21jTDFzUjNvNElDbXpDQ0FwY3dId1lEVlIwakJCZ3dGb0FVME9pcTJuWFgrUzVKRjVnOApleFJsME5YeVdVMHdYd1lEVlIwZkJGZ3dWakJVb0ZLZ1VJWk9hSFIwY0hNNkx5OWhjR2t1ZEhKMWMzUmxaSE5sCmNuWnBZMlZ6TG1sdWRHVnNMbU52YlM5elozZ3ZZMlZ5ZEdsbWFXTmhkR2x2Ymk5Mk1pOXdZMnRqY213L1kyRTkKY0hKdlkyVnpjMjl5TUIwR0ExVWREZ1FXQkJUZHArb0puVUl5WHBvT2cxQTEza3hOQlZCVlp6QU9CZ05WSFE4QgpBZjhFQkFNQ0JzQXdEQVlEVlIwVEFRSC9CQUl3QURDQ0FkUUdDU3FHU0liNFRRRU5BUVNDQWNVd2dnSEJNQjRHCkNpcUdTSWI0VFFFTkFRRUVFSGpwU1gzYm0zSTliMHhRb0NsTm5DQXdnZ0ZrQmdvcWhraUcrRTBCRFFFQ01JSUIKVkRBUUJnc3Foa2lHK0UwQkRRRUNBUUlCRVRBUUJnc3Foa2lHK0UwQkRRRUNBZ0lCRVRBUUJnc3Foa2lHK0UwQgpEUUVDQXdJQkFqQVFCZ3NxaGtpRytFMEJEUUVDQkFJQkJEQVFCZ3NxaGtpRytFMEJEUUVDQlFJQkFUQVJCZ3NxCmhraUcrRTBCRFFFQ0JnSUNBSUF3RUFZTEtvWklodmhOQVEwQkFnY0NBUVl3RUFZTEtvWklodmhOQVEwQkFnZ0MKQVFBd0VBWUxLb1pJaHZoTkFRMEJBZ2tDQVFBd0VBWUxLb1pJaHZoTkFRMEJBZ29DQVFBd0VBWUxLb1pJaHZoTgpBUTBCQWdzQ0FRQXdFQVlMS29aSWh2aE5BUTBCQWd3Q0FRQXdFQVlMS29aSWh2aE5BUTBCQWcwQ0FRQXdFQVlMCktvWklodmhOQVEwQkFnNENBUUF3RUFZTEtvWklodmhOQVEwQkFnOENBUUF3RUFZTEtvWklodmhOQVEwQkFoQUMKQVFBd0VBWUxLb1pJaHZoTkFRMEJBaEVDQVFvd0h3WUxLb1pJaHZoTkFRMEJBaElFRUJFUkFnUUJnQVlBQUFBQQpBQUFBQUFBd0VBWUtLb1pJaHZoTkFRMEJBd1FDQUFBd0ZBWUtLb1pJaHZoTkFRMEJCQVFHQUpCdTFRQUFNQThHCkNpcUdTSWI0VFFFTkFRVUtBUUF3Q2dZSUtvWkl6ajBFQXdJRFNBQXdSUUloQUt0SjB5YXpHYTN1K1pDS0xPbXgKNWVueG9TTmJ4TE80eEllZkJUZkJwQklOQWlCQ053N2RNR1A2NGhQbWl4SlZUWHhwd0JNYlBoN0QycU8zakhBcQo5VDhvVFE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCi0tLS0tQkVHSU4gQ0VSVElGSUNBVEUtLS0tLQpNSUlDbHpDQ0FqNmdBd0lCQWdJVkFORG9xdHAxMS9rdVNSZVlQSHNVWmREVjhsbE5NQW9HQ0NxR1NNNDlCQU1DCk1HZ3hHakFZQmdOVkJBTU1FVWx1ZEdWc0lGTkhXQ0JTYjI5MElFTkJNUm93R0FZRFZRUUtEQkZKYm5SbGJDQkQKYjNKd2IzSmhkR2x2YmpFVU1CSUdBMVVFQnd3TFUyRnVkR0VnUTJ4aGNtRXhDekFKQmdOVkJBZ01Ba05CTVFzdwpDUVlEVlFRR0V3SlZVekFlRncweE9EQTFNakV4TURRMU1EaGFGdzB6TXpBMU1qRXhNRFExTURoYU1IRXhJekFoCkJnTlZCQU1NR2tsdWRHVnNJRk5IV0NCUVEwc2dVSEp2WTJWemMyOXlJRU5CTVJvd0dBWURWUVFLREJGSmJuUmwKYkNCRGIzSndiM0poZEdsdmJqRVVNQklHQTFVRUJ3d0xVMkZ1ZEdFZ1EyeGhjbUV4Q3pBSkJnTlZCQWdNQWtOQgpNUXN3Q1FZRFZRUUdFd0pWVXpCWk1CTUdCeXFHU000OUFnRUdDQ3FHU000OUF3RUhBMElBQkw5cStOTXAySU9nCnRkbDFiay91V1o1K1RHUW04YUNpOHo3OGZzK2ZLQ1EzZCt1RHpYblZUQVQyWmhEQ2lmeUl1Snd2TjN3TkJwOWkKSEJTU01KTUpyQk9qZ2Jzd2diZ3dId1lEVlIwakJCZ3dGb0FVSW1VTTFscWROSW56ZzdTVlVyOVFHemtuQnF3dwpVZ1lEVlIwZkJFc3dTVEJIb0VXZ1E0WkJhSFIwY0hNNkx5OWpaWEowYVdacFkyRjBaWE11ZEhKMWMzUmxaSE5sCmNuWnBZMlZ6TG1sdWRHVnNMbU52YlM5SmJuUmxiRk5IV0ZKdmIzUkRRUzVqY213d0hRWURWUjBPQkJZRUZORG8KcXRwMTEva3VTUmVZUEhzVVpkRFY4bGxOTUE0R0ExVWREd0VCL3dRRUF3SUJCakFTQmdOVkhSTUJBZjhFQ0RBRwpBUUgvQWdFQU1Bb0dDQ3FHU000OUJBTUNBMGNBTUVRQ0lDLzlqKzg0VCtIenRWTy9zT1FCV0piU2QrLzJ1ZXhLCjQrYUEwamNGQkxjcEFpQTNkaE1yRjVjRDUydDZGcU12QUlwajhYZEdteTJiZWVsakxKSytwenBjUkE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCi0tLS0tQkVHSU4gQ0VSVElGSUNBVEUtLS0tLQpNSUlDampDQ0FqU2dBd0lCQWdJVUltVU0xbHFkTkluemc3U1ZVcjlRR3prbkJxd3dDZ1lJS29aSXpqMEVBd0l3CmFERWFNQmdHQTFVRUF3d1JTVzUwWld3Z1UwZFlJRkp2YjNRZ1EwRXhHakFZQmdOVkJBb01FVWx1ZEdWc0lFTnYKY25CdmNtRjBhVzl1TVJRd0VnWURWUVFIREF0VFlXNTBZU0JEYkdGeVlURUxNQWtHQTFVRUNBd0NRMEV4Q3pBSgpCZ05WQkFZVEFsVlRNQjRYRFRFNE1EVXlNVEV3TkRFeE1Wb1hEVE16TURVeU1URXdOREV4TUZvd2FERWFNQmdHCkExVUVBd3dSU1c1MFpXd2dVMGRZSUZKdmIzUWdRMEV4R2pBWUJnTlZCQW9NRVVsdWRHVnNJRU52Y25CdmNtRjAKYVc5dU1SUXdFZ1lEVlFRSERBdFRZVzUwWVNCRGJHRnlZVEVMTUFrR0ExVUVDQXdDUTBFeEN6QUpCZ05WQkFZVApBbFZUTUZrd0V3WUhLb1pJemowQ0FRWUlLb1pJemowREFRY0RRZ0FFQzZuRXdNRElZWk9qL2lQV3NDemFFS2k3CjFPaU9TTFJGaFdHamJuQlZKZlZua1k0dTNJamtEWVlMME14TzRtcXN5WWpsQmFsVFZZeEZQMnNKQks1emxLT0IKdXpDQnVEQWZCZ05WSFNNRUdEQVdnQlFpWlF6V1dwMDBpZk9EdEpWU3YxQWJPU2NHckRCU0JnTlZIUjhFU3pCSgpNRWVnUmFCRGhrRm9kSFJ3Y3pvdkwyTmxjblJwWm1sallYUmxjeTUwY25WemRHVmtjMlZ5ZG1salpYTXVhVzUwClpXd3VZMjl0TDBsdWRHVnNVMGRZVW05dmRFTkJMbU55YkRBZEJnTlZIUTRFRmdRVUltVU0xbHFkTkluemc3U1YKVXI5UUd6a25CcXd3RGdZRFZSMFBBUUgvQkFRREFnRUdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUV3Q2dZSQpLb1pJemowRUF3SURTQUF3UlFJZ1FRcy8wOHJ5Y2RQYXVDRms4VVBRWENNQWxzbG9CZTdOd2FRR1RjZHBhMEVDCklRQ1V0OFNHdnhLbWpwY00vejBXUDlEdm84aDJrNWR1MWlXRGRCa0FuKzBpaUE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCgAwDQYJKoZIhvcNAQELBQADggEBAHAs65nOUPJupJmBGSuBLGGdn9tWMDw0ozt1\u002Bqeyi854u0JCXEXgnbIblV65bzR8Cxdi8yCp39ys8UgU9N82afBCVe25DGkk4J9FO8Esd8bFrLSYbWAL12akDN9jVoT6PTw4GmTG7mekIzXs\u002BbhG0k8UcLTiQG7DMyz3SewYrcrvnLuzXy2d09RXtlv/kM92g4vzkMtxeIEhjjE2ya\u002BG4lEtp8UmYqYKmQpYPNUXq8FI3a1pd98D2iMRnMKyo99m5xEyl/j7f\u002BFliIyZuTbosde/Yl98B3YAzhiYSuZI4dV8Y1VD\u002BthQCZmZCPxaktZajBKCFWYeVpC3i4J80nm2VjQ=" + ], + "kid": "rPtBGRWTlPmzs5u35L0QRD9WdymeKPRxteTeTlwN0Ec=", + "kty": "RSA" + } + ] + } + }, + { + "RequestUri": "https://cslarryoattestationaad.wus.attest.azure.net/attest/Tpm?api-version=2020-10-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "51", + "Content-Type": "application/json", + "traceparent": "00-151c2485eda3794582a5fdd32d78e8a5-042c7ad3574e6d48-00", + "User-Agent": "azsdk-net-Security.Attestation/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "337a6e26cf094da462bd6bfada3f0eaf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "data": "eyJwYXlsb2FkIjp7InR5cGUiOiJhaWtjZXJ0In19" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 05 May 2021 04:12:30 GMT", + "Server": "Kestrel", + "Transfer-Encoding": "chunked", + "x-ms-maa-service-version": "1.10.01570.0002", + "x-ms-request-id": "Ca5gU8ltNEelUd1N" + }, + "ResponseBody": { + "data": "eyJwYXlsb2FkIjp7ImNoYWxsZW5nZSI6IlBSMXNmOHNJQkJPYnZIOFNjcFR2dFEiLCJzZXJ2aWNlX2NvbnRleHQiOiJleUpRY205MFpXTjBhVzl1UzJWNVRtRnRaU0k2SWpVMVFrRXlSRGd5UlRFM05UUXdSVFF4TlRReE9EZ3lOVFpHUVVOQ1EwRTBSVGt5TmpoR01FSTNNekV3TmtJM01UWXdOVE5FUkRSQ05qWTFNa00xTlRJaUxDSlFjbTkwWldOMFpXUkRiMjUwWlhoMElqb2libTB0TUhobU5tSlBOVVZQTUhaME9IaHZkRU5QYkdoWlpWbGZlSGh3VWpRdFIyZE1kRVZGZG1SWGFWWlFVRVZUV1c1V1ZUbHRaMnRFUW1KaWRrZFRNVTFzVnpab05HVTNZbEZGWjA1U1FTMXJkMFJYYWtVd2VrTmllRWRhTXpSc1lWVkpXa2RZT1d4YVYzUmxRMnRxVWtGdGQyUk1aazFLUzA5TWNVeFFNMVYzUlZwWVEwaDBTSEUzYTBZemVYcG1OazE1Tlc1dGVFNXdOSFl5VFRaUlh6bGtWVWR4V2pCNVVHdHpJbjAifX0" + } + } + ], + "Variables": { + "ATTESTATION_AAD_URL": "https://cslarryoattestationaad.wus.attest.azure.net", + "RandomSeed": "1358880095" + } +} \ No newline at end of file diff --git a/sdk/attestation/Azure.Security.Attestation/tests/SessionRecords/AttestationTests/AttestTpmMinimalAadAsync.json b/sdk/attestation/Azure.Security.Attestation/tests/SessionRecords/AttestationTests/AttestTpmMinimalAadAsync.json new file mode 100644 index 000000000000..26c6d919f8e9 --- /dev/null +++ b/sdk/attestation/Azure.Security.Attestation/tests/SessionRecords/AttestationTests/AttestTpmMinimalAadAsync.json @@ -0,0 +1,140 @@ +{ + "Entries": [ + { + "RequestUri": "https://cslarryoattestationaad.wus.attest.azure.net/policies/Tpm?api-version=2020-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "165", + "Content-Type": "text/plain", + "traceparent": "00-70cee8e2745f2b43b1ac5cf3eb2c9e30-c85977952b5ada4e-00", + "User-Agent": "azsdk-net-Security.Attestation/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "06503a42df94febe1d8bf48b823ee520", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "eyJhbGciOiJub25lIn0.eyJBdHRlc3RhdGlvblBvbGljeSI6ImRtVnljMmx2YmoweExqQTdJR0YxZEdodmNtbDZZWFJwYjI1eWRXeGxjM3M5UGlCd1pYSnRhWFFvS1R0OU95QnBjM04xWVc1alpYSjFiR1Z6ZTMwNyJ9.", + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "666", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 05 May 2021 04:12:32 GMT", + "Server": "Kestrel", + "x-ms-maa-service-version": "1.10.01570.0002", + "x-ms-request-id": "00-70cee8e2745f2b43b1ac5cf3eb2c9e30-c85977952b5ada4e-00" + }, + "ResponseBody": { + "token": "eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOi8vY3NsYXJyeW9hdHRlc3RhdGlvbmFhZC53dXMuYXR0ZXN0LmF6dXJlLm5ldC9jZXJ0cyIsImtpZCI6IjE1TjJNSG9qOWlBZGtGL2M1blJFM0oySEI4Skc2VnVlM1V6dnUzSy9TZXM9IiwidHlwIjoiSldUIn0.eyJleHAiOjE2MjAxOTE1NTIsImlhdCI6MTYyMDE4Nzk1MiwiaXNzIjoiaHR0cHM6Ly9jc2xhcnJ5b2F0dGVzdGF0aW9uYWFkLnd1cy5hdHRlc3QuYXp1cmUubmV0IiwibmJmIjoxNjIwMTg3OTUyLCJ4LW1zLXBvbGljeS1yZXN1bHQiOiJVcGRhdGVkIiwieC1tcy1wb2xpY3ktdG9rZW4taGFzaCI6ImM2c0VKUUl0VjUwT2VQOUlyUF9ienl3QU1PVnZqNXVEUGJrbEFfYndkWVEifQ.RngnLYs0V8YpNhZTqEYNkx1XePtpRsryIz3vHzyp6akLlP72GQGXpM3e7H8E0K8200Kkn5wqJ_kaPkPgy4DYAgrc0kybvXKoQ5zhcYLdl2b8VmVvmpz_zob84O4dWhf_XUypFUcJiwWSgn5VcTebauHlOuwBz6M_7VGGh7TM3v8" + } + }, + { + "RequestUri": "https://cslarryoattestationaad.wus.attest.azure.net/certs", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/jwk\u002Bjson, application/json", + "Authorization": "Sanitized", + "traceparent": "00-70cee8e2745f2b43b1ac5cf3eb2c9e30-b5e74feb20d92f4f-00", + "User-Agent": "azsdk-net-Security.Attestation/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "939c0ccec2b1f1d9d383c739cc90557a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "40774", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 05 May 2021 04:12:32 GMT", + "Server": "Kestrel", + "x-ms-maa-service-version": "1.10.01570.0002", + "x-ms-request-id": "00-70cee8e2745f2b43b1ac5cf3eb2c9e30-b5e74feb20d92f4f-00" + }, + "ResponseBody": { + "keys": [ + { + "x5c": [ + "MIIUUDCCE7mgAwIBAgIBATANBgkqhkiG9w0BAQsFADA\u002BMTwwOgYDVQQDDDNodHRwczovL2NzbGFycnlvYXR0ZXN0YXRpb25hYWQud3VzLmF0dGVzdC5henVyZS5uZXQwIBcNMTkwNTAxMDAwMDAwWhgPMjA1MDEyMzEyMzU5NTlaMD4xPDA6BgNVBAMMM2h0dHBzOi8vY3NsYXJyeW9hdHRlc3RhdGlvbmFhZC53dXMuYXR0ZXN0LmF6dXJlLm5ldDCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAjoAca7uWAxNVkBLO8alAze9bqeA\u002BdcQZRSg5OnQ76BxjMKpDRU6pEIZCSCEiR5/rkPDvPdiICNxE3Fr7eiCQTLwlMR2G8Tprh5hfGxxPFxGZyFpIM52kgdBcuGF\u002BCq6YjdHUiRL14RTLALuIBNSz5KjYCOeiRBjNorfTemJ5FvMCAwEAAaOCElowghJWMAkGA1UdEwQCMAAwHQYDVR0OBBYEFMr2rO1tgBu91ZkJZ0np6TZmaHZDMB8GA1UdIwQYMBaAFMr2rO1tgBu91ZkJZ0np6TZmaHZDMIISBwYJKwYBBAGCN2kBBIIR\u002BAEAAAACAAAA6BEAAAAAAAADAAIAAAAAAAUACgCTmnIz95xMqZQKDbOVfwYHgykEDzDRSrm1oQn5Q5P9XgAAAAAREQMF/4AGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAcAAAAAAAAAMb/GO2pBooDz1MkyQcRD\u002Bt\u002Bl2DTjGKTZFp1/sp6PiRQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF5UEKr5mjLjLfKpfVeeZfgxDydIFuxPNM7e6xvkEKUmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANeTdjB6I/YgHZBf3OZ0RNydhwfCRulbnt1M77tyv0nrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0EAAAwzBGz3fU0a3hIVbX9qJpOxjp9M3Kkoy1Os/Chotonu/\u002Bh/KUJoJhtrLFGJoGbRaUzmAHUI/zPKeWBvNRW7CE/ZhyZQZY1ExHcuoSuUHHlD7Vr/8uwa5r13gpUAfCzAcexmAnEkDYN19ctF2ZZWLpK6zA4d5N6TKDlSW7INl9p6cREQMF/4AGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAcAAAAAAAAAP7Cs4IadLjDyjobXDHZkA6VPu81ljuzg4blIqRVZF0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIxPV3XXllA\u002BlhN/d8aKgpoAVqyN7XAUCwgbCUSQxXv/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPsf0PNHH4qwn1vTwvXp6KThxbjl7SH2YocEfVMYjEsOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWzJbltMAfaxp/KX1dgqdjz7TSjf10WeVyGEKVp2GUkBhPxGpivMYkNKEaxmds6FBR8gJ9CgjQ90zHj7qmaleEIAAAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHwUAzA0AAC0tLS0tQkVHSU4gQ0VSVElGSUNBVEUtLS0tLQpNSUlFZ0RDQ0JDYWdBd0lCQWdJVWU5VEZZcHNnNzlXY2lJN2N1YXV3dHJNYlVQb3dDZ1lJS29aSXpqMEVBd0l3CmNURWpNQ0VHQTFVRUF3d2FTVzUwWld3Z1UwZFlJRkJEU3lCUWNtOWpaWE56YjNJZ1EwRXhHakFZQmdOVkJBb00KRVVsdWRHVnNJRU52Y25CdmNtRjBhVzl1TVJRd0VnWURWUVFIREF0VFlXNTBZU0JEYkdGeVlURUxNQWtHQTFVRQpDQXdDUTBFeEN6QUpCZ05WQkFZVEFsVlRNQjRYRFRJeE1EUXdOakV6TURnME5Wb1hEVEk0TURRd05qRXpNRGcwCk5Wb3djREVpTUNBR0ExVUVBd3daU1c1MFpXd2dVMGRZSUZCRFN5QkRaWEowYVdacFkyRjBaVEVhTUJnR0ExVUUKQ2d3UlNXNTBaV3dnUTI5eWNHOXlZWFJwYjI0eEZEQVNCZ05WQkFjTUMxTmhiblJoSUVOc1lYSmhNUXN3Q1FZRApWUVFJREFKRFFURUxNQWtHQTFVRUJoTUNWVk13V1RBVEJnY3Foa2pPUFFJQkJnZ3Foa2pPUFFNQkJ3TkNBQVI5CmxWTkdHd0Y4Nkl6LysrTW5RbXRjc1MvMlJqdlN3cEFuN1c0L0tjdnZGUWxNYlFPdDY3QkpLR0FnTnNoK2NVNGsKVUo0N2JpTUYwcGVLR21jTDFzUjNvNElDbXpDQ0FwY3dId1lEVlIwakJCZ3dGb0FVME9pcTJuWFgrUzVKRjVnOApleFJsME5YeVdVMHdYd1lEVlIwZkJGZ3dWakJVb0ZLZ1VJWk9hSFIwY0hNNkx5OWhjR2t1ZEhKMWMzUmxaSE5sCmNuWnBZMlZ6TG1sdWRHVnNMbU52YlM5elozZ3ZZMlZ5ZEdsbWFXTmhkR2x2Ymk5Mk1pOXdZMnRqY213L1kyRTkKY0hKdlkyVnpjMjl5TUIwR0ExVWREZ1FXQkJUZHArb0puVUl5WHBvT2cxQTEza3hOQlZCVlp6QU9CZ05WSFE4QgpBZjhFQkFNQ0JzQXdEQVlEVlIwVEFRSC9CQUl3QURDQ0FkUUdDU3FHU0liNFRRRU5BUVNDQWNVd2dnSEJNQjRHCkNpcUdTSWI0VFFFTkFRRUVFSGpwU1gzYm0zSTliMHhRb0NsTm5DQXdnZ0ZrQmdvcWhraUcrRTBCRFFFQ01JSUIKVkRBUUJnc3Foa2lHK0UwQkRRRUNBUUlCRVRBUUJnc3Foa2lHK0UwQkRRRUNBZ0lCRVRBUUJnc3Foa2lHK0UwQgpEUUVDQXdJQkFqQVFCZ3NxaGtpRytFMEJEUUVDQkFJQkJEQVFCZ3NxaGtpRytFMEJEUUVDQlFJQkFUQVJCZ3NxCmhraUcrRTBCRFFFQ0JnSUNBSUF3RUFZTEtvWklodmhOQVEwQkFnY0NBUVl3RUFZTEtvWklodmhOQVEwQkFnZ0MKQVFBd0VBWUxLb1pJaHZoTkFRMEJBZ2tDQVFBd0VBWUxLb1pJaHZoTkFRMEJBZ29DQVFBd0VBWUxLb1pJaHZoTgpBUTBCQWdzQ0FRQXdFQVlMS29aSWh2aE5BUTBCQWd3Q0FRQXdFQVlMS29aSWh2aE5BUTBCQWcwQ0FRQXdFQVlMCktvWklodmhOQVEwQkFnNENBUUF3RUFZTEtvWklodmhOQVEwQkFnOENBUUF3RUFZTEtvWklodmhOQVEwQkFoQUMKQVFBd0VBWUxLb1pJaHZoTkFRMEJBaEVDQVFvd0h3WUxLb1pJaHZoTkFRMEJBaElFRUJFUkFnUUJnQVlBQUFBQQpBQUFBQUFBd0VBWUtLb1pJaHZoTkFRMEJBd1FDQUFBd0ZBWUtLb1pJaHZoTkFRMEJCQVFHQUpCdTFRQUFNQThHCkNpcUdTSWI0VFFFTkFRVUtBUUF3Q2dZSUtvWkl6ajBFQXdJRFNBQXdSUUloQUt0SjB5YXpHYTN1K1pDS0xPbXgKNWVueG9TTmJ4TE80eEllZkJUZkJwQklOQWlCQ053N2RNR1A2NGhQbWl4SlZUWHhwd0JNYlBoN0QycU8zakhBcQo5VDhvVFE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCi0tLS0tQkVHSU4gQ0VSVElGSUNBVEUtLS0tLQpNSUlDbHpDQ0FqNmdBd0lCQWdJVkFORG9xdHAxMS9rdVNSZVlQSHNVWmREVjhsbE5NQW9HQ0NxR1NNNDlCQU1DCk1HZ3hHakFZQmdOVkJBTU1FVWx1ZEdWc0lGTkhXQ0JTYjI5MElFTkJNUm93R0FZRFZRUUtEQkZKYm5SbGJDQkQKYjNKd2IzSmhkR2x2YmpFVU1CSUdBMVVFQnd3TFUyRnVkR0VnUTJ4aGNtRXhDekFKQmdOVkJBZ01Ba05CTVFzdwpDUVlEVlFRR0V3SlZVekFlRncweE9EQTFNakV4TURRMU1EaGFGdzB6TXpBMU1qRXhNRFExTURoYU1IRXhJekFoCkJnTlZCQU1NR2tsdWRHVnNJRk5IV0NCUVEwc2dVSEp2WTJWemMyOXlJRU5CTVJvd0dBWURWUVFLREJGSmJuUmwKYkNCRGIzSndiM0poZEdsdmJqRVVNQklHQTFVRUJ3d0xVMkZ1ZEdFZ1EyeGhjbUV4Q3pBSkJnTlZCQWdNQWtOQgpNUXN3Q1FZRFZRUUdFd0pWVXpCWk1CTUdCeXFHU000OUFnRUdDQ3FHU000OUF3RUhBMElBQkw5cStOTXAySU9nCnRkbDFiay91V1o1K1RHUW04YUNpOHo3OGZzK2ZLQ1EzZCt1RHpYblZUQVQyWmhEQ2lmeUl1Snd2TjN3TkJwOWkKSEJTU01KTUpyQk9qZ2Jzd2diZ3dId1lEVlIwakJCZ3dGb0FVSW1VTTFscWROSW56ZzdTVlVyOVFHemtuQnF3dwpVZ1lEVlIwZkJFc3dTVEJIb0VXZ1E0WkJhSFIwY0hNNkx5OWpaWEowYVdacFkyRjBaWE11ZEhKMWMzUmxaSE5sCmNuWnBZMlZ6TG1sdWRHVnNMbU52YlM5SmJuUmxiRk5IV0ZKdmIzUkRRUzVqY213d0hRWURWUjBPQkJZRUZORG8KcXRwMTEva3VTUmVZUEhzVVpkRFY4bGxOTUE0R0ExVWREd0VCL3dRRUF3SUJCakFTQmdOVkhSTUJBZjhFQ0RBRwpBUUgvQWdFQU1Bb0dDQ3FHU000OUJBTUNBMGNBTUVRQ0lDLzlqKzg0VCtIenRWTy9zT1FCV0piU2QrLzJ1ZXhLCjQrYUEwamNGQkxjcEFpQTNkaE1yRjVjRDUydDZGcU12QUlwajhYZEdteTJiZWVsakxKSytwenBjUkE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCi0tLS0tQkVHSU4gQ0VSVElGSUNBVEUtLS0tLQpNSUlDampDQ0FqU2dBd0lCQWdJVUltVU0xbHFkTkluemc3U1ZVcjlRR3prbkJxd3dDZ1lJS29aSXpqMEVBd0l3CmFERWFNQmdHQTFVRUF3d1JTVzUwWld3Z1UwZFlJRkp2YjNRZ1EwRXhHakFZQmdOVkJBb01FVWx1ZEdWc0lFTnYKY25CdmNtRjBhVzl1TVJRd0VnWURWUVFIREF0VFlXNTBZU0JEYkdGeVlURUxNQWtHQTFVRUNBd0NRMEV4Q3pBSgpCZ05WQkFZVEFsVlRNQjRYRFRFNE1EVXlNVEV3TkRFeE1Wb1hEVE16TURVeU1URXdOREV4TUZvd2FERWFNQmdHCkExVUVBd3dSU1c1MFpXd2dVMGRZSUZKdmIzUWdRMEV4R2pBWUJnTlZCQW9NRVVsdWRHVnNJRU52Y25CdmNtRjAKYVc5dU1SUXdFZ1lEVlFRSERBdFRZVzUwWVNCRGJHRnlZVEVMTUFrR0ExVUVDQXdDUTBFeEN6QUpCZ05WQkFZVApBbFZUTUZrd0V3WUhLb1pJemowQ0FRWUlLb1pJemowREFRY0RRZ0FFQzZuRXdNRElZWk9qL2lQV3NDemFFS2k3CjFPaU9TTFJGaFdHamJuQlZKZlZua1k0dTNJamtEWVlMME14TzRtcXN5WWpsQmFsVFZZeEZQMnNKQks1emxLT0IKdXpDQnVEQWZCZ05WSFNNRUdEQVdnQlFpWlF6V1dwMDBpZk9EdEpWU3YxQWJPU2NHckRCU0JnTlZIUjhFU3pCSgpNRWVnUmFCRGhrRm9kSFJ3Y3pvdkwyTmxjblJwWm1sallYUmxjeTUwY25WemRHVmtjMlZ5ZG1salpYTXVhVzUwClpXd3VZMjl0TDBsdWRHVnNVMGRZVW05dmRFTkJMbU55YkRBZEJnTlZIUTRFRmdRVUltVU0xbHFkTkluemc3U1YKVXI5UUd6a25CcXd3RGdZRFZSMFBBUUgvQkFRREFnRUdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUV3Q2dZSQpLb1pJemowRUF3SURTQUF3UlFJZ1FRcy8wOHJ5Y2RQYXVDRms4VVBRWENNQWxzbG9CZTdOd2FRR1RjZHBhMEVDCklRQ1V0OFNHdnhLbWpwY00vejBXUDlEdm84aDJrNWR1MWlXRGRCa0FuKzBpaUE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCgAwDQYJKoZIhvcNAQELBQADgYEAVnZLBswdsNetR/Xd0WbtoRebrln49Ox46soVEpACole16ABlU0mmGMib9Ix5B6rFw9VvY2gb\u002B5iwLFr6S8IpFWBgYtXGVnYV3UdelCQHO7vYx5cTOaviMONeErvxnrPw\u002BkyYkMhSIvQOM2sto0B7lcdzT3Zky3Jf8JRD2Ix6O24=" + ], + "kid": "15N2MHoj9iAdkF/c5nRE3J2HB8JG6Vue3Uzvu3K/Ses=", + "kty": "RSA" + }, + { + "x5c": [ + "MIIF5jCCA86gAwIBAgITMwAAAAXeUgfdQ7J0RwAAAAAABTANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UEAxMkTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIFBDQSAyMDE5MB4XDTIwMDEzMTE5MTU0N1oXDTIxMDQzMDE5MTU0N1owfzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEpMCcGA1UEAxMgTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIDIwMjAwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCW7/F1qzdsO09eECBIzIBzgM1Ot0uHZn\u002BxnLe4c0sievEqv4d5l3gBcbRtFAsewS85vmawokNegfQCAUn7GqqyoT5zTKSNguVGcfzNcIvvNX47LEUI8vZHit09C5tM8/3iJIFZJSNL99Azf5gDPpZ1EOINOKzULWlh5vMC24S6TExBiO9MBZ4/w6CmZxeAsKynT3aWHlM27XpGRBViBmDxpyVeooB1eP/dJQay0lG93csDm1aPP\u002BnODMLFQUUFRgCM4tZlGmWt6qTt\u002B0xLgr1cFqmSOVKlhYW7U\u002B2EZB9m0AgUXYk7RPoiNKU1OnY7ymj4eTVBAjgJWG1ew5vFSs67AgMBAAGjggFUMIIBUDAOBgNVHQ8BAf8EBAMCB4AwFQYDVR0lBA4wDAYKKwYBBAGCN0wyAzAMBgNVHRMBAf8EAjAAMB0GA1UdDgQWBBROkUizXa6TjqdTZEBGp8jFVdMvkzAfBgNVHSMEGDAWgBStR15sz6nVWnU1XfoooXV4KJ9xrTBlBgNVHR8EXjBcMFqgWKBWhlRodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NybC9NaWNyb3NvZnQlMjBBenVyZSUyMEF0dGVzdGF0aW9uJTIwUENBJTIwMjAxOS5jcmwwcgYIKwYBBQUHAQEEZjBkMGIGCCsGAQUFBzAChlZodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NlcnRzL01pY3Jvc29mdCUyMEF6dXJlJTIwQXR0ZXN0YXRpb24lMjBQQ0ElMjAyMDE5LmNydDANBgkqhkiG9w0BAQsFAAOCAgEAcBk3/jcs0HvD8qIcghCuqWHA29GBsDZdm97QuVaYqCP0vsQ3t5QVMzJW\u002B3swLHKbIgWe6MG/Tvime4wo\u002B2mSO9VXHHrTKMJaDVqUtto22J7Ef9etzKxyIOPSyaeoWrGjMZVEN\u002BI2r/V10geK1rSEPt41LyzQbuJ8HWfPEz9RznvWeYpnS5Q4JJ2Iow2AtQ9hke1MAG/1QvTUPJ1Pdt7UoXxJjBn0eKRzqkaucQ\u002BD2ioYJoYxFxr82nH6ajC35hFC07Yr3i04hTFR2vEVlJ\u002BNXMydf9kIqvVc7WUjmTnUbfLTb1ZVbNQ0XeA3q1uUOKi6fGIIDm\u002B0lQ4evWMZ0ktbbcScDuVaJbhN8yO8i0\u002BURrI4tzJE5s1Xa2IrskRZh0WCEiCpqewSNnJgUhUASNCglE/lXJwMZwo\u002Bi4PQ/HS/bsKOL9WvHKX0PVkcturlwNWRM6OloCtBFUmeDZ\u002BKfjax0e\u002BfCOP4G5If3t5nphADFcde36vDOO\u002B3P85J5pRs3bc1uOuXBz/OtyJ9AB0Kw1eck7z/vIPcLTNkBpCgOFf8iQw0xDCsDZ57e87bhIsXflT/yh12oqQj4f7pPc/lIoFY5VoTCx9iZHGxXwmgtRIxmOG9CVL04gccBR/3ODF75sEfw9i6hPH0q7dk1o9YkHlZS5xHj3vTbrQu6x6Z7YOmoLs=", + "MIIHQDCCBSigAwIBAgITMwAAADd1bHkqKXnfPQAAAAAANzANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwHhcNMTkwNTMwMjI0ODUyWhcNMzQwNTMwMjI1ODUyWjCBgzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UEAxMkTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIFBDQSAyMDE5MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyTLy/bGuzAnrxE\u002BuLoOMwDbwVj/TlPUSeALDYWh1IEV1XASInpSRVgacIHDFfnIclB72l7nzZuRjrsmnNgG0H/uDj0bs\u002BAZkxZ6si/E0E3KOP8YEYSOnDEuCfrBQDdye62tXtP3WAhFe88dW6p56pyxrG1BgpnIsDiEag4U6wzmjkWrFM2w5AFbYUiyloLrr6gnG2Cuk4pTkLW6k3qXo/Nfjm\u002BbS/wgtfztM3vi3lsM4nJvB0HEk8coUQxobpmigmQxBRz7OZH99oWYn9XDR1bym0G/nJ/\u002BY95Z6YquguLk4YHQ8QrXpAf8/dyRQe3zeQu387CLCksmxYTVaGE3QCQEx2M3dIUmUiFiJSgGO7wsq\u002Btf3oqT39GXP6ftdhE6V1UcX/YgK4SjIcxuD7Sj9RW\u002BzYq3iaCPIiwjSK\u002BMFwLtLdMZUmzmXKPmz2sW5rj4Jh6jcmLVc\u002Ba6xccE3x0nQXTTCFNlQRCMqP7GYSaMzjfq2m4leCqunaLG3m6XPOxlKQqAsFvNWxWw0ujV8ILUpo9ZattvHrIukv5/IvK4YCrbeyQUEi1aQzokGGGnKwDWNwCwoEwtVV3CJ7Mw6Gvqk6JuxbixGIE/vSjwnSaal8OdBCQqZHTHSbkaVYJlVaVDjZQtj01RmCQjJmJlzYGTrsMwK9y/DMd8tVyxfYVPc\u002BG8CAwEAAaOCAaQwggGgMA4GA1UdDwEB/wQEAwIBhjAQBgkrBgEEAYI3FQEEAwIBADAdBgNVHQ4EFgQUrUdebM\u002Bp1Vp1NV36KKF1eCifca0wVAYDVR0gBE0wSzBJBgRVHSAAMEEwPwYIKwYBBQUHAgEWM2h0dHA6Ly93d3cubWljcm9zb2Z0LmNvbS9wa2lvcHMvRG9jcy9SZXBvc2l0b3J5Lmh0bTAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFHItOgIxkEO5FAVO4eqnxzHRI4k0MFoGA1UdHwRTMFEwT6BNoEuGSWh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18yMi5jcmwwXgYIKwYBBQUHAQEEUjBQME4GCCsGAQUFBzAChkJodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18yMi5jcnQwDQYJKoZIhvcNAQELBQADggIBABNiL5D1GiUih16Qi5LYJhieTbizpHxRSXlfaw/T0W\u002Bow8VrlY6og\u002BTT2\u002B9qiaz7o\u002Bun7rgutRw63gnUMCKtsfGAFZV46j3Gylbk2NrHF0ssArrQPAXvW7RBKjda0MNojAYRBcrTaFEJQcqIUa3G7L96\u002B6pZTnVSVN1wSv4SVcCXDPM\u002B0D5VUPkJhA51OwqSRoW60SRKaQ0hkQyFSK6oGkt\u002BgqtQESmIEnnT3hGMViXI7eyhyq4VdnIrgIGDR3ZLcVeRqQgojK5f945UQ0laTmG83qhaMozrLIYKc9KZvHuEaG6eMZSIS9zutS7TMKLbY3yR1GtNENSTzvMtG8IHKN7vOQDad3ZiZGEuuJN8X4yAbBz591ZxzUtkFfatP1dXnpk2YMflq\u002BKVKE0V9SAiwE9hSpkann8UDOtcPl6SSQIZHowdXbEwdnWbED0zxK63TYPHVEGQ8rOfWRzbGrc6YV1HCfmP4IynoBoJntQrUiopTe6RAE9CacLdUyVnOwDUJv25vFU9geynWxCRT7\u002Byu8sxFde8dAmB/syhcnJDgQ03qmMAO3Q/ydoKOX4glO1ke2rumk6FSE3NRNxrZCJ/yRyczdftxp9OP16M9evFwMBumzpy5a\u002Bd3I5bz\u002BkQKqsr7VyyDEslVjzxrJPXVoHJg/BWCs5nkfJqnISyjC5cbRJO", + "MIIF7TCCA9WgAwIBAgIQP4vItfyfspZDtWnWbELhRDANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwHhcNMTEwMzIyMjIwNTI4WhcNMzYwMzIyMjIxMzA0WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCygEGqNThNE3IyaCJNuLLx/9VSvGzH9dJKjDbu0cJcfoyKrq8TKG/Ac\u002BM6ztAlqFo6be\u002BouFmrEyNozQwph9FvgFyPRH9dkAFSWKxRxV8qh9zc2AodwQO5e7BW6KPeZGHCnvjzfLnsDbVU/ky2ZU\u002BI8JxImQxCCwl8MVkXeQZ4KI2JOkwDJb5xalwL54RgpJki49KvhKSn\u002B9GY7Qyp3pSJ4Q6g3MDOmT3qCFK7VnnkH4S6Hri0xElcTzFLh93dBWcmmYDgcRGjuKVB4qRTufcyKYMME782XgSzS0NHL2vikR7TmE/dQgfI6B0S/Jmpaz6SfsjWaTr8ZL22CZ3K/QwLopt3YEsDlKQwaRLWQi3BQUzK3Kr9j1uDRprZ/LHR47PJf0h6zSTwQY9cdNCssBAgBkm3xy0hyFfj0IbzA2j70M5xwYmZSmQBbP3sMJHPQTySx\u002BW6hh1hhMdfgzlirrSSL0fzC/hV66AfWdC7dJse0Hbm8ukG1xDo\u002BmTeacY1logC8Ea4PyeZb8txiSk190gWAjWP1Xl8TQLPX\u002BuKg09FcYj5qQ1OcunCnAfPSRtOBA5jUYxe2ADBVSy2xuDCZU7JNDn1nLPEfuhhbhNfFcRf2X7tHc7uROzLLoax7Dj2cO2rXBPB2Q8Nx4CyVe0096yb5MPa50c8prWPMd/FS6/r8QIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUci06AjGQQ7kUBU7h6qfHMdEjiTQwEAYJKwYBBAGCNxUBBAMCAQAwDQYJKoZIhvcNAQELBQADggIBAH9yzw\u002B3xRXbm8BJyiZb/p4T5tPw0tuXX/JLP02zrhmu7deXoKzvqTqjwkGw5biRnhOBJAPmCf0/V0A5ISRW0RAvS0CpNoZLtFNXmvvxfomPEf4YbFGq6O0JlbXlccmh6Yd1phV/yX43VF50k8XDZ8wNT2uoFwxtCJJ\u002Bi92Bqi1wIcM9BhS7vyRep4TXPw8hIr1LAAbblxzYXtTFC1yHblCk6MM4pPvLLMWSZpuFXst6bJN8gClYW1e1QGm6CHmmZGIVnYeWRbVmIyADixxzoNOieTPgUFmG2y/lAiXqcyqfABTINseSO\u002BlOAOzYVgm5M0kS0lQLAausR7aRKX1MtHWAUgHoyoL2n8ysnI8X6i8msKtyrAv\u002BnlEex0NVZ09Rs1fWtuzuUrc66U7h14GIvE\u002BOdbtLqPA1qibUZ2dJsnBMO5PcHd94kIZysjik0dySTclY6ysSXNQ7roxrsIPlAT/4CTL2kzU0Iq/dNw13CYArzUgA8YyZGUcFAenRv9FO0OYoQzeZpApKCNmacXPSqs0xE2N2oTdvkjgefRI8ZjLny23h/FKJ3crWZgWalmG\u002BoijHHKOnNlA8OqTfSm7mhzvO6/DggTedEzxSjr25HTTGHdUKaj2YKXCMiSrRq4IQSB/c9O\u002BlxbtVGjhjhE63bK2VVOxlIhBJF7jAHscPrFRH" + ], + "kid": "wcGHi-SJDOR0XXghydRma0GQQXs", + "kty": "RSA" + }, + { + "x5c": [ + "MIIF5jCCA86gAwIBAgITMwAAAAjfr0F/Gw5Y2AAAAAAACDANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UEAxMkTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIFBDQSAyMDE5MB4XDTIxMDIwNDIwMzYyMFoXDTIyMDUwNDIwMzYyMFowfzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEpMCcGA1UEAxMgTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIDIwMjAwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDuk9F\u002BtMMv0fNBZ9zl2\u002BPqVkjEQCEeU0s/T9Pi1u6G5KuOmPWJgvA39TEFJORZ4mI0rYQMEGWkF\u002BFJlfkgGrF4mQkJurdHyIODs2P4ScI/hgAi12u06p4NH41p4P3OcbjyshMVvU8e1hbzqcs4cxazmUuBMKFCAMrWfYn5duDCATn\u002B1hKO2wYnFLxTRdQy0Ci05ttHTL3jHMdi4nbZHPTlw/QdRvo7/8Wvy4ZxT3rk7naoHBKRPbWNS\u002BsMYsV2qTeazxLnYYEUy3c2POu0ZexRV/q548ZH\u002BdMRzxLs6LGHGc4S5xYL5rCusU2E1ZrDKcTitEXlIRK0IaSL\u002BwAtxfThAgMBAAGjggFUMIIBUDAOBgNVHQ8BAf8EBAMCB4AwFQYDVR0lBA4wDAYKKwYBBAGCN0wyAzAMBgNVHRMBAf8EAjAAMB0GA1UdDgQWBBRl7dzLDqa7r/MSE0L8Yg9/hvvfZDAfBgNVHSMEGDAWgBStR15sz6nVWnU1XfoooXV4KJ9xrTBlBgNVHR8EXjBcMFqgWKBWhlRodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NybC9NaWNyb3NvZnQlMjBBenVyZSUyMEF0dGVzdGF0aW9uJTIwUENBJTIwMjAxOS5jcmwwcgYIKwYBBQUHAQEEZjBkMGIGCCsGAQUFBzAChlZodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NlcnRzL01pY3Jvc29mdCUyMEF6dXJlJTIwQXR0ZXN0YXRpb24lMjBQQ0ElMjAyMDE5LmNydDANBgkqhkiG9w0BAQsFAAOCAgEAcFFeqgUhFJpenz3VyrpMnuZxk8jNCEsf7bFayGCdPoONh5B4AV\u002BNxIBdin6d0lx/EXkFuu/Eqc4wUgtz8/WSCpnUtS4tbCNFkr1XYxldzlxrbrfG6siLzUSQb/srUJEl24DyHBGYepKsL\u002BgK6ea0kh/ft43uBatuEkbf722koeTYXIWMTtVmHngl6TWQ22S23R15KmjW78pr2ZLszg\u002BBf\u002BDuJBNOi3g3hFE8weL2\u002BPmrMYzm4vNue2k77P59AJHwxFcRwisOZOPcfs52Ensjo1pjI3O36E0mOri\u002BbNrVzJ1np9V0ccQy/7mjm6zHL0Heb3JKMEhdJDU5PDVHm5eNHWmfnUBeG5RysAGRou3BNO0UrkxiI/PE3sQ3QXVTByP6xxFD6iXyX/DV6zhDUIDFuEVGvm7BXIQuF9TgKSLYEqBBcgcplsxsvOn9xh94Hn6C9ySjPKXUGkszLY6MsKtcum5Vqvg8TrnTToeQYv/5mLZFPu0giHNpIVt9LIpjs0sHjd5PcNsOGtvHp3wvLhzneIRvCMl7v8ZVTsx3xnEOYI9kB2F8iIqxmgvlsp1UN/45\u002BtoXusAuxKSV0KFwVxsNoqIUPMiNZMQkSkgjXbtLNSkAHUaltF7CI3h/5coLsKhcfjx/TGk2te6zP7lmlGQLdou7iOR1t2KKMKib8xRkit8=", + "MIIHQDCCBSigAwIBAgITMwAAADd1bHkqKXnfPQAAAAAANzANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwHhcNMTkwNTMwMjI0ODUyWhcNMzQwNTMwMjI1ODUyWjCBgzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UEAxMkTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIFBDQSAyMDE5MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyTLy/bGuzAnrxE\u002BuLoOMwDbwVj/TlPUSeALDYWh1IEV1XASInpSRVgacIHDFfnIclB72l7nzZuRjrsmnNgG0H/uDj0bs\u002BAZkxZ6si/E0E3KOP8YEYSOnDEuCfrBQDdye62tXtP3WAhFe88dW6p56pyxrG1BgpnIsDiEag4U6wzmjkWrFM2w5AFbYUiyloLrr6gnG2Cuk4pTkLW6k3qXo/Nfjm\u002BbS/wgtfztM3vi3lsM4nJvB0HEk8coUQxobpmigmQxBRz7OZH99oWYn9XDR1bym0G/nJ/\u002BY95Z6YquguLk4YHQ8QrXpAf8/dyRQe3zeQu387CLCksmxYTVaGE3QCQEx2M3dIUmUiFiJSgGO7wsq\u002Btf3oqT39GXP6ftdhE6V1UcX/YgK4SjIcxuD7Sj9RW\u002BzYq3iaCPIiwjSK\u002BMFwLtLdMZUmzmXKPmz2sW5rj4Jh6jcmLVc\u002Ba6xccE3x0nQXTTCFNlQRCMqP7GYSaMzjfq2m4leCqunaLG3m6XPOxlKQqAsFvNWxWw0ujV8ILUpo9ZattvHrIukv5/IvK4YCrbeyQUEi1aQzokGGGnKwDWNwCwoEwtVV3CJ7Mw6Gvqk6JuxbixGIE/vSjwnSaal8OdBCQqZHTHSbkaVYJlVaVDjZQtj01RmCQjJmJlzYGTrsMwK9y/DMd8tVyxfYVPc\u002BG8CAwEAAaOCAaQwggGgMA4GA1UdDwEB/wQEAwIBhjAQBgkrBgEEAYI3FQEEAwIBADAdBgNVHQ4EFgQUrUdebM\u002Bp1Vp1NV36KKF1eCifca0wVAYDVR0gBE0wSzBJBgRVHSAAMEEwPwYIKwYBBQUHAgEWM2h0dHA6Ly93d3cubWljcm9zb2Z0LmNvbS9wa2lvcHMvRG9jcy9SZXBvc2l0b3J5Lmh0bTAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFHItOgIxkEO5FAVO4eqnxzHRI4k0MFoGA1UdHwRTMFEwT6BNoEuGSWh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18yMi5jcmwwXgYIKwYBBQUHAQEEUjBQME4GCCsGAQUFBzAChkJodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18yMi5jcnQwDQYJKoZIhvcNAQELBQADggIBABNiL5D1GiUih16Qi5LYJhieTbizpHxRSXlfaw/T0W\u002Bow8VrlY6og\u002BTT2\u002B9qiaz7o\u002Bun7rgutRw63gnUMCKtsfGAFZV46j3Gylbk2NrHF0ssArrQPAXvW7RBKjda0MNojAYRBcrTaFEJQcqIUa3G7L96\u002B6pZTnVSVN1wSv4SVcCXDPM\u002B0D5VUPkJhA51OwqSRoW60SRKaQ0hkQyFSK6oGkt\u002BgqtQESmIEnnT3hGMViXI7eyhyq4VdnIrgIGDR3ZLcVeRqQgojK5f945UQ0laTmG83qhaMozrLIYKc9KZvHuEaG6eMZSIS9zutS7TMKLbY3yR1GtNENSTzvMtG8IHKN7vOQDad3ZiZGEuuJN8X4yAbBz591ZxzUtkFfatP1dXnpk2YMflq\u002BKVKE0V9SAiwE9hSpkann8UDOtcPl6SSQIZHowdXbEwdnWbED0zxK63TYPHVEGQ8rOfWRzbGrc6YV1HCfmP4IynoBoJntQrUiopTe6RAE9CacLdUyVnOwDUJv25vFU9geynWxCRT7\u002Byu8sxFde8dAmB/syhcnJDgQ03qmMAO3Q/ydoKOX4glO1ke2rumk6FSE3NRNxrZCJ/yRyczdftxp9OP16M9evFwMBumzpy5a\u002Bd3I5bz\u002BkQKqsr7VyyDEslVjzxrJPXVoHJg/BWCs5nkfJqnISyjC5cbRJO", + "MIIF7TCCA9WgAwIBAgIQP4vItfyfspZDtWnWbELhRDANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwHhcNMTEwMzIyMjIwNTI4WhcNMzYwMzIyMjIxMzA0WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCygEGqNThNE3IyaCJNuLLx/9VSvGzH9dJKjDbu0cJcfoyKrq8TKG/Ac\u002BM6ztAlqFo6be\u002BouFmrEyNozQwph9FvgFyPRH9dkAFSWKxRxV8qh9zc2AodwQO5e7BW6KPeZGHCnvjzfLnsDbVU/ky2ZU\u002BI8JxImQxCCwl8MVkXeQZ4KI2JOkwDJb5xalwL54RgpJki49KvhKSn\u002B9GY7Qyp3pSJ4Q6g3MDOmT3qCFK7VnnkH4S6Hri0xElcTzFLh93dBWcmmYDgcRGjuKVB4qRTufcyKYMME782XgSzS0NHL2vikR7TmE/dQgfI6B0S/Jmpaz6SfsjWaTr8ZL22CZ3K/QwLopt3YEsDlKQwaRLWQi3BQUzK3Kr9j1uDRprZ/LHR47PJf0h6zSTwQY9cdNCssBAgBkm3xy0hyFfj0IbzA2j70M5xwYmZSmQBbP3sMJHPQTySx\u002BW6hh1hhMdfgzlirrSSL0fzC/hV66AfWdC7dJse0Hbm8ukG1xDo\u002BmTeacY1logC8Ea4PyeZb8txiSk190gWAjWP1Xl8TQLPX\u002BuKg09FcYj5qQ1OcunCnAfPSRtOBA5jUYxe2ADBVSy2xuDCZU7JNDn1nLPEfuhhbhNfFcRf2X7tHc7uROzLLoax7Dj2cO2rXBPB2Q8Nx4CyVe0096yb5MPa50c8prWPMd/FS6/r8QIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUci06AjGQQ7kUBU7h6qfHMdEjiTQwEAYJKwYBBAGCNxUBBAMCAQAwDQYJKoZIhvcNAQELBQADggIBAH9yzw\u002B3xRXbm8BJyiZb/p4T5tPw0tuXX/JLP02zrhmu7deXoKzvqTqjwkGw5biRnhOBJAPmCf0/V0A5ISRW0RAvS0CpNoZLtFNXmvvxfomPEf4YbFGq6O0JlbXlccmh6Yd1phV/yX43VF50k8XDZ8wNT2uoFwxtCJJ\u002Bi92Bqi1wIcM9BhS7vyRep4TXPw8hIr1LAAbblxzYXtTFC1yHblCk6MM4pPvLLMWSZpuFXst6bJN8gClYW1e1QGm6CHmmZGIVnYeWRbVmIyADixxzoNOieTPgUFmG2y/lAiXqcyqfABTINseSO\u002BlOAOzYVgm5M0kS0lQLAausR7aRKX1MtHWAUgHoyoL2n8ysnI8X6i8msKtyrAv\u002BnlEex0NVZ09Rs1fWtuzuUrc66U7h14GIvE\u002BOdbtLqPA1qibUZ2dJsnBMO5PcHd94kIZysjik0dySTclY6ysSXNQ7roxrsIPlAT/4CTL2kzU0Iq/dNw13CYArzUgA8YyZGUcFAenRv9FO0OYoQzeZpApKCNmacXPSqs0xE2N2oTdvkjgefRI8ZjLny23h/FKJ3crWZgWalmG\u002BoijHHKOnNlA8OqTfSm7mhzvO6/DggTedEzxSjr25HTTGHdUKaj2YKXCMiSrRq4IQSB/c9O\u002BlxbtVGjhjhE63bK2VVOxlIhBJF7jAHscPrFRH" + ], + "kid": "3UrBlwdkkTBWV14k7IodIzjAr8k", + "kty": "RSA" + }, + { + "x5c": [ + "MIIF5jCCA86gAwIBAgITMwAAAAYqYzcqwvgPbQAAAAAABjANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UEAxMkTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIFBDQSAyMDE5MB4XDTIwMDIxMzE4MzEwNVoXDTIxMDUxMzE4MzEwNVowfzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEpMCcGA1UEAxMgTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIDIwMjAwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZVZSHfC9JqV\u002BblpAinjxui8SJgCHcbebc3UVirPE96juWeSLTVQI4W6zo4PliDBfgi9Jymu\u002BENcnLIEWP/KqumqoH4VTynSFUHbqsDRJu9868a62rziCPQhcFveDzPmJsohfWFyCMubVza1g3b5E0VzKimJ9PMB/lvuDwjcRyxQZdqyIDBLOUW2W6/nhNb\u002BNHLkYt2MIyGqZVLwqU81XLyzws/vbJzCppJZOKAnRK4BtxdPpYyT3LYxEGiHm0l5b2CuIlq64XT5c9qOtXoQ/mSaynY6eoDwZ4unHwSk1I2PJubhQude8XSOWC5ioBBFYdnZACl7Yg37Fepi0zkA23AgMBAAGjggFUMIIBUDAOBgNVHQ8BAf8EBAMCB4AwFQYDVR0lBA4wDAYKKwYBBAGCN0wyAzAMBgNVHRMBAf8EAjAAMB0GA1UdDgQWBBQ70zO3MqaCNPEWBTHXangGV9rjITAfBgNVHSMEGDAWgBStR15sz6nVWnU1XfoooXV4KJ9xrTBlBgNVHR8EXjBcMFqgWKBWhlRodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NybC9NaWNyb3NvZnQlMjBBenVyZSUyMEF0dGVzdGF0aW9uJTIwUENBJTIwMjAxOS5jcmwwcgYIKwYBBQUHAQEEZjBkMGIGCCsGAQUFBzAChlZodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NlcnRzL01pY3Jvc29mdCUyMEF6dXJlJTIwQXR0ZXN0YXRpb24lMjBQQ0ElMjAyMDE5LmNydDANBgkqhkiG9w0BAQsFAAOCAgEAVqMYVFBiDQcxWroTh0CMPUCJM6RzaniZgIyw2AHxC7oMgxNmKNGJVbKbu66EBrvnwc9vF9EOj4SIRhCs/UEoGMkahvarGIYamuyFoyz8mfndxZnKecR32J8M56s5mGuayBQBP4T07U32VE6aO3rwWYZD1lIKsqYfypk2G7xtBllR6KV0vTteBWJ5Nu4nw/08Q1OhC187cG4ifkxowQBIqZVwltOvi46NUs0qJGDuqnhBBvYHewJ0UBaJmU7AtQ3uS88WGoxt0g4S/BlawDzNpC5yjYeCIMjmFHYjNdOe\u002BYHLyR736w1Zzw/Mj0d1aFa\u002BV0RnEe\u002BJEGRQfJtmQHtfjGnm\u002B/UUi4PQ3acixQrYj1mD\u002Bokjp67FHTG3PUDCXvHpS1jaOB7jjfx3rPb67jW/kGWVH6pkcwylpicjy7ZemzfgxX5YWczkUWQq13uAnSR/jGiqyvlEekWl4mk8MzMuSIMXMTeXWQjl\u002Bz44iGuw9TOh0K/JpEk5aQ7VaKQzTuGfeRrYpTER4b\u002BupTaTAFkB15XmFAv5V6KdpOmo4R8ruJgsIvq62jRMmr\u002B/LtRdNzRAm4oTkcUmCFwoiUeeGpJ9EbgOcAgqlnW11Dcuc5DY6oIdlCDxhKIk2zfv\u002BUR1Mky4tOPOeSrB9tL98jVgzky4B6UgKViD0\u002BasPNKUvyDyrqo=", + "MIIHQDCCBSigAwIBAgITMwAAADd1bHkqKXnfPQAAAAAANzANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwHhcNMTkwNTMwMjI0ODUyWhcNMzQwNTMwMjI1ODUyWjCBgzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UEAxMkTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIFBDQSAyMDE5MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyTLy/bGuzAnrxE\u002BuLoOMwDbwVj/TlPUSeALDYWh1IEV1XASInpSRVgacIHDFfnIclB72l7nzZuRjrsmnNgG0H/uDj0bs\u002BAZkxZ6si/E0E3KOP8YEYSOnDEuCfrBQDdye62tXtP3WAhFe88dW6p56pyxrG1BgpnIsDiEag4U6wzmjkWrFM2w5AFbYUiyloLrr6gnG2Cuk4pTkLW6k3qXo/Nfjm\u002BbS/wgtfztM3vi3lsM4nJvB0HEk8coUQxobpmigmQxBRz7OZH99oWYn9XDR1bym0G/nJ/\u002BY95Z6YquguLk4YHQ8QrXpAf8/dyRQe3zeQu387CLCksmxYTVaGE3QCQEx2M3dIUmUiFiJSgGO7wsq\u002Btf3oqT39GXP6ftdhE6V1UcX/YgK4SjIcxuD7Sj9RW\u002BzYq3iaCPIiwjSK\u002BMFwLtLdMZUmzmXKPmz2sW5rj4Jh6jcmLVc\u002Ba6xccE3x0nQXTTCFNlQRCMqP7GYSaMzjfq2m4leCqunaLG3m6XPOxlKQqAsFvNWxWw0ujV8ILUpo9ZattvHrIukv5/IvK4YCrbeyQUEi1aQzokGGGnKwDWNwCwoEwtVV3CJ7Mw6Gvqk6JuxbixGIE/vSjwnSaal8OdBCQqZHTHSbkaVYJlVaVDjZQtj01RmCQjJmJlzYGTrsMwK9y/DMd8tVyxfYVPc\u002BG8CAwEAAaOCAaQwggGgMA4GA1UdDwEB/wQEAwIBhjAQBgkrBgEEAYI3FQEEAwIBADAdBgNVHQ4EFgQUrUdebM\u002Bp1Vp1NV36KKF1eCifca0wVAYDVR0gBE0wSzBJBgRVHSAAMEEwPwYIKwYBBQUHAgEWM2h0dHA6Ly93d3cubWljcm9zb2Z0LmNvbS9wa2lvcHMvRG9jcy9SZXBvc2l0b3J5Lmh0bTAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFHItOgIxkEO5FAVO4eqnxzHRI4k0MFoGA1UdHwRTMFEwT6BNoEuGSWh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18yMi5jcmwwXgYIKwYBBQUHAQEEUjBQME4GCCsGAQUFBzAChkJodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18yMi5jcnQwDQYJKoZIhvcNAQELBQADggIBABNiL5D1GiUih16Qi5LYJhieTbizpHxRSXlfaw/T0W\u002Bow8VrlY6og\u002BTT2\u002B9qiaz7o\u002Bun7rgutRw63gnUMCKtsfGAFZV46j3Gylbk2NrHF0ssArrQPAXvW7RBKjda0MNojAYRBcrTaFEJQcqIUa3G7L96\u002B6pZTnVSVN1wSv4SVcCXDPM\u002B0D5VUPkJhA51OwqSRoW60SRKaQ0hkQyFSK6oGkt\u002BgqtQESmIEnnT3hGMViXI7eyhyq4VdnIrgIGDR3ZLcVeRqQgojK5f945UQ0laTmG83qhaMozrLIYKc9KZvHuEaG6eMZSIS9zutS7TMKLbY3yR1GtNENSTzvMtG8IHKN7vOQDad3ZiZGEuuJN8X4yAbBz591ZxzUtkFfatP1dXnpk2YMflq\u002BKVKE0V9SAiwE9hSpkann8UDOtcPl6SSQIZHowdXbEwdnWbED0zxK63TYPHVEGQ8rOfWRzbGrc6YV1HCfmP4IynoBoJntQrUiopTe6RAE9CacLdUyVnOwDUJv25vFU9geynWxCRT7\u002Byu8sxFde8dAmB/syhcnJDgQ03qmMAO3Q/ydoKOX4glO1ke2rumk6FSE3NRNxrZCJ/yRyczdftxp9OP16M9evFwMBumzpy5a\u002Bd3I5bz\u002BkQKqsr7VyyDEslVjzxrJPXVoHJg/BWCs5nkfJqnISyjC5cbRJO", + "MIIF7TCCA9WgAwIBAgIQP4vItfyfspZDtWnWbELhRDANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwHhcNMTEwMzIyMjIwNTI4WhcNMzYwMzIyMjIxMzA0WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCygEGqNThNE3IyaCJNuLLx/9VSvGzH9dJKjDbu0cJcfoyKrq8TKG/Ac\u002BM6ztAlqFo6be\u002BouFmrEyNozQwph9FvgFyPRH9dkAFSWKxRxV8qh9zc2AodwQO5e7BW6KPeZGHCnvjzfLnsDbVU/ky2ZU\u002BI8JxImQxCCwl8MVkXeQZ4KI2JOkwDJb5xalwL54RgpJki49KvhKSn\u002B9GY7Qyp3pSJ4Q6g3MDOmT3qCFK7VnnkH4S6Hri0xElcTzFLh93dBWcmmYDgcRGjuKVB4qRTufcyKYMME782XgSzS0NHL2vikR7TmE/dQgfI6B0S/Jmpaz6SfsjWaTr8ZL22CZ3K/QwLopt3YEsDlKQwaRLWQi3BQUzK3Kr9j1uDRprZ/LHR47PJf0h6zSTwQY9cdNCssBAgBkm3xy0hyFfj0IbzA2j70M5xwYmZSmQBbP3sMJHPQTySx\u002BW6hh1hhMdfgzlirrSSL0fzC/hV66AfWdC7dJse0Hbm8ukG1xDo\u002BmTeacY1logC8Ea4PyeZb8txiSk190gWAjWP1Xl8TQLPX\u002BuKg09FcYj5qQ1OcunCnAfPSRtOBA5jUYxe2ADBVSy2xuDCZU7JNDn1nLPEfuhhbhNfFcRf2X7tHc7uROzLLoax7Dj2cO2rXBPB2Q8Nx4CyVe0096yb5MPa50c8prWPMd/FS6/r8QIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUci06AjGQQ7kUBU7h6qfHMdEjiTQwEAYJKwYBBAGCNxUBBAMCAQAwDQYJKoZIhvcNAQELBQADggIBAH9yzw\u002B3xRXbm8BJyiZb/p4T5tPw0tuXX/JLP02zrhmu7deXoKzvqTqjwkGw5biRnhOBJAPmCf0/V0A5ISRW0RAvS0CpNoZLtFNXmvvxfomPEf4YbFGq6O0JlbXlccmh6Yd1phV/yX43VF50k8XDZ8wNT2uoFwxtCJJ\u002Bi92Bqi1wIcM9BhS7vyRep4TXPw8hIr1LAAbblxzYXtTFC1yHblCk6MM4pPvLLMWSZpuFXst6bJN8gClYW1e1QGm6CHmmZGIVnYeWRbVmIyADixxzoNOieTPgUFmG2y/lAiXqcyqfABTINseSO\u002BlOAOzYVgm5M0kS0lQLAausR7aRKX1MtHWAUgHoyoL2n8ysnI8X6i8msKtyrAv\u002BnlEex0NVZ09Rs1fWtuzuUrc66U7h14GIvE\u002BOdbtLqPA1qibUZ2dJsnBMO5PcHd94kIZysjik0dySTclY6ysSXNQ7roxrsIPlAT/4CTL2kzU0Iq/dNw13CYArzUgA8YyZGUcFAenRv9FO0OYoQzeZpApKCNmacXPSqs0xE2N2oTdvkjgefRI8ZjLny23h/FKJ3crWZgWalmG\u002BoijHHKOnNlA8OqTfSm7mhzvO6/DggTedEzxSjr25HTTGHdUKaj2YKXCMiSrRq4IQSB/c9O\u002BlxbtVGjhjhE63bK2VVOxlIhBJF7jAHscPrFRH" + ], + "kid": "m6-lSqJc6zdzfpwYs_1EHdf-1Gg", + "kty": "RSA" + }, + { + "x5c": [ + "MIIF5jCCA86gAwIBAgITMwAAAAf6J4XtUCW0zAAAAAAABzANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UEAxMkTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIFBDQSAyMDE5MB4XDTIxMDIwNDIwMzYxOVoXDTIyMDUwNDIwMzYxOVowfzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEpMCcGA1UEAxMgTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIDIwMjAwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCnB4FdRURas4L3WI/SrhEiNuJg6548nuLt6xoscIwjZZXq7Xw3ZIl3SH5\u002Bf2hLzGw4QqMAsBF9DMSZsHdEBVBmDwatfnPgg1DwdNjietLF6WmXFDMlyNONxG\u002BbCRf3M/OuE22YXoBUOFR3CqRVuPRynV6tZRO6lXlDRQBjvL4KstwH7qZOGA2HksQ4zRWYdlK6WgoyCERhVD75lvCjRrxVcFE2xq3rY1G3v3948oomtQmOPoVZyfcQObCGZKzosgv9vH20jLXGuOApPLkEUEXomj/eoyKIiycGYhE3daNldxRIY1vpFKNyjahPoK9RlQOOxdT6SKjrxzRFhJgL7AvFAgMBAAGjggFUMIIBUDAOBgNVHQ8BAf8EBAMCB4AwFQYDVR0lBA4wDAYKKwYBBAGCN0wyAzAMBgNVHRMBAf8EAjAAMB0GA1UdDgQWBBRp3BAW9b4GAIdUQ1g81w5fxQFGLTAfBgNVHSMEGDAWgBStR15sz6nVWnU1XfoooXV4KJ9xrTBlBgNVHR8EXjBcMFqgWKBWhlRodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NybC9NaWNyb3NvZnQlMjBBenVyZSUyMEF0dGVzdGF0aW9uJTIwUENBJTIwMjAxOS5jcmwwcgYIKwYBBQUHAQEEZjBkMGIGCCsGAQUFBzAChlZodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NlcnRzL01pY3Jvc29mdCUyMEF6dXJlJTIwQXR0ZXN0YXRpb24lMjBQQ0ElMjAyMDE5LmNydDANBgkqhkiG9w0BAQsFAAOCAgEAVbU1CVQqZJT3XNYeGtVJy7QtpAcGh2dxwpKh505tXWbHjOUHwcyyOolbKJP\u002BLw2XmAoorrIj7ld22hGMz1LWgsIuN65BOAobFh0UaRm3dHpr5CaMj63Ov7r1N5QYIKddd1qSaxoF4DWsjDi8iKF0H\u002BNR40Tfe64yoXpsw95NqJbQCZyqovnf0nE49\u002B8P4CcKYEJhSlsSBzcqNq8Ec0NLe3F1cfhIjImlXdKfM3cLGKG0hIXCzb\u002B12tDYZ3Bikb8ThMwLSL0uD5s2yybP3n9GhVzkuiagh4fmqiVznpm7\u002BqkFOh3nuwtJUI7K8GKqN96kSqf8PxHh/aHT3TdGRwx\u002B8TuWQ8xlDvaC99/vFUryqqzN0GKhQUF9ngCGLYpuwxH\u002Bhr3jJVscZlfD7iBobqmgv/YsKVCy\u002B0U1U8cKT1N1bYOZtRfWlPvuaTSWr3J04FXJThIoJQmkFOefVFLEzrRyG9Gbh7sx0OgwpoKjF3nc\u002BvqgD6CzVCSar\u002B8xodhqWvDy7PZqZLj0a/29nrFSFITVNpEpi2zLOEDoVlYS8w1UZ/pXX8dZR1JA9kn1nGf6V2H6ithkUw1Rmp\u002BhnfmoLrw\u002Blua0ZeRjYr9UY7U5NNgMhDZBWDDnBG93fIB5BrIct8M/FfhqcJOODmnqA2sBS16u7dQTIRQ/NtVq3Lln4BnKBj0=", + "MIIHQDCCBSigAwIBAgITMwAAADd1bHkqKXnfPQAAAAAANzANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwHhcNMTkwNTMwMjI0ODUyWhcNMzQwNTMwMjI1ODUyWjCBgzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UEAxMkTWljcm9zb2Z0IEF6dXJlIEF0dGVzdGF0aW9uIFBDQSAyMDE5MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyTLy/bGuzAnrxE\u002BuLoOMwDbwVj/TlPUSeALDYWh1IEV1XASInpSRVgacIHDFfnIclB72l7nzZuRjrsmnNgG0H/uDj0bs\u002BAZkxZ6si/E0E3KOP8YEYSOnDEuCfrBQDdye62tXtP3WAhFe88dW6p56pyxrG1BgpnIsDiEag4U6wzmjkWrFM2w5AFbYUiyloLrr6gnG2Cuk4pTkLW6k3qXo/Nfjm\u002BbS/wgtfztM3vi3lsM4nJvB0HEk8coUQxobpmigmQxBRz7OZH99oWYn9XDR1bym0G/nJ/\u002BY95Z6YquguLk4YHQ8QrXpAf8/dyRQe3zeQu387CLCksmxYTVaGE3QCQEx2M3dIUmUiFiJSgGO7wsq\u002Btf3oqT39GXP6ftdhE6V1UcX/YgK4SjIcxuD7Sj9RW\u002BzYq3iaCPIiwjSK\u002BMFwLtLdMZUmzmXKPmz2sW5rj4Jh6jcmLVc\u002Ba6xccE3x0nQXTTCFNlQRCMqP7GYSaMzjfq2m4leCqunaLG3m6XPOxlKQqAsFvNWxWw0ujV8ILUpo9ZattvHrIukv5/IvK4YCrbeyQUEi1aQzokGGGnKwDWNwCwoEwtVV3CJ7Mw6Gvqk6JuxbixGIE/vSjwnSaal8OdBCQqZHTHSbkaVYJlVaVDjZQtj01RmCQjJmJlzYGTrsMwK9y/DMd8tVyxfYVPc\u002BG8CAwEAAaOCAaQwggGgMA4GA1UdDwEB/wQEAwIBhjAQBgkrBgEEAYI3FQEEAwIBADAdBgNVHQ4EFgQUrUdebM\u002Bp1Vp1NV36KKF1eCifca0wVAYDVR0gBE0wSzBJBgRVHSAAMEEwPwYIKwYBBQUHAgEWM2h0dHA6Ly93d3cubWljcm9zb2Z0LmNvbS9wa2lvcHMvRG9jcy9SZXBvc2l0b3J5Lmh0bTAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFHItOgIxkEO5FAVO4eqnxzHRI4k0MFoGA1UdHwRTMFEwT6BNoEuGSWh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18yMi5jcmwwXgYIKwYBBQUHAQEEUjBQME4GCCsGAQUFBzAChkJodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18yMi5jcnQwDQYJKoZIhvcNAQELBQADggIBABNiL5D1GiUih16Qi5LYJhieTbizpHxRSXlfaw/T0W\u002Bow8VrlY6og\u002BTT2\u002B9qiaz7o\u002Bun7rgutRw63gnUMCKtsfGAFZV46j3Gylbk2NrHF0ssArrQPAXvW7RBKjda0MNojAYRBcrTaFEJQcqIUa3G7L96\u002B6pZTnVSVN1wSv4SVcCXDPM\u002B0D5VUPkJhA51OwqSRoW60SRKaQ0hkQyFSK6oGkt\u002BgqtQESmIEnnT3hGMViXI7eyhyq4VdnIrgIGDR3ZLcVeRqQgojK5f945UQ0laTmG83qhaMozrLIYKc9KZvHuEaG6eMZSIS9zutS7TMKLbY3yR1GtNENSTzvMtG8IHKN7vOQDad3ZiZGEuuJN8X4yAbBz591ZxzUtkFfatP1dXnpk2YMflq\u002BKVKE0V9SAiwE9hSpkann8UDOtcPl6SSQIZHowdXbEwdnWbED0zxK63TYPHVEGQ8rOfWRzbGrc6YV1HCfmP4IynoBoJntQrUiopTe6RAE9CacLdUyVnOwDUJv25vFU9geynWxCRT7\u002Byu8sxFde8dAmB/syhcnJDgQ03qmMAO3Q/ydoKOX4glO1ke2rumk6FSE3NRNxrZCJ/yRyczdftxp9OP16M9evFwMBumzpy5a\u002Bd3I5bz\u002BkQKqsr7VyyDEslVjzxrJPXVoHJg/BWCs5nkfJqnISyjC5cbRJO", + "MIIF7TCCA9WgAwIBAgIQP4vItfyfspZDtWnWbELhRDANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwHhcNMTEwMzIyMjIwNTI4WhcNMzYwMzIyMjIxMzA0WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTEwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCygEGqNThNE3IyaCJNuLLx/9VSvGzH9dJKjDbu0cJcfoyKrq8TKG/Ac\u002BM6ztAlqFo6be\u002BouFmrEyNozQwph9FvgFyPRH9dkAFSWKxRxV8qh9zc2AodwQO5e7BW6KPeZGHCnvjzfLnsDbVU/ky2ZU\u002BI8JxImQxCCwl8MVkXeQZ4KI2JOkwDJb5xalwL54RgpJki49KvhKSn\u002B9GY7Qyp3pSJ4Q6g3MDOmT3qCFK7VnnkH4S6Hri0xElcTzFLh93dBWcmmYDgcRGjuKVB4qRTufcyKYMME782XgSzS0NHL2vikR7TmE/dQgfI6B0S/Jmpaz6SfsjWaTr8ZL22CZ3K/QwLopt3YEsDlKQwaRLWQi3BQUzK3Kr9j1uDRprZ/LHR47PJf0h6zSTwQY9cdNCssBAgBkm3xy0hyFfj0IbzA2j70M5xwYmZSmQBbP3sMJHPQTySx\u002BW6hh1hhMdfgzlirrSSL0fzC/hV66AfWdC7dJse0Hbm8ukG1xDo\u002BmTeacY1logC8Ea4PyeZb8txiSk190gWAjWP1Xl8TQLPX\u002BuKg09FcYj5qQ1OcunCnAfPSRtOBA5jUYxe2ADBVSy2xuDCZU7JNDn1nLPEfuhhbhNfFcRf2X7tHc7uROzLLoax7Dj2cO2rXBPB2Q8Nx4CyVe0096yb5MPa50c8prWPMd/FS6/r8QIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUci06AjGQQ7kUBU7h6qfHMdEjiTQwEAYJKwYBBAGCNxUBBAMCAQAwDQYJKoZIhvcNAQELBQADggIBAH9yzw\u002B3xRXbm8BJyiZb/p4T5tPw0tuXX/JLP02zrhmu7deXoKzvqTqjwkGw5biRnhOBJAPmCf0/V0A5ISRW0RAvS0CpNoZLtFNXmvvxfomPEf4YbFGq6O0JlbXlccmh6Yd1phV/yX43VF50k8XDZ8wNT2uoFwxtCJJ\u002Bi92Bqi1wIcM9BhS7vyRep4TXPw8hIr1LAAbblxzYXtTFC1yHblCk6MM4pPvLLMWSZpuFXst6bJN8gClYW1e1QGm6CHmmZGIVnYeWRbVmIyADixxzoNOieTPgUFmG2y/lAiXqcyqfABTINseSO\u002BlOAOzYVgm5M0kS0lQLAausR7aRKX1MtHWAUgHoyoL2n8ysnI8X6i8msKtyrAv\u002BnlEex0NVZ09Rs1fWtuzuUrc66U7h14GIvE\u002BOdbtLqPA1qibUZ2dJsnBMO5PcHd94kIZysjik0dySTclY6ysSXNQ7roxrsIPlAT/4CTL2kzU0Iq/dNw13CYArzUgA8YyZGUcFAenRv9FO0OYoQzeZpApKCNmacXPSqs0xE2N2oTdvkjgefRI8ZjLny23h/FKJ3crWZgWalmG\u002BoijHHKOnNlA8OqTfSm7mhzvO6/DggTedEzxSjr25HTTGHdUKaj2YKXCMiSrRq4IQSB/c9O\u002BlxbtVGjhjhE63bK2VVOxlIhBJF7jAHscPrFRH" + ], + "kid": "wxXlg4DikKQZ3jzJ5i3ZJcGwzN0", + "kty": "RSA" + }, + { + "x5c": [ + "MIIVVTCCFD2gAwIBAgIBATANBgkqhkiG9w0BAQsFADA\u002BMTwwOgYDVQQDDDNodHRwczovL2NzbGFycnlvYXR0ZXN0YXRpb25hYWQud3VzLmF0dGVzdC5henVyZS5uZXQwIBcNMTkwNTAxMDAwMDAwWhgPMjA1MDEyMzEyMzU5NTlaMD4xPDA6BgNVBAMMM2h0dHBzOi8vY3NsYXJyeW9hdHRlc3RhdGlvbmFhZC53dXMuYXR0ZXN0LmF6dXJlLm5ldDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAODHwgG\u002BRgfErr0CS\u002B56qTQ4PIIeDU3d26zjXRwGNnKCsvRH/547PoOYwTafYYAOwMKxbzyYueJdnHEVmeKtF7fpPIlvFgF1cdykfPhTBY18VgntwpjHn8A7Q94Iri6K0aU3MhSVY3QsN79c3Cc3Sv4B3pygQf/lHotHtqUfnXXLt0qBvIZEigeJ4Qa4ukaA7JpW/oo0nRB6JpLlBsk4Lg0aqzFU5RjqSiutXGbzVMy8BCpw\u002BYocll9dC5ekex/c43fwr3OBUeOh9c4KaPXangrxjq9cdLwQeTzdGu9UVfZc61Te6bnXcwDBDjWfFW8kiANg4WfQUg1\u002BrgIIKteqlrcCAwEAAaOCElowghJWMAkGA1UdEwQCMAAwHQYDVR0OBBYEFL9ULK0inx2mIyKc/uqcQZROQ/WeMB8GA1UdIwQYMBaAFL9ULK0inx2mIyKc/uqcQZROQ/WeMIISBwYJKwYBBAGCN2kBBIIR\u002BAEAAAACAAAA6BEAAAAAAAADAAIAAAAAAAUACgCTmnIz95xMqZQKDbOVfwYHgykEDzDRSrm1oQn5Q5P9XgAAAAAREQMF/4AGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAcAAAAAAAAAMb/GO2pBooDz1MkyQcRD\u002Bt\u002Bl2DTjGKTZFp1/sp6PiRQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF5UEKr5mjLjLfKpfVeeZfgxDydIFuxPNM7e6xvkEKUmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKz7QRkVk5T5s7Obt\u002BS9EEQ/Vncpnij0cbXk3k5cDdBHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0EAAAXxEZGCIHVSsYhRLsJduzd1XynPioA\u002BNmRYazke8PZ0iN5FiYEnRSjST6qN5XiqHYGhVksWIFiAd3Iz0Ae8vlJJhyZQZY1ExHcuoSuUHHlD7Vr/8uwa5r13gpUAfCzAcexmAnEkDYN19ctF2ZZWLpK6zA4d5N6TKDlSW7INl9p6cREQMF/4AGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAcAAAAAAAAAP7Cs4IadLjDyjobXDHZkA6VPu81ljuzg4blIqRVZF0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIxPV3XXllA\u002BlhN/d8aKgpoAVqyN7XAUCwgbCUSQxXv/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPsf0PNHH4qwn1vTwvXp6KThxbjl7SH2YocEfVMYjEsOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWzJbltMAfaxp/KX1dgqdjz7TSjf10WeVyGEKVp2GUkBhPxGpivMYkNKEaxmds6FBR8gJ9CgjQ90zHj7qmaleEIAAAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHwUAzA0AAC0tLS0tQkVHSU4gQ0VSVElGSUNBVEUtLS0tLQpNSUlFZ0RDQ0JDYWdBd0lCQWdJVWU5VEZZcHNnNzlXY2lJN2N1YXV3dHJNYlVQb3dDZ1lJS29aSXpqMEVBd0l3CmNURWpNQ0VHQTFVRUF3d2FTVzUwWld3Z1UwZFlJRkJEU3lCUWNtOWpaWE56YjNJZ1EwRXhHakFZQmdOVkJBb00KRVVsdWRHVnNJRU52Y25CdmNtRjBhVzl1TVJRd0VnWURWUVFIREF0VFlXNTBZU0JEYkdGeVlURUxNQWtHQTFVRQpDQXdDUTBFeEN6QUpCZ05WQkFZVEFsVlRNQjRYRFRJeE1EUXdOakV6TURnME5Wb1hEVEk0TURRd05qRXpNRGcwCk5Wb3djREVpTUNBR0ExVUVBd3daU1c1MFpXd2dVMGRZSUZCRFN5QkRaWEowYVdacFkyRjBaVEVhTUJnR0ExVUUKQ2d3UlNXNTBaV3dnUTI5eWNHOXlZWFJwYjI0eEZEQVNCZ05WQkFjTUMxTmhiblJoSUVOc1lYSmhNUXN3Q1FZRApWUVFJREFKRFFURUxNQWtHQTFVRUJoTUNWVk13V1RBVEJnY3Foa2pPUFFJQkJnZ3Foa2pPUFFNQkJ3TkNBQVI5CmxWTkdHd0Y4Nkl6LysrTW5RbXRjc1MvMlJqdlN3cEFuN1c0L0tjdnZGUWxNYlFPdDY3QkpLR0FnTnNoK2NVNGsKVUo0N2JpTUYwcGVLR21jTDFzUjNvNElDbXpDQ0FwY3dId1lEVlIwakJCZ3dGb0FVME9pcTJuWFgrUzVKRjVnOApleFJsME5YeVdVMHdYd1lEVlIwZkJGZ3dWakJVb0ZLZ1VJWk9hSFIwY0hNNkx5OWhjR2t1ZEhKMWMzUmxaSE5sCmNuWnBZMlZ6TG1sdWRHVnNMbU52YlM5elozZ3ZZMlZ5ZEdsbWFXTmhkR2x2Ymk5Mk1pOXdZMnRqY213L1kyRTkKY0hKdlkyVnpjMjl5TUIwR0ExVWREZ1FXQkJUZHArb0puVUl5WHBvT2cxQTEza3hOQlZCVlp6QU9CZ05WSFE4QgpBZjhFQkFNQ0JzQXdEQVlEVlIwVEFRSC9CQUl3QURDQ0FkUUdDU3FHU0liNFRRRU5BUVNDQWNVd2dnSEJNQjRHCkNpcUdTSWI0VFFFTkFRRUVFSGpwU1gzYm0zSTliMHhRb0NsTm5DQXdnZ0ZrQmdvcWhraUcrRTBCRFFFQ01JSUIKVkRBUUJnc3Foa2lHK0UwQkRRRUNBUUlCRVRBUUJnc3Foa2lHK0UwQkRRRUNBZ0lCRVRBUUJnc3Foa2lHK0UwQgpEUUVDQXdJQkFqQVFCZ3NxaGtpRytFMEJEUUVDQkFJQkJEQVFCZ3NxaGtpRytFMEJEUUVDQlFJQkFUQVJCZ3NxCmhraUcrRTBCRFFFQ0JnSUNBSUF3RUFZTEtvWklodmhOQVEwQkFnY0NBUVl3RUFZTEtvWklodmhOQVEwQkFnZ0MKQVFBd0VBWUxLb1pJaHZoTkFRMEJBZ2tDQVFBd0VBWUxLb1pJaHZoTkFRMEJBZ29DQVFBd0VBWUxLb1pJaHZoTgpBUTBCQWdzQ0FRQXdFQVlMS29aSWh2aE5BUTBCQWd3Q0FRQXdFQVlMS29aSWh2aE5BUTBCQWcwQ0FRQXdFQVlMCktvWklodmhOQVEwQkFnNENBUUF3RUFZTEtvWklodmhOQVEwQkFnOENBUUF3RUFZTEtvWklodmhOQVEwQkFoQUMKQVFBd0VBWUxLb1pJaHZoTkFRMEJBaEVDQVFvd0h3WUxLb1pJaHZoTkFRMEJBaElFRUJFUkFnUUJnQVlBQUFBQQpBQUFBQUFBd0VBWUtLb1pJaHZoTkFRMEJBd1FDQUFBd0ZBWUtLb1pJaHZoTkFRMEJCQVFHQUpCdTFRQUFNQThHCkNpcUdTSWI0VFFFTkFRVUtBUUF3Q2dZSUtvWkl6ajBFQXdJRFNBQXdSUUloQUt0SjB5YXpHYTN1K1pDS0xPbXgKNWVueG9TTmJ4TE80eEllZkJUZkJwQklOQWlCQ053N2RNR1A2NGhQbWl4SlZUWHhwd0JNYlBoN0QycU8zakhBcQo5VDhvVFE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCi0tLS0tQkVHSU4gQ0VSVElGSUNBVEUtLS0tLQpNSUlDbHpDQ0FqNmdBd0lCQWdJVkFORG9xdHAxMS9rdVNSZVlQSHNVWmREVjhsbE5NQW9HQ0NxR1NNNDlCQU1DCk1HZ3hHakFZQmdOVkJBTU1FVWx1ZEdWc0lGTkhXQ0JTYjI5MElFTkJNUm93R0FZRFZRUUtEQkZKYm5SbGJDQkQKYjNKd2IzSmhkR2x2YmpFVU1CSUdBMVVFQnd3TFUyRnVkR0VnUTJ4aGNtRXhDekFKQmdOVkJBZ01Ba05CTVFzdwpDUVlEVlFRR0V3SlZVekFlRncweE9EQTFNakV4TURRMU1EaGFGdzB6TXpBMU1qRXhNRFExTURoYU1IRXhJekFoCkJnTlZCQU1NR2tsdWRHVnNJRk5IV0NCUVEwc2dVSEp2WTJWemMyOXlJRU5CTVJvd0dBWURWUVFLREJGSmJuUmwKYkNCRGIzSndiM0poZEdsdmJqRVVNQklHQTFVRUJ3d0xVMkZ1ZEdFZ1EyeGhjbUV4Q3pBSkJnTlZCQWdNQWtOQgpNUXN3Q1FZRFZRUUdFd0pWVXpCWk1CTUdCeXFHU000OUFnRUdDQ3FHU000OUF3RUhBMElBQkw5cStOTXAySU9nCnRkbDFiay91V1o1K1RHUW04YUNpOHo3OGZzK2ZLQ1EzZCt1RHpYblZUQVQyWmhEQ2lmeUl1Snd2TjN3TkJwOWkKSEJTU01KTUpyQk9qZ2Jzd2diZ3dId1lEVlIwakJCZ3dGb0FVSW1VTTFscWROSW56ZzdTVlVyOVFHemtuQnF3dwpVZ1lEVlIwZkJFc3dTVEJIb0VXZ1E0WkJhSFIwY0hNNkx5OWpaWEowYVdacFkyRjBaWE11ZEhKMWMzUmxaSE5sCmNuWnBZMlZ6TG1sdWRHVnNMbU52YlM5SmJuUmxiRk5IV0ZKdmIzUkRRUzVqY213d0hRWURWUjBPQkJZRUZORG8KcXRwMTEva3VTUmVZUEhzVVpkRFY4bGxOTUE0R0ExVWREd0VCL3dRRUF3SUJCakFTQmdOVkhSTUJBZjhFQ0RBRwpBUUgvQWdFQU1Bb0dDQ3FHU000OUJBTUNBMGNBTUVRQ0lDLzlqKzg0VCtIenRWTy9zT1FCV0piU2QrLzJ1ZXhLCjQrYUEwamNGQkxjcEFpQTNkaE1yRjVjRDUydDZGcU12QUlwajhYZEdteTJiZWVsakxKSytwenBjUkE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCi0tLS0tQkVHSU4gQ0VSVElGSUNBVEUtLS0tLQpNSUlDampDQ0FqU2dBd0lCQWdJVUltVU0xbHFkTkluemc3U1ZVcjlRR3prbkJxd3dDZ1lJS29aSXpqMEVBd0l3CmFERWFNQmdHQTFVRUF3d1JTVzUwWld3Z1UwZFlJRkp2YjNRZ1EwRXhHakFZQmdOVkJBb01FVWx1ZEdWc0lFTnYKY25CdmNtRjBhVzl1TVJRd0VnWURWUVFIREF0VFlXNTBZU0JEYkdGeVlURUxNQWtHQTFVRUNBd0NRMEV4Q3pBSgpCZ05WQkFZVEFsVlRNQjRYRFRFNE1EVXlNVEV3TkRFeE1Wb1hEVE16TURVeU1URXdOREV4TUZvd2FERWFNQmdHCkExVUVBd3dSU1c1MFpXd2dVMGRZSUZKdmIzUWdRMEV4R2pBWUJnTlZCQW9NRVVsdWRHVnNJRU52Y25CdmNtRjAKYVc5dU1SUXdFZ1lEVlFRSERBdFRZVzUwWVNCRGJHRnlZVEVMTUFrR0ExVUVDQXdDUTBFeEN6QUpCZ05WQkFZVApBbFZUTUZrd0V3WUhLb1pJemowQ0FRWUlLb1pJemowREFRY0RRZ0FFQzZuRXdNRElZWk9qL2lQV3NDemFFS2k3CjFPaU9TTFJGaFdHamJuQlZKZlZua1k0dTNJamtEWVlMME14TzRtcXN5WWpsQmFsVFZZeEZQMnNKQks1emxLT0IKdXpDQnVEQWZCZ05WSFNNRUdEQVdnQlFpWlF6V1dwMDBpZk9EdEpWU3YxQWJPU2NHckRCU0JnTlZIUjhFU3pCSgpNRWVnUmFCRGhrRm9kSFJ3Y3pvdkwyTmxjblJwWm1sallYUmxjeTUwY25WemRHVmtjMlZ5ZG1salpYTXVhVzUwClpXd3VZMjl0TDBsdWRHVnNVMGRZVW05dmRFTkJMbU55YkRBZEJnTlZIUTRFRmdRVUltVU0xbHFkTkluemc3U1YKVXI5UUd6a25CcXd3RGdZRFZSMFBBUUgvQkFRREFnRUdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUV3Q2dZSQpLb1pJemowRUF3SURTQUF3UlFJZ1FRcy8wOHJ5Y2RQYXVDRms4VVBRWENNQWxzbG9CZTdOd2FRR1RjZHBhMEVDCklRQ1V0OFNHdnhLbWpwY00vejBXUDlEdm84aDJrNWR1MWlXRGRCa0FuKzBpaUE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCgAwDQYJKoZIhvcNAQELBQADggEBAGaVMF5u\u002BYS4t3WlQZLYhNp\u002BcrWjeKgTfnk6KnsSLnhZDdB/dbzz3904aIHghfWKYxvPWBU7wYRFkNMLs36G6e\u002BRGnnczwY8iC6byiG\u002BmBkQOmJbKPTIRx0QXYgQeuLZQG6/Yeke/w6DVxDwY0CE9tTjAGmm22gEVSnF6E2RzKMzABgHQwmdiDTL3s4BcC2dZ3mhMlUbvMz5e6HtvCq8Htw3U2T2k682ZL6\u002BNBGFBPCVAKmnrfR\u002B\u002BDj\u002BkiEP9/5/If/kL1h4moeRWvKlyfjK8twfQ88hCL0J5Of/mSZDp5StnHy3knCUogkJQzSGOprR5GZxnDCbqTO5GEyazadWMfs=" + ], + "kid": "rPtBGRWTlPmzs5u35L0QRD9WdymeKPRxteTeTlwN0Ec=", + "kty": "RSA" + } + ] + } + }, + { + "RequestUri": "https://cslarryoattestationaad.wus.attest.azure.net/attest/Tpm?api-version=2020-10-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "51", + "Content-Type": "application/json", + "traceparent": "00-53178c822771be44b5e3531f4b52058c-24870b487d95be46-00", + "User-Agent": "azsdk-net-Security.Attestation/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "98cd0334ec1a8bc6363152b1d2d14550", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "data": "eyJwYXlsb2FkIjp7InR5cGUiOiJhaWtjZXJ0In19" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 05 May 2021 04:12:33 GMT", + "Server": "Kestrel", + "Transfer-Encoding": "chunked", + "x-ms-maa-service-version": "1.10.01570.0002", + "x-ms-request-id": "NF5jHY3R/EebcaZw" + }, + "ResponseBody": { + "data": "eyJwYXlsb2FkIjp7ImNoYWxsZW5nZSI6IjQzRExLSkViOEdENGZFbzRVVlZYb2ciLCJzZXJ2aWNlX2NvbnRleHQiOiJleUpRY205MFpXTjBhVzl1UzJWNVRtRnRaU0k2SWpVMVFrRXlSRGd5UlRFM05UUXdSVFF4TlRReE9EZ3lOVFpHUVVOQ1EwRTBSVGt5TmpoR01FSTNNekV3TmtJM01UWXdOVE5FUkRSQ05qWTFNa00xTlRJaUxDSlFjbTkwWldOMFpXUkRiMjUwWlhoMElqb2lTSGhNZWs5cFQxSnpTVEo2VjFCNVFVTnhaV3RGTlY5dFRUWTRWSE5yV0VOd1dETm9OVzlCYW05aFZqUllTMW8wVUdveFNsSmpiak0yYVhaWmRuVnJNMDUyZERVeE9WUnJiSE4wUlZGZldtMUpVQzFDWWxoMlNqbGphRFowZWsxdmEzQmpUbmREWjNSRWIzTm9hblZvTkdKbk5qSkpSemRDYUZreFpXNTViVE00T0c5SFNqbG1aMDlWUjBKeVFXeGtabk5hVTFBeE1GTklUVmsxV1hwS1VuTjNlVlZEY1dsb2FrVmpJbjAifX0" + } + } + ], + "Variables": { + "ATTESTATION_AAD_URL": "https://cslarryoattestationaad.wus.attest.azure.net", + "RandomSeed": "942127215" + } +} \ No newline at end of file diff --git a/sdk/batch/Microsoft.Azure.Batch/tests/IntegrationTests/Microsoft.Azure.Batch.Integration.Tests.csproj b/sdk/batch/Microsoft.Azure.Batch/tests/IntegrationTests/Microsoft.Azure.Batch.Integration.Tests.csproj index a2fa27500628..04bc2b4a1651 100644 --- a/sdk/batch/Microsoft.Azure.Batch/tests/IntegrationTests/Microsoft.Azure.Batch.Integration.Tests.csproj +++ b/sdk/batch/Microsoft.Azure.Batch/tests/IntegrationTests/Microsoft.Azure.Batch.Integration.Tests.csproj @@ -8,7 +8,7 @@ Microsoft Azure Batch Integration Tests - + FullNetFx bin\$(Configuration)\ @@ -28,11 +28,6 @@ - @@ -58,13 +53,11 @@ - - + + - - - + diff --git a/sdk/batch/Microsoft.Azure.Batch/tests/UnitTests/Microsoft.Azure.Batch.Unit.Tests.csproj b/sdk/batch/Microsoft.Azure.Batch/tests/UnitTests/Microsoft.Azure.Batch.Unit.Tests.csproj index aa62016b828d..6e5e46f53dbb 100644 --- a/sdk/batch/Microsoft.Azure.Batch/tests/UnitTests/Microsoft.Azure.Batch.Unit.Tests.csproj +++ b/sdk/batch/Microsoft.Azure.Batch/tests/UnitTests/Microsoft.Azure.Batch.Unit.Tests.csproj @@ -49,7 +49,6 @@ - diff --git a/sdk/communication/Azure.Communication.Chat/CHANGELOG.md b/sdk/communication/Azure.Communication.Chat/CHANGELOG.md index 00d646d08195..59a3d13a950d 100644 --- a/sdk/communication/Azure.Communication.Chat/CHANGELOG.md +++ b/sdk/communication/Azure.Communication.Chat/CHANGELOG.md @@ -1,7 +1,10 @@ # Release History -## 1.1.0-beta.1 (Unreleased) +## 1.0.1 (2021-05-11) +### Bug Fixes +- Changed DateTime.MinValue to DateTimeOffset.MinValue in sample code +- Fixed the bug where Message type is defaulting to text ## 1.0.0 (2021-03-29) diff --git a/sdk/communication/Azure.Communication.Chat/README.md b/sdk/communication/Azure.Communication.Chat/README.md index ead5790d732a..54992400c734 100644 --- a/sdk/communication/Azure.Communication.Chat/README.md +++ b/sdk/communication/Azure.Communication.Chat/README.md @@ -11,7 +11,7 @@ This package contains a C# SDK for Azure Communication Services for chat. Install the Azure Communication Chat client library for .NET with [NuGet][nuget]: ```PowerShell -dotnet add package Azure.Communication.Chat --version 1.0.0 +dotnet add package Azure.Communication.Chat --version 1.0.1 ``` ### Prerequisites diff --git a/sdk/communication/Azure.Communication.Chat/src/Azure.Communication.Chat.csproj b/sdk/communication/Azure.Communication.Chat/src/Azure.Communication.Chat.csproj index c3bf2850637d..8ecc384afe05 100644 --- a/sdk/communication/Azure.Communication.Chat/src/Azure.Communication.Chat.csproj +++ b/sdk/communication/Azure.Communication.Chat/src/Azure.Communication.Chat.csproj @@ -7,14 +7,14 @@ Microsoft Azure Communication Chat quickstart - https://docs.microsoft.com/azure/communication-services/quickstarts/chat/get-started?pivots=programming-language-csharp Azure Communication Chat Service - 1.1.0-beta.1 + 1.0.1 1.0.0 Microsoft Azure Communication Chat Service;Microsoft;Azure;Azure Communication Service;Azure Communication Chat Service;Chat;Communication;$(PackageCommonTags) $(RequiredTargetFrameworks) - false + @@ -31,9 +31,7 @@ - + - - diff --git a/sdk/communication/Azure.Communication.Chat/tests/Infrastructure/ChatRecordedTestSanitizer.cs b/sdk/communication/Azure.Communication.Chat/tests/Infrastructure/ChatRecordedTestSanitizer.cs index fcf4a1e30fbe..7d17ccbb0fc0 100644 --- a/sdk/communication/Azure.Communication.Chat/tests/Infrastructure/ChatRecordedTestSanitizer.cs +++ b/sdk/communication/Azure.Communication.Chat/tests/Infrastructure/ChatRecordedTestSanitizer.cs @@ -13,7 +13,7 @@ public class ChatRecordedTestSanitizer : CommunicationRecordedTestSanitizer public const string SanitizedUnsignedUserTokenValue = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"; public ChatRecordedTestSanitizer() : base() - => JsonPathSanitizers.Add("$..token"); + => AddJsonPathSanitizer("$..token"); protected override void SanitizeAuthenticationHeader(IDictionary headers) { diff --git a/sdk/communication/Azure.Communication.Common/src/Azure.Communication.Common.csproj b/sdk/communication/Azure.Communication.Common/src/Azure.Communication.Common.csproj index 9ea2a98d2bd1..bf968c0fc6a2 100644 --- a/sdk/communication/Azure.Communication.Common/src/Azure.Communication.Common.csproj +++ b/sdk/communication/Azure.Communication.Common/src/Azure.Communication.Common.csproj @@ -11,9 +11,9 @@ Microsoft Azure Communication Service;Microsoft;Azure;Azure Communication Service;Communication;$(PackageCommonTags) $(RequiredTargetFrameworks) Azure.Communication - false + @@ -21,5 +21,4 @@ - diff --git a/sdk/communication/Azure.Communication.Identity/src/Azure.Communication.Identity.csproj b/sdk/communication/Azure.Communication.Identity/src/Azure.Communication.Identity.csproj index 9e57b24ed568..c8d525603e58 100644 --- a/sdk/communication/Azure.Communication.Identity/src/Azure.Communication.Identity.csproj +++ b/sdk/communication/Azure.Communication.Identity/src/Azure.Communication.Identity.csproj @@ -11,10 +11,10 @@ 1.0.0 Microsoft Azure Communication Identity Service;Microsoft;Azure;Azure Communication Service;Azure Communication Identity Service;Identity;Communication;$(PackageCommonTags) $(RequiredTargetFrameworks) - false + @@ -35,9 +35,7 @@ - + - - diff --git a/sdk/communication/Azure.Communication.Identity/tests/Infrastructure/CommunicationIdentityClientRecordedTestSanitizer.cs b/sdk/communication/Azure.Communication.Identity/tests/Infrastructure/CommunicationIdentityClientRecordedTestSanitizer.cs index 90db146bacc4..87f1e5625527 100644 --- a/sdk/communication/Azure.Communication.Identity/tests/Infrastructure/CommunicationIdentityClientRecordedTestSanitizer.cs +++ b/sdk/communication/Azure.Communication.Identity/tests/Infrastructure/CommunicationIdentityClientRecordedTestSanitizer.cs @@ -6,6 +6,6 @@ namespace Azure.Communication.Pipeline public class CommunicationIdentityClientRecordedTestSanitizer : CommunicationRecordedTestSanitizer { public CommunicationIdentityClientRecordedTestSanitizer() - => JsonPathSanitizers.Add("$..token"); + => AddJsonPathSanitizer("$..token"); } } diff --git a/sdk/communication/Azure.Communication.PhoneNumbers/src/Azure.Communication.PhoneNumbers.csproj b/sdk/communication/Azure.Communication.PhoneNumbers/src/Azure.Communication.PhoneNumbers.csproj index c40f17f81d84..4ba95f7869c1 100644 --- a/sdk/communication/Azure.Communication.PhoneNumbers/src/Azure.Communication.PhoneNumbers.csproj +++ b/sdk/communication/Azure.Communication.PhoneNumbers/src/Azure.Communication.PhoneNumbers.csproj @@ -10,10 +10,10 @@ 1.0.0 Microsoft Azure Communication Phone Numbers Service;Microsoft;Azure;Azure Communication Service;Azure Communication Phone Numbers Service;Phone Numbers;Communication;$(PackageCommonTags) $(RequiredTargetFrameworks) - false + @@ -36,6 +36,4 @@ - - diff --git a/sdk/communication/Azure.Communication.Sms/src/Azure.Communication.Sms.csproj b/sdk/communication/Azure.Communication.Sms/src/Azure.Communication.Sms.csproj index 6b42ed18deb8..3edb39f3c272 100644 --- a/sdk/communication/Azure.Communication.Sms/src/Azure.Communication.Sms.csproj +++ b/sdk/communication/Azure.Communication.Sms/src/Azure.Communication.Sms.csproj @@ -11,10 +11,10 @@ 1.0.0 Microsoft Azure Communication Sms Service;Microsoft;Azure;Azure Communication Service;Azure Communication Sms Service;Sms;Communication;$(PackageCommonTags) $(RequiredTargetFrameworks) - false + @@ -33,6 +33,4 @@ - - diff --git a/sdk/communication/Azure.Communication.Sms/tests/SmsClientRecordedTestSanitizer.cs b/sdk/communication/Azure.Communication.Sms/tests/SmsClientRecordedTestSanitizer.cs index 55ccd33f6d0f..ca1d97465d2d 100644 --- a/sdk/communication/Azure.Communication.Sms/tests/SmsClientRecordedTestSanitizer.cs +++ b/sdk/communication/Azure.Communication.Sms/tests/SmsClientRecordedTestSanitizer.cs @@ -9,10 +9,10 @@ public class SmsClientRecordedTestSanitizer : CommunicationRecordedTestSanitizer { public SmsClientRecordedTestSanitizer() { - JsonPathSanitizers.Add("$..from"); - JsonPathSanitizers.Add("$..to"); - JsonPathSanitizers.Add("$..repeatabilityRequestId"); - JsonPathSanitizers.Add("$..repeatabilityFirstSent"); + AddJsonPathSanitizer("$..from"); + AddJsonPathSanitizer("$..to"); + AddJsonPathSanitizer("$..repeatabilityRequestId"); + AddJsonPathSanitizer("$..repeatabilityFirstSent"); } public override string SanitizeVariable(string variableName, string environmentVariableValue) diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/Infrastructure/CommunicationManagementRecordedTestSanitizer.cs b/sdk/communication/Azure.ResourceManager.Communication/tests/Infrastructure/CommunicationManagementRecordedTestSanitizer.cs index 77a35f0e2a30..b5f015e00cd8 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/Infrastructure/CommunicationManagementRecordedTestSanitizer.cs +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/Infrastructure/CommunicationManagementRecordedTestSanitizer.cs @@ -13,13 +13,13 @@ public class CommunicationManagementRecordedTestSanitizer : RecordedTestSanitize public CommunicationManagementRecordedTestSanitizer(): base() { // Lazy sanitize fields in the request and response bodies - JsonPathSanitizers.Add("$..token"); - JsonPathSanitizers.Add("$..identity"); - JsonPathSanitizers.Add("$..primaryKey"); - JsonPathSanitizers.Add("$..secondaryKey"); - JsonPathSanitizers.Add("$..primaryConnectionString"); - JsonPathSanitizers.Add("$..secondaryConnectionString"); - JsonPathSanitizers.Add("$..connectionString"); + AddJsonPathSanitizer("$..token"); + AddJsonPathSanitizer("$..identity"); + AddJsonPathSanitizer("$..primaryKey"); + AddJsonPathSanitizer("$..secondaryKey"); + AddJsonPathSanitizer("$..primaryConnectionString"); + AddJsonPathSanitizer("$..secondaryConnectionString"); + AddJsonPathSanitizer("$..connectionString"); } /// Fetch the value to replace with the Subscription ID. This value is not in the same format, but could easierly be change to be. diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/Azure.Storage.ConfidentialLedger.sln b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/Azure.Storage.ConfidentialLedger.sln new file mode 100644 index 000000000000..8593e892f81a --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/Azure.Storage.ConfidentialLedger.sln @@ -0,0 +1,37 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29709.97 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Storage.ConfidentialLedger", "src\Azure.Storage.ConfidentialLedger.csproj", "{E33D09D9-D809-472C-82E6-6A26BDB86FC2}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Core.TestFramework", "..\..\core\Azure.Core.TestFramework\src\Azure.Core.TestFramework.csproj", "{8052009B-2126-44A3-88CD-4F3B17894C64}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Storage.ConfidentialLedger.Tests", "tests\Azure.Storage.ConfidentialLedger.Tests.csproj", "{953B33C8-42F0-45BF-B6A4-46D80D39A9E3}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E33D09D9-D809-472C-82E6-6A26BDB86FC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E33D09D9-D809-472C-82E6-6A26BDB86FC2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E33D09D9-D809-472C-82E6-6A26BDB86FC2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E33D09D9-D809-472C-82E6-6A26BDB86FC2}.Release|Any CPU.Build.0 = Release|Any CPU + {8052009B-2126-44A3-88CD-4F3B17894C64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8052009B-2126-44A3-88CD-4F3B17894C64}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8052009B-2126-44A3-88CD-4F3B17894C64}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8052009B-2126-44A3-88CD-4F3B17894C64}.Release|Any CPU.Build.0 = Release|Any CPU + {953B33C8-42F0-45BF-B6A4-46D80D39A9E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {953B33C8-42F0-45BF-B6A4-46D80D39A9E3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {953B33C8-42F0-45BF-B6A4-46D80D39A9E3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {953B33C8-42F0-45BF-B6A4-46D80D39A9E3}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A97F4B90-2591-4689-B1F8-5F21FE6D6CAE} + EndGlobalSection +EndGlobal diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/CHANGELOG.md b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/CHANGELOG.md new file mode 100644 index 000000000000..94050999524c --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/CHANGELOG.md @@ -0,0 +1,4 @@ +# Release History + +## 1.0.0-beta.1 (2021-05-11) +- Initial package diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/Directory.Build.props b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/Directory.Build.props new file mode 100644 index 000000000000..1a9611bd4924 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/Directory.Build.props @@ -0,0 +1,6 @@ + + + + diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/README.md b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/README.md new file mode 100644 index 000000000000..6608077f53ed --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/README.md @@ -0,0 +1,344 @@ +# Azure Confidential Ledger client library for .NET + +Azure Confidential Ledger provides a service for logging to an immutable, tamper-proof ledger. As part of the [Azure Confidential Computing][azure_confidential_computing] +portfolio, Azure Confidential Ledger runs in SGX enclaves. It is built on Microsoft Research's [Confidential Consortium Framework][ccf]. + + [Source code][client_src] | [Package (NuGet)][client_nuget_package] + +## Getting started + +This section should include everything a developer needs to do to install and create their first client connection *very quickly*. + +### Install the package +Install the Confidential Ledger client library for .NET with [NuGet][client_nuget_package]: + +``` +dotnet add package Azure.Storage.ConfidentialLedger --prerelease +``` + +### Prerequisites +* An [Azure subscription][azure_sub]. +* A running instance of Azure Confidential Ledger. +* A registered user in the Confidential Ledger with `Administrator` privileges. + +### Authenticate the client + +#### Using Azure Active Directory + +This document demonstrates using [DefaultAzureCredential][default_cred_ref] to authenticate to the Confidential Ledger via Azure Active Directory. However, any of the credentials offered by the [Azure.Identity][azure_identity] will be accepted. See the [Azure.Identity][azure_identity] documentation for more information about other credentials. + +#### Using a client certificate + +As an alternative to Azure Active Directory, clients may choose to use a client certificate to authenticate via mutual TLS. + +### Create a client +`DefaultAzureCredential` will automatically handle most Azure SDK client scenarios. To get started, set environment variables for the AAD identity registered with your Confidential Ledger. +```bash +export AZURE_CLIENT_ID="generated app id" +export AZURE_CLIENT_SECRET="random password" +export AZURE_TENANT_ID="tenant id" +``` +Then, `DefaultAzureCredential` will be able to authenticate the `ConfidentialLedgerClient`. + +Constructing the client also requires your Confidential Ledger's URL and id, which you can get from the Azure CLI or the Azure Portal. When you have retrieved those values, please replace instances of `"my-ledger-id"` and `"https://my-ledger-url.confidential-ledger.azure.com"` in the examples below + +Because Confidential Ledgers use self-signed certificates securely generated and stored in an SGX enclave, the certificate for each Confidential Ledger must first be retrieved from the Confidential Ledger Identity Service. + +```C# Snippet:GetIdentity +Uri identityServiceUri = ""; +var identityClient = new ConfidentialLedgerIdentityServiceClient(identityServiceUri, new Identity.DefaultAzureCredential()); + +// Get the ledger's TLS certificate for our ledger. +string ledgerId = ""; // ex. "my-ledger" from "https://my-ledger.eastus.cloudapp.azure.com" +Response response = identityClient.GetLedgerIdentity(ledgerId); + +// extract the ECC PEM value from the response. +var eccPem = JsonDocument.Parse(response.Content) + .RootElement + .GetProperty("ledgerTlsCertificate") + .GetString(); + +// construct an X509Certificate2 with the ECC PEM value. +X509Certificate2 ledgerTlsCert = new X509Certificate2(Encoding.UTF8.GetBytes(eccPem)); +``` + +Now we can construct the `ConfidentialLedgerClient` with a transport configuration that trusts the `ledgerTlsCert`. + +```C# Snippet:CreateClient +// Create a certificate chain rooted with our TLS cert. +X509Chain certificateChain = new(); +certificateChain.ChainPolicy.RevocationMode = X509RevocationMode.NoCheck; +certificateChain.ChainPolicy.RevocationFlag = X509RevocationFlag.ExcludeRoot; +certificateChain.ChainPolicy.VerificationFlags = X509VerificationFlags.AllowUnknownCertificateAuthority; +certificateChain.ChainPolicy.VerificationTime = DateTime.Now; +certificateChain.ChainPolicy.UrlRetrievalTimeout = new TimeSpan(0, 0, 0); +certificateChain.ChainPolicy.ExtraStore.Add(ledgerTlsCert); + +// Define a validation function to ensure that the ledger certificate is trusted by the ledger identity TLS certificate. +bool CertValidationCheck(HttpRequestMessage httpRequestMessage, X509Certificate2 cert, X509Chain x509Chain, SslPolicyErrors sslPolicyErrors) +{ + bool isChainValid = certificateChain.Build(cert); + if (!isChainValid) return false; + + var isCertSignedByTheTlsCert = certificateChain.ChainElements.Cast() + .Any(x => x.Certificate.Thumbprint == ledgerTlsCert.Thumbprint); + return isCertSignedByTheTlsCert; +} + +// Create an HttpClientHandler to use our certValidationCheck function. +var httpHandler = new HttpClientHandler(); +httpHandler.ServerCertificateCustomValidationCallback = CertValidationCheck; + +// Create the ledger client using a transport that uses our custom ServerCertificateCustomValidationCallback. +var options = new ConfidentialLedgerClientOptions { Transport = new HttpClientTransport(httpHandler) }; +var ledgerClient = new ConfidentialLedgerClient(TestEnvironment.ConfidentialLedgerUrl, new DefaultAzureCredential(), options); +``` + +## Key concepts +### Ledger entries +Every write to Confidential Ledger generates an immutable ledger entry in the service. Writes are uniquely identified by transaction ids that increment with each write. + +```C# Snippet:AppendToLedger +Response postResponse = ledgerClient.PostLedgerEntry( + RequestContent.Create( + new { contents = "Hello world!" })); + +postResponse.Headers.TryGetValue(ConfidentialLedgerConstants.TransactionIdHeaderName, out string transactionId); +Console.WriteLine($"Appended transaction with Id: {transactionId}"); +``` + +Since Confidential Ledger is a distributed system, rare transient failures may cause writes to be lost. For entries that must be preserved, it is advisable to verify that the write became durable. Note: It may be necessary to call `GetTransactionStatus` multiple times until it returns a "Committed" status. + +```C# Snippet:GetStatus +Response statusResponse = ledgerClient.GetTransactionStatus(transactionId); + +string status = JsonDocument.Parse(statusResponse.Content) + .RootElement + .GetProperty("state") + .GetString(); + +Console.WriteLine($"Transaction status: {status}"); +``` + +#### Receipts +State changes to the Confidential Ledger are saved in a data structure called a Merkle tree. To cryptographically verify that writes were correctly saved, a Merkle proof, or receipt, can be retrieved for any transaction id. + +```C# Snippet:GetReceipt +Response receiptResponse = ledgerClient.GetReceipt(transactionId); +string receiptJson = new StreamReader(receiptResponse.ContentStream).ReadToEnd(); + +Console.WriteLine(receiptJson); +``` + +#### Sub-ledgers +While most use cases will involve one ledger, we provide the sub-ledger feature in case different logical groups of data need to be stored in the same Confidential Ledger. + +```C# Snippet:SubLedger +ledgerClient.PostLedgerEntry( + RequestContent.Create( + new { contents = "Hello from Chris!", subLedgerId = "Chris' messages" })); + +ledgerClient.PostLedgerEntry( + RequestContent.Create( + new { contents = "Hello from Allison!", subLedgerId = "Allison's messages" })); +``` + +When no sub-ledger id is specified on method calls, the Confidential Ledger service will assume a constant, service-determined sub-ledger id. + +```C# Snippet:NoSubLedgerId +Response postResponse = ledgerClient.PostLedgerEntry( + RequestContent.Create( + new { contents = "Hello world!" })); +postResponse.Headers.TryGetValue(ConfidentialLedgerConstants.Headers.TransactionId, out string transactionId); +string subLedgerId = JsonDocument.Parse(statusResponse.Content) + .RootElement + .GetProperty("subLedgerId") + .GetString(); + +// Provide both the transactionId and subLedgerId. +Response getBySubledgerResponse = ledgerClient.GetLedgerEntry(transactionId, subLedgerId); + +string contents = JsonDocument.Parse(getBySubledgerResponse.Content) + .RootElement + .GetProperty("contents") + .GetString(); + +Console.WriteLine(contents); // "Hello world!" + +// Now just provide the transactionId. +getBySubledgerResponse = ledgerClient.GetLedgerEntry(transactionId); + +string subLedgerId2 = JsonDocument.Parse(getBySubledgerResponse.Content) + .RootElement + .GetProperty("subLedgerId") + .GetString(); + +Console.WriteLine($"{subLedgerId} == {subLedgerId2}"); +``` + +Ledger entries are retrieved from sub-ledgers. When a transaction id is specified, the returned value is the value contained in the specified sub-ledger at the point in time identified by the transaction id. If no transaction id is specified, the latest available value is returned. + +```C# Snippet:GetEnteryWithNoTransactionId +Response firstPostResponse = ledgerClient.PostLedgerEntry( + RequestContent.Create(new { contents = "Hello world 0" })); +ledgerClient.PostLedgerEntry( + RequestContent.Create(new { contents = "Hello world 1" })); +Response subLedgerPostResponse = ledgerClient.PostLedgerEntry( + RequestContent.Create(new { contents = "Hello world sub-ledger 0" }), + "my sub-ledger"); +ledgerClient.PostLedgerEntry( + RequestContent.Create(new { contents = "Hello world sub-ledger 1" }), + "my sub-ledger"); + +firstPostResponse.Headers.TryGetValue(ConfidentialLedgerConstants.Headers.TransactionId, out string transactionId); + +// The ledger entry written at the transactionId in firstResponse is retrieved from the default sub-ledger. +Response getResponse = ledgerClient.GetLedgerEntry(transactionId); +string firstEntryContents = JsonDocument.Parse(getResponse.Content) + .RootElement + .GetProperty("contents") + .GetString(); + +Console.WriteLine(firstEntryContents); // "Hello world 0" + +// This will return the latest entry available in the default sub-ledger. +getResponse = ledgerClient.GetCurrentLedgerEntry(); +string latestDefaultSubLedger = JsonDocument.Parse(getResponse.Content) + .RootElement + .GetProperty("contents") + .GetString(); + +Console.WriteLine($"The latest ledger entry from the default sub-ledger is {latestDefaultSubLedger}"); //"Hello world 1" + +// The ledger entry written at subLedgerTransactionId is retrieved from the sub-ledger 'sub-ledger'. +subLedgerPostResponse.Headers.TryGetValue(ConfidentialLedgerConstants.TransactionIdHeaderName, out string subLedgerTransactionId); +getResponse = ledgerClient.GetLedgerEntry(subLedgerTransactionId, "my sub-ledger"); +string subLedgerEntry = JsonDocument.Parse(getResponse.Content) + .RootElement + .GetProperty("contents") + .GetString(); + +Console.WriteLine(subLedgerEntry); // "Hello world sub-ledger 0" + +// This will return the latest entry available in the sub-ledger. +getResponse = ledgerClient.GetCurrentLedgerEntry("my sub-ledger"); +string latestSubLedger = JsonDocument.Parse(getResponse.Content) + .RootElement + .GetProperty("contents") + .GetString(); + +Console.WriteLine($"The latest ledger entry from the sub-ledger is {latestSubLedger}"); // "Hello world sub-ledger 1" +``` + +##### Ranged queries +Ledger entries in a sub-ledger may be retrieved over a range of transaction ids. + +```C# Snippet:RangedQuery +ledgerClient.GetLedgerEntries(fromTransactionId: "2.1", toTransactionId: "4.5"); +``` + +### User management +Users are managed directly with the Confidential Ledger instead of through Azure. New users may be AAD-based or certificate-based. + +```C# Snippet:NewUser +string newUserAadObjectId = ""; +ledgerClient.CreateOrUpdateUser( + newUserAadObjectId, + RequestContent.Create(new { assignedRole = "Reader" })); +``` + + +### Confidential consortium and enclave verifications +One may want to validate details about the Confidential Ledger for a variety of reasons. For example, you may want to view details about how Microsoft may manage your Confidential Ledger as part of [Confidential Consortium Framework governance](https://microsoft.github.io/CCF/main/governance/index.html), or verify that your Confidential Ledger is indeed running in SGX enclaves. A number of client methods are provided for these use cases. + +```C# Snippet:Consortium +Response consortiumResponse = ledgerClient.GetConsortiumMembers(); +string membersJson = new StreamReader(consortiumResponse.ContentStream).ReadToEnd(); + +// Consortium members can manage and alter the Confidential Ledger, such as by replacing unhealthy nodes. +Console.WriteLine(membersJson); + +// The constitution is a collection of JavaScript code that defines actions available to members, +// and vets proposals by members to execute those actions. +Response constitutionResponse = ledgerClient.GetConstitution(); +string constitutionJson = new StreamReader(constitutionResponse.ContentStream).ReadToEnd(); + +Console.WriteLine(constitutionJson); + +// Enclave quotes contain material that can be used to cryptographically verify the validity and contents of an enclave. +Response enclavesResponse = ledgerClient.GetEnclaveQuotes(); +string enclavesJson = new StreamReader(enclavesResponse.ContentStream).ReadToEnd(); + +Console.WriteLine(enclavesJson); +``` + +[Microsoft Azure Attestation Service](https://azure.microsoft.com/services/azure-attestation/) is one provider of SGX enclave quotes. + + +### Thread safety + +We guarantee that all client instance methods are thread-safe and independent of each other ([guideline](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-service-methods-thread-safety)). This ensures that the recommendation of reusing client instances is always safe, even across threads. + +### Additional concepts + + +[Client options](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/core/Azure.Core/README.md#configuring-service-clients-using-clientoptions) | +[Accessing the response](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset) | +[Long-running operations](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/core/Azure.Core/README.md#consuming-long-running-operations-using-operationt) | +[Handling failures](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/core/Azure.Core/README.md#reporting-errors-requestfailedexception) | +[Diagnostics](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/core/Azure.Core/samples/Diagnostics.md) | +[Mocking](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/core/Azure.Core/README.md#mocking) | +[Client lifetime](https://devblogs.microsoft.com/azure-sdk/lifetime-management-and-thread-safety-guarantees-of-azure-sdk-net-clients/) + + +## Examples + +Coming Soon... + +## Troubleshooting + +Response values returned from Confidential Ledger client methods are `Response` objects, which contain information about the http response such as the http `Status` property and a `Headers` object containing more information about the failure. + +### Setting up console logging + +The simplest way to see the logs is to enable the console logging. +To create an Azure SDK log listener that outputs messages to console use AzureEventSourceListener.CreateConsoleLogger method. + +```C# +// Setup a listener to monitor logged events. +using AzureEventSourceListener listener = AzureEventSourceListener.CreateConsoleLogger(); +``` + +To learn more about other logging mechanisms see [here][logging]. + + +## Next steps + +For more extensive documentation on Azure Confidential Ledger, see the API [reference documentation](https://azure.github.io/azure-sdk-for-net/). +You may also read more about Microsoft Research's open-source Confidential [Consortium Framework][ccf]. + +## Contributing + +This project welcomes contributions and suggestions. Most contributions require +you to agree to a Contributor License Agreement (CLA) declaring that you have +the right to, and actually do, grant us the rights to use your contribution. For +details, visit [cla.microsoft.com][cla]. + +This project has adopted the [Microsoft Open Source Code of Conduct][coc]. +For more information see the [Code of Conduct FAQ][coc_faq] or contact +[opencode@microsoft.com][coc_contact] with any additional questions or comments. + + +[style-guide-msft]: https://docs.microsoft.com/style-guide/capitalization +[style-guide-cloud]: https://aka.ms/azsdk/cloud-style-guide +[client_src]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/confidentialledger +[client_nuget_package]: https://www.nuget.org/packages?q=Azure.Data.ConfidentialLedger +[azure_cli]: https://docs.microsoft.com/cli/azure +[azure_cloud_shell]: https://shell.azure.com/bash +[azure_confidential_computing]: https://azure.microsoft.com/solutions/confidential-compute +[azure_sub]: https://azure.microsoft.com/free +[ccf]: https://github.com/Microsoft/CCF +[azure_identity]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/identity/Azure.Identity +[code_of_conduct]: https://opensource.microsoft.com/codeofconduct +[code_of_conduct_faq]: https://opensource.microsoft.com/codeofconduct/faq +![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-net%2Fsdk%2Fconfidentialledger%2FAzure.Template%2FREADME.png) diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/api/Azure.Storage.ConfidentialLedger.netstandard2.0.cs b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/api/Azure.Storage.ConfidentialLedger.netstandard2.0.cs new file mode 100644 index 000000000000..1d08dbaaaf9d --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/api/Azure.Storage.ConfidentialLedger.netstandard2.0.cs @@ -0,0 +1,53 @@ +namespace Azure.Storage.ConfidentialLedger +{ + public partial class ConfidentialLedgerClient + { + protected ConfidentialLedgerClient() { } + public ConfidentialLedgerClient(System.Uri ledgerUri, Azure.Core.TokenCredential credential, Azure.Storage.ConfidentialLedger.ConfidentialLedgerClientOptions options = null) { } + public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } + public virtual Azure.Response CreateOrUpdateUser(string userId, Azure.Core.RequestContent requestBody, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task CreateOrUpdateUserAsync(string userId, Azure.Core.RequestContent requestBody, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response DeleteUser(string userId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteUserAsync(string userId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetConsortiumMembers(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task GetConsortiumMembersAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetConstitution(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task GetConstitutionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetCurrentLedgerEntry(string subLedgerId = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task GetCurrentLedgerEntryAsync(string subLedgerId = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetEnclaveQuotes(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task GetEnclaveQuotesAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetLedgerEntries(string subLedgerId = null, string fromTransactionId = null, string toTransactionId = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task GetLedgerEntriesAsync(string subLedgerId = null, string fromTransactionId = null, string toTransactionId = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetLedgerEntry(string transactionId, string subLedgerId = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task GetLedgerEntryAsync(string transactionId, string subLedgerId = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetReceipt(string transactionId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task GetReceiptAsync(string transactionId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetTransactionStatus(string transactionId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task GetTransactionStatusAsync(string transactionId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetUser(string userId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task GetUserAsync(string userId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response PostLedgerEntry(Azure.Core.RequestContent requestBody, string subLedgerId = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task PostLedgerEntryAsync(Azure.Core.RequestContent requestBody, string subLedgerId = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class ConfidentialLedgerClientOptions : Azure.Core.ClientOptions + { + public ConfidentialLedgerClientOptions(Azure.Storage.ConfidentialLedger.ConfidentialLedgerClientOptions.ServiceVersion version = Azure.Storage.ConfidentialLedger.ConfidentialLedgerClientOptions.ServiceVersion.V0_1_preview) { } + public enum ServiceVersion + { + V0_1_preview = 1, + } + } + public static partial class ConfidentialLedgerConstants + { + public const string TransactionIdHeaderName = "x-ms-ccf-transaction-id"; + } + public partial class ConfidentialLedgerIdentityServiceClient + { + protected ConfidentialLedgerIdentityServiceClient() { } + public ConfidentialLedgerIdentityServiceClient(System.Uri identityServiceUri, Azure.Core.TokenCredential credential, Azure.Storage.ConfidentialLedger.ConfidentialLedgerClientOptions options = null) { } + public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } + public virtual Azure.Response GetLedgerIdentity(string ledgerId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task GetLedgerIdentityAsync(string ledgerId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } +} diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/src/Azure.Storage.ConfidentialLedger.csproj b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/src/Azure.Storage.ConfidentialLedger.csproj new file mode 100644 index 000000000000..5ecadd5740a9 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/src/Azure.Storage.ConfidentialLedger.csproj @@ -0,0 +1,35 @@ + + + Client SDK for the Azure Confidential Ledger service + Azure Confidential Ledger + 1.0.0-beta.1 + Azure ConfidentialLedger + $(RequiredTargetFrameworks) + + + + $(RestoreSources) + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/src/ConfidentialLedgerConstants.cs b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/src/ConfidentialLedgerConstants.cs new file mode 100644 index 000000000000..b4cacb58d19d --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/src/ConfidentialLedgerConstants.cs @@ -0,0 +1,16 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace Azure.Storage.ConfidentialLedger +{ + /// + /// Constant values for Confidential Ledger. + /// + public static class ConfidentialLedgerConstants + { + /// + /// The header value containing the ledger transaction Id. + /// + public const string TransactionIdHeaderName = "x-ms-ccf-transaction-id"; + } +} diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/src/Generated/ConfidentialLedgerClient.cs b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/src/Generated/ConfidentialLedgerClient.cs new file mode 100644 index 000000000000..f1a7db60be20 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/src/Generated/ConfidentialLedgerClient.cs @@ -0,0 +1,608 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; + +#pragma warning disable AZC0007 + +namespace Azure.Storage.ConfidentialLedger +{ + /// The ConfidentialLedger service client. + public partial class ConfidentialLedgerClient + { + /// The HTTP pipeline for sending and receiving REST requests and responses. + public virtual HttpPipeline Pipeline { get; } + private readonly string[] AuthorizationScopes = { "https://confidential-ledger.azure.com/.default" }; + private Uri ledgerUri; + private readonly string apiVersion; + + /// Initializes a new instance of ConfidentialLedgerClient for mocking. + protected ConfidentialLedgerClient() + { + } + + /// Initializes a new instance of ConfidentialLedgerClient. + /// The Confidential Ledger URL, for example https://contoso.confidentialledger.azure.com. + /// A credential used to authenticate to an Azure Service. + /// The options for configuring the client. + public ConfidentialLedgerClient(Uri ledgerUri, TokenCredential credential, ConfidentialLedgerClientOptions options = null) + { + if (ledgerUri == null) + { + throw new ArgumentNullException(nameof(ledgerUri)); + } + if (credential == null) + { + throw new ArgumentNullException(nameof(credential)); + } + + options ??= new ConfidentialLedgerClientOptions(); + Pipeline = HttpPipelineBuilder.Build(options, new BearerTokenAuthenticationPolicy(credential, AuthorizationScopes)); + this.ledgerUri = ledgerUri; + apiVersion = options.Version; + } + + /// The constitution is a script that assesses and applies proposals from consortium members. + /// The cancellation token to use. + public virtual async Task GetConstitutionAsync(CancellationToken cancellationToken = default) + { + Request req = CreateGetConstitutionRequest(); + return await Pipeline.SendRequestAsync(req, cancellationToken).ConfigureAwait(false); + } + + /// The constitution is a script that assesses and applies proposals from consortium members. + /// The cancellation token to use. + public virtual Response GetConstitution(CancellationToken cancellationToken = default) + { + Request req = CreateGetConstitutionRequest(); + return Pipeline.SendRequest(req, cancellationToken); + } + + /// Create Request for and operations. + private Request CreateGetConstitutionRequest() + { + var message = Pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(ledgerUri); + uri.AppendPath("/app/governance/constitution", false); + uri.AppendQuery("api-version", apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + return request; + } + + /// Consortium members can manage the Confidential Ledger. + /// The cancellation token to use. + public virtual async Task GetConsortiumMembersAsync(CancellationToken cancellationToken = default) + { + Request req = CreateGetConsortiumMembersRequest(); + return await Pipeline.SendRequestAsync(req, cancellationToken).ConfigureAwait(false); + } + + /// Consortium members can manage the Confidential Ledger. + /// The cancellation token to use. + public virtual Response GetConsortiumMembers(CancellationToken cancellationToken = default) + { + Request req = CreateGetConsortiumMembersRequest(); + return Pipeline.SendRequest(req, cancellationToken); + } + + /// Create Request for and operations. + private Request CreateGetConsortiumMembersRequest() + { + var message = Pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(ledgerUri); + uri.AppendPath("/app/governance/members", false); + uri.AppendQuery("api-version", apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + return request; + } + + /// A quote is an SGX enclave measurement that can be used to verify the validity of a node and its enclave. + /// The cancellation token to use. + public virtual async Task GetEnclaveQuotesAsync(CancellationToken cancellationToken = default) + { + Request req = CreateGetEnclaveQuotesRequest(); + return await Pipeline.SendRequestAsync(req, cancellationToken).ConfigureAwait(false); + } + + /// A quote is an SGX enclave measurement that can be used to verify the validity of a node and its enclave. + /// The cancellation token to use. + public virtual Response GetEnclaveQuotes(CancellationToken cancellationToken = default) + { + Request req = CreateGetEnclaveQuotesRequest(); + return Pipeline.SendRequest(req, cancellationToken); + } + + /// Create Request for and operations. + private Request CreateGetEnclaveQuotesRequest() + { + var message = Pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(ledgerUri); + uri.AppendPath("/app/enclaveQuotes", false); + uri.AppendQuery("api-version", apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + return request; + } + + /// A sub-ledger id may optionally be specified. Only entries in the specified (or default) sub-ledger will be returned. + /// The sub-ledger id. + /// Specify the first transaction ID in a range. + /// Specify the last transaction ID in a range. + /// The cancellation token to use. + public virtual async Task GetLedgerEntriesAsync(string subLedgerId = null, string fromTransactionId = null, string toTransactionId = null, CancellationToken cancellationToken = default) + { + Request req = CreateGetLedgerEntriesRequest(subLedgerId, fromTransactionId, toTransactionId); + return await Pipeline.SendRequestAsync(req, cancellationToken).ConfigureAwait(false); + } + + /// A sub-ledger id may optionally be specified. Only entries in the specified (or default) sub-ledger will be returned. + /// The sub-ledger id. + /// Specify the first transaction ID in a range. + /// Specify the last transaction ID in a range. + /// The cancellation token to use. + public virtual Response GetLedgerEntries(string subLedgerId = null, string fromTransactionId = null, string toTransactionId = null, CancellationToken cancellationToken = default) + { + Request req = CreateGetLedgerEntriesRequest(subLedgerId, fromTransactionId, toTransactionId); + return Pipeline.SendRequest(req, cancellationToken); + } + + /// Create Request for and operations. + /// The sub-ledger id. + /// Specify the first transaction ID in a range. + /// Specify the last transaction ID in a range. + private Request CreateGetLedgerEntriesRequest(string subLedgerId = null, string fromTransactionId = null, string toTransactionId = null) + { + var message = Pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(ledgerUri); + uri.AppendPath("/app/transactions", false); + uri.AppendQuery("api-version", apiVersion, true); + if (subLedgerId != null) + { + uri.AppendQuery("subLedgerId", subLedgerId, true); + } + if (fromTransactionId != null) + { + uri.AppendQuery("fromTransactionId", fromTransactionId, true); + } + if (toTransactionId != null) + { + uri.AppendQuery("toTransactionId", toTransactionId, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + return request; + } + + /// A sub-ledger id may optionally be specified. + /// + /// Schema for Request Body: + /// + /// + /// Name + /// Type + /// Required + /// Description + /// + /// + /// contents + /// string + /// Yes + /// Contents of the ledger entry. + /// + /// + /// subLedgerId + /// string + /// + /// Identifier for sub-ledgers. + /// + /// + /// transactionId + /// string + /// + /// A unique identifier for the state of the ledger. If returned as part of a LedgerEntry, it indicates the state from which the entry was read. + /// + /// + /// + /// The request body. + /// The sub-ledger id. + /// The cancellation token to use. + public virtual async Task PostLedgerEntryAsync(RequestContent requestBody, string subLedgerId = null, CancellationToken cancellationToken = default) + { + Request req = CreatePostLedgerEntryRequest(requestBody, subLedgerId); + return await Pipeline.SendRequestAsync(req, cancellationToken).ConfigureAwait(false); + } + + /// A sub-ledger id may optionally be specified. + /// + /// Schema for Request Body: + /// + /// + /// Name + /// Type + /// Required + /// Description + /// + /// + /// contents + /// string + /// Yes + /// Contents of the ledger entry. + /// + /// + /// subLedgerId + /// string + /// + /// Identifier for sub-ledgers. + /// + /// + /// transactionId + /// string + /// + /// A unique identifier for the state of the ledger. If returned as part of a LedgerEntry, it indicates the state from which the entry was read. + /// + /// + /// + /// The request body. + /// The sub-ledger id. + /// The cancellation token to use. + public virtual Response PostLedgerEntry(RequestContent requestBody, string subLedgerId = null, CancellationToken cancellationToken = default) + { + Request req = CreatePostLedgerEntryRequest(requestBody, subLedgerId); + return Pipeline.SendRequest(req, cancellationToken); + } + + /// Create Request for and operations. + /// The request body. + /// The sub-ledger id. + private Request CreatePostLedgerEntryRequest(RequestContent requestBody, string subLedgerId = null) + { + var message = Pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.Reset(ledgerUri); + uri.AppendPath("/app/transactions", false); + uri.AppendQuery("api-version", apiVersion, true); + if (subLedgerId != null) + { + uri.AppendQuery("subLedgerId", subLedgerId, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + request.Content = requestBody; + return request; + } + + /// To return older ledger entries, the relevant sections of the ledger must be read from disk and validated. To prevent blocking within the enclave, the response will indicate whether the entry is ready and part of the response, or if the loading is still ongoing. + /// Identifies a write transaction. + /// The sub-ledger id. + /// The cancellation token to use. + public virtual async Task GetLedgerEntryAsync(string transactionId, string subLedgerId = null, CancellationToken cancellationToken = default) + { + Request req = CreateGetLedgerEntryRequest(transactionId, subLedgerId); + return await Pipeline.SendRequestAsync(req, cancellationToken).ConfigureAwait(false); + } + + /// To return older ledger entries, the relevant sections of the ledger must be read from disk and validated. To prevent blocking within the enclave, the response will indicate whether the entry is ready and part of the response, or if the loading is still ongoing. + /// Identifies a write transaction. + /// The sub-ledger id. + /// The cancellation token to use. + public virtual Response GetLedgerEntry(string transactionId, string subLedgerId = null, CancellationToken cancellationToken = default) + { + Request req = CreateGetLedgerEntryRequest(transactionId, subLedgerId); + return Pipeline.SendRequest(req, cancellationToken); + } + + /// Create Request for and operations. + /// Identifies a write transaction. + /// The sub-ledger id. + private Request CreateGetLedgerEntryRequest(string transactionId, string subLedgerId = null) + { + var message = Pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(ledgerUri); + uri.AppendPath("/app/transactions/", false); + uri.AppendPath(transactionId, true); + uri.AppendQuery("api-version", apiVersion, true); + if (subLedgerId != null) + { + uri.AppendQuery("subLedgerId", subLedgerId, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + return request; + } + + /// Gets a receipt certifying ledger contents at a particular transaction id. + /// Identifies a write transaction. + /// The cancellation token to use. + public virtual async Task GetReceiptAsync(string transactionId, CancellationToken cancellationToken = default) + { + Request req = CreateGetReceiptRequest(transactionId); + return await Pipeline.SendRequestAsync(req, cancellationToken).ConfigureAwait(false); + } + + /// Gets a receipt certifying ledger contents at a particular transaction id. + /// Identifies a write transaction. + /// The cancellation token to use. + public virtual Response GetReceipt(string transactionId, CancellationToken cancellationToken = default) + { + Request req = CreateGetReceiptRequest(transactionId); + return Pipeline.SendRequest(req, cancellationToken); + } + + /// Create Request for and operations. + /// Identifies a write transaction. + private Request CreateGetReceiptRequest(string transactionId) + { + var message = Pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(ledgerUri); + uri.AppendPath("/app/transactions/", false); + uri.AppendPath(transactionId, true); + uri.AppendPath("/receipt", false); + uri.AppendQuery("api-version", apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + return request; + } + + /// Gets the status of an entry identified by a transaction id. + /// Identifies a write transaction. + /// The cancellation token to use. + public virtual async Task GetTransactionStatusAsync(string transactionId, CancellationToken cancellationToken = default) + { + Request req = CreateGetTransactionStatusRequest(transactionId); + return await Pipeline.SendRequestAsync(req, cancellationToken).ConfigureAwait(false); + } + + /// Gets the status of an entry identified by a transaction id. + /// Identifies a write transaction. + /// The cancellation token to use. + public virtual Response GetTransactionStatus(string transactionId, CancellationToken cancellationToken = default) + { + Request req = CreateGetTransactionStatusRequest(transactionId); + return Pipeline.SendRequest(req, cancellationToken); + } + + /// Create Request for and operations. + /// Identifies a write transaction. + private Request CreateGetTransactionStatusRequest(string transactionId) + { + var message = Pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(ledgerUri); + uri.AppendPath("/app/transactions/", false); + uri.AppendPath(transactionId, true); + uri.AppendPath("/status", false); + uri.AppendQuery("api-version", apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + return request; + } + + /// A sub-ledger id may optionally be specified. + /// The sub-ledger id. + /// The cancellation token to use. + public virtual async Task GetCurrentLedgerEntryAsync(string subLedgerId = null, CancellationToken cancellationToken = default) + { + Request req = CreateGetCurrentLedgerEntryRequest(subLedgerId); + return await Pipeline.SendRequestAsync(req, cancellationToken).ConfigureAwait(false); + } + + /// A sub-ledger id may optionally be specified. + /// The sub-ledger id. + /// The cancellation token to use. + public virtual Response GetCurrentLedgerEntry(string subLedgerId = null, CancellationToken cancellationToken = default) + { + Request req = CreateGetCurrentLedgerEntryRequest(subLedgerId); + return Pipeline.SendRequest(req, cancellationToken); + } + + /// Create Request for and operations. + /// The sub-ledger id. + private Request CreateGetCurrentLedgerEntryRequest(string subLedgerId = null) + { + var message = Pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(ledgerUri); + uri.AppendPath("/app/transactions/current", false); + uri.AppendQuery("api-version", apiVersion, true); + if (subLedgerId != null) + { + uri.AppendQuery("subLedgerId", subLedgerId, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + return request; + } + + /// Deletes a user from the Confidential Ledger. + /// The user id, either an AAD object ID or certificate fingerprint. + /// The cancellation token to use. + public virtual async Task DeleteUserAsync(string userId, CancellationToken cancellationToken = default) + { + Request req = CreateDeleteUserRequest(userId); + return await Pipeline.SendRequestAsync(req, cancellationToken).ConfigureAwait(false); + } + + /// Deletes a user from the Confidential Ledger. + /// The user id, either an AAD object ID or certificate fingerprint. + /// The cancellation token to use. + public virtual Response DeleteUser(string userId, CancellationToken cancellationToken = default) + { + Request req = CreateDeleteUserRequest(userId); + return Pipeline.SendRequest(req, cancellationToken); + } + + /// Create Request for and operations. + /// The user id, either an AAD object ID or certificate fingerprint. + private Request CreateDeleteUserRequest(string userId) + { + var message = Pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Delete; + var uri = new RawRequestUriBuilder(); + uri.Reset(ledgerUri); + uri.AppendPath("/app/users/", false); + uri.AppendPath(userId, true); + uri.AppendQuery("api-version", apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + return request; + } + + /// Gets a user. + /// The user id, either an AAD object ID or certificate fingerprint. + /// The cancellation token to use. + public virtual async Task GetUserAsync(string userId, CancellationToken cancellationToken = default) + { + Request req = CreateGetUserRequest(userId); + return await Pipeline.SendRequestAsync(req, cancellationToken).ConfigureAwait(false); + } + + /// Gets a user. + /// The user id, either an AAD object ID or certificate fingerprint. + /// The cancellation token to use. + public virtual Response GetUser(string userId, CancellationToken cancellationToken = default) + { + Request req = CreateGetUserRequest(userId); + return Pipeline.SendRequest(req, cancellationToken); + } + + /// Create Request for and operations. + /// The user id, either an AAD object ID or certificate fingerprint. + private Request CreateGetUserRequest(string userId) + { + var message = Pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(ledgerUri); + uri.AppendPath("/app/users/", false); + uri.AppendPath(userId, true); + uri.AppendQuery("api-version", apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + return request; + } + + /// A JSON merge patch is applied for existing users. + /// + /// Schema for Request Body: + /// + /// + /// Name + /// Type + /// Required + /// Description + /// + /// + /// assignedRole + /// "Administrator" | "Contributor" | "Reader" + /// Yes + /// Represents an assignable role. + /// + /// + /// userId + /// string + /// + /// Identifier for the user. This must either be an AAD object id or a certificate fingerprint. + /// + /// + /// + /// The user id, either an AAD object ID or certificate fingerprint. + /// The request body. + /// The cancellation token to use. + public virtual async Task CreateOrUpdateUserAsync(string userId, RequestContent requestBody, CancellationToken cancellationToken = default) + { + Request req = CreateCreateOrUpdateUserRequest(userId, requestBody); + return await Pipeline.SendRequestAsync(req, cancellationToken).ConfigureAwait(false); + } + + /// A JSON merge patch is applied for existing users. + /// + /// Schema for Request Body: + /// + /// + /// Name + /// Type + /// Required + /// Description + /// + /// + /// assignedRole + /// "Administrator" | "Contributor" | "Reader" + /// Yes + /// Represents an assignable role. + /// + /// + /// userId + /// string + /// + /// Identifier for the user. This must either be an AAD object id or a certificate fingerprint. + /// + /// + /// + /// The user id, either an AAD object ID or certificate fingerprint. + /// The request body. + /// The cancellation token to use. + public virtual Response CreateOrUpdateUser(string userId, RequestContent requestBody, CancellationToken cancellationToken = default) + { + Request req = CreateCreateOrUpdateUserRequest(userId, requestBody); + return Pipeline.SendRequest(req, cancellationToken); + } + + /// Create Request for and operations. + /// The user id, either an AAD object ID or certificate fingerprint. + /// The request body. + private Request CreateCreateOrUpdateUserRequest(string userId, RequestContent requestBody) + { + var message = Pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Patch; + var uri = new RawRequestUriBuilder(); + uri.Reset(ledgerUri); + uri.AppendPath("/app/users/", false); + uri.AppendPath(userId, true); + uri.AppendQuery("api-version", apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + request.Content = requestBody; + return request; + } + } +} diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/src/Generated/ConfidentialLedgerClientOptions.cs b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/src/Generated/ConfidentialLedgerClientOptions.cs new file mode 100644 index 000000000000..5f7b47423853 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/src/Generated/ConfidentialLedgerClientOptions.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using Azure.Core; + +namespace Azure.Storage.ConfidentialLedger +{ + /// Client options for ConfidentialLedgerClient. + public partial class ConfidentialLedgerClientOptions : ClientOptions + { + private const ServiceVersion LatestVersion = ServiceVersion.V0_1_preview; + + /// The version of the service to use. + public enum ServiceVersion + { + /// Service version "0.1-preview". + V0_1_preview = 1, + } + + internal string Version { get; } + + /// Initializes new instance of ConfidentialLedgerClientOptions. + public ConfidentialLedgerClientOptions(ServiceVersion version = LatestVersion) + { + Version = version switch + { + ServiceVersion.V0_1_preview => "0.1-preview", + _ => throw new NotSupportedException() + }; + } + } +} diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/src/Generated/ConfidentialLedgerIdentityServiceClient.cs b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/src/Generated/ConfidentialLedgerIdentityServiceClient.cs new file mode 100644 index 000000000000..eed7ecdf2042 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/src/Generated/ConfidentialLedgerIdentityServiceClient.cs @@ -0,0 +1,89 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; + +#pragma warning disable AZC0007 + +namespace Azure.Storage.ConfidentialLedger +{ + /// The ConfidentialLedgerIdentityService service client. + public partial class ConfidentialLedgerIdentityServiceClient + { + /// The HTTP pipeline for sending and receiving REST requests and responses. + public virtual HttpPipeline Pipeline { get; } + private readonly string[] AuthorizationScopes = { "https://confidential-ledger.azure.com/.default" }; + private Uri identityServiceUri; + private readonly string apiVersion; + + /// Initializes a new instance of ConfidentialLedgerIdentityServiceClient for mocking. + protected ConfidentialLedgerIdentityServiceClient() + { + } + + /// Initializes a new instance of ConfidentialLedgerIdentityServiceClient. + /// The Identity Service URL, for example https://identity.accledger.azure.com. + /// A credential used to authenticate to an Azure Service. + /// The options for configuring the client. + public ConfidentialLedgerIdentityServiceClient(Uri identityServiceUri, TokenCredential credential, ConfidentialLedgerClientOptions options = null) + { + if (identityServiceUri == null) + { + throw new ArgumentNullException(nameof(identityServiceUri)); + } + if (credential == null) + { + throw new ArgumentNullException(nameof(credential)); + } + + options ??= new ConfidentialLedgerClientOptions(); + Pipeline = HttpPipelineBuilder.Build(options, new BearerTokenAuthenticationPolicy(credential, AuthorizationScopes)); + this.identityServiceUri = identityServiceUri; + apiVersion = options.Version; + } + + /// Gets identity information for a Confidential Ledger instance. + /// Id of the Confidential Ledger instance to get information for. + /// The cancellation token to use. + public virtual async Task GetLedgerIdentityAsync(string ledgerId, CancellationToken cancellationToken = default) + { + Request req = CreateGetLedgerIdentityRequest(ledgerId); + return await Pipeline.SendRequestAsync(req, cancellationToken).ConfigureAwait(false); + } + + /// Gets identity information for a Confidential Ledger instance. + /// Id of the Confidential Ledger instance to get information for. + /// The cancellation token to use. + public virtual Response GetLedgerIdentity(string ledgerId, CancellationToken cancellationToken = default) + { + Request req = CreateGetLedgerIdentityRequest(ledgerId); + return Pipeline.SendRequest(req, cancellationToken); + } + + /// Create Request for and operations. + /// Id of the Confidential Ledger instance to get information for. + private Request CreateGetLedgerIdentityRequest(string ledgerId) + { + var message = Pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(identityServiceUri); + uri.AppendPath("/ledgerIdentity/", false); + uri.AppendPath(ledgerId, true); + uri.AppendQuery("api-version", apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + return request; + } + } +} diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/src/autorest.md b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/src/autorest.md new file mode 100644 index 000000000000..d1fd6751d022 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/src/autorest.md @@ -0,0 +1,15 @@ +# Generated code configuration + +Run `dotnet build /t:GenerateCode` to generate code. + +``` yaml +title: ConfidentialLedger +namespace: Azure.Storage.ConfidentialLedger +credential-types: TokenCredential +credential-scopes: "https://confidential-ledger.azure.com/.default" +low-level-client: true +input-file: + - https://github.com/Azure/azure-rest-api-specs/blob/e34c5f11d61ca17fdc9fd0f70446dd54b94d67f1/specification/confidentialledger/data-plane/Microsoft.ConfidentialLedger/preview/0.1-preview/common.json + - https://github.com/Azure/azure-rest-api-specs/blob/e34c5f11d61ca17fdc9fd0f70446dd54b94d67f1/specification/confidentialledger/data-plane/Microsoft.ConfidentialLedger/preview/0.1-preview/confidentialledger.json + - https://github.com/Azure/azure-rest-api-specs/blob/e34c5f11d61ca17fdc9fd0f70446dd54b94d67f1/specification/confidentialledger/data-plane/Microsoft.ConfidentialLedger/preview/0.1-preview/identityservice.json +``` diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/src/properties/AssemblyInfo.cs b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/src/properties/AssemblyInfo.cs new file mode 100644 index 000000000000..2af694f859a3 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/src/properties/AssemblyInfo.cs @@ -0,0 +1,19 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System.Runtime.CompilerServices; + +[assembly: InternalsVisibleTo("Azure.Storage.ConfidentialLedger.Tests, PublicKey=" + + "0024000004800000940000000602000000240000525341310004000001000100d15ddcb2968829" + + "5338af4b7686603fe614abd555e09efba8fb88ee09e1f7b1ccaeed2e8f823fa9eef3fdd60217fc" + + "012ea67d2479751a0b8c087a4185541b851bd8b16f8d91b840e51b1cb0ba6fe647997e57429265" + + "e85ef62d565db50a69ae1647d54d7bd855e4db3d8a91510e5bcbd0edfbbecaa20a7bd9ae74593d" + + "aa7b11b4")] + +[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=" + + "0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99" + + "c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654" + + "753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46" + + "ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484c" + + "f7045cc7")] +[assembly: Azure.Core.AzureResourceProviderNamespace("Microsoft.ConfidentialLedger")] diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/Azure.Storage.ConfidentialLedger.Tests.csproj b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/Azure.Storage.ConfidentialLedger.Tests.csproj new file mode 100644 index 000000000000..23b9202cf21c --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/Azure.Storage.ConfidentialLedger.Tests.csproj @@ -0,0 +1,23 @@ + + + $(RequiredTargetFrameworks) + Azure.Data.ConfidentialLedger.Tests + + + + + + + + + + + + + + + + + + + diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/ConfidentialLedgerClientLiveTests.cs b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/ConfidentialLedgerClientLiveTests.cs new file mode 100644 index 000000000000..1186489f6fdc --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/ConfidentialLedgerClientLiveTests.cs @@ -0,0 +1,253 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System; +using System.Collections.Generic; +using System.IO; +using System.Net; +using System.Net.Http; +using System.Text.Json; +using System.Threading.Tasks; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.Core.TestFramework; +using Azure.Identity; +using NUnit.Framework; + +namespace Azure.Storage.ConfidentialLedger.Tests +{ + public class ConfidentialLedgerClientLiveTests : RecordedTestBase + { + private TokenCredential Credential; + private ConfidentialLedgerClientOptions Options; + private ConfidentialLedgerClient Client; + private ConfidentialLedgerIdentityServiceClient IdentityClient; + + public ConfidentialLedgerClientLiveTests(bool isAsync) : base(isAsync) + { + // https://github.com/Azure/autorest.csharp/issues/1214 + TestDiagnostics = false; + } + + [SetUp] + public void Setup() + { + Credential = TestEnvironment.Credential; + var httpHandler = new HttpClientHandler(); + httpHandler.ServerCertificateCustomValidationCallback = (_, _, _, _) => true; + Options = new ConfidentialLedgerClientOptions { Transport = new HttpClientTransport(httpHandler) }; + Client = InstrumentClient( + new ConfidentialLedgerClient( + TestEnvironment.ConfidentialLedgerUrl, + Credential, + InstrumentClientOptions(Options))); + + IdentityClient = InstrumentClient( + new ConfidentialLedgerIdentityServiceClient( + TestEnvironment.ConfidentialLedgerIdentityUrl, + Credential, + InstrumentClientOptions(Options))); + } + + [RecordedTest] + public async Task GetUser() + { + string objId = TestEnvironment.ConfidentialLedgerAdminOid; + var result = await Client.GetUserAsync(objId); + var stringResult = new StreamReader(result.ContentStream).ReadToEnd(); + + Assert.AreEqual((int)HttpStatusCode.OK, result.Status); + Assert.That(stringResult, Does.Contain(objId)); + } + + [RecordedTest] + public async Task GetLedgerEntries() + { + var result = await Client.GetLedgerEntriesAsync(); + + var nextLinkDetails = GetNextLinkDetails(result); + while (nextLinkDetails != null) + { + var fromId = nextLinkDetails["fromTransactionId"]; + var subId = nextLinkDetails["subLedgerId"]; + result = await Client.GetLedgerEntriesAsync(subId, fromId).ConfigureAwait(false); + Assert.AreEqual((int)HttpStatusCode.OK, result.Status); + nextLinkDetails = GetNextLinkDetails(result); + } + } + + [RecordedTest] + public async Task GetLedgerEntry() + { + var result = await Client.GetLedgerEntriesAsync(); + var stringResult = new StreamReader(result.ContentStream).ReadToEnd(); + + while (stringResult.Contains("Loading")) + { + result = await Client.GetLedgerEntriesAsync().ConfigureAwait(false); + stringResult = new StreamReader(result.ContentStream).ReadToEnd(); + } + var transactionId = GetFirstTransactionId(result); + result = await Client.GetLedgerEntryAsync(transactionId).ConfigureAwait(false); + + Assert.AreEqual((int)HttpStatusCode.OK, result.Status); + Assert.That(stringResult, Does.Contain(transactionId)); + } + + [RecordedTest] + public async Task GetReceipt() + { + var result = await Client.GetLedgerEntriesAsync(); + var stringResult = new StreamReader(result.ContentStream).ReadToEnd(); + + while (stringResult.Contains("Loading")) + { + result = await Client.GetLedgerEntriesAsync().ConfigureAwait(false); + stringResult = new StreamReader(result.ContentStream).ReadToEnd(); + } + var transactionId = GetFirstTransactionId(result); + result = await Client.GetReceiptAsync(transactionId).ConfigureAwait(false); + + Assert.AreEqual((int)HttpStatusCode.OK, result.Status); + Assert.That(stringResult, Does.Contain(transactionId)); + } + + [RecordedTest] + public async Task GetTransactionStatus() + { + var result = await Client.GetLedgerEntriesAsync(); + var stringResult = new StreamReader(result.ContentStream).ReadToEnd(); + + while (stringResult.Contains("Loading")) + { + result = await Client.GetLedgerEntriesAsync().ConfigureAwait(false); + stringResult = new StreamReader(result.ContentStream).ReadToEnd(); + } + var transactionId = GetFirstTransactionId(result); + result = await Client.GetTransactionStatusAsync(transactionId).ConfigureAwait(false); + + Assert.AreEqual((int)HttpStatusCode.OK, result.Status); + Assert.That(stringResult, Does.Contain(transactionId)); + } + + [RecordedTest] + public async Task GetConstitution() + { + var result = await Client.GetConstitutionAsync(); + var stringResult = new StreamReader(result.ContentStream).ReadToEnd(); + + Assert.AreEqual((int)HttpStatusCode.OK, result.Status); + Assert.That(stringResult, Does.Contain("digest")); + } + + [RecordedTest] + public async Task GetConsortiumMembers() + { + var result = await Client.GetConsortiumMembersAsync(); + var stringResult = new StreamReader(result.ContentStream).ReadToEnd(); + + Assert.AreEqual((int)HttpStatusCode.OK, result.Status); + Assert.That(stringResult, Does.Contain("BEGIN CERTIFICATE")); + } + + [RecordedTest] + public async Task GetEnclaveQuotes() + { + var result = await Client.GetEnclaveQuotesAsync(); + var stringResult = new StreamReader(result.ContentStream).ReadToEnd(); + + Assert.AreEqual((int)HttpStatusCode.OK, result.Status); + Assert.That(stringResult, Does.Contain("enclaveQuotes")); + } + + [RecordedTest] + public async Task PostLedgerEntry() + { + var result = await Client.PostLedgerEntryAsync( + RequestContent.Create( + new { contents = Recording.GenerateAssetName("test") })); + var stringResult = new StreamReader(result.ContentStream).ReadToEnd(); + + Assert.AreEqual((int)HttpStatusCode.OK, result.Status); + Assert.That(stringResult, Does.Contain("subLedgerId")); + } + + [RecordedTest] + public async Task GetCurrentLedgerEntry() + { + var result = await Client.GetCurrentLedgerEntryAsync(); + var stringResult = new StreamReader(result.ContentStream).ReadToEnd(); + + Assert.AreEqual((int)HttpStatusCode.OK, result.Status); + Assert.That(stringResult, Does.Contain("contents")); + } + + [RecordedTest] + public async Task CreateAndDeleteUser() + { + var userId = Recording.Random.NewGuid().ToString(); + var result = await Client.CreateOrUpdateUserAsync( + userId, + RequestContent.Create(new { assignedRole = "Reader" })); + var stringResult = new StreamReader(result.ContentStream).ReadToEnd(); + + Assert.AreEqual((int)HttpStatusCode.OK, result.Status); + Assert.That(stringResult, Does.Contain(userId)); + + await Client.DeleteUserAsync(userId); + + Assert.AreEqual((int)HttpStatusCode.OK, result.Status); + } + + [RecordedTest] + public async Task GetLedgerIdentity() + { + var ledgerId = TestEnvironment.ConfidentialLedgerUrl.Host; + ledgerId = ledgerId.Substring(0, ledgerId.IndexOf('.')); + var result = await IdentityClient.GetLedgerIdentityAsync(ledgerId).ConfigureAwait(false); + + Assert.AreEqual((int)HttpStatusCode.OK, result.Status); + } + + private Dictionary GetQueryStringKvps(string s) + { + var parts = s.Substring(s.IndexOf('?') + 1).Split('&'); + var result = new Dictionary(); + foreach (var part in parts) + { + var kvp = part.Split('='); + result[kvp[0]] = kvp[1]; + } + return result; + } + + private string GetFirstTransactionId(Response response) + { + response.ContentStream.Position = 0; + var stringResult = new StreamReader(response.ContentStream).ReadToEnd(); + var doc = JsonDocument.Parse(stringResult); + if (doc.RootElement.TryGetProperty("entries", out var prop)) + { + foreach (JsonElement entry in prop.EnumerateArray()) + { + if (entry.TryGetProperty("transactionId", out var tid)) + { + return tid.GetString(); + } + } + } + return default; + } + + private Dictionary GetNextLinkDetails(Response response) + { + var stringResult = new StreamReader(response.ContentStream).ReadToEnd(); + var doc = JsonDocument.Parse(stringResult); + if (doc.RootElement.TryGetProperty("@nextLink", out var prop)) + { + return GetQueryStringKvps(prop.GetString()); + } + return default; + } + } +} diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/ConfidentialLedgerEnvironment.cs b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/ConfidentialLedgerEnvironment.cs new file mode 100644 index 000000000000..678a8aa91bf9 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/ConfidentialLedgerEnvironment.cs @@ -0,0 +1,15 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System; +using Azure.Core.TestFramework; + +namespace Azure.Storage.ConfidentialLedger.Tests +{ + public class ConfidentialLedgerEnvironment : TestEnvironment + { + public Uri ConfidentialLedgerUrl => new(GetRecordedVariable("CONFIDENTIALLEDGER_URL")); + public Uri ConfidentialLedgerIdentityUrl => new(GetRecordedVariable("CONFIDENTIALLEDGER_IDENTITY_URL")); + public string ConfidentialLedgerAdminOid => GetRecordedVariable("CONFIDENTIALLEDGER_CLIENT_OBJECTID"); + } +} diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/CreateAndDeleteUser.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/CreateAndDeleteUser.json new file mode 100644 index 000000000000..bdfc9d55bc54 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/CreateAndDeleteUser.json @@ -0,0 +1,61 @@ +{ + "Entries": [ + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/users/da34cacb-120a-da59-47c1-86c9495af5a4?api-version=0.1-preview", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "25", + "Content-Type": "application/json", + "traceparent": "00-a3162110cf8d11448c7cbaf7cb519ade-5e995c6189c0fc4c-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "276eeb8aec1cb5d4afc5dad5b78db15f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "assignedRole": "Reader" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "73", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4158" + }, + "ResponseBody": { + "assignedRole": "Reader", + "userId": "da34cacb-120a-da59-47c1-86c9495af5a4" + } + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/users/da34cacb-120a-da59-47c1-86c9495af5a4?api-version=0.1-preview", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-b01d80342f3cf243a106865e1edc0152-f46fc55bc598244b-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "6c2d7b5280bd0d6b10b629012eb9eb62", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Content-Length": "0", + "x-ms-ccf-transaction-id": "8.4159" + }, + "ResponseBody": [] + } + ], + "Variables": { + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com/ledgerIdentity/lyshi-sdk-ledger-2", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "1612143579" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/CreateAndDeleteUserAsync.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/CreateAndDeleteUserAsync.json new file mode 100644 index 000000000000..b5ea92e55f6c --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/CreateAndDeleteUserAsync.json @@ -0,0 +1,61 @@ +{ + "Entries": [ + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/users/75b88338-6c6b-d753-8ef4-d4e57ef2e7ea?api-version=0.1-preview", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "25", + "Content-Type": "application/json", + "traceparent": "00-8a4a1ad98b88864da010a672eafc6bc5-d998260520d06f46-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "a00ed17f0664d0cd5cd83b75aadbfb30", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "assignedRole": "Reader" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "73", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4161" + }, + "ResponseBody": { + "assignedRole": "Reader", + "userId": "75b88338-6c6b-d753-8ef4-d4e57ef2e7ea" + } + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/users/75b88338-6c6b-d753-8ef4-d4e57ef2e7ea?api-version=0.1-preview", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-f8c8f96474795043a2fb521345024c4c-36f0be0db4ffe243-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "38c614458f409bb9f5f37f14ecb39e1c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Content-Length": "0", + "x-ms-ccf-transaction-id": "8.4162" + }, + "ResponseBody": [] + } + ], + "Variables": { + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com/ledgerIdentity/lyshi-sdk-ledger-2", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "2133189109" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetConsortiumMembers.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetConsortiumMembers.json new file mode 100644 index 000000000000..db48f797a36e --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetConsortiumMembers.json @@ -0,0 +1,39 @@ +{ + "Entries": [ + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/governance/members?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|c9df5607-482d6f6e7f19a4a3.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Core 4.6.29916.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "dfd6a34f5986f44719184a28861c7707", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "860", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4119" + }, + "ResponseBody": { + "members": [ + { + "certificate": "-----BEGIN CERTIFICATE-----\nMIIB\u002BDCCAX2gAwIBAgIQbqIwsiHHQlWkhweK0NbPODAKBggqhkjOPQQDAzAgMR4w\nHAYDVQQDExVDQ0YgR292ZXJub3IgSWRlbnRpdHkwHhcNMjAxMTExMjAyNDUwWhcN\nMjExMTExMjAzNDUwWjAgMR4wHAYDVQQDExVDQ0YgR292ZXJub3IgSWRlbnRpdHkw\ndjAQBgcqhkjOPQIBBgUrgQQAIgNiAATTFBoe5FRZTXSQn5ZGl7BV40FpF6fvK3mj\nuDbh3BpAFCC9eXIU9nrGEEoaWH2n\u002B\u002Bc0TXuaR9TlXEm1ms47YMGmvr/epdI2Qgd6\nBC6bwYfMoRFVH/\u002BG\u002BitRj70ywY\u002BlqrmjfDB6MA4GA1UdDwEB/wQEAwIHgDAJBgNV\nHRMEAjAAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAfBgNVHSMEGDAW\ngBQefKdvzGwngW5bffiMcfFhoBYtNzAdBgNVHQ4EFgQUHnynb8xsJ4FuW334jHHx\nYaAWLTcwCgYIKoZIzj0EAwMDaQAwZgIxAKb40n899np5eoAei4YatmJ9P2kdGyGP\nqQBslkobR/Gb\u002B\u002BQAHbFoD4m2tANPtpmYJAIxANklOHFie1OSLVwzl3n8zBbt1\u002BKX\naH1qYPDr3MzPfvSBq7ckBGem2C6EEX4ratWAGQ==\n-----END CERTIFICATE-----", + "id": "eec5d23a0f376538a34cccb35705cad4850741dcf82cd9ec39d3972aabc58a72" + } + ] + } + } + ], + "Variables": { + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com/ledgerIdentity/lyshi-sdk-ledger-2", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "753186980" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetConsortiumMembersAsync.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetConsortiumMembersAsync.json new file mode 100644 index 000000000000..eb397594e7c1 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetConsortiumMembersAsync.json @@ -0,0 +1,39 @@ +{ + "Entries": [ + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/governance/members?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-563343891de7b3478bcb23903db3fe55-c15e978c46bb0e4b-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "d6cffdccf432b21c99c22567b63cf83d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "860", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4119" + }, + "ResponseBody": { + "members": [ + { + "certificate": "-----BEGIN CERTIFICATE-----\nMIIB\u002BDCCAX2gAwIBAgIQbqIwsiHHQlWkhweK0NbPODAKBggqhkjOPQQDAzAgMR4w\nHAYDVQQDExVDQ0YgR292ZXJub3IgSWRlbnRpdHkwHhcNMjAxMTExMjAyNDUwWhcN\nMjExMTExMjAzNDUwWjAgMR4wHAYDVQQDExVDQ0YgR292ZXJub3IgSWRlbnRpdHkw\ndjAQBgcqhkjOPQIBBgUrgQQAIgNiAATTFBoe5FRZTXSQn5ZGl7BV40FpF6fvK3mj\nuDbh3BpAFCC9eXIU9nrGEEoaWH2n\u002B\u002Bc0TXuaR9TlXEm1ms47YMGmvr/epdI2Qgd6\nBC6bwYfMoRFVH/\u002BG\u002BitRj70ywY\u002BlqrmjfDB6MA4GA1UdDwEB/wQEAwIHgDAJBgNV\nHRMEAjAAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAfBgNVHSMEGDAW\ngBQefKdvzGwngW5bffiMcfFhoBYtNzAdBgNVHQ4EFgQUHnynb8xsJ4FuW334jHHx\nYaAWLTcwCgYIKoZIzj0EAwMDaQAwZgIxAKb40n899np5eoAei4YatmJ9P2kdGyGP\nqQBslkobR/Gb\u002B\u002BQAHbFoD4m2tANPtpmYJAIxANklOHFie1OSLVwzl3n8zBbt1\u002BKX\naH1qYPDr3MzPfvSBq7ckBGem2C6EEX4ratWAGQ==\n-----END CERTIFICATE-----", + "id": "eec5d23a0f376538a34cccb35705cad4850741dcf82cd9ec39d3972aabc58a72" + } + ] + } + } + ], + "Variables": { + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com/ledgerIdentity/lyshi-sdk-ledger-2", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "774036968" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetConstitution.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetConstitution.json new file mode 100644 index 000000000000..bb0447955723 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetConstitution.json @@ -0,0 +1,35 @@ +{ + "Entries": [ + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/governance/constitution?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-81c14123f2ae804f8f0fb515aa01aabf-2b71e6893036544f-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "32f22aecef8e88387134cb043399be50", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "4306", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4119" + }, + "ResponseBody": { + "digest": "8dd68f72e540dd7f96988eef553e122789228e9b4e917028853cc042d46ec811", + "script": "raw_puts= tables, puts = ...\n for table_name, entries in pairs(puts) do\n t = tables[table_name]\n for _,entry in pairs(entries) do\n t:put(entry.k, entry.v)\n end\n end\n return true;environment_proposal= __Puts = {}\n function __Puts:new(o)\n o = o or {}\n setmetatable(o, self)\n self.__index = self\n return o\n end\n\n function __Puts:put(t, key, value)\n self[t] = self[t] or {}\n table.insert(self[t], {k = key, v = value})\n return self\n end\n -- create a frontend for __Puts that hides function entries\n Puts = setmetatable({}, {__index = __Puts})\n\n __Calls = {}\n function __Calls:new(o)\n o = o or {}\n setmetatable(o, self)\n self.__index = self\n return o\n end\n\n function __Calls:call(_func, _args)\n table.insert(self, {func=_func, args=_args})\n return self\n end\n Calls = setmetatable({}, {__index = __Calls})\n\n function empty_list()\n return setmetatable({}, {__was_object=false})\n end\n\n function empty_object()\n return setmetatable({}, {__was_object=true})\n end\n ;pass= tables, calls, votes, proposer_id = ...\n\n -- interface definitions\n PASSED = 1\n PENDING = 0\n REJECTED = -1\n STATE_ACTIVE = \u0022ACTIVE\u0022\n\n -- defines which of the members are operators\n function is_operator(member)\n member_info = tables[\u0022public:ccf.gov.members.info\u0022]:get(member)\n if member_info then\n member_data = member_info.member_data\n if member_data then\n return member_data.is_operator == true\n end\n end\n return false\n end\n\n -- defines calls that can be passed with sole operator input\n function can_operator_pass(call)\n -- some calls can always be called by operators\n allowed_operator_funcs = {\n trust_node=true,\n retire_node=true,\n new_user=true,\n remove_user=true,\n open_network=true,\n deploy_js_app=true,\n set_ca_cert_bundle=true,\n remove_ca_cert_bundle=true,\n set_jwt_issuer=true,\n remove_jwt_issuer=true,\n set_jwt_public_signing_keys=true,\n set_user_data=true,\n set_service_principal=true,\n remove_service_principal=true,\n }\n if allowed_operator_funcs[call.func] then\n return true\n end\n\n -- additionally, operators can add or retire other operators\n if call.func == \u0022new_member\u0022 then\n member_data = call.args.member_data\n if member_data and member_data.is_operator then\n return true\n end\n elseif call.func == \u0022retire_member\u0022 then\n if is_operator(call.args) then\n return true\n end\n end\n end\n\n -- count member votes\n member_votes = 0\n\n for member, vote in pairs(votes) do\n if vote then\n if not is_operator(member) then\n member_votes = member_votes \u002B 1\n end\n end\n end\n\n -- count active members, excluding operators\n members_active = 0\n\n tables[\u0022public:ccf.gov.members.info\u0022]:foreach(function(member, details)\n if details[\u0022status\u0022] == STATE_ACTIVE and not is_operator(member) then\n members_active = members_active \u002B 1\n end\n end)\n\n -- check for raw_puts to sensitive tables\n SENSITIVE_TABLES = {\u0022public:ccf.gov.whitelists\u0022, \u0022public:ccf.gov.scripts\u0022}\n for _, call in pairs(calls) do\n if call.func == \u0022raw_puts\u0022 then\n for _, sensitive_table in pairs(SENSITIVE_TABLES) do\n if call.args[sensitive_table] then\n -- require unanimity of non-operating members\n if member_votes == members_active then\n return PASSED\n else\n return PENDING\n end\n end\n end\n end\n end\n\n -- a vote is an operator vote if it\u0027s only making operator calls\n operator_change = true\n for _, call in pairs(calls) do\n if not can_operator_pass(call) then\n operator_change = false\n break\n end\n end\n\n -- a majority of members can always pass votes\n if member_votes \u003E math.floor(members_active / 2) then\n return PASSED\n end\n\n -- operators proposing operator changes can pass them without a vote\n if operator_change and is_operator(proposer_id) then\n return PASSED\n end\n\n return PENDING;" + } + } + ], + "Variables": { + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com/ledgerIdentity/lyshi-sdk-ledger-2", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "579915181" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetConstitutionAsync.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetConstitutionAsync.json new file mode 100644 index 000000000000..bb56e94d4e27 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetConstitutionAsync.json @@ -0,0 +1,35 @@ +{ + "Entries": [ + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/governance/constitution?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-061b6be2fc4047499b0c4bdd2ad99368-5bb5537fc548494e-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "6b27f2c8d328ad8897992bb721fbef79", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "4306", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4119" + }, + "ResponseBody": { + "digest": "8dd68f72e540dd7f96988eef553e122789228e9b4e917028853cc042d46ec811", + "script": "raw_puts= tables, puts = ...\n for table_name, entries in pairs(puts) do\n t = tables[table_name]\n for _,entry in pairs(entries) do\n t:put(entry.k, entry.v)\n end\n end\n return true;environment_proposal= __Puts = {}\n function __Puts:new(o)\n o = o or {}\n setmetatable(o, self)\n self.__index = self\n return o\n end\n\n function __Puts:put(t, key, value)\n self[t] = self[t] or {}\n table.insert(self[t], {k = key, v = value})\n return self\n end\n -- create a frontend for __Puts that hides function entries\n Puts = setmetatable({}, {__index = __Puts})\n\n __Calls = {}\n function __Calls:new(o)\n o = o or {}\n setmetatable(o, self)\n self.__index = self\n return o\n end\n\n function __Calls:call(_func, _args)\n table.insert(self, {func=_func, args=_args})\n return self\n end\n Calls = setmetatable({}, {__index = __Calls})\n\n function empty_list()\n return setmetatable({}, {__was_object=false})\n end\n\n function empty_object()\n return setmetatable({}, {__was_object=true})\n end\n ;pass= tables, calls, votes, proposer_id = ...\n\n -- interface definitions\n PASSED = 1\n PENDING = 0\n REJECTED = -1\n STATE_ACTIVE = \u0022ACTIVE\u0022\n\n -- defines which of the members are operators\n function is_operator(member)\n member_info = tables[\u0022public:ccf.gov.members.info\u0022]:get(member)\n if member_info then\n member_data = member_info.member_data\n if member_data then\n return member_data.is_operator == true\n end\n end\n return false\n end\n\n -- defines calls that can be passed with sole operator input\n function can_operator_pass(call)\n -- some calls can always be called by operators\n allowed_operator_funcs = {\n trust_node=true,\n retire_node=true,\n new_user=true,\n remove_user=true,\n open_network=true,\n deploy_js_app=true,\n set_ca_cert_bundle=true,\n remove_ca_cert_bundle=true,\n set_jwt_issuer=true,\n remove_jwt_issuer=true,\n set_jwt_public_signing_keys=true,\n set_user_data=true,\n set_service_principal=true,\n remove_service_principal=true,\n }\n if allowed_operator_funcs[call.func] then\n return true\n end\n\n -- additionally, operators can add or retire other operators\n if call.func == \u0022new_member\u0022 then\n member_data = call.args.member_data\n if member_data and member_data.is_operator then\n return true\n end\n elseif call.func == \u0022retire_member\u0022 then\n if is_operator(call.args) then\n return true\n end\n end\n end\n\n -- count member votes\n member_votes = 0\n\n for member, vote in pairs(votes) do\n if vote then\n if not is_operator(member) then\n member_votes = member_votes \u002B 1\n end\n end\n end\n\n -- count active members, excluding operators\n members_active = 0\n\n tables[\u0022public:ccf.gov.members.info\u0022]:foreach(function(member, details)\n if details[\u0022status\u0022] == STATE_ACTIVE and not is_operator(member) then\n members_active = members_active \u002B 1\n end\n end)\n\n -- check for raw_puts to sensitive tables\n SENSITIVE_TABLES = {\u0022public:ccf.gov.whitelists\u0022, \u0022public:ccf.gov.scripts\u0022}\n for _, call in pairs(calls) do\n if call.func == \u0022raw_puts\u0022 then\n for _, sensitive_table in pairs(SENSITIVE_TABLES) do\n if call.args[sensitive_table] then\n -- require unanimity of non-operating members\n if member_votes == members_active then\n return PASSED\n else\n return PENDING\n end\n end\n end\n end\n end\n\n -- a vote is an operator vote if it\u0027s only making operator calls\n operator_change = true\n for _, call in pairs(calls) do\n if not can_operator_pass(call) then\n operator_change = false\n break\n end\n end\n\n -- a majority of members can always pass votes\n if member_votes \u003E math.floor(members_active / 2) then\n return PASSED\n end\n\n -- operators proposing operator changes can pass them without a vote\n if operator_change and is_operator(proposer_id) then\n return PASSED\n end\n\n return PENDING;" + } + } + ], + "Variables": { + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com/ledgerIdentity/lyshi-sdk-ledger-2", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "229869576" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetCurrentLedgerEntry.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetCurrentLedgerEntry.json new file mode 100644 index 000000000000..2397ea309e5b --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetCurrentLedgerEntry.json @@ -0,0 +1,36 @@ +{ + "Entries": [ + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions/current?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-afa819291bb99d4eb793ccb045138695-d5c18bc4b5294f40-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "16c53be8e972b997125cfcb4a8f6911b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "75", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4147" + }, + "ResponseBody": { + "contents": "test983", + "subLedgerId": "subledger:0", + "transactionId": "8.4147" + } + } + ], + "Variables": { + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com/ledgerIdentity/lyshi-sdk-ledger-2", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "1128261187" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetCurrentLedgerEntryAsync.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetCurrentLedgerEntryAsync.json new file mode 100644 index 000000000000..77c34c04b909 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetCurrentLedgerEntryAsync.json @@ -0,0 +1,36 @@ +{ + "Entries": [ + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions/current?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-42827a7e74fe1a448c23fd8f1fca1cde-ab25bec5ebb3c244-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "edf0b504ede930d3fb49c018a25b7fce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "75", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4147" + }, + "ResponseBody": { + "contents": "test983", + "subLedgerId": "subledger:0", + "transactionId": "8.4147" + } + } + ], + "Variables": { + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com/ledgerIdentity/lyshi-sdk-ledger-2", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "1496319288" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetEnclaveQuotes.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetEnclaveQuotes.json new file mode 100644 index 000000000000..d0673014a12a --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetEnclaveQuotes.json @@ -0,0 +1,54 @@ +{ + "Entries": [ + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/enclaveQuotes?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|b70b3d63-4fe5d95f9573f2db.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Core 4.6.29916.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "5ce7692a53bfc5cbf9d4136cec6bded9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "28866", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4119" + }, + "ResponseBody": { + "currentNodeId": "d115c6b83f3728dea4daec1f51a7d0bfc23d9d240d013d6b09ff5c63256599ba", + "enclaveQuotes": { + "44400c2df4f2a964977421b7ad51104fda6416d6922fea7f8304f50b839e7397": { + "mrenclave": "8e67b83969dea1207c06fb5191bfd45662c196d030bed26796b75f09c0e1c4bc", + "nodeId": "44400c2df4f2a964977421b7ad51104fda6416d6922fea7f8304f50b839e7397", + "quoteVersion": "OE_SGX_v1", + "raw": "030002000000000005000a00939a7233f79c4ca9940a0db3957f06071656a1ce5563b99bea3cf2ba178100be0000000011110305ff80060000000000000000000000000000000000000000000000000000000000000000000000000000000000050000000000000007000000000000008e67b83969dea1207c06fb5191bfd45662c196d030bed26796b75f09c0e1c4bc000000000000000000000000000000000000000000000000000000000000000056a35b461bd8042255f6d33ee5ce7afa34f7024a35b74f15c5808e0c00864226000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002d7d4a564a8ab7c4bf82ac842d6bae3f41448716dd75c0d73b4c7167b7fb40de000000000000000000000000000000000000000000000000000000000000000034100000570a1f841a5313725780cacc50365f700b30a373424d0e65a64b2a3fafaf750ad5c9a93cf55766389deb8e630ae8713d79fddc4bd05ac8b002cf8935a1bbf5db4d1a29377a6ab109aeb4904d3a8ac0623a351079756c52ecd88e9b9e1666ad05a04d29b8f65d2ddd76602fa6458bffa5bcbc88a88c7eaeba130dfd2a8ade5f0311110305ff800600000000000000000000000000000000000000000000000000000000000000000000000000000000001500000000000000070000000000000060d85af28be8d1c40a08d98b009d5f8acc1384a385cf460800e478791d1a979c00000000000000000000000000000000000000000000000000000000000000008c4f5775d796503e96137f77c68a829a0056ac8ded70140b081b094490c57bff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010005000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f93cbc44bd3255f9909b93dbe4bf5f793cf5411778b93bf0268434cabe9f88300000000000000000000000000000000000000000000000000000000000000002c2718ec9109ecb982716e2a794ed680c0d3e97152fbc0e20eab16b0495747c1dd921056064d2184b449dd87e93737d7ae646be351d029a7bac0eb012f59ffb52000000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f0500cc0d00002d2d2d2d2d424547494e2043455254494649434154452d2d2d2d2d0a4d4949456754434342436167417749424167495547724c414559366a716a7570706b33646f36715a67434c36782b4d77436759494b6f5a497a6a3045417749770a6354456a4d4345474131554541777761535735305a577767553064594946424453794251636d396a5a584e7a6233496751304578476a415942674e5642416f4d0a45556c756447567349454e76636e4276636d4630615739754d5251774567594456515148444174545957353059534244624746795954454c4d416b47413155450a4341774351304578437a414a42674e5642415954416c56544d423458445449784d444d784d5449784d4459784d466f58445449344d444d784d5449784d4459780a4d466f77634445694d434147413155454177775a535735305a5777675530645949464244537942445a584a3061575a70593246305a5445614d426747413155450a43677752535735305a577767513239796347397959585270623234784644415342674e564241634d43314e68626e526849454e7359584a684d517377435159440a5651514944414a445154454c4d416b474131554542684d4356564d775754415442676371686b6a4f5051494242676771686b6a4f50514d4242774e434141517a0a536c5971354e7a4d4156796c4c7763363162515559437256694c32435441482f485548724c2f42564268663758503641687a674f7377722f72444a6b52314d6c0a4e50672b63537635596b2f5977336331745671636f3449436d7a434341706377487759445652306a42426777466f4155304f6971326e58582b53354a463567380a6578526c304e587957553077587759445652306642466777566a42556f464b6755495a4f6148523063484d364c79396863476b7564484a316333526c5a484e6c0a636e5a705932567a4c6d6c75644756734c6d4e766253397a5a3367765932567964476c6d61574e6864476c76626939324d6939775932746a636d772f593245390a63484a765932567a633239794d42304741315564446751574242536f334a51753853366a4f5433343364783561376951394b3737677a414f42674e56485138420a4166384542414d434273417744415944565230544151482f42414977414443434164514743537147534962345451454e4151534341635577676748424d4234470a43697147534962345451454e41514545454f6f526846697473624c496a425031513855312b6a6b776767466b42676f71686b69472b453042445145434d4949420a5644415142677371686b69472b45304244514543415149424554415142677371686b69472b45304244514543416749424554415142677371686b69472b4530420a4451454341774942416a415142677371686b69472b45304244514543424149424244415142677371686b69472b453042445145434251494241544152426773710a686b69472b4530424451454342674943414941774541594c4b6f5a496876684e4151304241676343415159774541594c4b6f5a496876684e41513042416767430a415141774541594c4b6f5a496876684e4151304241676b43415141774541594c4b6f5a496876684e4151304241676f43415141774541594c4b6f5a496876684e0a4151304241677343415141774541594c4b6f5a496876684e4151304241677743415141774541594c4b6f5a496876684e4151304241673043415141774541594c0a4b6f5a496876684e4151304241673443415141774541594c4b6f5a496876684e4151304241673843415141774541594c4b6f5a496876684e41513042416841430a415141774541594c4b6f5a496876684e415130424168454341516f774877594c4b6f5a496876684e4151304241684945454245524167514267415941414141410a41414141414141774541594b4b6f5a496876684e4151304241775143414141774641594b4b6f5a496876684e4151304242415147414a4275315141414d4138470a43697147534962345451454e4151554b41514177436759494b6f5a497a6a3045417749445351417752674968414e4f5475686e556b3741364f367a7636644c550a45366a745a4d4763574471555061705373432f4867766851416945416b364d3234456476502f4d707a7930692b7265417a686d75316f7a494e6e6166436532580a2f4b32616e4b383d0a2d2d2d2d2d454e442043455254494649434154452d2d2d2d2d0a2d2d2d2d2d424547494e2043455254494649434154452d2d2d2d2d0a4d4949436c7a4343416a36674177494241674956414e446f71747031312f6b7553526559504873555a644456386c6c4e4d416f4743437147534d343942414d430a4d476778476a415942674e5642414d4d45556c756447567349464e48574342536232393049454e424d526f77474159445651514b4442464a626e526c624342440a62334a7762334a6864476c76626a45554d424947413155454277774c553246756447456751327868636d4578437a414a42674e564241674d416b4e424d5173770a435159445651514745774a56557a4165467730784f4441314d6a45784d4451314d4468614677307a4d7a41314d6a45784d4451314d4468614d484578497a41680a42674e5642414d4d476b6c756447567349464e48574342515130736755484a765932567a6332397949454e424d526f77474159445651514b4442464a626e526c0a6243424462334a7762334a6864476c76626a45554d424947413155454277774c553246756447456751327868636d4578437a414a42674e564241674d416b4e420a4d517377435159445651514745774a56557a425a4d424d4742797147534d34394167454743437147534d34394177454841304941424c39712b4e4d7032494f670a74646c31626b2f75575a352b5447516d38614369387a373866732b664b435133642b75447a586e56544154325a68444369667949754a77764e33774e427039690a484253534d4a4d4a72424f6a6762737767626777487759445652306a42426777466f4155496d554d316c71644e496e7a6737535655723951477a6b6e427177770a556759445652306642457377535442486f45576751345a426148523063484d364c79396a5a584a3061575a70593246305a584d7564484a316333526c5a484e6c0a636e5a705932567a4c6d6c75644756734c6d4e766253394a626e526c62464e4857464a76623352445153356a636d7777485159445652304f42425945464e446f0a71747031312f6b7553526559504873555a644456386c6c4e4d41344741315564447745422f77514541774942426a415342674e5648524d4241663845434441470a4151482f416745414d416f4743437147534d343942414d43413063414d45514349432f396a2b3834542b487a74564f2f734f5142574a6253642b2f327565784b0a342b6141306a6346424c63704169413364684d72463563443532743646714d764149706a385864476d79326265656c6a4c4a4b2b707a706352413d3d0a2d2d2d2d2d454e442043455254494649434154452d2d2d2d2d0a2d2d2d2d2d424547494e2043455254494649434154452d2d2d2d2d0a4d4949436a6a4343416a53674177494241674955496d554d316c71644e496e7a6737535655723951477a6b6e42717777436759494b6f5a497a6a3045417749770a614445614d4267474131554541777752535735305a5777675530645949464a766233516751304578476a415942674e5642416f4d45556c756447567349454e760a636e4276636d4630615739754d5251774567594456515148444174545957353059534244624746795954454c4d416b47413155454341774351304578437a414a0a42674e5642415954416c56544d423458445445344d4455794d5445774e4445784d566f5844544d7a4d4455794d5445774e4445784d466f77614445614d4267470a4131554541777752535735305a5777675530645949464a766233516751304578476a415942674e5642416f4d45556c756447567349454e76636e4276636d46300a615739754d5251774567594456515148444174545957353059534244624746795954454c4d416b47413155454341774351304578437a414a42674e56424159540a416c56544d466b77457759484b6f5a497a6a3043415159494b6f5a497a6a3044415163445167414543366e45774d4449595a4f6a2f69505773437a61454b69370a314f694f534c52466857476a626e42564a66566e6b59347533496a6b4459594c304d784f346d717379596a6c42616c54565978465032734a424b357a6c4b4f420a757a43427544416642674e5648534d4547444157674251695a517a575770303069664f44744a5653763141624f5363477244425342674e5648523845537a424a0a4d45656752614244686b466f64485277637a6f764c324e6c636e52705a6d6c6a5958526c63793530636e567a6447566b63325679646d6c6a5a584d75615735300a5a577775593239744c306c756447567355306459556d397664454e424c6d4e796244416442674e564851344546675155496d554d316c71644e496e7a673753560a55723951477a6b6e4271777744675944565230504151482f42415144416745474d42494741315564457745422f7751494d4159424166384341514577436759490a4b6f5a497a6a30454177494453414177525149675151732f30387279636450617543466b3855505158434d416c736c6f4265374e7761514754636470613045430a495143557438534776784b6d6a70634d2f7a3057503944766f3868326b3564753169574464426b416e2b306969413d3d0a2d2d2d2d2d454e442043455254494649434154452d2d2d2d2d0a0001000000000000000100000000000000100000000000000020000000000000007367785f7265706f72745f646174610044400c2df4f2a964977421b7ad51104fda6416d6922fea7f8304f50b839e7397" + }, + "c8cb6699fc32c38de3891cefd8d0313b15e623fa021c32315fa0d7973f66a4d6": { + "mrenclave": "8e67b83969dea1207c06fb5191bfd45662c196d030bed26796b75f09c0e1c4bc", + "nodeId": "c8cb6699fc32c38de3891cefd8d0313b15e623fa021c32315fa0d7973f66a4d6", + "quoteVersion": "OE_SGX_v1", + "raw": "030002000000000005000a00939a7233f79c4ca9940a0db3957f06074873041a31fa9e99c28726074c95f0110000000011110305ff80060000000000000000000000000000000000000000000000000000000000000000000000000000000000050000000000000007000000000000008e67b83969dea1207c06fb5191bfd45662c196d030bed26796b75f09c0e1c4bc000000000000000000000000000000000000000000000000000000000000000056a35b461bd8042255f6d33ee5ce7afa34f7024a35b74f15c5808e0c00864226000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001f8f4e35c0ee65728d8bd1fe85cb1e358f02fe6ac35318d62ebd3763531859d0000000000000000000000000000000000000000000000000000000000000000034100000cff8c276dfa5f1e995ac7abcf7e22a948d147f6cc565a7e7407bd42fd805209a191a33310fef200a5fda2524458583d3e1f94ff2b0ec9d2ed76379cc749feb4ef90fc89d9b26a4f817549ca484f845ccdd2e7a58317ef86498dc72f884122fcb744c534915ab067517627d73b1984d14196a6cb2ecc8f86bf62a81b535213e0411110305ff800600000000000000000000000000000000000000000000000000000000000000000000000000000000001500000000000000070000000000000060d85af28be8d1c40a08d98b009d5f8acc1384a385cf460800e478791d1a979c00000000000000000000000000000000000000000000000000000000000000008c4f5775d796503e96137f77c68a829a0056ac8ded70140b081b094490c57bff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010005000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004f588dbf7520c9e3cc41fff530db8b42141a25b1f84f167963cb1305d0557d130000000000000000000000000000000000000000000000000000000000000000cc63294e9101303c80d2cf7b5ff71a272506220378e2f50331a69cbf1eab6b76fc4b70eb794e6650c41220f4dbb5c2ab583ec153d1eddf72f5b34fc82b8621542000000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f0500cc0d00002d2d2d2d2d424547494e2043455254494649434154452d2d2d2d2d0a4d4949456754434342436567417749424167495641495a565a7a647836376f5348596b535a47696b2f7a764f715a4d554d416f4743437147534d343942414d430a4d484578497a416842674e5642414d4d476b6c756447567349464e48574342515130736755484a765932567a6332397949454e424d526f77474159445651514b0a4442464a626e526c6243424462334a7762334a6864476c76626a45554d424947413155454277774c553246756447456751327868636d4578437a414a42674e560a4241674d416b4e424d517377435159445651514745774a56557a4165467730794d54417a4d5463774e5441304e444e61467730794f44417a4d5463774e5441300a4e444e614d484178496a416742674e5642414d4d47556c756447567349464e4857434251513073675132567964476c6d61574e6864475578476a415942674e560a42416f4d45556c756447567349454e76636e4276636d4630615739754d5251774567594456515148444174545957353059534244624746795954454c4d416b470a413155454341774351304578437a414a42674e5642415954416c56544d466b77457759484b6f5a497a6a3043415159494b6f5a497a6a304441516344516741450a4f63727649474473437751544e6535344135436c444d3864542f78627a4c476b50614932617352555a56392b3367712b5855626d486731724631462f534f6d700a6337576759624737747a70716e662b7a67324e4250614f434170737767674b584d42384741315564497751594d426141464e446f71747031312f6b75535265590a504873555a644456386c6c4e4d46384741315564487752594d465977564b42536f464347546d68306448427a4f693876595842704c6e527964584e305a57527a0a5a584a3261574e6c63793570626e526c6243356a62323076633264344c324e6c636e52705a6d6c6a5958527062323476646a497663474e7259334a7350324e680a5058427962324e6c63334e76636a416442674e564851344546675155685539616b6630615270427168507145587378754e736a2f6672457744675944565230500a4151482f42415144416762414d41774741315564457745422f7751434d4141776767485542676b71686b69472b45304244514545676748464d494942775441650a42676f71686b69472b453042445145424242435070554b3474472b5243415148592b7353395a76644d4949425a41594b4b6f5a496876684e41513042416a43430a415651774541594c4b6f5a496876684e4151304241674543415245774541594c4b6f5a496876684e4151304241674943415245774541594c4b6f5a496876684e0a4151304241674d43415149774541594c4b6f5a496876684e4151304241675143415151774541594c4b6f5a496876684e4151304241675543415145774551594c0a4b6f5a496876684e4151304241675943416743414d42414743797147534962345451454e41514948416745474d42414743797147534962345451454e415149490a416745414d42414743797147534962345451454e4151494a416745414d42414743797147534962345451454e4151494b416745414d42414743797147534962340a5451454e4151494c416745414d42414743797147534962345451454e4151494d416745414d42414743797147534962345451454e4151494e416745414d4241470a43797147534962345451454e4151494f416745414d42414743797147534962345451454e41514950416745414d42414743797147534962345451454e415149510a416745414d42414743797147534962345451454e415149524167454b4d42384743797147534962345451454e41514953424241524551494541594147414141410a41414141414141414d42414743697147534962345451454e41514d45416741414d42514743697147534962345451454e415151454267435162745541414441500a42676f71686b69472b45304244514546436745414d416f4743437147534d343942414d43413067414d4555434944644e6a44357953615a6f703678436f6344620a424f752f6976504550647663326b6a78356a744b79715a374169454135666c716a51596c5235435339746b2f3678777a7a4a514331794f34374f4556776950430a2f44306756384d3d0a2d2d2d2d2d454e442043455254494649434154452d2d2d2d2d0a2d2d2d2d2d424547494e2043455254494649434154452d2d2d2d2d0a4d4949436c7a4343416a36674177494241674956414e446f71747031312f6b7553526559504873555a644456386c6c4e4d416f4743437147534d343942414d430a4d476778476a415942674e5642414d4d45556c756447567349464e48574342536232393049454e424d526f77474159445651514b4442464a626e526c624342440a62334a7762334a6864476c76626a45554d424947413155454277774c553246756447456751327868636d4578437a414a42674e564241674d416b4e424d5173770a435159445651514745774a56557a4165467730784f4441314d6a45784d4451314d4468614677307a4d7a41314d6a45784d4451314d4468614d484578497a41680a42674e5642414d4d476b6c756447567349464e48574342515130736755484a765932567a6332397949454e424d526f77474159445651514b4442464a626e526c0a6243424462334a7762334a6864476c76626a45554d424947413155454277774c553246756447456751327868636d4578437a414a42674e564241674d416b4e420a4d517377435159445651514745774a56557a425a4d424d4742797147534d34394167454743437147534d34394177454841304941424c39712b4e4d7032494f670a74646c31626b2f75575a352b5447516d38614369387a373866732b664b435133642b75447a586e56544154325a68444369667949754a77764e33774e427039690a484253534d4a4d4a72424f6a6762737767626777487759445652306a42426777466f4155496d554d316c71644e496e7a6737535655723951477a6b6e427177770a556759445652306642457377535442486f45576751345a426148523063484d364c79396a5a584a3061575a70593246305a584d7564484a316333526c5a484e6c0a636e5a705932567a4c6d6c75644756734c6d4e766253394a626e526c62464e4857464a76623352445153356a636d7777485159445652304f42425945464e446f0a71747031312f6b7553526559504873555a644456386c6c4e4d41344741315564447745422f77514541774942426a415342674e5648524d4241663845434441470a4151482f416745414d416f4743437147534d343942414d43413063414d45514349432f396a2b3834542b487a74564f2f734f5142574a6253642b2f327565784b0a342b6141306a6346424c63704169413364684d72463563443532743646714d764149706a385864476d79326265656c6a4c4a4b2b707a706352413d3d0a2d2d2d2d2d454e442043455254494649434154452d2d2d2d2d0a2d2d2d2d2d424547494e2043455254494649434154452d2d2d2d2d0a4d4949436a6a4343416a53674177494241674955496d554d316c71644e496e7a6737535655723951477a6b6e42717777436759494b6f5a497a6a3045417749770a614445614d4267474131554541777752535735305a5777675530645949464a766233516751304578476a415942674e5642416f4d45556c756447567349454e760a636e4276636d4630615739754d5251774567594456515148444174545957353059534244624746795954454c4d416b47413155454341774351304578437a414a0a42674e5642415954416c56544d423458445445344d4455794d5445774e4445784d566f5844544d7a4d4455794d5445774e4445784d466f77614445614d4267470a4131554541777752535735305a5777675530645949464a766233516751304578476a415942674e5642416f4d45556c756447567349454e76636e4276636d46300a615739754d5251774567594456515148444174545957353059534244624746795954454c4d416b47413155454341774351304578437a414a42674e56424159540a416c56544d466b77457759484b6f5a497a6a3043415159494b6f5a497a6a3044415163445167414543366e45774d4449595a4f6a2f69505773437a61454b69370a314f694f534c52466857476a626e42564a66566e6b59347533496a6b4459594c304d784f346d717379596a6c42616c54565978465032734a424b357a6c4b4f420a757a43427544416642674e5648534d4547444157674251695a517a575770303069664f44744a5653763141624f5363477244425342674e5648523845537a424a0a4d45656752614244686b466f64485277637a6f764c324e6c636e52705a6d6c6a5958526c63793530636e567a6447566b63325679646d6c6a5a584d75615735300a5a577775593239744c306c756447567355306459556d397664454e424c6d4e796244416442674e564851344546675155496d554d316c71644e496e7a673753560a55723951477a6b6e4271777744675944565230504151482f42415144416745474d42494741315564457745422f7751494d4159424166384341514577436759490a4b6f5a497a6a30454177494453414177525149675151732f30387279636450617543466b3855505158434d416c736c6f4265374e7761514754636470613045430a495143557438534776784b6d6a70634d2f7a3057503944766f3868326b3564753169574464426b416e2b306969413d3d0a2d2d2d2d2d454e442043455254494649434154452d2d2d2d2d0a0001000000000000000100000000000000100000000000000020000000000000007367785f7265706f72745f6461746100c8cb6699fc32c38de3891cefd8d0313b15e623fa021c32315fa0d7973f66a4d6" + }, + "d115c6b83f3728dea4daec1f51a7d0bfc23d9d240d013d6b09ff5c63256599ba": { + "mrenclave": "8e67b83969dea1207c06fb5191bfd45662c196d030bed26796b75f09c0e1c4bc", + "nodeId": "d115c6b83f3728dea4daec1f51a7d0bfc23d9d240d013d6b09ff5c63256599ba", + "quoteVersion": "OE_SGX_v1", + "raw": "030002000000000005000a00939a7233f79c4ca9940a0db3957f0607663208f0e71f7a26fcc00d71547f994b0000000011110305ff80060000000000000000000000000000000000000000000000000000000000000000000000000000000000050000000000000007000000000000008e67b83969dea1207c06fb5191bfd45662c196d030bed26796b75f09c0e1c4bc000000000000000000000000000000000000000000000000000000000000000056a35b461bd8042255f6d33ee5ce7afa34f7024a35b74f15c5808e0c0086422600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000d19ba881da88f04f45266e9d795fd487e2c273325632dc3cd8056702e537f0c100000000000000000000000000000000000000000000000000000000000000003410000023efdd5d764e3930da9baecd87fb260021c3ab418c29733864d04992a64c1df761ef1ea1e48a677f09056849f72ebeac94952202cc95be6856a1f5c485e84d3a66fa6784ad32eba0168b72a140b80430bab2c95adf34e2ba8491c8ed79f4e0b2388d9d4e2020c10d2557f73b5198f49fb565b098969920d98d08d1a894c8a56e11110305ff800600000000000000000000000000000000000000000000000000000000000000000000000000000000001500000000000000070000000000000060d85af28be8d1c40a08d98b009d5f8acc1384a385cf460800e478791d1a979c00000000000000000000000000000000000000000000000000000000000000008c4f5775d796503e96137f77c68a829a0056ac8ded70140b081b094490c57bff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f8d09ad3629e9e695a543c453bd906407f9d4b052edf0cd5b075ef6fa91e862b00000000000000000000000000000000000000000000000000000000000000004bd341c9fdc0b2236217df8d06a2b307a7b17c695329394af97c7ddd534ecb4ea034c25225bfa34ce29f1d85e9317cd10a2b9e849371ae6da1fc5d52277395f22000000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f0500cc0d00002d2d2d2d2d424547494e2043455254494649434154452d2d2d2d2d0a4d494945674443434243616741774942416749554e5548796b476643707564556d563964774f53494243744335573877436759494b6f5a497a6a3045417749770a6354456a4d4345474131554541777761535735305a577767553064594946424453794251636d396a5a584e7a6233496751304578476a415942674e5642416f4d0a45556c756447567349454e76636e4276636d4630615739754d5251774567594456515148444174545957353059534244624746795954454c4d416b47413155450a4341774351304578437a414a42674e5642415954416c56544d423458445449784d4449784d4441774d7a59304f566f58445449344d4449784d4441774d7a59300a4f566f77634445694d434147413155454177775a535735305a5777675530645949464244537942445a584a3061575a70593246305a5445614d426747413155450a43677752535735305a577767513239796347397959585270623234784644415342674e564241634d43314e68626e526849454e7359584a684d517377435159440a5651514944414a445154454c4d416b474131554542684d4356564d775754415442676371686b6a4f5051494242676771686b6a4f50514d4242774e43414151660a794e4566557079554b414e63705070634a78527047652b4d56414e7349535073586d7475556a6541373339345477684f4264524e7155694c4c576f79486149790a367353574d6c4b4f524962434e344a416d3951556f3449436d7a434341706377487759445652306a42426777466f4155304f6971326e58582b53354a463567380a6578526c304e587957553077587759445652306642466777566a42556f464b6755495a4f6148523063484d364c79396863476b7564484a316333526c5a484e6c0a636e5a705932567a4c6d6c75644756734c6d4e766253397a5a3367765932567964476c6d61574e6864476c76626939324d6939775932746a636d772f593245390a63484a765932567a633239794d423047413155644467515742425134676146684c50314f675048344639444e536d3834377a78736644414f42674e56485138420a4166384542414d434273417744415944565230544151482f42414977414443434164514743537147534962345451454e4151534341635577676748424d4234470a43697147534962345451454e4151454545425672774c766242504c623055594372795a70516f4d776767466b42676f71686b69472b453042445145434d4949420a5644415142677371686b69472b45304244514543415149424554415142677371686b69472b45304244514543416749424554415142677371686b69472b4530420a4451454341774942416a415142677371686b69472b45304244514543424149424244415142677371686b69472b453042445145434251494241544152426773710a686b69472b4530424451454342674943414941774541594c4b6f5a496876684e4151304241676343415159774541594c4b6f5a496876684e41513042416767430a415141774541594c4b6f5a496876684e4151304241676b43415141774541594c4b6f5a496876684e4151304241676f43415141774541594c4b6f5a496876684e0a4151304241677343415141774541594c4b6f5a496876684e4151304241677743415141774541594c4b6f5a496876684e4151304241673043415141774541594c0a4b6f5a496876684e4151304241673443415141774541594c4b6f5a496876684e4151304241673843415141774541594c4b6f5a496876684e41513042416841430a415141774541594c4b6f5a496876684e415130424168454341516f774877594c4b6f5a496876684e4151304241684945454245524167514267415941414141410a41414141414141774541594b4b6f5a496876684e4151304241775143414141774641594b4b6f5a496876684e4151304242415147414a4275315141414d4138470a43697147534962345451454e4151554b41514177436759494b6f5a497a6a3045417749445341417752514967644e51694f334a482f3459696f7833704f3643370a4c6c6163575072312f66323248386b7363556150634f5543495144316732487a3145666e44434b583339626b4835396d444b52785574747931366e54486f76500a7258664742513d3d0a2d2d2d2d2d454e442043455254494649434154452d2d2d2d2d0a2d2d2d2d2d424547494e2043455254494649434154452d2d2d2d2d0a4d4949436c7a4343416a36674177494241674956414e446f71747031312f6b7553526559504873555a644456386c6c4e4d416f4743437147534d343942414d430a4d476778476a415942674e5642414d4d45556c756447567349464e48574342536232393049454e424d526f77474159445651514b4442464a626e526c624342440a62334a7762334a6864476c76626a45554d424947413155454277774c553246756447456751327868636d4578437a414a42674e564241674d416b4e424d5173770a435159445651514745774a56557a4165467730784f4441314d6a45784d4451314d4468614677307a4d7a41314d6a45784d4451314d4468614d484578497a41680a42674e5642414d4d476b6c756447567349464e48574342515130736755484a765932567a6332397949454e424d526f77474159445651514b4442464a626e526c0a6243424462334a7762334a6864476c76626a45554d424947413155454277774c553246756447456751327868636d4578437a414a42674e564241674d416b4e420a4d517377435159445651514745774a56557a425a4d424d4742797147534d34394167454743437147534d34394177454841304941424c39712b4e4d7032494f670a74646c31626b2f75575a352b5447516d38614369387a373866732b664b435133642b75447a586e56544154325a68444369667949754a77764e33774e427039690a484253534d4a4d4a72424f6a6762737767626777487759445652306a42426777466f4155496d554d316c71644e496e7a6737535655723951477a6b6e427177770a556759445652306642457377535442486f45576751345a426148523063484d364c79396a5a584a3061575a70593246305a584d7564484a316333526c5a484e6c0a636e5a705932567a4c6d6c75644756734c6d4e766253394a626e526c62464e4857464a76623352445153356a636d7777485159445652304f42425945464e446f0a71747031312f6b7553526559504873555a644456386c6c4e4d41344741315564447745422f77514541774942426a415342674e5648524d4241663845434441470a4151482f416745414d416f4743437147534d343942414d43413063414d45514349432f396a2b3834542b487a74564f2f734f5142574a6253642b2f327565784b0a342b6141306a6346424c63704169413364684d72463563443532743646714d764149706a385864476d79326265656c6a4c4a4b2b707a706352413d3d0a2d2d2d2d2d454e442043455254494649434154452d2d2d2d2d0a2d2d2d2d2d424547494e2043455254494649434154452d2d2d2d2d0a4d4949436a6a4343416a53674177494241674955496d554d316c71644e496e7a6737535655723951477a6b6e42717777436759494b6f5a497a6a3045417749770a614445614d4267474131554541777752535735305a5777675530645949464a766233516751304578476a415942674e5642416f4d45556c756447567349454e760a636e4276636d4630615739754d5251774567594456515148444174545957353059534244624746795954454c4d416b47413155454341774351304578437a414a0a42674e5642415954416c56544d423458445445344d4455794d5445774e4445784d566f5844544d7a4d4455794d5445774e4445784d466f77614445614d4267470a4131554541777752535735305a5777675530645949464a766233516751304578476a415942674e5642416f4d45556c756447567349454e76636e4276636d46300a615739754d5251774567594456515148444174545957353059534244624746795954454c4d416b47413155454341774351304578437a414a42674e56424159540a416c56544d466b77457759484b6f5a497a6a3043415159494b6f5a497a6a3044415163445167414543366e45774d4449595a4f6a2f69505773437a61454b69370a314f694f534c52466857476a626e42564a66566e6b59347533496a6b4459594c304d784f346d717379596a6c42616c54565978465032734a424b357a6c4b4f420a757a43427544416642674e5648534d4547444157674251695a517a575770303069664f44744a5653763141624f5363477244425342674e5648523845537a424a0a4d45656752614244686b466f64485277637a6f764c324e6c636e52705a6d6c6a5958526c63793530636e567a6447566b63325679646d6c6a5a584d75615735300a5a577775593239744c306c756447567355306459556d397664454e424c6d4e796244416442674e564851344546675155496d554d316c71644e496e7a673753560a55723951477a6b6e4271777744675944565230504151482f42415144416745474d42494741315564457745422f7751494d4159424166384341514577436759490a4b6f5a497a6a30454177494453414177525149675151732f30387279636450617543466b3855505158434d416c736c6f4265374e7761514754636470613045430a495143557438534776784b6d6a70634d2f7a3057503944766f3868326b3564753169574464426b416e2b306969413d3d0a2d2d2d2d2d454e442043455254494649434154452d2d2d2d2d0a0001000000000000000100000000000000100000000000000020000000000000007367785f7265706f72745f6461746100d115c6b83f3728dea4daec1f51a7d0bfc23d9d240d013d6b09ff5c63256599ba" + } + } + } + } + ], + "Variables": { + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com/ledgerIdentity/lyshi-sdk-ledger-2", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "463646509" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetEnclaveQuotesAsync.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetEnclaveQuotesAsync.json new file mode 100644 index 000000000000..7804307cf409 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetEnclaveQuotesAsync.json @@ -0,0 +1,54 @@ +{ + "Entries": [ + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/enclaveQuotes?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|bb75ec0c-40fb47cb717fc379.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "462c167551a184489205af9c43fec47e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "28866", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4119" + }, + "ResponseBody": { + "currentNodeId": "44400c2df4f2a964977421b7ad51104fda6416d6922fea7f8304f50b839e7397", + "enclaveQuotes": { + "44400c2df4f2a964977421b7ad51104fda6416d6922fea7f8304f50b839e7397": { + "mrenclave": "8e67b83969dea1207c06fb5191bfd45662c196d030bed26796b75f09c0e1c4bc", + "nodeId": "44400c2df4f2a964977421b7ad51104fda6416d6922fea7f8304f50b839e7397", + "quoteVersion": "OE_SGX_v1", + "raw": "030002000000000005000a00939a7233f79c4ca9940a0db3957f06071656a1ce5563b99bea3cf2ba178100be0000000011110305ff80060000000000000000000000000000000000000000000000000000000000000000000000000000000000050000000000000007000000000000008e67b83969dea1207c06fb5191bfd45662c196d030bed26796b75f09c0e1c4bc000000000000000000000000000000000000000000000000000000000000000056a35b461bd8042255f6d33ee5ce7afa34f7024a35b74f15c5808e0c00864226000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002d7d4a564a8ab7c4bf82ac842d6bae3f41448716dd75c0d73b4c7167b7fb40de000000000000000000000000000000000000000000000000000000000000000034100000570a1f841a5313725780cacc50365f700b30a373424d0e65a64b2a3fafaf750ad5c9a93cf55766389deb8e630ae8713d79fddc4bd05ac8b002cf8935a1bbf5db4d1a29377a6ab109aeb4904d3a8ac0623a351079756c52ecd88e9b9e1666ad05a04d29b8f65d2ddd76602fa6458bffa5bcbc88a88c7eaeba130dfd2a8ade5f0311110305ff800600000000000000000000000000000000000000000000000000000000000000000000000000000000001500000000000000070000000000000060d85af28be8d1c40a08d98b009d5f8acc1384a385cf460800e478791d1a979c00000000000000000000000000000000000000000000000000000000000000008c4f5775d796503e96137f77c68a829a0056ac8ded70140b081b094490c57bff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010005000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f93cbc44bd3255f9909b93dbe4bf5f793cf5411778b93bf0268434cabe9f88300000000000000000000000000000000000000000000000000000000000000002c2718ec9109ecb982716e2a794ed680c0d3e97152fbc0e20eab16b0495747c1dd921056064d2184b449dd87e93737d7ae646be351d029a7bac0eb012f59ffb52000000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f0500cc0d00002d2d2d2d2d424547494e2043455254494649434154452d2d2d2d2d0a4d4949456754434342436167417749424167495547724c414559366a716a7570706b33646f36715a67434c36782b4d77436759494b6f5a497a6a3045417749770a6354456a4d4345474131554541777761535735305a577767553064594946424453794251636d396a5a584e7a6233496751304578476a415942674e5642416f4d0a45556c756447567349454e76636e4276636d4630615739754d5251774567594456515148444174545957353059534244624746795954454c4d416b47413155450a4341774351304578437a414a42674e5642415954416c56544d423458445449784d444d784d5449784d4459784d466f58445449344d444d784d5449784d4459780a4d466f77634445694d434147413155454177775a535735305a5777675530645949464244537942445a584a3061575a70593246305a5445614d426747413155450a43677752535735305a577767513239796347397959585270623234784644415342674e564241634d43314e68626e526849454e7359584a684d517377435159440a5651514944414a445154454c4d416b474131554542684d4356564d775754415442676371686b6a4f5051494242676771686b6a4f50514d4242774e434141517a0a536c5971354e7a4d4156796c4c7763363162515559437256694c32435441482f485548724c2f42564268663758503641687a674f7377722f72444a6b52314d6c0a4e50672b63537635596b2f5977336331745671636f3449436d7a434341706377487759445652306a42426777466f4155304f6971326e58582b53354a463567380a6578526c304e587957553077587759445652306642466777566a42556f464b6755495a4f6148523063484d364c79396863476b7564484a316333526c5a484e6c0a636e5a705932567a4c6d6c75644756734c6d4e766253397a5a3367765932567964476c6d61574e6864476c76626939324d6939775932746a636d772f593245390a63484a765932567a633239794d42304741315564446751574242536f334a51753853366a4f5433343364783561376951394b3737677a414f42674e56485138420a4166384542414d434273417744415944565230544151482f42414977414443434164514743537147534962345451454e4151534341635577676748424d4234470a43697147534962345451454e41514545454f6f526846697473624c496a425031513855312b6a6b776767466b42676f71686b69472b453042445145434d4949420a5644415142677371686b69472b45304244514543415149424554415142677371686b69472b45304244514543416749424554415142677371686b69472b4530420a4451454341774942416a415142677371686b69472b45304244514543424149424244415142677371686b69472b453042445145434251494241544152426773710a686b69472b4530424451454342674943414941774541594c4b6f5a496876684e4151304241676343415159774541594c4b6f5a496876684e41513042416767430a415141774541594c4b6f5a496876684e4151304241676b43415141774541594c4b6f5a496876684e4151304241676f43415141774541594c4b6f5a496876684e0a4151304241677343415141774541594c4b6f5a496876684e4151304241677743415141774541594c4b6f5a496876684e4151304241673043415141774541594c0a4b6f5a496876684e4151304241673443415141774541594c4b6f5a496876684e4151304241673843415141774541594c4b6f5a496876684e41513042416841430a415141774541594c4b6f5a496876684e415130424168454341516f774877594c4b6f5a496876684e4151304241684945454245524167514267415941414141410a41414141414141774541594b4b6f5a496876684e4151304241775143414141774641594b4b6f5a496876684e4151304242415147414a4275315141414d4138470a43697147534962345451454e4151554b41514177436759494b6f5a497a6a3045417749445351417752674968414e4f5475686e556b3741364f367a7636644c550a45366a745a4d4763574471555061705373432f4867766851416945416b364d3234456476502f4d707a7930692b7265417a686d75316f7a494e6e6166436532580a2f4b32616e4b383d0a2d2d2d2d2d454e442043455254494649434154452d2d2d2d2d0a2d2d2d2d2d424547494e2043455254494649434154452d2d2d2d2d0a4d4949436c7a4343416a36674177494241674956414e446f71747031312f6b7553526559504873555a644456386c6c4e4d416f4743437147534d343942414d430a4d476778476a415942674e5642414d4d45556c756447567349464e48574342536232393049454e424d526f77474159445651514b4442464a626e526c624342440a62334a7762334a6864476c76626a45554d424947413155454277774c553246756447456751327868636d4578437a414a42674e564241674d416b4e424d5173770a435159445651514745774a56557a4165467730784f4441314d6a45784d4451314d4468614677307a4d7a41314d6a45784d4451314d4468614d484578497a41680a42674e5642414d4d476b6c756447567349464e48574342515130736755484a765932567a6332397949454e424d526f77474159445651514b4442464a626e526c0a6243424462334a7762334a6864476c76626a45554d424947413155454277774c553246756447456751327868636d4578437a414a42674e564241674d416b4e420a4d517377435159445651514745774a56557a425a4d424d4742797147534d34394167454743437147534d34394177454841304941424c39712b4e4d7032494f670a74646c31626b2f75575a352b5447516d38614369387a373866732b664b435133642b75447a586e56544154325a68444369667949754a77764e33774e427039690a484253534d4a4d4a72424f6a6762737767626777487759445652306a42426777466f4155496d554d316c71644e496e7a6737535655723951477a6b6e427177770a556759445652306642457377535442486f45576751345a426148523063484d364c79396a5a584a3061575a70593246305a584d7564484a316333526c5a484e6c0a636e5a705932567a4c6d6c75644756734c6d4e766253394a626e526c62464e4857464a76623352445153356a636d7777485159445652304f42425945464e446f0a71747031312f6b7553526559504873555a644456386c6c4e4d41344741315564447745422f77514541774942426a415342674e5648524d4241663845434441470a4151482f416745414d416f4743437147534d343942414d43413063414d45514349432f396a2b3834542b487a74564f2f734f5142574a6253642b2f327565784b0a342b6141306a6346424c63704169413364684d72463563443532743646714d764149706a385864476d79326265656c6a4c4a4b2b707a706352413d3d0a2d2d2d2d2d454e442043455254494649434154452d2d2d2d2d0a2d2d2d2d2d424547494e2043455254494649434154452d2d2d2d2d0a4d4949436a6a4343416a53674177494241674955496d554d316c71644e496e7a6737535655723951477a6b6e42717777436759494b6f5a497a6a3045417749770a614445614d4267474131554541777752535735305a5777675530645949464a766233516751304578476a415942674e5642416f4d45556c756447567349454e760a636e4276636d4630615739754d5251774567594456515148444174545957353059534244624746795954454c4d416b47413155454341774351304578437a414a0a42674e5642415954416c56544d423458445445344d4455794d5445774e4445784d566f5844544d7a4d4455794d5445774e4445784d466f77614445614d4267470a4131554541777752535735305a5777675530645949464a766233516751304578476a415942674e5642416f4d45556c756447567349454e76636e4276636d46300a615739754d5251774567594456515148444174545957353059534244624746795954454c4d416b47413155454341774351304578437a414a42674e56424159540a416c56544d466b77457759484b6f5a497a6a3043415159494b6f5a497a6a3044415163445167414543366e45774d4449595a4f6a2f69505773437a61454b69370a314f694f534c52466857476a626e42564a66566e6b59347533496a6b4459594c304d784f346d717379596a6c42616c54565978465032734a424b357a6c4b4f420a757a43427544416642674e5648534d4547444157674251695a517a575770303069664f44744a5653763141624f5363477244425342674e5648523845537a424a0a4d45656752614244686b466f64485277637a6f764c324e6c636e52705a6d6c6a5958526c63793530636e567a6447566b63325679646d6c6a5a584d75615735300a5a577775593239744c306c756447567355306459556d397664454e424c6d4e796244416442674e564851344546675155496d554d316c71644e496e7a673753560a55723951477a6b6e4271777744675944565230504151482f42415144416745474d42494741315564457745422f7751494d4159424166384341514577436759490a4b6f5a497a6a30454177494453414177525149675151732f30387279636450617543466b3855505158434d416c736c6f4265374e7761514754636470613045430a495143557438534776784b6d6a70634d2f7a3057503944766f3868326b3564753169574464426b416e2b306969413d3d0a2d2d2d2d2d454e442043455254494649434154452d2d2d2d2d0a0001000000000000000100000000000000100000000000000020000000000000007367785f7265706f72745f646174610044400c2df4f2a964977421b7ad51104fda6416d6922fea7f8304f50b839e7397" + }, + "c8cb6699fc32c38de3891cefd8d0313b15e623fa021c32315fa0d7973f66a4d6": { + "mrenclave": "8e67b83969dea1207c06fb5191bfd45662c196d030bed26796b75f09c0e1c4bc", + "nodeId": "c8cb6699fc32c38de3891cefd8d0313b15e623fa021c32315fa0d7973f66a4d6", + "quoteVersion": "OE_SGX_v1", + "raw": "030002000000000005000a00939a7233f79c4ca9940a0db3957f06074873041a31fa9e99c28726074c95f0110000000011110305ff80060000000000000000000000000000000000000000000000000000000000000000000000000000000000050000000000000007000000000000008e67b83969dea1207c06fb5191bfd45662c196d030bed26796b75f09c0e1c4bc000000000000000000000000000000000000000000000000000000000000000056a35b461bd8042255f6d33ee5ce7afa34f7024a35b74f15c5808e0c00864226000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001f8f4e35c0ee65728d8bd1fe85cb1e358f02fe6ac35318d62ebd3763531859d0000000000000000000000000000000000000000000000000000000000000000034100000cff8c276dfa5f1e995ac7abcf7e22a948d147f6cc565a7e7407bd42fd805209a191a33310fef200a5fda2524458583d3e1f94ff2b0ec9d2ed76379cc749feb4ef90fc89d9b26a4f817549ca484f845ccdd2e7a58317ef86498dc72f884122fcb744c534915ab067517627d73b1984d14196a6cb2ecc8f86bf62a81b535213e0411110305ff800600000000000000000000000000000000000000000000000000000000000000000000000000000000001500000000000000070000000000000060d85af28be8d1c40a08d98b009d5f8acc1384a385cf460800e478791d1a979c00000000000000000000000000000000000000000000000000000000000000008c4f5775d796503e96137f77c68a829a0056ac8ded70140b081b094490c57bff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010005000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004f588dbf7520c9e3cc41fff530db8b42141a25b1f84f167963cb1305d0557d130000000000000000000000000000000000000000000000000000000000000000cc63294e9101303c80d2cf7b5ff71a272506220378e2f50331a69cbf1eab6b76fc4b70eb794e6650c41220f4dbb5c2ab583ec153d1eddf72f5b34fc82b8621542000000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f0500cc0d00002d2d2d2d2d424547494e2043455254494649434154452d2d2d2d2d0a4d4949456754434342436567417749424167495641495a565a7a647836376f5348596b535a47696b2f7a764f715a4d554d416f4743437147534d343942414d430a4d484578497a416842674e5642414d4d476b6c756447567349464e48574342515130736755484a765932567a6332397949454e424d526f77474159445651514b0a4442464a626e526c6243424462334a7762334a6864476c76626a45554d424947413155454277774c553246756447456751327868636d4578437a414a42674e560a4241674d416b4e424d517377435159445651514745774a56557a4165467730794d54417a4d5463774e5441304e444e61467730794f44417a4d5463774e5441300a4e444e614d484178496a416742674e5642414d4d47556c756447567349464e4857434251513073675132567964476c6d61574e6864475578476a415942674e560a42416f4d45556c756447567349454e76636e4276636d4630615739754d5251774567594456515148444174545957353059534244624746795954454c4d416b470a413155454341774351304578437a414a42674e5642415954416c56544d466b77457759484b6f5a497a6a3043415159494b6f5a497a6a304441516344516741450a4f63727649474473437751544e6535344135436c444d3864542f78627a4c476b50614932617352555a56392b3367712b5855626d486731724631462f534f6d700a6337576759624737747a70716e662b7a67324e4250614f434170737767674b584d42384741315564497751594d426141464e446f71747031312f6b75535265590a504873555a644456386c6c4e4d46384741315564487752594d465977564b42536f464347546d68306448427a4f693876595842704c6e527964584e305a57527a0a5a584a3261574e6c63793570626e526c6243356a62323076633264344c324e6c636e52705a6d6c6a5958527062323476646a497663474e7259334a7350324e680a5058427962324e6c63334e76636a416442674e564851344546675155685539616b6630615270427168507145587378754e736a2f6672457744675944565230500a4151482f42415144416762414d41774741315564457745422f7751434d4141776767485542676b71686b69472b45304244514545676748464d494942775441650a42676f71686b69472b453042445145424242435070554b3474472b5243415148592b7353395a76644d4949425a41594b4b6f5a496876684e41513042416a43430a415651774541594c4b6f5a496876684e4151304241674543415245774541594c4b6f5a496876684e4151304241674943415245774541594c4b6f5a496876684e0a4151304241674d43415149774541594c4b6f5a496876684e4151304241675143415151774541594c4b6f5a496876684e4151304241675543415145774551594c0a4b6f5a496876684e4151304241675943416743414d42414743797147534962345451454e41514948416745474d42414743797147534962345451454e415149490a416745414d42414743797147534962345451454e4151494a416745414d42414743797147534962345451454e4151494b416745414d42414743797147534962340a5451454e4151494c416745414d42414743797147534962345451454e4151494d416745414d42414743797147534962345451454e4151494e416745414d4241470a43797147534962345451454e4151494f416745414d42414743797147534962345451454e41514950416745414d42414743797147534962345451454e415149510a416745414d42414743797147534962345451454e415149524167454b4d42384743797147534962345451454e41514953424241524551494541594147414141410a41414141414141414d42414743697147534962345451454e41514d45416741414d42514743697147534962345451454e415151454267435162745541414441500a42676f71686b69472b45304244514546436745414d416f4743437147534d343942414d43413067414d4555434944644e6a44357953615a6f703678436f6344620a424f752f6976504550647663326b6a78356a744b79715a374169454135666c716a51596c5235435339746b2f3678777a7a4a514331794f34374f4556776950430a2f44306756384d3d0a2d2d2d2d2d454e442043455254494649434154452d2d2d2d2d0a2d2d2d2d2d424547494e2043455254494649434154452d2d2d2d2d0a4d4949436c7a4343416a36674177494241674956414e446f71747031312f6b7553526559504873555a644456386c6c4e4d416f4743437147534d343942414d430a4d476778476a415942674e5642414d4d45556c756447567349464e48574342536232393049454e424d526f77474159445651514b4442464a626e526c624342440a62334a7762334a6864476c76626a45554d424947413155454277774c553246756447456751327868636d4578437a414a42674e564241674d416b4e424d5173770a435159445651514745774a56557a4165467730784f4441314d6a45784d4451314d4468614677307a4d7a41314d6a45784d4451314d4468614d484578497a41680a42674e5642414d4d476b6c756447567349464e48574342515130736755484a765932567a6332397949454e424d526f77474159445651514b4442464a626e526c0a6243424462334a7762334a6864476c76626a45554d424947413155454277774c553246756447456751327868636d4578437a414a42674e564241674d416b4e420a4d517377435159445651514745774a56557a425a4d424d4742797147534d34394167454743437147534d34394177454841304941424c39712b4e4d7032494f670a74646c31626b2f75575a352b5447516d38614369387a373866732b664b435133642b75447a586e56544154325a68444369667949754a77764e33774e427039690a484253534d4a4d4a72424f6a6762737767626777487759445652306a42426777466f4155496d554d316c71644e496e7a6737535655723951477a6b6e427177770a556759445652306642457377535442486f45576751345a426148523063484d364c79396a5a584a3061575a70593246305a584d7564484a316333526c5a484e6c0a636e5a705932567a4c6d6c75644756734c6d4e766253394a626e526c62464e4857464a76623352445153356a636d7777485159445652304f42425945464e446f0a71747031312f6b7553526559504873555a644456386c6c4e4d41344741315564447745422f77514541774942426a415342674e5648524d4241663845434441470a4151482f416745414d416f4743437147534d343942414d43413063414d45514349432f396a2b3834542b487a74564f2f734f5142574a6253642b2f327565784b0a342b6141306a6346424c63704169413364684d72463563443532743646714d764149706a385864476d79326265656c6a4c4a4b2b707a706352413d3d0a2d2d2d2d2d454e442043455254494649434154452d2d2d2d2d0a2d2d2d2d2d424547494e2043455254494649434154452d2d2d2d2d0a4d4949436a6a4343416a53674177494241674955496d554d316c71644e496e7a6737535655723951477a6b6e42717777436759494b6f5a497a6a3045417749770a614445614d4267474131554541777752535735305a5777675530645949464a766233516751304578476a415942674e5642416f4d45556c756447567349454e760a636e4276636d4630615739754d5251774567594456515148444174545957353059534244624746795954454c4d416b47413155454341774351304578437a414a0a42674e5642415954416c56544d423458445445344d4455794d5445774e4445784d566f5844544d7a4d4455794d5445774e4445784d466f77614445614d4267470a4131554541777752535735305a5777675530645949464a766233516751304578476a415942674e5642416f4d45556c756447567349454e76636e4276636d46300a615739754d5251774567594456515148444174545957353059534244624746795954454c4d416b47413155454341774351304578437a414a42674e56424159540a416c56544d466b77457759484b6f5a497a6a3043415159494b6f5a497a6a3044415163445167414543366e45774d4449595a4f6a2f69505773437a61454b69370a314f694f534c52466857476a626e42564a66566e6b59347533496a6b4459594c304d784f346d717379596a6c42616c54565978465032734a424b357a6c4b4f420a757a43427544416642674e5648534d4547444157674251695a517a575770303069664f44744a5653763141624f5363477244425342674e5648523845537a424a0a4d45656752614244686b466f64485277637a6f764c324e6c636e52705a6d6c6a5958526c63793530636e567a6447566b63325679646d6c6a5a584d75615735300a5a577775593239744c306c756447567355306459556d397664454e424c6d4e796244416442674e564851344546675155496d554d316c71644e496e7a673753560a55723951477a6b6e4271777744675944565230504151482f42415144416745474d42494741315564457745422f7751494d4159424166384341514577436759490a4b6f5a497a6a30454177494453414177525149675151732f30387279636450617543466b3855505158434d416c736c6f4265374e7761514754636470613045430a495143557438534776784b6d6a70634d2f7a3057503944766f3868326b3564753169574464426b416e2b306969413d3d0a2d2d2d2d2d454e442043455254494649434154452d2d2d2d2d0a0001000000000000000100000000000000100000000000000020000000000000007367785f7265706f72745f6461746100c8cb6699fc32c38de3891cefd8d0313b15e623fa021c32315fa0d7973f66a4d6" + }, + "d115c6b83f3728dea4daec1f51a7d0bfc23d9d240d013d6b09ff5c63256599ba": { + "mrenclave": "8e67b83969dea1207c06fb5191bfd45662c196d030bed26796b75f09c0e1c4bc", + "nodeId": "d115c6b83f3728dea4daec1f51a7d0bfc23d9d240d013d6b09ff5c63256599ba", + "quoteVersion": "OE_SGX_v1", + "raw": "030002000000000005000a00939a7233f79c4ca9940a0db3957f0607663208f0e71f7a26fcc00d71547f994b0000000011110305ff80060000000000000000000000000000000000000000000000000000000000000000000000000000000000050000000000000007000000000000008e67b83969dea1207c06fb5191bfd45662c196d030bed26796b75f09c0e1c4bc000000000000000000000000000000000000000000000000000000000000000056a35b461bd8042255f6d33ee5ce7afa34f7024a35b74f15c5808e0c0086422600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000d19ba881da88f04f45266e9d795fd487e2c273325632dc3cd8056702e537f0c100000000000000000000000000000000000000000000000000000000000000003410000023efdd5d764e3930da9baecd87fb260021c3ab418c29733864d04992a64c1df761ef1ea1e48a677f09056849f72ebeac94952202cc95be6856a1f5c485e84d3a66fa6784ad32eba0168b72a140b80430bab2c95adf34e2ba8491c8ed79f4e0b2388d9d4e2020c10d2557f73b5198f49fb565b098969920d98d08d1a894c8a56e11110305ff800600000000000000000000000000000000000000000000000000000000000000000000000000000000001500000000000000070000000000000060d85af28be8d1c40a08d98b009d5f8acc1384a385cf460800e478791d1a979c00000000000000000000000000000000000000000000000000000000000000008c4f5775d796503e96137f77c68a829a0056ac8ded70140b081b094490c57bff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f8d09ad3629e9e695a543c453bd906407f9d4b052edf0cd5b075ef6fa91e862b00000000000000000000000000000000000000000000000000000000000000004bd341c9fdc0b2236217df8d06a2b307a7b17c695329394af97c7ddd534ecb4ea034c25225bfa34ce29f1d85e9317cd10a2b9e849371ae6da1fc5d52277395f22000000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f0500cc0d00002d2d2d2d2d424547494e2043455254494649434154452d2d2d2d2d0a4d494945674443434243616741774942416749554e5548796b476643707564556d563964774f53494243744335573877436759494b6f5a497a6a3045417749770a6354456a4d4345474131554541777761535735305a577767553064594946424453794251636d396a5a584e7a6233496751304578476a415942674e5642416f4d0a45556c756447567349454e76636e4276636d4630615739754d5251774567594456515148444174545957353059534244624746795954454c4d416b47413155450a4341774351304578437a414a42674e5642415954416c56544d423458445449784d4449784d4441774d7a59304f566f58445449344d4449784d4441774d7a59300a4f566f77634445694d434147413155454177775a535735305a5777675530645949464244537942445a584a3061575a70593246305a5445614d426747413155450a43677752535735305a577767513239796347397959585270623234784644415342674e564241634d43314e68626e526849454e7359584a684d517377435159440a5651514944414a445154454c4d416b474131554542684d4356564d775754415442676371686b6a4f5051494242676771686b6a4f50514d4242774e43414151660a794e4566557079554b414e63705070634a78527047652b4d56414e7349535073586d7475556a6541373339345477684f4264524e7155694c4c576f79486149790a367353574d6c4b4f524962434e344a416d3951556f3449436d7a434341706377487759445652306a42426777466f4155304f6971326e58582b53354a463567380a6578526c304e587957553077587759445652306642466777566a42556f464b6755495a4f6148523063484d364c79396863476b7564484a316333526c5a484e6c0a636e5a705932567a4c6d6c75644756734c6d4e766253397a5a3367765932567964476c6d61574e6864476c76626939324d6939775932746a636d772f593245390a63484a765932567a633239794d423047413155644467515742425134676146684c50314f675048344639444e536d3834377a78736644414f42674e56485138420a4166384542414d434273417744415944565230544151482f42414977414443434164514743537147534962345451454e4151534341635577676748424d4234470a43697147534962345451454e4151454545425672774c766242504c623055594372795a70516f4d776767466b42676f71686b69472b453042445145434d4949420a5644415142677371686b69472b45304244514543415149424554415142677371686b69472b45304244514543416749424554415142677371686b69472b4530420a4451454341774942416a415142677371686b69472b45304244514543424149424244415142677371686b69472b453042445145434251494241544152426773710a686b69472b4530424451454342674943414941774541594c4b6f5a496876684e4151304241676343415159774541594c4b6f5a496876684e41513042416767430a415141774541594c4b6f5a496876684e4151304241676b43415141774541594c4b6f5a496876684e4151304241676f43415141774541594c4b6f5a496876684e0a4151304241677343415141774541594c4b6f5a496876684e4151304241677743415141774541594c4b6f5a496876684e4151304241673043415141774541594c0a4b6f5a496876684e4151304241673443415141774541594c4b6f5a496876684e4151304241673843415141774541594c4b6f5a496876684e41513042416841430a415141774541594c4b6f5a496876684e415130424168454341516f774877594c4b6f5a496876684e4151304241684945454245524167514267415941414141410a41414141414141774541594b4b6f5a496876684e4151304241775143414141774641594b4b6f5a496876684e4151304242415147414a4275315141414d4138470a43697147534962345451454e4151554b41514177436759494b6f5a497a6a3045417749445341417752514967644e51694f334a482f3459696f7833704f3643370a4c6c6163575072312f66323248386b7363556150634f5543495144316732487a3145666e44434b583339626b4835396d444b52785574747931366e54486f76500a7258664742513d3d0a2d2d2d2d2d454e442043455254494649434154452d2d2d2d2d0a2d2d2d2d2d424547494e2043455254494649434154452d2d2d2d2d0a4d4949436c7a4343416a36674177494241674956414e446f71747031312f6b7553526559504873555a644456386c6c4e4d416f4743437147534d343942414d430a4d476778476a415942674e5642414d4d45556c756447567349464e48574342536232393049454e424d526f77474159445651514b4442464a626e526c624342440a62334a7762334a6864476c76626a45554d424947413155454277774c553246756447456751327868636d4578437a414a42674e564241674d416b4e424d5173770a435159445651514745774a56557a4165467730784f4441314d6a45784d4451314d4468614677307a4d7a41314d6a45784d4451314d4468614d484578497a41680a42674e5642414d4d476b6c756447567349464e48574342515130736755484a765932567a6332397949454e424d526f77474159445651514b4442464a626e526c0a6243424462334a7762334a6864476c76626a45554d424947413155454277774c553246756447456751327868636d4578437a414a42674e564241674d416b4e420a4d517377435159445651514745774a56557a425a4d424d4742797147534d34394167454743437147534d34394177454841304941424c39712b4e4d7032494f670a74646c31626b2f75575a352b5447516d38614369387a373866732b664b435133642b75447a586e56544154325a68444369667949754a77764e33774e427039690a484253534d4a4d4a72424f6a6762737767626777487759445652306a42426777466f4155496d554d316c71644e496e7a6737535655723951477a6b6e427177770a556759445652306642457377535442486f45576751345a426148523063484d364c79396a5a584a3061575a70593246305a584d7564484a316333526c5a484e6c0a636e5a705932567a4c6d6c75644756734c6d4e766253394a626e526c62464e4857464a76623352445153356a636d7777485159445652304f42425945464e446f0a71747031312f6b7553526559504873555a644456386c6c4e4d41344741315564447745422f77514541774942426a415342674e5648524d4241663845434441470a4151482f416745414d416f4743437147534d343942414d43413063414d45514349432f396a2b3834542b487a74564f2f734f5142574a6253642b2f327565784b0a342b6141306a6346424c63704169413364684d72463563443532743646714d764149706a385864476d79326265656c6a4c4a4b2b707a706352413d3d0a2d2d2d2d2d454e442043455254494649434154452d2d2d2d2d0a2d2d2d2d2d424547494e2043455254494649434154452d2d2d2d2d0a4d4949436a6a4343416a53674177494241674955496d554d316c71644e496e7a6737535655723951477a6b6e42717777436759494b6f5a497a6a3045417749770a614445614d4267474131554541777752535735305a5777675530645949464a766233516751304578476a415942674e5642416f4d45556c756447567349454e760a636e4276636d4630615739754d5251774567594456515148444174545957353059534244624746795954454c4d416b47413155454341774351304578437a414a0a42674e5642415954416c56544d423458445445344d4455794d5445774e4445784d566f5844544d7a4d4455794d5445774e4445784d466f77614445614d4267470a4131554541777752535735305a5777675530645949464a766233516751304578476a415942674e5642416f4d45556c756447567349454e76636e4276636d46300a615739754d5251774567594456515148444174545957353059534244624746795954454c4d416b47413155454341774351304578437a414a42674e56424159540a416c56544d466b77457759484b6f5a497a6a3043415159494b6f5a497a6a3044415163445167414543366e45774d4449595a4f6a2f69505773437a61454b69370a314f694f534c52466857476a626e42564a66566e6b59347533496a6b4459594c304d784f346d717379596a6c42616c54565978465032734a424b357a6c4b4f420a757a43427544416642674e5648534d4547444157674251695a517a575770303069664f44744a5653763141624f5363477244425342674e5648523845537a424a0a4d45656752614244686b466f64485277637a6f764c324e6c636e52705a6d6c6a5958526c63793530636e567a6447566b63325679646d6c6a5a584d75615735300a5a577775593239744c306c756447567355306459556d397664454e424c6d4e796244416442674e564851344546675155496d554d316c71644e496e7a673753560a55723951477a6b6e4271777744675944565230504151482f42415144416745474d42494741315564457745422f7751494d4159424166384341514577436759490a4b6f5a497a6a30454177494453414177525149675151732f30387279636450617543466b3855505158434d416c736c6f4265374e7761514754636470613045430a495143557438534776784b6d6a70634d2f7a3057503944766f3868326b3564753169574464426b416e2b306969413d3d0a2d2d2d2d2d454e442043455254494649434154452d2d2d2d2d0a0001000000000000000100000000000000100000000000000020000000000000007367785f7265706f72745f6461746100d115c6b83f3728dea4daec1f51a7d0bfc23d9d240d013d6b09ff5c63256599ba" + } + } + } + } + ], + "Variables": { + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com/ledgerIdentity/lyshi-sdk-ledger-2", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "783238065" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetLedgerEntries.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetLedgerEntries.json new file mode 100644 index 000000000000..734927ecbcb6 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetLedgerEntries.json @@ -0,0 +1,1442 @@ +{ + "Entries": [ + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78bf-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "14dbf0ac750d8d0bf8f50175731d7a9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "130", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78c0-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "d0e569a7c698a14dff791af294455beb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "405", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.102\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.23\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.25\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.102", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78c1-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "00dd87fee3a4c66afaba375ddb34f160", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "147", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.203\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.203", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78c2-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "2811cd478fc1e6a4a33914945b18f9b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "407", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.304\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.269\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.271\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.304", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78c3-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "ec77159a7940c4fafe1ed6dd8fefc6cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "147", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.405\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.405", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78c4-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c7abb98832336e2ae2f75d6bcfd56be2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "147", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.506\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.506", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78c5-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c5c384c105bdcd20d24c29a2b9c756b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "147", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.607\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.607", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78c6-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "a20c4972316c677feb0909491c8ff528", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "407", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.708\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.614\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.616\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.708", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78c7-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "0b1cf4b3012c820e99def4e70987b51b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "147", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.809\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.809", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78c8-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "86f8a9a0c9c98f75045bdab3fbd7b042", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "132", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.809\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.809", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78c9-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c4ee00574bab71863b89088d3c985e63", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "407", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.910\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.862\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.864\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.910", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78ca-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "73a8ee546f97ea5f7e8c06d0275a87c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1011\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1011", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78cb-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "088fb22df098547022874a3fc0e7526c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1112\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1112", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78cd-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "8a604602560863ca7e53500f24202a96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "410", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1213\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.1204\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.1206\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1213", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78cf-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "793c6a3dc887a764abfb8fdbec9bc381", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1314\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1314", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78d1-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "bad2e444b0e3710f352b05ffeab8036b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1415\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1415", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78d3-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "0896624109c9299da07375b793e69dfb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "410", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1516\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.1464\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.1466\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1516", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78d5-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "88bd9173fa21dba248915af8eed1119d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1617\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1617", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78d7-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "02444347142972d975a0c1eb65c8f189", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1718\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1718", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78d9-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "aab1b1520f8d0174f137b8e7ed0c1dd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "410", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1819\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.1806\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.1808\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1819", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78da-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "3b8023c51e56485a997f69ed2d6f256e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1920\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1920", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78db-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "b398e79847170bfb23162e1746c2d68c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2021\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2021", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78dc-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "29a50f1ecc8534835768100da686d482", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "410", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2122\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.2044\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.2046\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2122", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78dd-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "054f491169737dc12874173fef4301d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2223\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2223", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78de-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "1dcfdca9fbcacbe964635cae36ee659c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2324\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2324", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78df-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "fd05ac41d073b5194e270110b4434513", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "410", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2425\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.2386\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.2388\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2425", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78e0-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "ca643967b6b616b85f83a10f0c124739", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2526\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2526", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78e1-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "42fd7b0f043ed863c31acfa2fad91621", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2627\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2627", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78e3-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "3900c7df034562d5d68b069ce7151c86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "410", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2728\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.2646\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.2648\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2728", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78e5-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "32c39471ddd81adb73e426fe9349a3df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2829\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2829", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78e7-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "532a4ce2e9528faea4d74fe624b1e04b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2930\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2930", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78e8-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "507b6ecff9ef8ca3242e1a4c380964ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "133", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2930\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2930", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78e9-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "471cc3e9501fe98d68f30b3f96897066", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "410", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3031\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.2987\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.2989\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3031", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78ea-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "470259abaa0ae872a99d2f23ce61579a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3132\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3132", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78ec-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "dea1b4bd1d063ee250339d8121691a06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3233\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3233", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78ed-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "33cc709c0f8c11d02d836777c276fa45", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "410", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3334\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.3237\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.3239\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3334", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78ee-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "1a6694a778c0559380be1061fbaa5e77", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3435\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3435", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78ef-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "7d5fe178c296ae0ee38fb183b56a7cd9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3536\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3536", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78f0-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "8cda573900032445dc77b3cdff6f1583", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3637\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3637", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78f2-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "a4283641d1d078749b3aa01f0f40ae74", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3738\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3738", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78f3-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c65d2e7a9b6abbc2a8f5064bc9145dcc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3839\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3839", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78f5-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "98b6c109d9b3a6aa736cfbdaca28ae87", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3940\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3940", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78f6-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "7247d4dde4b5082e7a0a4ae357e5de18", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "133", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3940\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3940", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78f7-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "0841c120c55dfd18f2e555d975d88852", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.4041\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.4041", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|13cc78f8-448f20b3d9c89422.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "08ffbdd96247248f93ae1da88fc74e8d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "39", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + } + ], + "Variables": { + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com/ledgerIdentity/lyshi-sdk-ledger-2", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "773018924" + } +} diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetLedgerEntriesAsync.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetLedgerEntriesAsync.json new file mode 100644 index 000000000000..74f47cffc858 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetLedgerEntriesAsync.json @@ -0,0 +1,1945 @@ +{ + "Entries": [ + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-d90d32598f8e7d43ac7e6e9f7baf0045-4db79962a1802442-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "bcd0b7e7c69f259e4e5b1bacedd54b52", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "130", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-8355fe3ac70a3c4a8d513ad2d801e4d1-1f1946a8afc35044-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "16d38dff475807c87efc901a2427e2b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "130", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-d0c4cb97f5f5c6499250f56af9e124a2-f970f2840e675d4e-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "63c358bb83f631fe87941db18e88b5a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "405", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.102\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.23\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.25\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.102", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-47dd3681a9ff764781e20fa40343a248-5d6c3210702c8744-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "2b54458eb8d19f50efc93ea336830026", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "147", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.203\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.203", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-0d32a04cad53194e860da0ffaeaea154-b98a74e78f2c7047-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "94f16279e8127b5b8fa18fc42a1678f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "132", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.203\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.203", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-8871eb9d06882f41bf250f15296a30c8-b171e34bbaa29042-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "de8cec47b7d202e70823732d455afb04", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "407", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.304\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.269\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.271\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.304", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-5bd612fd6525654e96ac3375bf46b826-c89a90cf8596a746-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "2b38f6932097a691e9d89c2f298c75d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "147", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.405\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.405", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-7efd3e755e893140a0f5ef5b019eb6dc-48d08118ca67e14e-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "495c475021f7c2547bee8cee752e3634", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "132", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.405\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.405", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-398d0d9fd479fe46a2697f493b91908d-cdbda47b59fbe645-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "33308ba64ddd275f5be5f5f91ab8d87c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "147", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.506\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.506", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-c9e02e8a2a3c40499b65b7d2bf44be1f-faf6bafb64ae1f49-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "fddc99aeb1fe710da276b0a893a331ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "132", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.506\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.506", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-f914a027718eb74a860e7b6bce28ded9-39d7ea30cbde0b4e-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "9e8967a2415b03fce835ee112c5aa7c3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "147", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.607\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.607", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-fb59a78c086cb64da9fe663e78fabef0-80062f1b3b24b640-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "db3f10163852f4367ebf90669db793b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "132", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.607\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.607", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-78c7aa4992091749bd395693fadc3a1d-c9a51b6ef3a9f34d-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "b3573ab43a2f6d209dd915c9c3fb4548", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "407", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.708\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.614\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.616\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.708", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-fe162ba8b22b8d49af639b17533b8464-ff66541cd9b35948-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "8392edcf5563696831941f9cb0956630", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "147", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.809\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.809", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-9d0c797246b0e04780ca8ab87f0cecd6-261a840b485b104f-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "f15c36a1f302db94efd23e79236c3182", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "132", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.809\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.809", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-5ae40de3fc61bf44b5d4a997b8032ef3-336fdd7399c6f248-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "b097487910255f54d2ed829a1a84bc07", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "407", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.910\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.862\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.864\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.910", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-37138f844cb99e4290c058753aa51647-b247343273ca4148-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "8c27e473539fdb4558b6939116ef46c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1011\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1011", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-2c1b9a2f25dc7146b7c2a38737d80b4e-2b816b2007eac645-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "68229d62b5fe910be2fd1e1571f9c06b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1112\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1112", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-c54308470fa40242bdc3b5cf020796d7-87d91a58d7421240-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "3e063716a44425e302bb576e7cc248e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "133", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1112\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1112", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-bf7f285af35ddd4c9c6cf7bb74ad718d-af6cdadbb0efbd4e-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "7d38bda75362bd08d896aaa134306a5f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "410", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1213\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.1204\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.1206\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1213", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-120a7fad7a64d445a5fb084664494289-95a48f37e9369a46-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "df7b28f507e8be7fb9fc66435e9d141f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "133", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1213\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1213", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-ca066fce957d9b4ba3f78889c0866d05-475a7df087fabb43-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "b46d3bb543c1c2092f4966aef942f0d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1314\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1314", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-a1c5a11e31849343bef84c387b210524-633a9dcd0a428b4b-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "5478f7506847a0fa3d79c465ecc45e3b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1415\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1415", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-b34caeb1e4d80a40a28b67f46cf46e85-e59930f55b726b49-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "f9ec8b81b5c2b29e1fb8b09fa1d1c477", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "133", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1415\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1415", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-480e3ce3a778254b964a29a2b683b19e-cea516a3aa91d84c-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "67f2940bc0244cd741cd77477fa3d66a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "410", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1516\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.1464\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.1466\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1516", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-9a42c07d0802ee40bfbd8a1119b23c92-561b39f9110ec443-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "6e2d2aeaf7559b0f58c6348fb85afe6c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "133", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1516\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1516", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-8f8cec6f0cb27f40be8fecc46f13e61a-b953c120d21d1747-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "58594cb5f7d1c017b39fb8f43e57337b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1617\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1617", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-19b967bb22156941ba3aed74bc7c4680-68060e22e368cc44-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "76b545e256a3132185570e5e8b4894e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "133", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1617\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1617", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-1c2c3e901028a841b9aa79b3c81b2240-ff449eeb3a619a4b-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "32910ace7e49f298136dbab63f1a5c01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1718\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1718", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-89987dca89b2c549b9bac48b42958694-d1e69ad93f4eb946-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "72acb99288a55fc82b45d27ae9b9346b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "133", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1718\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1718", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-ef7643bc6e8feb4d9a69a459c96d6885-35d9d217c89eca47-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "3326d10b00c56431adc263369b6bd46b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "410", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1819\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.1806\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.1808\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1819", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-050c7fde9d94ce4099056b2ddcb43775-ff1f38d656123e42-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "d2cb0cfa219b464141320704ab1e0959", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1920\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.1920", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-6726ca89f864b040a47ae6dfa567344f-899ab77ecdd5464e-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "6dab4f3828f4913c8748c5e22492c4c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2021\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2021", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-fbc893762478e44abd0aa3bced8a7a6b-3fe4bdf74e6e0249-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "dc7f677162ede9cf90dff292f92db88e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "410", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2122\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.2044\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.2046\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2122", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-d0e9dc221b1aa247b369d31256ed609b-3981340dc6a44947-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "4bfd09b867bfd277d0394a525c5e21af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2223\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2223", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-24ba010fb2ba8246b7881eccd34e8e4e-8f7d35991336894f-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "4493476e2c9fd66c80c1dd1436a9985a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2324\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2324", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-0ff77fc05c178242b6f07682460c37c2-1d57fed9e2820e4b-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "1b29368f78940a00efad0cb4177c8d31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "133", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2324\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2324", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-b272a1b1072f104997fdc273bcc1cab8-cc2574e703a41443-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "b12443be749a8cef9d27cbfe8a639b27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "410", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2425\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.2386\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.2388\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2425", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-a23cc46c5a974746a0f9aedb45496c1f-f24343aca2f99d43-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "25c2f0a00634f51a478954f21fb7be03", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "133", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2425\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2425", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-ff4c72e67e8f5b4c8e657dd4c85953ac-5fe814a23841db4b-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "f356ab34e7841bc0479d7d6dad027f8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2526\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2526", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-b7c441e070fb1845a18a50594c5e3214-2c6128f85d339846-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "2713e51167b9b8fc282e6a111ffd6ce5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "133", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2526\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2526", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-f03d785651355e4f8adcef7dbe5daa0a-4005340848c82f4b-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "dec9c768a80db9a230a7de9788ac4845", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2627\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2627", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-f1e0fab19974cd4dae6ba963c90d9845-e217356c454c7a49-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "3ae1c70997a3cd4aae9dca557caefb49", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "133", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2627\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2627", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-b7694425d10f534fb6c810c7124c3837-30386a2504b8be40-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "e6049831a138687f425af71288652f7b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "410", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2728\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.2646\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.2648\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2728", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-f42154ea5e430d42b25fa95b2cd32035-ad84075d560b8d45-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "580825e6311cd1427dfc306fde4c3c81", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "133", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2728\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2728", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-3810da68d39d314fac1ac09e1ec2fe93-bec0c4e63f105f45-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "f06695ab62a8670c4778f7499f384448", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2829\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2829", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-e198877f6b5ffd49ac036b6499cefdc8-cce1b99d7f49f446-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "576f4e6da3a6ff2c5532693c701089f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "133", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2829\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2829", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-d6398f6d190319459882a5a1940a487a-84236456301e2f4b-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "f366761d3fff84d318a010a339f93244", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2930\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2930", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-d5233c2c2de5654889464ce7f4e6ec17-ed6b1958854b064e-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "8f01e7b7e4dd08da68669a76f9cff736", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "133", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.2930\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.2930", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-ee0d50488e53eb41a4cb8ce9b352d759-2e42a42b2b5d754f-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "292b01ee51d12e497aeb3f069289c55c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "410", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3031\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.2987\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.2989\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3031", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-931d9cbc2c6eb64487e27a31f09b7d0e-0a86034c97c7524f-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "898524fff90f38189c5d8b98a55d8a48", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3132\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3132", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-fb93ead73059fc45a2f0e3575a483505-670b7cf4a78aa84f-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "37b4d9a809cd66739ed214f1a5d376df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "133", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3132\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3132", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-9ff3aff4d4f3ab42be0b7b1b86eed92d-93e3d1377fed9448-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "d4763ea06e4af427e9f28d73c5b0881d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3233\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3233", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-05f2397ef487354e98e24590c37300c1-5a32047da8232848-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "b85df6608ed4f68eb01eea3ce42792c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "410", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3334\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.3237\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.3239\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3334", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-d6d20b2a616e984b91233ae6b3446d27-e7b1492ef82f2649-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "67f8ace7b5e73afeb2c04edb7cffa0ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3435\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3435", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-8bf066945fc705449ce25d899a579415-79d8ac83c1416349-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "af90f74abd76120aaf7f242b83ea0fc1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3536\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3536", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-424ccd8df6c0d84ea683ee5824934668-ce577b040403c941-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "198bc45f21b8aa36f72205143fb37ab1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3637\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3637", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-17d6511ec978534caf54ba4cb6775ce0-403a69f684d92949-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "edf2fd7ee3962a52a1e5b76791d2b7c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3738\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3738", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-1dd5d75741a506418f69c9da53e24d57-3e1c05abbdb7cf47-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "b77b8cb087732835c1e5b853b7f6d3fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3839\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3839", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-ff8dce739094eb48abe971a593d1f884-fe0579f5efdab440-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "86ad730522f77c2b726177d369ce1924", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3940\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3940", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-8fa70e964d49be4da922ac3521e43902-cb7dba266bc91c42-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "b2633d6bc238f63dc7ca2cb02bfe73aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "133", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.3940\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.3940", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-e9b630060e2d1747abd8ac7a652923eb-a0c9c60fae0a4843-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "1e62bb1230258dd061fe44120f62bef2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.4041\u0022,\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger%3A0\u0026fromTransactionId=2.4041", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-2bf897b9e5fb86488401012a3b8ecc3d-ab07950e75596048-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "79e793cc209242c335b7be2df57a5173", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "39", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4117" + }, + "ResponseBody": [ + "{\n", + " \u0022entries\u0022: [],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + } + ], + "Variables": { + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com/ledgerIdentity/lyshi-sdk-ledger-2", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "1295777975" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetLedgerEntry.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetLedgerEntry.json new file mode 100644 index 000000000000..b71718f39c95 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetLedgerEntry.json @@ -0,0 +1,76 @@ +{ + "Entries": [ + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-f1337ec3ce8ac043b4e87bf62496b857-76635538e2e7bc45-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "1eaed690d96d004e5a3c242973385965", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "405", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4139" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.102\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.23\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.25\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions/2.23?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-7b594067924c9c41aac5d08add99a8bc-6b47f0cd8926904a-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "8dd90d4903721fe38a0583bb03664ea7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "24", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4139" + }, + "ResponseBody": [ + "{\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + } + ], + "Variables": { + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com/ledgerIdentity/lyshi-sdk-ledger-2", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "21219379" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetLedgerEntryAsync.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetLedgerEntryAsync.json new file mode 100644 index 000000000000..55bdb3c11fef --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetLedgerEntryAsync.json @@ -0,0 +1,137 @@ +{ + "Entries": [ + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-8a3a652cbabe8244a0c056c8ec69279b-ea207a66c4817a49-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "e2db5b6ea70e6da2a5cc2fe9fae42af1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "130", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4139" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-69e6d018421142438b51b71bc1a0365c-fb62a7d552266142-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "ee48e708f096e17763d708bedcbd6c10", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "130", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4139" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-fde8a24f60b93c4d875b69fb7500d1b7-f1f7f27b498a5940-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "6c22a7b232ea58b3bcee62bc19f4e7b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "405", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4139" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.102\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.23\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.25\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions/2.23?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-85de9eb66cdf214e8559b2f04b800021-0d0e2d6312f0f245-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "f0ff8afbccb67da6e3f97e369ee490e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "148", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4139" + }, + "ResponseBody": [ + "{\n", + " \u0022entry\u0022: {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.23\u0022\n", + " },\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + } + ], + "Variables": { + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com/ledgerIdentity/lyshi-sdk-ledger-2", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "1840850996" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetLedgerIdentity.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetLedgerIdentity.json new file mode 100644 index 000000000000..d91c8df4f785 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetLedgerIdentity.json @@ -0,0 +1,41 @@ +{ + "Entries": [ + { + "RequestUri": "https://identity.accledger.azure.com/ledgerIdentity/lyshi-sdk-ledger-2?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|37bcf84e-4a0c08e4fa041169.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Core 4.6.29916.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "a625e5e0d5f5c3c15a5ede3d146b490c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 05 May 2021 20:57:35 GMT", + "Server": "Kestrel", + "Transfer-Encoding": "chunked", + "x-ms-client-request-id": "a625e5e0d5f5c3c15a5ede3d146b490c", + "x-ms-correlation-request-id": "fd4203d8-1b50-4747-bb85-c763190d6ec5", + "x-ms-image-digest": "sha256:11ed1da225547a3b77101645cee8a1071520b55acfe3194319a88a45103666e3", + "x-ms-image-tag": "latest-20210504174045259-f27d27c4", + "x-ms-machineName": "identityservice-5ccb4b98b4-7d8xz" + }, + "ResponseBody": { + "ledgerTlsCertificate": "-----BEGIN CERTIFICATE-----\nMIIBtzCCAT2gAwIBAgIQe4JhG6hKLvCdroePZH\u002BcKDAKBggqhkjOPQQDAzAWMRQw\nEgYDVQQDDAtDQ0YgTmV0d29yazAeFw0yMTAzMTEwMDAwMDBaFw0yMzA2MTEyMzU5\nNTlaMBYxFDASBgNVBAMMC0NDRiBOZXR3b3JrMHYwEAYHKoZIzj0CAQYFK4EEACID\nYgAEkjvmjNJBSTJss9v0FYVxlDuCpf\u002BFyeFNoq5ocrcoADjUJg6SS/VIhLoMNRW9\ngN2g5O8djtZPQcknTZz3ZDhsP6pnuNA01mEqGuI9ncXzJhP0V1hNrLF\u002B0zjKEg1j\ntY5Ro1AwTjAMBgNVHRMEBTADAQH/MB0GA1UdDgQWBBSG8Ck1xlfAVKktN7FCodq9\n\u002BsMaRDAfBgNVHSMEGDAWgBSG8Ck1xlfAVKktN7FCodq9\u002BsMaRDAKBggqhkjOPQQD\nAwNoADBlAjEAgBx1Vz5qzW71O6Yv3I0069Ev6xzEIRMOuPyijBjo2ZKsT752cCVf\nST1N7LpldE7jAjAygUUodS7GYHgoL40fUEChKLZuI/v\u002B3iLOxj/NtVRiW\u002BQ5XYw0\n4f0/7slp9c9JZmo=\n-----END CERTIFICATE-----\n\u0000", + "ledgerId": "lyshi-sdk-ledger-2" + } + } + ], + "Variables": { + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "348864651" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetLedgerIdentityAsync.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetLedgerIdentityAsync.json new file mode 100644 index 000000000000..ddd2dd83584f --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetLedgerIdentityAsync.json @@ -0,0 +1,41 @@ +{ + "Entries": [ + { + "RequestUri": "https://identity.accledger.azure.com/ledgerIdentity/lyshi-sdk-ledger-2?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|df87ca15-45c82d0e15289808.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "aecbb881dee6e4262bb964383da35fd5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 05 May 2021 20:57:38 GMT", + "Server": "Kestrel", + "Transfer-Encoding": "chunked", + "x-ms-client-request-id": "aecbb881dee6e4262bb964383da35fd5", + "x-ms-correlation-request-id": "e943a80e-57b9-44a2-b4a8-9e627d173546", + "x-ms-image-digest": "sha256:11ed1da225547a3b77101645cee8a1071520b55acfe3194319a88a45103666e3", + "x-ms-image-tag": "latest-20210504174045259-f27d27c4", + "x-ms-machineName": "identityservice-5ccb4b98b4-7d8xz" + }, + "ResponseBody": { + "ledgerTlsCertificate": "-----BEGIN CERTIFICATE-----\nMIIBtzCCAT2gAwIBAgIQe4JhG6hKLvCdroePZH\u002BcKDAKBggqhkjOPQQDAzAWMRQw\nEgYDVQQDDAtDQ0YgTmV0d29yazAeFw0yMTAzMTEwMDAwMDBaFw0yMzA2MTEyMzU5\nNTlaMBYxFDASBgNVBAMMC0NDRiBOZXR3b3JrMHYwEAYHKoZIzj0CAQYFK4EEACID\nYgAEkjvmjNJBSTJss9v0FYVxlDuCpf\u002BFyeFNoq5ocrcoADjUJg6SS/VIhLoMNRW9\ngN2g5O8djtZPQcknTZz3ZDhsP6pnuNA01mEqGuI9ncXzJhP0V1hNrLF\u002B0zjKEg1j\ntY5Ro1AwTjAMBgNVHRMEBTADAQH/MB0GA1UdDgQWBBSG8Ck1xlfAVKktN7FCodq9\n\u002BsMaRDAfBgNVHSMEGDAWgBSG8Ck1xlfAVKktN7FCodq9\u002BsMaRDAKBggqhkjOPQQD\nAwNoADBlAjEAgBx1Vz5qzW71O6Yv3I0069Ev6xzEIRMOuPyijBjo2ZKsT752cCVf\nST1N7LpldE7jAjAygUUodS7GYHgoL40fUEChKLZuI/v\u002B3iLOxj/NtVRiW\u002BQ5XYw0\n4f0/7slp9c9JZmo=\n-----END CERTIFICATE-----\n\u0000", + "ledgerId": "lyshi-sdk-ledger-2" + } + } + ], + "Variables": { + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "1703074751" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetReceipt.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetReceipt.json new file mode 100644 index 000000000000..98f8b104a1a2 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetReceipt.json @@ -0,0 +1,140 @@ +{ + "Entries": [ + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-23baa5d415be65438545dba12d573b06-b2d1a35e7aa7b549-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "f294e4daaf04dda420f4b1b06e3b3464", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "130", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4141" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-9b2e34de2526b54fbfc74792355f0ab9-ff4f1d15e75b9440-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "159cb67645f02e83439908e53b6d86c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "130", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4141" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-6fc71c5688b1674e862b366c0190d898-8fcae5acec30d74a-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "dad59d7cce48a8b866c264721017ccbd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "405", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4141" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.102\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.23\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.25\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions/2.23/receipt?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-d16f95fe5b107244b49e4c839cd49e95-e9511962e24e344e-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "a36e645e32ed94ad6165af6aa6bfa1b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "155", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4141" + }, + "ResponseBody": [ + "{\n", + " \u0022receipt\u0022: {\n", + " \u0022leaf\u0022: \u0022\u0022,\n", + " \u0022node_id\u0022: \u0022\u0022,\n", + " \u0022proof\u0022: [],\n", + " \u0022root\u0022: \u0022\u0022,\n", + " \u0022signature\u0022: \u0022\u0022\n", + " },\n", + " \u0022state\u0022: \u0022Loading\u0022,\n", + " \u0022transactionId\u0022: \u0022\u0022\n", + "}" + ] + } + ], + "Variables": { + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com/ledgerIdentity/lyshi-sdk-ledger-2", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "775621580" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetReceiptAsync.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetReceiptAsync.json new file mode 100644 index 000000000000..e04cb3ad005c --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetReceiptAsync.json @@ -0,0 +1,153 @@ +{ + "Entries": [ + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-ee783874a47ecf4f8960b97a4a953f87-4a56e9fbb905904c-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "2ad73a22d2abe6b0feac66fc4df55aad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "130", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4141" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-fd0e13797a93c848b4cd40a871a74670-ab6d22a2f2436648-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "a44b132f57ee35748c7453d7fa8024b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "130", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4141" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-f25e2144466bfb4b9396467aca02c538-d8e3462d34b40c42-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "f64d7caa4827a266d9d9e2574601b55f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "405", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4141" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.102\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.23\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.25\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions/2.23/receipt?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-d1595a0191a71149b46a9e8095c3e635-1373c46f428fe445-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "154c5ceae505cbfac6a29e367ed9ec7e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "893", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4141" + }, + "ResponseBody": [ + "{\n", + " \u0022receipt\u0022: {\n", + " \u0022leaf\u0022: \u002257486fff22b7ba9c8b610d1655e2bf392e527966da450e0bc5da7d778d1e9e4b\u0022,\n", + " \u0022node_id\u0022: \u0022d115c6b83f3728dea4daec1f51a7d0bfc23d9d240d013d6b09ff5c63256599ba\u0022,\n", + " \u0022proof\u0022: [\n", + " {\n", + " \u0022left\u0022: \u0022d3c10d6d731c46ed11e7c00aaed23efb327ab2d56da0d5936b86dc13622af62f\u0022\n", + " },\n", + " {\n", + " \u0022left\u0022: \u002283492fbc8477b373c31ed707d98155e04abdb1bc004efb4925a5b0be4847ba8a\u0022\n", + " },\n", + " {\n", + " \u0022left\u0022: \u0022c0b9197739f8ef8b514a5f047c22c62366f9b6aac8f8ddf6004142e8db536cd9\u0022\n", + " },\n", + " {\n", + " \u0022left\u0022: \u0022d85d87fefd18fbe250e5d557891070ccf7bea11217a2ee76675d984d51bf3306\u0022\n", + " }\n", + " ],\n", + " \u0022root\u0022: \u00222c72679a5fad492d12a79a1c7bd767fc366665ae56752c14cec738c3f3a580c8\u0022,\n", + " \u0022signature\u0022: \u0022MGUCMQDAz1OmrMcbB\u002BXX/HF65F92zmxG0YFg/SMVG1ZdNE\u002BjMk7hPRkxWBrpFmu2b0dTTxQCMGBc4d3QsnZey9mV5voDFoeoMQPi87aHiSS8tk3QV3u0Jj3JE4IYS6Y5xwR7YYdskA==\u0022\n", + " },\n", + " \u0022state\u0022: \u0022Ready\u0022,\n", + " \u0022transactionId\u0022: \u00222.23\u0022\n", + "}" + ] + } + ], + "Variables": { + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com/ledgerIdentity/lyshi-sdk-ledger-2", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "720381566" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetTransactionStatus.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetTransactionStatus.json new file mode 100644 index 000000000000..2dd0e2f1a2d4 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetTransactionStatus.json @@ -0,0 +1,131 @@ +{ + "Entries": [ + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-52eaa7c28eeb3d4b8c706e568b103e78-b461de84eeb55044-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "4978a47630c897531583f0e397b1547c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "130", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4141" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-d09ecf94c2f8d34eb1ea1df9612207dd-e3f48377fef57e47-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "b520a0238e8ff03cfb5d9251a6bb8018", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "130", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4141" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-2f284ea2b1cb6440b5b9efc3496c2849-0535e604ceb96e42-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "a33bce730dbfce5b383c05f83424470a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "405", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4141" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.102\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.23\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.25\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions/2.23/status?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-4ddfab1938bbd54abd2d2a15d32e2862-1e310f9339c5eb4a-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "3c4432d374e4e7f967884e6b9e01f05a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "44", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4141" + }, + "ResponseBody": { + "state": "Committed", + "transactionId": "2.23" + } + } + ], + "Variables": { + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com/ledgerIdentity/lyshi-sdk-ledger-2", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "1540264671" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetTransactionStatusAsync.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetTransactionStatusAsync.json new file mode 100644 index 000000000000..e37360b643cc --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetTransactionStatusAsync.json @@ -0,0 +1,131 @@ +{ + "Entries": [ + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-c083bdb9d747ce4ea948efc2ab8ace38-47e635064b341e44-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "54a78b1546ad593022f3ce035c518b3a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "130", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4141" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-2c7c36caa71aa740830d954699154757-910671607298f24d-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "f00ec0736743dc022efd470ed1ef2d96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "130", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4141" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.1\u0022,\n", + " \u0022state\u0022: \u0022Loading\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-45ac7782e02cbf43a23756e96fe06bd3-12d174969bccc945-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "983f861d9459cdcf7e22d73b7f34c684", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "405", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4141" + }, + "ResponseBody": [ + "{\n", + " \u0022@nextLink\u0022: \u0022/app/transactions?api-version=0.1-preview\u0026subLedgerId=subledger:0\u0026fromTransactionId=2.102\u0022,\n", + " \u0022entries\u0022: [\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.23\u0022\n", + " },\n", + " {\n", + " \u0022contents\u0022: \u0022Test entry 2 from Python SDK\u0022,\n", + " \u0022subLedgerId\u0022: \u0022subledger:0\u0022,\n", + " \u0022transactionId\u0022: \u00222.25\u0022\n", + " }\n", + " ],\n", + " \u0022state\u0022: \u0022Ready\u0022\n", + "}" + ] + }, + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions/2.23/status?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-fc54bc7b7150c34daff7e88bd1926564-df62109292ae8949-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "d698d2b3b840ad2788ca25b0ff218733", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "44", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4141" + }, + "ResponseBody": { + "state": "Committed", + "transactionId": "2.23" + } + } + ], + "Variables": { + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com/ledgerIdentity/lyshi-sdk-ledger-2", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "1684991021" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetUser.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetUser.json new file mode 100644 index 000000000000..7d841dc795f4 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetUser.json @@ -0,0 +1,36 @@ +{ + "Entries": [ + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/users/3c1303ad-140b-493c-ab45-bed8ddbfa72c?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|38ac4a0d-48850e7766f01edb.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Core 4.6.29916.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f63b1fb300274bdffc075570c4cdd48f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "80", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4165" + }, + "ResponseBody": { + "assignedRole": "Administrator", + "userId": "3c1303ad-140b-493c-ab45-bed8ddbfa72c" + } + } + ], + "Variables": { + "CONFIDENTIALLEDGER_CLIENT_OBJECTID": "3c1303ad-140b-493c-ab45-bed8ddbfa72c", + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "886114445" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetUserAsync.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetUserAsync.json new file mode 100644 index 000000000000..0bcbaa4ffe4f --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/GetUserAsync.json @@ -0,0 +1,36 @@ +{ + "Entries": [ + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/users/3c1303ad-140b-493c-ab45-bed8ddbfa72c?api-version=0.1-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Request-Id": "|951fbff3-4e176ec0313b391a.", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f193cf166045cf833bc6387db549f26a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "80", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4165" + }, + "ResponseBody": { + "assignedRole": "Administrator", + "userId": "3c1303ad-140b-493c-ab45-bed8ddbfa72c" + } + } + ], + "Variables": { + "CONFIDENTIALLEDGER_CLIENT_OBJECTID": "3c1303ad-140b-493c-ab45-bed8ddbfa72c", + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "290388264" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/PostLedgerEntry.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/PostLedgerEntry.json new file mode 100644 index 000000000000..c77b3b5e0b35 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/PostLedgerEntry.json @@ -0,0 +1,38 @@ +{ + "Entries": [ + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "23", + "Content-Type": "application/json", + "traceparent": "00-73eb8525ce01694eb721f98dd082617c-a31beeebd8588048-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "331c4a0da49e93417ee0f92c7273945e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "contents": "test5916" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "29", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4132" + }, + "ResponseBody": { + "subLedgerId": "subledger:0" + } + } + ], + "Variables": { + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com/ledgerIdentity/lyshi-sdk-ledger-2", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "189401599" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/PostLedgerEntryAsync.json b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/PostLedgerEntryAsync.json new file mode 100644 index 000000000000..461964969791 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/SessionRecords/ConfidentialLedgerClientLiveTests/PostLedgerEntryAsync.json @@ -0,0 +1,38 @@ +{ + "Entries": [ + { + "RequestUri": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com/app/transactions?api-version=0.1-preview", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "22", + "Content-Type": "application/json", + "traceparent": "00-48386eb52118984d8d279d2b30b8ecb1-33d0995931a3cc40-00", + "User-Agent": [ + "azsdk-net-Storage.ConfidentialLedger/1.0.1-alpha.20210505.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], + "x-ms-client-request-id": "a1578f43fb4a1ed440cd5735ef77847c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "contents": "test983" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Content-Length": "29", + "Content-Type": "application/json", + "x-ms-ccf-transaction-id": "8.4134" + }, + "ResponseBody": { + "subLedgerId": "subledger:0" + } + } + ], + "Variables": { + "CONFIDENTIALLEDGER_IDENTITY_URL": "https://identity.accledger.azure.com/ledgerIdentity/lyshi-sdk-ledger-2", + "CONFIDENTIALLEDGER_URL": "https://lyshi-sdk-ledger-2.eastus.cloudapp.azure.com", + "RandomSeed": "251457207" + } +} \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/samples/HelloWorldSamples.cs b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/samples/HelloWorldSamples.cs new file mode 100644 index 000000000000..23c7d506a2d1 --- /dev/null +++ b/sdk/confidentialledger/Azure.Storage.ConfidentialLedger/tests/samples/HelloWorldSamples.cs @@ -0,0 +1,268 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System; +using System.IO; +using System.Linq; +using System.Net.Http; +using System.Net.Security; +using System.Security.Cryptography.X509Certificates; +using System.Text; +using System.Text.Json; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.Core.TestFramework; +using NUnit.Framework; + +namespace Azure.Storage.ConfidentialLedger.Tests.samples +{ + public class HelloWorldSamples : SamplesBase + { + [Test] + public void HelloWorld() + { + #region Snippet:GetIdentity + +#if SNIPPET + Uri identityServiceUri = ""; +#else + Uri identityServiceUri = TestEnvironment.ConfidentialLedgerIdentityUrl; +#endif + var identityClient = new ConfidentialLedgerIdentityServiceClient(identityServiceUri, new Identity.DefaultAzureCredential()); + + // Get the ledger's TLS certificate for our ledger. +#if SNIPPET + string ledgerId = ""; // ex. "my-ledger" from "https://my-ledger.eastus.cloudapp.azure.com" +#else + var ledgerId = TestEnvironment.ConfidentialLedgerUrl.Host; + ledgerId = ledgerId.Substring(0, ledgerId.IndexOf('.')); +#endif + Response response = identityClient.GetLedgerIdentity(ledgerId); + + // extract the ECC PEM value from the response. + var eccPem = JsonDocument.Parse(response.Content) + .RootElement + .GetProperty("ledgerTlsCertificate") + .GetString(); + + // construct an X509Certificate2 with the ECC PEM value. + X509Certificate2 ledgerTlsCert = new X509Certificate2(Encoding.UTF8.GetBytes(eccPem)); + + #endregion + + #region Snippet:CreateClient + + // Create a certificate chain rooted with our TLS cert. + X509Chain certificateChain = new(); + certificateChain.ChainPolicy.RevocationMode = X509RevocationMode.NoCheck; + certificateChain.ChainPolicy.RevocationFlag = X509RevocationFlag.ExcludeRoot; + certificateChain.ChainPolicy.VerificationFlags = X509VerificationFlags.AllowUnknownCertificateAuthority; + certificateChain.ChainPolicy.VerificationTime = DateTime.Now; + certificateChain.ChainPolicy.UrlRetrievalTimeout = new TimeSpan(0, 0, 0); + certificateChain.ChainPolicy.ExtraStore.Add(ledgerTlsCert); + + // Define a validation function to ensure that the ledger certificate is trusted by the ledger identity TLS certificate. + bool CertValidationCheck(HttpRequestMessage httpRequestMessage, X509Certificate2 cert, X509Chain x509Chain, SslPolicyErrors sslPolicyErrors) + { + bool isChainValid = certificateChain.Build(cert); + if (!isChainValid) return false; + + var isCertSignedByTheTlsCert = certificateChain.ChainElements.Cast() + .Any(x => x.Certificate.Thumbprint == ledgerTlsCert.Thumbprint); + return isCertSignedByTheTlsCert; + } + + // Create an HttpClientHandler to use our certValidationCheck function. + var httpHandler = new HttpClientHandler(); + httpHandler.ServerCertificateCustomValidationCallback = CertValidationCheck; + + // Create the ledger client using a transport that uses our custom ServerCertificateCustomValidationCallback. + var options = new ConfidentialLedgerClientOptions { Transport = new HttpClientTransport(httpHandler) }; + var ledgerClient = new ConfidentialLedgerClient(TestEnvironment.ConfidentialLedgerUrl, new DefaultAzureCredential(), options); + + #endregion + + #region Snippet:AppendToLedger + + Response postResponse = ledgerClient.PostLedgerEntry( + RequestContent.Create( + new { contents = "Hello world!" })); + + postResponse.Headers.TryGetValue(ConfidentialLedgerConstants.TransactionIdHeaderName, out string transactionId); + Console.WriteLine($"Appended transaction with Id: {transactionId}"); + + #endregion + + #region Snippet:GetStatus + + Response statusResponse = ledgerClient.GetTransactionStatus(transactionId); + + string status = JsonDocument.Parse(statusResponse.Content) + .RootElement + .GetProperty("state") + .GetString(); + + Console.WriteLine($"Transaction status: {status}"); + + #endregion + + #region Snippet:GetReceipt + + Response receiptResponse = ledgerClient.GetReceipt(transactionId); + string receiptJson = new StreamReader(receiptResponse.ContentStream).ReadToEnd(); + + Console.WriteLine(receiptJson); + + #endregion + + #region Snippet:SubLedger + + ledgerClient.PostLedgerEntry( + RequestContent.Create( + new { contents = "Hello from Chris!", subLedgerId = "Chris' messages" })); + + ledgerClient.PostLedgerEntry( + RequestContent.Create( + new { contents = "Hello from Allison!", subLedgerId = "Allison's messages" })); + + #endregion + + #region Snippet:NoSubLedgerId + +#if SNIPPET + Response postResponse = ledgerClient.PostLedgerEntry( +#else + postResponse = ledgerClient.PostLedgerEntry( +#endif + RequestContent.Create( + new { contents = "Hello world!" })); +#if SNIPPET + postResponse.Headers.TryGetValue(ConfidentialLedgerConstants.Headers.TransactionId, out string transactionId); +#else + postResponse.Headers.TryGetValue(ConfidentialLedgerConstants.TransactionIdHeaderName, out transactionId); +#endif + string subLedgerId = JsonDocument.Parse(statusResponse.Content) + .RootElement + .GetProperty("subLedgerId") + .GetString(); + + // Provide both the transactionId and subLedgerId. + Response getBySubledgerResponse = ledgerClient.GetLedgerEntry(transactionId, subLedgerId); + + string contents = JsonDocument.Parse(getBySubledgerResponse.Content) + .RootElement + .GetProperty("contents") + .GetString(); + + Console.WriteLine(contents); // "Hello world!" + + // Now just provide the transactionId. + getBySubledgerResponse = ledgerClient.GetLedgerEntry(transactionId); + + string subLedgerId2 = JsonDocument.Parse(getBySubledgerResponse.Content) + .RootElement + .GetProperty("subLedgerId") + .GetString(); + + Console.WriteLine($"{subLedgerId} == {subLedgerId2}"); + + #endregion + + #region Snippet:GetEnteryWithNoTransactionId + + Response firstPostResponse = ledgerClient.PostLedgerEntry( + RequestContent.Create(new { contents = "Hello world 0" })); + ledgerClient.PostLedgerEntry( + RequestContent.Create(new { contents = "Hello world 1" })); + Response subLedgerPostResponse = ledgerClient.PostLedgerEntry( + RequestContent.Create(new { contents = "Hello world sub-ledger 0" }), + "my sub-ledger"); + ledgerClient.PostLedgerEntry( + RequestContent.Create(new { contents = "Hello world sub-ledger 1" }), + "my sub-ledger"); + +#if SNIPPET + firstPostResponse.Headers.TryGetValue(ConfidentialLedgerConstants.Headers.TransactionId, out string transactionId); +#else + firstPostResponse.Headers.TryGetValue(ConfidentialLedgerConstants.TransactionIdHeaderName, out transactionId); +#endif + + // The ledger entry written at the transactionId in firstResponse is retrieved from the default sub-ledger. + Response getResponse = ledgerClient.GetLedgerEntry(transactionId); + string firstEntryContents = JsonDocument.Parse(getResponse.Content) + .RootElement + .GetProperty("contents") + .GetString(); + + Console.WriteLine(firstEntryContents); // "Hello world 0" + + // This will return the latest entry available in the default sub-ledger. + getResponse = ledgerClient.GetCurrentLedgerEntry(); + string latestDefaultSubLedger = JsonDocument.Parse(getResponse.Content) + .RootElement + .GetProperty("contents") + .GetString(); + + Console.WriteLine($"The latest ledger entry from the default sub-ledger is {latestDefaultSubLedger}"); //"Hello world 1" + + // The ledger entry written at subLedgerTransactionId is retrieved from the sub-ledger 'sub-ledger'. + subLedgerPostResponse.Headers.TryGetValue(ConfidentialLedgerConstants.TransactionIdHeaderName, out string subLedgerTransactionId); + getResponse = ledgerClient.GetLedgerEntry(subLedgerTransactionId, "my sub-ledger"); + string subLedgerEntry = JsonDocument.Parse(getResponse.Content) + .RootElement + .GetProperty("contents") + .GetString(); + + Console.WriteLine(subLedgerEntry); // "Hello world sub-ledger 0" + + // This will return the latest entry available in the sub-ledger. + getResponse = ledgerClient.GetCurrentLedgerEntry("my sub-ledger"); + string latestSubLedger = JsonDocument.Parse(getResponse.Content) + .RootElement + .GetProperty("contents") + .GetString(); + + Console.WriteLine($"The latest ledger entry from the sub-ledger is {latestSubLedger}"); // "Hello world sub-ledger 1" + + #endregion + + #region Snippet:RangedQuery + + ledgerClient.GetLedgerEntries(fromTransactionId: "2.1", toTransactionId: "4.5"); + + #endregion + + #region Snippet:NewUser + + string newUserAadObjectId = ""; + ledgerClient.CreateOrUpdateUser( + newUserAadObjectId, + RequestContent.Create(new { assignedRole = "Reader" })); + + #endregion + + #region Snippet:Consortium + + Response consortiumResponse = ledgerClient.GetConsortiumMembers(); + string membersJson = new StreamReader(consortiumResponse.ContentStream).ReadToEnd(); + + // Consortium members can manage and alter the Confidential Ledger, such as by replacing unhealthy nodes. + Console.WriteLine(membersJson); + + // The constitution is a collection of JavaScript code that defines actions available to members, + // and vets proposals by members to execute those actions. + Response constitutionResponse = ledgerClient.GetConstitution(); + string constitutionJson = new StreamReader(constitutionResponse.ContentStream).ReadToEnd(); + + Console.WriteLine(constitutionJson); + + // Enclave quotes contain material that can be used to cryptographically verify the validity and contents of an enclave. + Response enclavesResponse = ledgerClient.GetEnclaveQuotes(); + string enclavesJson = new StreamReader(enclavesResponse.ContentStream).ReadToEnd(); + + Console.WriteLine(enclavesJson); + + #endregion + } + } +} diff --git a/sdk/confidentialledger/ci.yml b/sdk/confidentialledger/ci.yml index 2ab95cbacce8..cd84df4e7439 100644 --- a/sdk/confidentialledger/ci.yml +++ b/sdk/confidentialledger/ci.yml @@ -20,10 +20,7 @@ pr: - release/* paths: include: - - common/Perf/ - - common/PerfStressShared/ - - common/Stress/ - - sdk/template/ + - sdk/confidentialledger/ extends: template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml diff --git a/sdk/confidentialledger/test-resources.json b/sdk/confidentialledger/test-resources.json new file mode 100644 index 000000000000..d814f664e76c --- /dev/null +++ b/sdk/confidentialledger/test-resources.json @@ -0,0 +1,109 @@ +{ + "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", + "contentVersion": "1.0.0.0", + "parameters": { + "baseName": { + "type": "string", + "defaultValue": "[resourceGroup().name]", + "metadata": { + "description": "The base resource name." + } + }, + "tenantId": { + "type": "string", + "defaultValue": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "metadata": { + "description": "The tenant ID to which the application and resources belong." + } + }, + "testApplicationOid": { + "type": "string", + "defaultValue": "b3653439-8136-4cd5-aac3-2a9460871ca6", + "metadata": { + "description": "The client OID to grant access to test resources." + } + }, + "location": { + "type": "string", + "defaultValue": "eastus2euap", + "metadata": { + "description": "The location of the resource. By default, this is the same as the resource group." + } + } + }, + "variables": { + "mgmtApiVersion": "2019-04-01", + "location": "[resourceGroup().location]", + "primaryAccountName": "[parameters('baseName')]", + "encryption": { + "services": { + "file": { + "enabled": true + }, + "blob": { + "enabled": true + } + }, + "keySource": "Microsoft.Storage" + }, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + } + }, + "resources": [ + { + "type": "Microsoft.Storage/storageAccounts", + "apiVersion": "[variables('mgmtApiVersion')]", + "name": "[variables('primaryAccountName')]", + "location": "[variables('location')]", + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "properties": { + "networkAcls": "[variables('networkAcls')]", + "supportsHttpsTrafficOnly": true, + "encryption": "[variables('encryption')]", + "accessTier": "Hot" + } + }, + { + "type": "Microsoft.ConfidentialLedger/ledgers", + "apiVersion": "2020-12-01-preview", + "name": "[parameters('baseName')]", + "location": "[parameters('location')]", + "properties": { + "ledgerStorageAccount": "[variables('primaryAccountName')]", + "ledgerType": "Public", + "aadBasedSecurityPrincipals": [ + { + "principalId": "[parameters('testApplicationOid')]", + "tenantId": "[parameters('tenantId')]", + "ledgerRoleName": "Administrator" + } + ] + }, + "dependsOn": [ + "[resourceId('Microsoft.Storage/storageAccounts', variables('primaryAccountName'))]" + ] + } + ], + "outputs": { + "CONFIDENTIALLEDGER_URL": { + "type": "string", + "value": "[format('https://{0}.{1}.cloudapp.azure.com', parameters('baseName'), parameters('location'))]" + }, + "CONFIDENTIALLEDGER_IDENTITY_URL": { + "type": "string", + "value": "[format('https://identity.accledger.azure.com/ledgerIdentity/{0}', parameters('baseName'))]" + }, + "CONFIDENTIALLEDGER_CLIENT_OBJECTID": { + "type": "string", + "value": "[parameters('testApplicationOid')]" + } + } +} diff --git a/sdk/confidentialledger/tests.yml b/sdk/confidentialledger/tests.yml new file mode 100644 index 000000000000..b65809a75bf7 --- /dev/null +++ b/sdk/confidentialledger/tests.yml @@ -0,0 +1,6 @@ +trigger: none + +extends: + template: ../../eng/pipelines/templates/stages/archetype-sdk-tests.yml + parameters: + ServiceDirectory: confidentialledger diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/Azure.Containers.ContainerRegistry.sln b/sdk/containerregistry/Azure.Containers.ContainerRegistry/Azure.Containers.ContainerRegistry.sln index 93a026cbc1fa..cff371f34ac4 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/Azure.Containers.ContainerRegistry.sln +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/Azure.Containers.ContainerRegistry.sln @@ -13,6 +13,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Test.Perf", "..\..\.. EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Containers.ContainerRegistry.Tests", "tests\Azure.Containers.ContainerRegistry.Tests.csproj", "{3AEC1467-61D0-4A91-93FA-2BD391122D21}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Core", "..\..\core\Azure.Core\src\Azure.Core.csproj", "{F62DCD51-5101-4427-B6C9-C24974F9DD3F}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -39,6 +41,10 @@ Global {3AEC1467-61D0-4A91-93FA-2BD391122D21}.Debug|Any CPU.Build.0 = Debug|Any CPU {3AEC1467-61D0-4A91-93FA-2BD391122D21}.Release|Any CPU.ActiveCfg = Release|Any CPU {3AEC1467-61D0-4A91-93FA-2BD391122D21}.Release|Any CPU.Build.0 = Release|Any CPU + {F62DCD51-5101-4427-B6C9-C24974F9DD3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F62DCD51-5101-4427-B6C9-C24974F9DD3F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F62DCD51-5101-4427-B6C9-C24974F9DD3F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F62DCD51-5101-4427-B6C9-C24974F9DD3F}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/api/Azure.Containers.ContainerRegistry.netstandard2.0.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/api/Azure.Containers.ContainerRegistry.netstandard2.0.cs index d98543655dd7..c07fdc5f3553 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/api/Azure.Containers.ContainerRegistry.netstandard2.0.cs +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/api/Azure.Containers.ContainerRegistry.netstandard2.0.cs @@ -86,6 +86,8 @@ internal ArtifactTagProperties() { } public partial class ContainerRegistryClient { protected ContainerRegistryClient() { } + public ContainerRegistryClient(System.Uri registryUri) { } + public ContainerRegistryClient(System.Uri registryUri, Azure.Containers.ContainerRegistry.ContainerRegistryClientOptions options) { } public ContainerRegistryClient(System.Uri registryUri, Azure.Core.TokenCredential credential) { } public ContainerRegistryClient(System.Uri registryUri, Azure.Core.TokenCredential credential, Azure.Containers.ContainerRegistry.ContainerRegistryClientOptions options) { } public virtual string LoginServer { get { throw null; } } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Authentication/ContainerRegistryAnonymousAccessCredential.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Authentication/ContainerRegistryAnonymousAccessCredential.cs new file mode 100644 index 000000000000..df7bc42e8cf3 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Authentication/ContainerRegistryAnonymousAccessCredential.cs @@ -0,0 +1,26 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure.Core; + +namespace Azure.Containers.ContainerRegistry +{ + /// + /// Used internally to indiate the client is intended for use with anonymous access authentication. + /// + internal class ContainerRegistryAnonymousAccessCredential : TokenCredential + { + public override AccessToken GetToken(TokenRequestContext requestContext, CancellationToken cancellationToken) + { + throw new InvalidOperationException(); + } + + public override ValueTask GetTokenAsync(TokenRequestContext requestContext, CancellationToken cancellationToken) + { + throw new InvalidOperationException(); + } + } +} diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Authentication/ContainerRegistryChallengeAuthenticationPolicy.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Authentication/ContainerRegistryChallengeAuthenticationPolicy.cs index 22e66270c727..394ec5ce70b7 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Authentication/ContainerRegistryChallengeAuthenticationPolicy.cs +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Authentication/ContainerRegistryChallengeAuthenticationPolicy.cs @@ -34,14 +34,39 @@ namespace Azure.Containers.ContainerRegistry internal class ContainerRegistryChallengeAuthenticationPolicy : BearerTokenAuthenticationPolicy { private readonly IContainerRegistryAuthenticationClient _authenticationClient; + private readonly ContainerRegistryRefreshTokenCache _refreshTokenCache; + private readonly string[] _aadScopes; + private readonly bool _anonymousAccess; public ContainerRegistryChallengeAuthenticationPolicy(TokenCredential credential, string aadScope, IContainerRegistryAuthenticationClient authenticationClient) + : this(credential, aadScope, authenticationClient, null, null) + { + } + + internal ContainerRegistryChallengeAuthenticationPolicy(TokenCredential credential, string aadScope, IContainerRegistryAuthenticationClient authenticationClient, TimeSpan? tokenRefreshOffset = null, TimeSpan? tokenRefreshRetryDelay = null) : base(credential, aadScope) { Argument.AssertNotNull(credential, nameof(credential)); Argument.AssertNotNull(aadScope, nameof(aadScope)); _authenticationClient = authenticationClient; + _refreshTokenCache = new ContainerRegistryRefreshTokenCache(credential, authenticationClient, tokenRefreshOffset, tokenRefreshRetryDelay); + _aadScopes = new[] { aadScope }; + _anonymousAccess = credential is ContainerRegistryAnonymousAccessCredential; + } + + // Since we'll not cache the AAD access token or set an auth header on the initial request, + // that receives a challenge response, we override the method that does this. + protected override void AuthorizeRequest(HttpMessage message) + { + return; + } + + // Since we'll not cache the AAD access token or set an auth header on the initial request, + // that receives a challenge response, we override the method that does this. + protected override ValueTask AuthorizeRequestAsync(HttpMessage message) + { + return default; } protected override ValueTask AuthorizeRequestOnChallengeAsync(HttpMessage message) @@ -54,76 +79,62 @@ private async ValueTask AuthorizeRequestOnChallengeAsyncInternal(HttpMessa { // Once we're here, we've completed Step 1. + // We'll need this context to refresh the AAD access credential if that's needed. + var context = new TokenRequestContext(_aadScopes, message.Request.ClientRequestId); + // Step 2: Parse challenge string to retrieve serviceName and scope, where scope is the ACR Scope var service = AuthorizationChallengeParser.GetChallengeParameterFromResponse(message.Response, "Bearer", "service"); var scope = AuthorizationChallengeParser.GetChallengeParameterFromResponse(message.Response, "Bearer", "scope"); - string acrAccessToken = string.Empty; - if (async) + string acrAccessToken; + if (_anonymousAccess) { - // Step 3: Exchange AAD Access Token for ACR Refresh Token - string acrRefreshToken = await ExchangeAadAccessTokenForAcrRefreshTokenAsync(message, service, true).ConfigureAwait(false); - - // Step 4: Send in acrRefreshToken and get back acrAccessToken - acrAccessToken = await ExchangeAcrRefreshTokenForAcrAccessTokenAsync(acrRefreshToken, service, scope, true, message.CancellationToken).ConfigureAwait(false); + acrAccessToken = await GetAnonymousAcrAccessTokenAsync(service, scope, async, message.CancellationToken).ConfigureAwait(false); } else { - // Step 3: Exchange AAD Access Token for ACR Refresh Token - string acrRefreshToken = ExchangeAadAccessTokenForAcrRefreshTokenAsync(message, service, false).EnsureCompleted(); + // Step 3: Exchange AAD Access Token for ACR Refresh Token, or get the cached value instead. + string acrRefreshToken = await _refreshTokenCache.GetAcrRefreshTokenAsync(message, context, service, async).ConfigureAwait(false); // Step 4: Send in acrRefreshToken and get back acrAccessToken - acrAccessToken = ExchangeAcrRefreshTokenForAcrAccessTokenAsync(acrRefreshToken, service, scope, false, message.CancellationToken).EnsureCompleted(); + acrAccessToken = await ExchangeAcrRefreshTokenForAcrAccessTokenAsync(acrRefreshToken, service, scope, async, message.CancellationToken).ConfigureAwait(false); } - // Step 5 - Authorize Request. Note, we don't use SetAuthorizationHeader here, because it + // Step 5 - Authorize Request. Note, we don't use SetAuthorizationHeader from the base class here, because it // sets an AAD access token header, and at this point we're done with AAD and using an ACR access token. message.Request.Headers.SetValue(HttpHeader.Names.Authorization, $"Bearer {acrAccessToken}"); return true; } - private async Task ExchangeAadAccessTokenForAcrRefreshTokenAsync(HttpMessage message, string service, bool async) + private async Task ExchangeAcrRefreshTokenForAcrAccessTokenAsync(string acrRefreshToken, string service, string scope, bool async, CancellationToken cancellationToken) { - string aadAccessToken = GetAuthorizationToken(message); - - Response acrRefreshToken = null; + Response acrAccessToken = null; if (async) { - acrRefreshToken = await _authenticationClient.ExchangeAadAccessTokenForAcrRefreshTokenAsync(service, aadAccessToken, message.CancellationToken).ConfigureAwait(false); + acrAccessToken = await _authenticationClient.ExchangeAcrRefreshTokenForAcrAccessTokenAsync(service, scope, acrRefreshToken, cancellationToken: cancellationToken).ConfigureAwait(false); } else { - acrRefreshToken = _authenticationClient.ExchangeAadAccessTokenForAcrRefreshToken(service, aadAccessToken, message.CancellationToken); + acrAccessToken = _authenticationClient.ExchangeAcrRefreshTokenForAcrAccessToken(service, scope, acrRefreshToken, cancellationToken: cancellationToken); } - return acrRefreshToken.Value.RefreshToken; + return acrAccessToken.Value.AccessToken; } - private async Task ExchangeAcrRefreshTokenForAcrAccessTokenAsync(string acrRefreshToken, string service, string scope, bool async, CancellationToken cancellationToken) + private async Task GetAnonymousAcrAccessTokenAsync(string service, string scope, bool async, CancellationToken cancellationToken) { Response acrAccessToken = null; if (async) { - acrAccessToken = await _authenticationClient.ExchangeAcrRefreshTokenForAcrAccessTokenAsync(service, scope, acrRefreshToken, cancellationToken).ConfigureAwait(false); + acrAccessToken = await _authenticationClient.ExchangeAcrRefreshTokenForAcrAccessTokenAsync(service, scope, string.Empty, TokenGrantType.Password, cancellationToken ).ConfigureAwait(false); } else { - acrAccessToken = _authenticationClient.ExchangeAcrRefreshTokenForAcrAccessToken(service, scope, acrRefreshToken, cancellationToken); + acrAccessToken = _authenticationClient.ExchangeAcrRefreshTokenForAcrAccessToken(service, scope, string.Empty, TokenGrantType.Password, cancellationToken); } return acrAccessToken.Value.AccessToken; } - - private static string GetAuthorizationToken(HttpMessage message) - { - string aadAuthHeader; - if (!message.Request.Headers.TryGetValue(HttpHeader.Names.Authorization, out aadAuthHeader)) - { - throw new InvalidOperationException("Failed to retrieve Authentication header from message request."); - } - - return aadAuthHeader.Remove(0, "Bearer ".Length); - } } } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Authentication/ContainerRegistryRefreshTokenCache.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Authentication/ContainerRegistryRefreshTokenCache.cs new file mode 100644 index 000000000000..b8b596f66bcd --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Authentication/ContainerRegistryRefreshTokenCache.cs @@ -0,0 +1,293 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System; +using System.Diagnostics; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure.Core; +using Azure.Core.Pipeline; + +#nullable enable + +namespace Azure.Containers.ContainerRegistry +{ + /// + /// This is a direct copy of BearerTokenChallengeAuthenticationPolicy.AccessTokenCache, with only the token lookup and force refresh logic replaced. + /// + internal class ContainerRegistryRefreshTokenCache + { + private readonly TimeSpan DefaultTokenRefreshOffset = TimeSpan.FromMinutes(5); + private readonly TimeSpan DefaultTokenRefreshRetryDelay = TimeSpan.FromSeconds(30); + + private readonly object _syncObj = new object(); + private readonly TokenCredential _aadTokenCredential; + private readonly TimeSpan _tokenRefreshOffset; + private readonly TimeSpan _tokenRefreshRetryDelay; + private readonly IContainerRegistryAuthenticationClient _authenticationRestClient; + + private string? _currentTokenService; + private TaskCompletionSource? _infoTcs; + private TaskCompletionSource? _backgroundUpdateTcs; + + public ContainerRegistryRefreshTokenCache(TokenCredential aadTokenCredential, IContainerRegistryAuthenticationClient authClient, TimeSpan? tokenRefreshOffset = null, TimeSpan? tokenRefreshRetryDelay = null) + { + _aadTokenCredential = aadTokenCredential; + _authenticationRestClient = authClient; + + _tokenRefreshOffset = tokenRefreshOffset ?? DefaultTokenRefreshOffset; + _tokenRefreshRetryDelay = tokenRefreshRetryDelay ?? DefaultTokenRefreshRetryDelay; + } + + public async ValueTask GetAcrRefreshTokenAsync(HttpMessage message, TokenRequestContext context, string service, bool async) + { + bool getTokenFromCredential; + TaskCompletionSource refreshTokenTcs; + TaskCompletionSource? backgroundUpdateTcs; + int maxCancellationRetries = 3; + + while (true) + { + (refreshTokenTcs, backgroundUpdateTcs, getTokenFromCredential) = GetTaskCompletionSources(service); + RefreshTokenInfo info; + if (getTokenFromCredential) + { + if (backgroundUpdateTcs != null) + { + if (async) + { + info = await refreshTokenTcs.Task.ConfigureAwait(false); + } + else + { +#pragma warning disable AZC0104 // Use EnsureCompleted() directly on asynchronous method return value. + info = refreshTokenTcs.Task.EnsureCompleted(); +#pragma warning restore AZC0104 // Use EnsureCompleted() directly on asynchronous method return value. + } + + _ = Task.Run(() => GetRefreshTokenFromCredentialInBackgroundAsync(backgroundUpdateTcs, info, context, service, async)); + return info.RefreshToken; + } + + try + { + info = await GetRefreshTokenFromCredentialAsync(context, service, async, message.CancellationToken).ConfigureAwait(false); + refreshTokenTcs.SetResult(info); + } + catch (OperationCanceledException) + { + refreshTokenTcs.SetCanceled(); + } + catch (Exception exception) + { + refreshTokenTcs.SetException(exception); + // The exception will be thrown on the next lines when we touch the result of + // refreshTokenTcs.Task, this approach will prevent later runtime UnobservedTaskException + } + } + + var refreshTokenTask = refreshTokenTcs.Task; + try + { + if (!refreshTokenTask.IsCompleted) + { + if (async) + { + await refreshTokenTask.AwaitWithCancellation(message.CancellationToken); + } + else + { + try + { + refreshTokenTask.Wait(message.CancellationToken); + } + catch (AggregateException) { } // ignore exception here to rethrow it with EnsureCompleted + } + } + if (async) + { + info = await refreshTokenTcs.Task.ConfigureAwait(false); + } + else + { +#pragma warning disable AZC0104 // Use EnsureCompleted() directly on asynchronous method return value. + info = refreshTokenTcs.Task.EnsureCompleted(); +#pragma warning restore AZC0104 // Use EnsureCompleted() directly on asynchronous method return value. + } + + return info.RefreshToken; + } + catch (TaskCanceledException) when (!message.CancellationToken.IsCancellationRequested) + { + maxCancellationRetries--; + + // If the current message has no CancellationToken and we have tried this 3 times, throw. + if (!message.CancellationToken.CanBeCanceled && maxCancellationRetries <= 0) + { + throw; + } + + // We were waiting on a previous refreshTokenTcs operation which was canceled. + //Retry the call to GetTaskCompletionSources. + continue; + } + } + } + + private (TaskCompletionSource InfoTcs, TaskCompletionSource? BackgroundUpdateTcs, bool GetTokenFromCredential) GetTaskCompletionSources(string service) + { + lock (_syncObj) + { + // Initial state. GetTaskCompletionSources has been called for the first time + if (_infoTcs == null || RequestRequiresNewToken(service)) + { + _currentTokenService = service; + _infoTcs = new TaskCompletionSource(TaskCreationOptions.RunContinuationsAsynchronously); + _backgroundUpdateTcs = default; + return (_infoTcs, _backgroundUpdateTcs, true); + } + + // Getting new access token is in progress, wait for it + if (!_infoTcs.Task.IsCompleted) + { + _backgroundUpdateTcs = default; + return (_infoTcs, _backgroundUpdateTcs, false); + } + + DateTimeOffset now = DateTimeOffset.UtcNow; + + // Access token has been successfully acquired in background and it is not expired yet, use it instead of current one + if (_backgroundUpdateTcs != null && _backgroundUpdateTcs.Task.Status == TaskStatus.RanToCompletion && _backgroundUpdateTcs.Task.Result.ExpiresOn > now) + { + _infoTcs = _backgroundUpdateTcs; + _backgroundUpdateTcs = default; + + // return nothing here so we can enter the 5th case and start bg thread if needed. + } + + // Attempt to get access token has failed or it has already expired. Need to get a new one + if (_infoTcs.Task.Status != TaskStatus.RanToCompletion || now >= _infoTcs.Task.Result.ExpiresOn) + { + _infoTcs = new TaskCompletionSource(TaskCreationOptions.RunContinuationsAsynchronously); + return (_infoTcs, default, true); + } + + // Access token is still valid but is about to expire, try to get it in background + if (now >= _infoTcs.Task.Result.RefreshOn && _backgroundUpdateTcs == null) + { + _backgroundUpdateTcs = new TaskCompletionSource(TaskCreationOptions.RunContinuationsAsynchronously); + return (_infoTcs, _backgroundUpdateTcs, true); + } + + // Access token is valid, use it + return (_infoTcs, default, false); + } + } + + // must be called under lock (_syncObj) + private bool RequestRequiresNewToken(string service) => + _currentTokenService == null || + (service != null && !string.Equals(service, _currentTokenService)); + + private async ValueTask GetRefreshTokenFromCredentialInBackgroundAsync(TaskCompletionSource backgroundUpdateTcs, RefreshTokenInfo info, TokenRequestContext context, string service, bool async) + { + var cts = new CancellationTokenSource(_tokenRefreshRetryDelay); + try + { + RefreshTokenInfo newInfo = await GetRefreshTokenFromCredentialAsync(context, service, async, cts.Token).ConfigureAwait(false); + backgroundUpdateTcs.SetResult(newInfo); + } + catch (OperationCanceledException) when (cts.IsCancellationRequested) + { + backgroundUpdateTcs.SetResult(new RefreshTokenInfo(info.RefreshToken, info.ExpiresOn, DateTimeOffset.UtcNow)); + + // https://github.com/Azure/azure-sdk-for-net/issues/18539 + //AzureCoreEventSource.Singleton.BackgroundRefreshFailed(context.ParentRequestId ?? string.Empty, oce.ToString()); + } + catch (Exception) + { + backgroundUpdateTcs.SetResult(new RefreshTokenInfo(info.RefreshToken, info.ExpiresOn, DateTimeOffset.UtcNow + _tokenRefreshRetryDelay)); + + // https://github.com/Azure/azure-sdk-for-net/issues/18539 + //AzureCoreEventSource.Singleton.BackgroundRefreshFailed(context.ParentRequestId ?? string.Empty, e.ToString()); + } + finally + { + cts.Dispose(); + } + } + + private async ValueTask GetRefreshTokenFromCredentialAsync(TokenRequestContext context, string service, bool async, CancellationToken cancellationToken) + { + AccessToken aadAccessToken = async ? await _aadTokenCredential.GetTokenAsync(context, cancellationToken).ConfigureAwait(false) : + _aadTokenCredential.GetToken(context, cancellationToken); + + AcrRefreshToken acrRefreshToken = async ? await _authenticationRestClient.ExchangeAadAccessTokenForAcrRefreshTokenAsync(service, aadAccessToken.Token, cancellationToken).ConfigureAwait(false) : + _authenticationRestClient.ExchangeAadAccessTokenForAcrRefreshToken(service, aadAccessToken.Token, cancellationToken); + + DateTimeOffset expiresOn = GetTokenExpiryTime(acrRefreshToken); + + return new RefreshTokenInfo(acrRefreshToken.RefreshToken, expiresOn, expiresOn - _tokenRefreshOffset); + } + + internal static DateTimeOffset GetTokenExpiryTime(AcrRefreshToken acrRefreshToken) + { + // If we can't parse the expiration from the JWT, indicate that it's expired now. + return GetTokenExpiryFromJwt(acrRefreshToken.RefreshToken) ?? DateTimeOffset.UtcNow; + } + + private static DateTimeOffset? GetTokenExpiryFromJwt(string jwtValue) + { + // The JWT is in the format .. + // Here, we Base64Url decode the body and treat it as a JSON object in order to get the "exp" value + + if (string.IsNullOrEmpty(jwtValue)) + { + return null; + } + + string[] jwtSegments = jwtValue.Split('.'); + if (jwtSegments.Length < 2) + { + return null; + } + + string jwtBodyEncoded = jwtSegments[1]; + + if (string.IsNullOrEmpty(jwtBodyEncoded)) + { + return null; + } + + byte[] jwtBodyDecoded = Base64Url.Decode(jwtBodyEncoded); + JsonDocument jsonBody = JsonDocument.Parse(jwtBodyDecoded); + + if (!jsonBody.RootElement.TryGetProperty("exp", out JsonElement value)) + { + return null; + } + + if (!value.TryGetInt64(out long expValue)) + { + return null; + } + + return DateTimeOffset.FromUnixTimeSeconds(expValue); + } + + private readonly struct RefreshTokenInfo + { + public string RefreshToken { get; } + public DateTimeOffset ExpiresOn { get; } + public DateTimeOffset RefreshOn { get; } + + public RefreshTokenInfo(string refreshToken, DateTimeOffset expiresOn, DateTimeOffset refreshOn) + { + RefreshToken = refreshToken; + ExpiresOn = expiresOn; + RefreshOn = refreshOn; + } + } + } +} diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Authentication/IContainerRegistryAuthenticationClient.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Authentication/IContainerRegistryAuthenticationClient.cs index 969656a7a805..dc38f6f5508e 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Authentication/IContainerRegistryAuthenticationClient.cs +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Authentication/IContainerRegistryAuthenticationClient.cs @@ -11,7 +11,7 @@ internal interface IContainerRegistryAuthenticationClient Task> ExchangeAadAccessTokenForAcrRefreshTokenAsync(string service, string aadAccessToken, CancellationToken token = default); Response ExchangeAadAccessTokenForAcrRefreshToken(string service, string aadAccessToken, CancellationToken token = default); - Task> ExchangeAcrRefreshTokenForAcrAccessTokenAsync(string service, string scope, string acrRefreshToken, CancellationToken token = default); - Response ExchangeAcrRefreshTokenForAcrAccessToken(string service, string scope, string acrRefreshToken, CancellationToken token = default); + Task> ExchangeAcrRefreshTokenForAcrAccessTokenAsync(string service, string scope, string acrRefreshToken, TokenGrantType grantType = TokenGrantType.RefreshToken, CancellationToken cancellationToken = default); + Response ExchangeAcrRefreshTokenForAcrAccessToken(string service, string scope, string acrRefreshToken, TokenGrantType grantType = TokenGrantType.RefreshToken, CancellationToken cancellationToken = default); } } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Azure.Containers.ContainerRegistry.csproj b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Azure.Containers.ContainerRegistry.csproj index 77c4832c37e0..8669f5ed36cd 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Azure.Containers.ContainerRegistry.csproj +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Azure.Containers.ContainerRegistry.csproj @@ -8,6 +8,7 @@ + @@ -17,6 +18,7 @@ + @@ -27,12 +29,4 @@ - - - - - - - - diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/ContainerRegistryClient.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/ContainerRegistryClient.cs index 3f831f81a558..42d20281d1e4 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/ContainerRegistryClient.cs +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/ContainerRegistryClient.cs @@ -21,6 +21,31 @@ public partial class ContainerRegistryClient private readonly AuthenticationRestClient _acrAuthClient; private readonly string AcrAadScope = "https://management.core.windows.net/.default"; + /// + /// Initializes a new instance of the for managing container images and artifacts, + /// using anonymous access to the registry. Only operations that support anonymous access are enabled. Other service + /// methods will throw if called. + /// + /// The URI endpoint of the container registry. This is likely to be similar + /// to "https://{registry-name}.azurecr.io". + /// Thrown when the is null. + public ContainerRegistryClient(Uri registryUri) : this(registryUri, new ContainerRegistryAnonymousAccessCredential(), new ContainerRegistryClientOptions()) + { + } + + /// + /// Initializes a new instance of the ContainerRegistryClient for managing container images and artifacts, + /// using anonymous access to the registry. Only operations that support anonymous access are enabled. Other service + /// methods will throw if called. + /// + /// The URI endpoint of the container registry. This is likely to be similar + /// to "https://{registry-name}.azurecr.io". + /// Client configuration options for connecting to Azure Container Registry. + /// Thrown when the is null. + public ContainerRegistryClient(Uri registryUri, ContainerRegistryClientOptions options) : this(registryUri, new ContainerRegistryAnonymousAccessCredential(), options) + { + } + /// /// Initializes a new instance of the for managing container images and artifacts. /// diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/AuthenticationRestClient.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/AuthenticationRestClient.cs index c4e5dd3c81c8..090f45222d07 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/AuthenticationRestClient.cs +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/AuthenticationRestClient.cs @@ -121,7 +121,7 @@ public Response ExchangeAadAccessTokenForAcrRefreshToken(string } } - internal HttpMessage CreateExchangeAcrRefreshTokenForAcrAccessTokenRequest(string service, string scope, string refreshToken) + internal HttpMessage CreateExchangeAcrRefreshTokenForAcrAccessTokenRequest(string service, string scope, string refreshToken, TokenGrantType grantType) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -133,10 +133,10 @@ internal HttpMessage CreateExchangeAcrRefreshTokenForAcrAccessTokenRequest(strin request.Headers.Add("Accept", "application/json"); request.Headers.Add("Content-Type", "application/x-www-form-urlencoded"); var content = new FormUrlEncodedContent(); - content.Add("grant_type", "refresh_token"); content.Add("service", service); content.Add("scope", scope); content.Add("refresh_token", refreshToken); + content.Add("grant_type", grantType.ToSerialString()); request.Content = content; return message; } @@ -145,9 +145,10 @@ internal HttpMessage CreateExchangeAcrRefreshTokenForAcrAccessTokenRequest(strin /// Indicates the name of your Azure container registry. /// Which is expected to be a valid scope, and can be specified more than once for multiple scope requests. You obtained this from the Www-Authenticate response header from the challenge. /// Must be a valid ACR refresh token. + /// Grant type is expected to be refresh_token. /// The cancellation token to use. /// , , or is null. - public async Task> ExchangeAcrRefreshTokenForAcrAccessTokenAsync(string service, string scope, string refreshToken, CancellationToken cancellationToken = default) + public async Task> ExchangeAcrRefreshTokenForAcrAccessTokenAsync(string service, string scope, string refreshToken, TokenGrantType grantType = TokenGrantType.RefreshToken, CancellationToken cancellationToken = default) { if (service == null) { @@ -162,7 +163,7 @@ public async Task> ExchangeAcrRefreshTokenForAcrAccessT throw new ArgumentNullException(nameof(refreshToken)); } - using var message = CreateExchangeAcrRefreshTokenForAcrAccessTokenRequest(service, scope, refreshToken); + using var message = CreateExchangeAcrRefreshTokenForAcrAccessTokenRequest(service, scope, refreshToken, grantType); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -182,9 +183,10 @@ public async Task> ExchangeAcrRefreshTokenForAcrAccessT /// Indicates the name of your Azure container registry. /// Which is expected to be a valid scope, and can be specified more than once for multiple scope requests. You obtained this from the Www-Authenticate response header from the challenge. /// Must be a valid ACR refresh token. + /// Grant type is expected to be refresh_token. /// The cancellation token to use. /// , , or is null. - public Response ExchangeAcrRefreshTokenForAcrAccessToken(string service, string scope, string refreshToken, CancellationToken cancellationToken = default) + public Response ExchangeAcrRefreshTokenForAcrAccessToken(string service, string scope, string refreshToken, TokenGrantType grantType = TokenGrantType.RefreshToken, CancellationToken cancellationToken = default) { if (service == null) { @@ -199,7 +201,7 @@ public Response ExchangeAcrRefreshTokenForAcrAccessToken(string throw new ArgumentNullException(nameof(refreshToken)); } - using var message = CreateExchangeAcrRefreshTokenForAcrAccessTokenRequest(service, scope, refreshToken); + using var message = CreateExchangeAcrRefreshTokenForAcrAccessTokenRequest(service, scope, refreshToken, grantType); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/Models/ManifestAttributesManifestReferences.Serialization.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/Models/ManifestAttributesManifestReferences.Serialization.cs index 98eb741d6fb3..6672a3ab0e35 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/Models/ManifestAttributesManifestReferences.Serialization.cs +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/Models/ManifestAttributesManifestReferences.Serialization.cs @@ -15,8 +15,8 @@ internal partial class ManifestAttributesManifestReferences internal static ManifestAttributesManifestReferences DeserializeManifestAttributesManifestReferences(JsonElement element) { string digest = default; - string architecture = default; - string os = default; + ArtifactArchitecture architecture = default; + ArtifactOperatingSystem os = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("digest")) @@ -26,12 +26,12 @@ internal static ManifestAttributesManifestReferences DeserializeManifestAttribut } if (property.NameEquals("architecture")) { - architecture = property.Value.GetString(); + architecture = new ArtifactArchitecture(property.Value.GetString()); continue; } if (property.NameEquals("os")) { - os = property.Value.GetString(); + os = new ArtifactOperatingSystem(property.Value.GetString()); continue; } } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/Models/ManifestAttributesManifestReferences.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/Models/ManifestAttributesManifestReferences.cs index 40785d1078af..2d9ad5a2f155 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/Models/ManifestAttributesManifestReferences.cs +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/Models/ManifestAttributesManifestReferences.cs @@ -14,34 +14,26 @@ internal partial class ManifestAttributesManifestReferences { /// Initializes a new instance of ManifestAttributesManifestReferences. /// Manifest digest. - /// CPU architecture. + /// CPU architecture. /// Operating system. - /// , , or is null. - internal ManifestAttributesManifestReferences(string digest, string cpuArchitecture, string operatingSystem) + /// is null. + internal ManifestAttributesManifestReferences(string digest, ArtifactArchitecture architecture, ArtifactOperatingSystem operatingSystem) { if (digest == null) { throw new ArgumentNullException(nameof(digest)); } - if (cpuArchitecture == null) - { - throw new ArgumentNullException(nameof(cpuArchitecture)); - } - if (operatingSystem == null) - { - throw new ArgumentNullException(nameof(operatingSystem)); - } Digest = digest; - CpuArchitecture = cpuArchitecture; + Architecture = architecture; OperatingSystem = operatingSystem; } /// Manifest digest. public string Digest { get; } /// CPU architecture. - public string CpuArchitecture { get; } + public ArtifactArchitecture Architecture { get; } /// Operating system. - public string OperatingSystem { get; } + public ArtifactOperatingSystem OperatingSystem { get; } } } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/Models/PathsV3R3RxOauth2TokenPostRequestbodyContentApplicationXWwwFormUrlencodedSchema.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/Models/PathsV3R3RxOauth2TokenPostRequestbodyContentApplicationXWwwFormUrlencodedSchema.cs index 9bf7d4f6ffc8..edc069c43054 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/Models/PathsV3R3RxOauth2TokenPostRequestbodyContentApplicationXWwwFormUrlencodedSchema.cs +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/Models/PathsV3R3RxOauth2TokenPostRequestbodyContentApplicationXWwwFormUrlencodedSchema.cs @@ -16,8 +16,9 @@ internal partial class PathsV3R3RxOauth2TokenPostRequestbodyContentApplicationXW /// Indicates the name of your Azure container registry. /// Which is expected to be a valid scope, and can be specified more than once for multiple scope requests. You obtained this from the Www-Authenticate response header from the challenge. /// Must be a valid ACR refresh token. + /// Grant type is expected to be refresh_token. /// , , or is null. - internal PathsV3R3RxOauth2TokenPostRequestbodyContentApplicationXWwwFormUrlencodedSchema(string service, string scope, string acrRefreshToken) + internal PathsV3R3RxOauth2TokenPostRequestbodyContentApplicationXWwwFormUrlencodedSchema(string service, string scope, string acrRefreshToken, TokenGrantType grantType = TokenGrantType.RefreshToken) { if (service == null) { @@ -32,19 +33,19 @@ internal PathsV3R3RxOauth2TokenPostRequestbodyContentApplicationXWwwFormUrlencod throw new ArgumentNullException(nameof(acrRefreshToken)); } - GrantType = "refresh_token"; Service = service; Scope = scope; AcrRefreshToken = acrRefreshToken; + GrantType = grantType; } - /// Grant type is expected to be refresh_token. - public string GrantType { get; } /// Indicates the name of your Azure container registry. public string Service { get; } /// Which is expected to be a valid scope, and can be specified more than once for multiple scope requests. You obtained this from the Www-Authenticate response header from the challenge. public string Scope { get; } /// Must be a valid ACR refresh token. public string AcrRefreshToken { get; } + /// Grant type is expected to be refresh_token. + public TokenGrantType GrantType { get; } } } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/Models/TokenGrantType.Serialization.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/Models/TokenGrantType.Serialization.cs new file mode 100644 index 000000000000..9baf8c5176b2 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/Models/TokenGrantType.Serialization.cs @@ -0,0 +1,28 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; + +namespace Azure.Containers.ContainerRegistry +{ + internal static partial class TokenGrantTypeExtensions + { + public static string ToSerialString(this TokenGrantType value) => value switch + { + TokenGrantType.RefreshToken => "refresh_token", + TokenGrantType.Password => "password", + _ => throw new ArgumentOutOfRangeException(nameof(value), value, "Unknown TokenGrantType value.") + }; + + public static TokenGrantType ToTokenGrantType(this string value) + { + if (string.Equals(value, "refresh_token", StringComparison.InvariantCultureIgnoreCase)) return TokenGrantType.RefreshToken; + if (string.Equals(value, "password", StringComparison.InvariantCultureIgnoreCase)) return TokenGrantType.Password; + throw new ArgumentOutOfRangeException(nameof(value), value, "Unknown TokenGrantType value."); + } + } +} diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/Models/TokenGrantType.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/Models/TokenGrantType.cs new file mode 100644 index 000000000000..7d1d535708a4 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/Models/TokenGrantType.cs @@ -0,0 +1,18 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.Containers.ContainerRegistry +{ + /// Grant type is expected to be refresh_token. + internal enum TokenGrantType + { + /// refresh_token. + RefreshToken, + /// password. + Password + } +} diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Models/ArtifactManifestProperties.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Models/ArtifactManifestProperties.cs index 3d8ce65c6bf3..b876921c4b1a 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Models/ArtifactManifestProperties.cs +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Models/ArtifactManifestProperties.cs @@ -11,7 +11,7 @@ namespace Azure.Containers.ContainerRegistry /// Manifest attributes details. public partial class ArtifactManifestProperties { - internal ArtifactManifestProperties(string digest, string architecture, string operatingSystem) + internal ArtifactManifestProperties(string digest, ArtifactArchitecture architecture, ArtifactOperatingSystem operatingSystem) { this.Digest = digest; this.Architecture = architecture; @@ -41,7 +41,7 @@ internal static ArtifactManifestProperties FromManifestAttributesManifestReferen { return new ArtifactManifestProperties( reference.Digest, - reference.CpuArchitecture, + reference.Architecture, reference.OperatingSystem); } } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/autorest.md b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/autorest.md index 0f52b9436dd5..152fb42b5dd1 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/autorest.md +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/autorest.md @@ -4,7 +4,8 @@ Run `dotnet build /t:GenerateCode` to generate code. ``` yaml input-file: - - https://github.com/jeremymeng/azure-rest-api-specs/blob/96bdb14b80d5542ea6982cd766be19e7c8c58c86/specification/containerregistry/data-plane/Azure.ContainerRegistry/preview/2019-08-15-preview/containerregistry.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/4af460b1ba17b339869775ca9fb1df3ebfe7c15a/specification/containerregistry/data-plane/Azure.ContainerRegistry/preview/2019-08-15-preview/containerregistry.json + model-namespace: false ``` @@ -15,20 +16,3 @@ directive: transform: > $["x-accessibility"] = "internal" ``` - -### Correct Security to be separately defined - -``` yaml -directive: - from: swagger-document - where: $ - transform: > - $.security = [ - { - "registry_oauth2": [] - }, - { - "registry_auth": [] - } - ] -``` diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/Authentication/ContainerRegistryChallengeAuthenticationPolicyTest.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/Authentication/ContainerRegistryChallengeAuthenticationPolicyTest.cs index 825112996cca..857823a3bc8c 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/Authentication/ContainerRegistryChallengeAuthenticationPolicyTest.cs +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/Authentication/ContainerRegistryChallengeAuthenticationPolicyTest.cs @@ -2,6 +2,9 @@ // Licensed under the MIT License. using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading; using System.Threading.Tasks; using Azure.Core; using Azure.Core.TestFramework; @@ -11,21 +14,44 @@ namespace Azure.Containers.ContainerRegistry.Tests { public class ContainerRegistryChallengeAuthenticationPolicyTest : SyncAsyncPolicyTestBase { + private readonly string TestAcrRefreshToken = "TestAcrRefreshToken"; + private readonly string TestAcrAccessToken = "TestAcrAccessToken"; + public ContainerRegistryChallengeAuthenticationPolicyTest(bool isAsync) : base(isAsync) { } + private MockResponse GetChallengeResponse(string serviceName = "example") + { + MockResponse challengeResponse = new MockResponse(401); + string challenge = $"Bearer realm=\"https://example.azurecr.io/oauth2/token\",service=\"{serviceName}.azurecr.io\",scope=\"repository:library/hello-world:metadata_read\",error=\"invalid_token\""; + challengeResponse.AddHeader(new HttpHeader(HttpHeader.Names.WwwAuthenticate, challenge)); + return challengeResponse; + } + + private MockAuthenticationClient GetMockAuthClient() + { + return new MockAuthenticationClient( + service => new AcrRefreshToken(TestAcrRefreshToken), + (service, scope) => new AcrAccessToken(TestAcrAccessToken)); + } + + private string GetMockJwt(TimeSpan expireIn) + { + long expireOn = (DateTimeOffset.UtcNow + expireIn).ToUnixTimeSeconds(); + string decodedHeader = "{header}"; + string decodedBody = $"{{ \"exp\": {expireOn} }}"; + string decodedSignature = "{signature}"; + return $"{Base64Url.EncodeString(decodedHeader)}.{Base64Url.EncodeString(decodedBody)}.{Base64Url.EncodeString(decodedSignature)}"; + } + [Test] - public async Task ChallengePolicySetsToken() + public async Task ContainerRegistryChallengeAuthenticationPolicy_UsesTokenProvidedByAuthClient() { - MockAuthenticationClient mockClient = new MockAuthenticationClient(); + MockAuthenticationClient mockClient = GetMockAuthClient(); MockCredential mockCredential = new MockCredential(); var policy = new ContainerRegistryChallengeAuthenticationPolicy(mockCredential, "TestScope", mockClient); - var challengeResponse = new MockResponse(401); - string challenge = "Bearer realm=\"https://example.azurecr.io/oauth2/token\",service=\"example.azurecr.io\",scope=\"repository:library/hello-world:metadata_read\",error=\"invalid_token\""; - challengeResponse.AddHeader(new HttpHeader(HttpHeader.Names.WwwAuthenticate, challenge)); - - MockTransport transport = CreateMockTransport(challengeResponse, new MockResponse(200)); + MockTransport transport = CreateMockTransport(GetChallengeResponse(), new MockResponse(200)); await SendGetRequest(transport, policy, uri: new Uri("https://example.azurecr.io/acr/v1/hello-world/_tags/latest"), cancellationToken: default); @@ -34,5 +60,346 @@ public async Task ChallengePolicySetsToken() Assert.IsTrue(request.Headers.TryGetValue(HttpHeader.Names.Authorization, out string authHeaderValue)); Assert.AreEqual("Bearer TestAcrAccessToken", authHeaderValue); } + + [Test] + public async Task ContainerRegistryChallengeAuthenticationPolicy_CachesRefreshToken() + { + // Arrange + int refreshTokenRequests = 0; + int accessTokenRequests = 0; + + string mockJwt = GetMockJwt(TimeSpan.FromHours(3)); + + // We expect the refresh token request method to be called only the first time. + MockAuthenticationClient mockClient = new MockAuthenticationClient( + service => + { + refreshTokenRequests++; + return new AcrRefreshToken(mockJwt); + }, + (service, scope) => + { + accessTokenRequests++; + return new AcrAccessToken($"TestAcrAccessToken{accessTokenRequests}"); + }); + MockCredential mockCredential = new MockCredential(); + + var policy = new ContainerRegistryChallengeAuthenticationPolicy(mockCredential, "TestScope", mockClient); + + // We'll send two GET requests - each will receive a challenge response + MockTransport transport = CreateMockTransport( + GetChallengeResponse(), new MockResponse(200), + GetChallengeResponse(), new MockResponse(200)); + + // Act + await SendGetRequest(transport, policy, uri: new Uri("https://example.azurecr.io/acr/v1/hello-world/_tags/latest"), cancellationToken: default); + MockRequest firstRequest = transport.Requests[0]; + + // Assert + string authHeaderValue; + Assert.IsTrue(firstRequest.Headers.TryGetValue(HttpHeader.Names.Authorization, out authHeaderValue)); + Assert.AreEqual("Bearer TestAcrAccessToken1", authHeaderValue); + Assert.AreEqual(1, refreshTokenRequests); + Assert.AreEqual(1, accessTokenRequests); + + // Act + await SendGetRequest(transport, policy, uri: new Uri("https://example.azurecr.io/acr/v1/hello-world/_tags/latest"), cancellationToken: default); + MockRequest secondRequest = transport.Requests[2]; + + // Assert + Assert.IsTrue(secondRequest.Headers.TryGetValue(HttpHeader.Names.Authorization, out authHeaderValue)); + Assert.AreEqual("Bearer TestAcrAccessToken2", authHeaderValue); + Assert.AreEqual(1, refreshTokenRequests); + Assert.AreEqual(2, accessTokenRequests); + } + + [Test] + public async Task ContainerRegistryChallengeAuthenticationPolicy_ExpiresRefreshToken() + { + // Arrange + int refreshTokenRequests = 0; + int accessTokenRequests = 0; + TimeSpan expiryTime = TimeSpan.FromSeconds(5); + + string mockJwt = GetMockJwt(expiryTime); + + // We expect the refresh token request method to be called the first and third times. + MockAuthenticationClient mockClient = new MockAuthenticationClient( + service => + { + refreshTokenRequests++; + return new AcrRefreshToken(mockJwt); + }, + (service, scope) => + { + accessTokenRequests++; + return new AcrAccessToken($"TestAcrAccessToken{accessTokenRequests}"); + }); + MockCredential mockCredential = new MockCredential(); + + // We set refresh offset to zero so we don't try to refresh it before it expires. + var policy = new ContainerRegistryChallengeAuthenticationPolicy(mockCredential, "TestScope", mockClient, tokenRefreshOffset: TimeSpan.FromSeconds(0)); + + // We'll send three GET requests - each will receive a challenge response + // In the last one, the token will have expired so a new request for it will be sent + MockTransport transport = CreateMockTransport( + GetChallengeResponse(), new MockResponse(200), + GetChallengeResponse(), new MockResponse(200), + GetChallengeResponse(), new MockResponse(200)); + + // Act + await SendGetRequest(transport, policy, uri: new Uri("https://example.azurecr.io/acr/v1/hello-world/_tags/latest"), cancellationToken: default); + MockRequest firstRequest = transport.Requests[0]; + + // Assert + string authHeaderValue; + Assert.IsTrue(firstRequest.Headers.TryGetValue(HttpHeader.Names.Authorization, out authHeaderValue)); + Assert.AreEqual("Bearer TestAcrAccessToken1", authHeaderValue); + Assert.AreEqual(1, refreshTokenRequests); + Assert.AreEqual(1, accessTokenRequests); + + // Act + await SendGetRequest(transport, policy, uri: new Uri("https://example.azurecr.io/acr/v1/hello-world/_tags/latest"), cancellationToken: default); + MockRequest secondRequest = transport.Requests[2]; + + // Assert + Assert.IsTrue(secondRequest.Headers.TryGetValue(HttpHeader.Names.Authorization, out authHeaderValue)); + Assert.AreEqual("Bearer TestAcrAccessToken2", authHeaderValue); + Assert.AreEqual(1, refreshTokenRequests); + Assert.AreEqual(2, accessTokenRequests); + + // Act + await Task.Delay(expiryTime); + + await SendGetRequest(transport, policy, uri: new Uri("https://example.azurecr.io/acr/v1/hello-world/_tags/latest"), cancellationToken: default); + MockRequest thirdRequest = transport.Requests[4]; + + // Wait for bg thread to complete its refresh request. + await Task.Delay(TimeSpan.FromSeconds(1)); + + // Assert + Assert.IsTrue(thirdRequest.Headers.TryGetValue(HttpHeader.Names.Authorization, out authHeaderValue)); + Assert.AreEqual("Bearer TestAcrAccessToken3", authHeaderValue); + Assert.AreEqual(2, refreshTokenRequests); + Assert.AreEqual(3, accessTokenRequests); + } + + [Test] + public async Task ContainerRegistryChallengeAuthenticationPolicy_RefreshesRefreshToken() + { + // Arrange + int refreshTokenRequests = 0; + int accessTokenRequests = 0; + TimeSpan refreshOffset = TimeSpan.FromSeconds(30); + TimeSpan expiryTime = TimeSpan.FromSeconds(35); + + string mockJwt = GetMockJwt(expiryTime); + + // We expect the refresh token request method to be called the first and third times. + MockAuthenticationClient mockClient = new MockAuthenticationClient( + service => + { + refreshTokenRequests++; + return new AcrRefreshToken(mockJwt); + }, + (service, scope) => + { + accessTokenRequests++; + return new AcrAccessToken($"TestAcrAccessToken{accessTokenRequests}"); + }); + MockCredential mockCredential = new MockCredential(); + + // Set expiration 5 seconds longer than refresh time. Result should be that it tries to refresh in 5 seconds. + var policy = new ContainerRegistryChallengeAuthenticationPolicy(mockCredential, "TestScope", mockClient, tokenRefreshOffset: refreshOffset); + + // We'll send three GET requests - each will receive a challenge response + // In the last one, the token will need to be refreshed so a new request for it will be sent + MockTransport transport = CreateMockTransport( + GetChallengeResponse(), new MockResponse(200), + GetChallengeResponse(), new MockResponse(200), + GetChallengeResponse(), new MockResponse(200)); + + // Act + await SendGetRequest(transport, policy, uri: new Uri("https://example.azurecr.io/acr/v1/hello-world/_tags/latest"), cancellationToken: default); + MockRequest firstRequest = transport.Requests[0]; + + // Assert + string authHeaderValue; + Assert.IsTrue(firstRequest.Headers.TryGetValue(HttpHeader.Names.Authorization, out authHeaderValue)); + Assert.AreEqual("Bearer TestAcrAccessToken1", authHeaderValue); + Assert.AreEqual(1, refreshTokenRequests); + Assert.AreEqual(1, accessTokenRequests); + + // Act + await SendGetRequest(transport, policy, uri: new Uri("https://example.azurecr.io/acr/v1/hello-world/_tags/latest"), cancellationToken: default); + MockRequest secondRequest = transport.Requests[2]; + + // Assert + Assert.IsTrue(secondRequest.Headers.TryGetValue(HttpHeader.Names.Authorization, out authHeaderValue)); + Assert.AreEqual("Bearer TestAcrAccessToken2", authHeaderValue); + Assert.AreEqual(1, refreshTokenRequests); + Assert.AreEqual(2, accessTokenRequests); + + // Act + await Task.Delay(expiryTime - refreshOffset); + + await SendGetRequest(transport, policy, uri: new Uri("https://example.azurecr.io/acr/v1/hello-world/_tags/latest"), cancellationToken: default); + MockRequest thirdRequest = transport.Requests[4]; + + // Wait for bg thread to complete its refresh request. + await Task.Delay(TimeSpan.FromSeconds(1)); + + // Assert + Assert.IsTrue(thirdRequest.Headers.TryGetValue(HttpHeader.Names.Authorization, out authHeaderValue)); + Assert.AreEqual("Bearer TestAcrAccessToken3", authHeaderValue); + Assert.AreEqual(2, refreshTokenRequests); + Assert.AreEqual(3, accessTokenRequests); + } + + [Test] + public async Task ContainerRegistryChallengeAuthenticationPolicy_RequestsTokenOnForceRefresh() + { + // Arrange + int refreshTokenRequests = 0; + int accessTokenRequests = 0; + + MockAuthenticationClient mockClient = new MockAuthenticationClient( + service => + { + refreshTokenRequests++; + return new AcrRefreshToken(GetMockJwt(TimeSpan.FromHours(3))); + }, + (service, scope) => + { + accessTokenRequests++; + return new AcrAccessToken($"TestAcrAccessToken{accessTokenRequests}"); + }); + MockCredential mockCredential = new MockCredential(); + + var policy = new ContainerRegistryChallengeAuthenticationPolicy(mockCredential, "TestScope", mockClient); + + // Getting a different service name will invalidate the token and force a refresh. + MockTransport transport = CreateMockTransport( + GetChallengeResponse("example1"), new MockResponse(200), + GetChallengeResponse("example2"), new MockResponse(200)); + + // Act + await SendGetRequest(transport, policy, uri: new Uri("https://example.azurecr.io/acr/v1/hello-world/_tags/latest"), cancellationToken: default); + MockRequest firstRequest = transport.Requests[0]; + + // Assert + string authHeaderValue; + Assert.IsTrue(firstRequest.Headers.TryGetValue(HttpHeader.Names.Authorization, out authHeaderValue)); + Assert.AreEqual("Bearer TestAcrAccessToken1", authHeaderValue); + Assert.AreEqual(1, refreshTokenRequests); + Assert.AreEqual(1, accessTokenRequests); + + // Act + await SendGetRequest(transport, policy, uri: new Uri("https://example.azurecr.io/acr/v1/hello-world/_tags/latest"), cancellationToken: default); + MockRequest secondRequest = transport.Requests[2]; + + // Assert + Assert.IsTrue(secondRequest.Headers.TryGetValue(HttpHeader.Names.Authorization, out authHeaderValue)); + Assert.AreEqual("Bearer TestAcrAccessToken2", authHeaderValue); + Assert.AreEqual(2, refreshTokenRequests); + Assert.AreEqual(2, accessTokenRequests); + } + + [Test] + public void ContainerRegistryChallengeAuthenticationPolicy_ThrowsForNonTlsEndpoint() + { + MockAuthenticationClient mockAuthClient = GetMockAuthClient(); + var policy = new ContainerRegistryChallengeAuthenticationPolicy(new MockCredential(), "scope", mockAuthClient); + MockTransport transport = CreateMockTransport(); + + Assert.ThrowsAsync(async () => await SendGetRequest(transport, policy, uri: new Uri("http://example.com"))); + } + + [Test] + public async Task ContainerRegistryChallengeAuthenticationPolicy_OneHundredConcurrentCalls() + { + MockAuthenticationClient mockAuthClient = new MockAuthenticationClient( + service => new AcrRefreshToken("TestAcrRefreshToken"), + (service, scope) => + { + Thread.Sleep(100); + return new AcrAccessToken("TestAcrAccessToken"); + }); + + var policy = new ContainerRegistryChallengeAuthenticationPolicy(new MockCredential(), "scope", mockAuthClient); + MockTransport transport = CreateMockTransport(r => GetChallengeResponse()); + var requestTasks = new Task[100]; + + for (int i = 0; i < requestTasks.Length; i++) + { + requestTasks[i] = SendGetRequest(transport, policy, uri: new Uri("https://example.com")); + } + + await Task.WhenAll(requestTasks); + Assert.True(transport.Requests[0].Headers.TryGetValue("Authorization", out string auth1Value)); + + for (int i = 1; i < requestTasks.Length; i++) + { + Assert.True(transport.Requests[i].Headers.TryGetValue("Authorization", out string authValue)); + Assert.AreEqual(auth1Value, authValue); + } + } + + [Test] + public void ContainerRegistryChallengeAuthenticationPolicy_OneHundredConcurrentCallsFailed() + { + MockAuthenticationClient mockAuthClient = new MockAuthenticationClient( + service => + { + Thread.Sleep(100); + throw new InvalidOperationException("Error"); + }, + (service, scope) => + { + return new AcrAccessToken("TestAcrAccessToken"); + }); + + var policy = new ContainerRegistryChallengeAuthenticationPolicy(new MockCredential(), "scope", mockAuthClient); + MockTransport transport = CreateMockTransport(r => GetChallengeResponse()); + var requestTasks = new Task[100]; + + for (int i = 0; i < requestTasks.Length; i++) + { + requestTasks[i] = SendGetRequest(transport, policy, uri: new Uri("https://example.com")); + } + + Assert.CatchAsync(async () => await Task.WhenAll(requestTasks)); + + foreach (Task task in requestTasks) + { + Assert.IsTrue(task.IsFaulted); + } + } + + private class TokenCredentialStub : TokenCredential + { + public TokenCredentialStub(Func handler, bool isAsync) + { + if (isAsync) + { +#pragma warning disable 1998 + _getTokenAsyncHandler = async (r, c) => handler(r, c); +#pragma warning restore 1998 + } + else + { + _getTokenHandler = handler; + } + } + + private readonly Func> _getTokenAsyncHandler; + private readonly Func _getTokenHandler; + + public override ValueTask GetTokenAsync(TokenRequestContext requestContext, CancellationToken cancellationToken) + => _getTokenAsyncHandler(requestContext, cancellationToken); + + public override AccessToken GetToken(TokenRequestContext requestContext, CancellationToken cancellationToken) + => _getTokenHandler(requestContext, cancellationToken); + } } } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/Authentication/MockAuthenticationClient.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/Authentication/MockAuthenticationClient.cs index 6af14ab5bbc5..1e70d8a77534 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/Authentication/MockAuthenticationClient.cs +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/Authentication/MockAuthenticationClient.cs @@ -1,6 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. +using System; using System.Threading; using System.Threading.Tasks; using Azure.Core.TestFramework; @@ -9,28 +10,33 @@ namespace Azure.Containers.ContainerRegistry.Tests { internal class MockAuthenticationClient : IContainerRegistryAuthenticationClient { + private readonly Func _acrRefreshTokenFunc; + private readonly Func _acrAccessTokenFunc; + + public MockAuthenticationClient(Func acrRefreshTokenFunc, Func acrAccessTokenFunc) + { + _acrRefreshTokenFunc = acrRefreshTokenFunc; + _acrAccessTokenFunc = acrAccessTokenFunc; + } + public Response ExchangeAadAccessTokenForAcrRefreshToken(string service, string aadAccessToken, CancellationToken token = default) { - AcrRefreshToken refreshToken = new AcrRefreshToken("TestAcrRefreshToken"); - return Response.FromValue(refreshToken, new MockResponse(200)); + return Response.FromValue(_acrRefreshTokenFunc(service), new MockResponse(200)); } public Task> ExchangeAadAccessTokenForAcrRefreshTokenAsync(string service, string aadAccessToken, CancellationToken token = default) { - AcrRefreshToken refreshToken = new AcrRefreshToken("TestAcrRefreshToken"); - return Task.FromResult(Response.FromValue(refreshToken, new MockResponse(200))); + return Task.FromResult(Response.FromValue(_acrRefreshTokenFunc(service), new MockResponse(200))); } - public Response ExchangeAcrRefreshTokenForAcrAccessToken(string service, string scope, string acrRefreshToken, CancellationToken token = default) + public Response ExchangeAcrRefreshTokenForAcrAccessToken(string service, string scope, string acrRefreshToken, TokenGrantType grantType = TokenGrantType.RefreshToken, CancellationToken token = default) { - AcrAccessToken accessToken = new AcrAccessToken("TestAcrAccessToken"); - return Response.FromValue(accessToken, new MockResponse(200)); + return Response.FromValue(_acrAccessTokenFunc(service, scope), new MockResponse(200)); } - public Task> ExchangeAcrRefreshTokenForAcrAccessTokenAsync(string service, string scope, string acrRefreshToken, CancellationToken token = default) + public Task> ExchangeAcrRefreshTokenForAcrAccessTokenAsync(string service, string scope, string acrRefreshToken, TokenGrantType grantType = TokenGrantType.RefreshToken, CancellationToken token = default) { - AcrAccessToken accessToken = new AcrAccessToken("TestAcrAccessToken"); - return Task.FromResult(Response.FromValue(accessToken, new MockResponse(200))); + return Task.FromResult(Response.FromValue(_acrAccessTokenFunc(service, scope), new MockResponse(200))); } } } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/Azure.Containers.ContainerRegistry.Tests.csproj b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/Azure.Containers.ContainerRegistry.Tests.csproj index cc6d3c8a810f..e2803010e8ea 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/Azure.Containers.ContainerRegistry.Tests.csproj +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/Azure.Containers.ContainerRegistry.Tests.csproj @@ -17,9 +17,7 @@ - - - ..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7\System.Web.dll - + + diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRegistryClientLiveTests.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRegistryClientLiveTests.cs index 7e8d44c237ea..cd842a291a19 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRegistryClientLiveTests.cs +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRegistryClientLiveTests.cs @@ -1,7 +1,6 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. -using System; using System.Collections.Generic; using Azure.Core.TestFramework; using NUnit.Framework; @@ -15,20 +14,13 @@ public ContainerRegistryClientLiveTests(bool isAsync) : base(isAsync) { } - private ContainerRegistryClient CreateClient() - { - return InstrumentClient(new ContainerRegistryClient( - new Uri(TestEnvironment.Endpoint), - TestEnvironment.Credential, - InstrumentClientOptions(new ContainerRegistryClientOptions()) - )); - } - [RecordedTest] - public async Task CanGetRepositories() + [TestCase(true)] + [TestCase(false)] + public async Task CanGetRepositories(bool anonymous) { // Arrange - var client = CreateClient(); + var client = CreateClient(anonymous); // Act AsyncPageable repositories = client.GetRepositoryNamesAsync(); @@ -48,10 +40,12 @@ public async Task CanGetRepositories() } [RecordedTest] - public async Task CanGetRepositoriesWithCustomPageSize() + [TestCase(true)] + [TestCase(false)] + public async Task CanGetRepositoriesWithCustomPageSize(bool anonymous) { // Arrange - var client = CreateClient(); + var client = CreateClient(anonymous); int pageSize = 2; int minExpectedPages = 2; @@ -71,10 +65,12 @@ public async Task CanGetRepositoriesWithCustomPageSize() } [RecordedTest] - public async Task CanStartPagingMidCollection() + [TestCase(true)] + [TestCase(false)] + public async Task CanStartPagingMidCollection(bool anonymous) { // Arrange - var client = CreateClient(); + var client = CreateClient(anonymous); int pageSize = 1; int minExpectedPages = 2; @@ -105,6 +101,7 @@ public async Task CanStartPagingMidCollection() public async Task CanDeleteRepostitory() { // Arrange + string registry = TestEnvironment.Registry; string repository = $"library/hello-world"; List tags = new List() { @@ -120,7 +117,7 @@ public async Task CanDeleteRepostitory() { if (Mode != RecordedTestMode.Playback) { - await ImportImage(repository, tags); + await ImportImage(registry, repository, tags); } // Act @@ -149,9 +146,19 @@ public async Task CanDeleteRepostitory() // Clean up - put the repository with tags back. if (Mode != RecordedTestMode.Playback) { - await ImportImage(repository, tags); + await ImportImage(registry, repository, tags); } } } + + [RecordedTest, NonParallelizable] + public void CanDeleteRepostitory_Anonymous() + { + // Arrange + string repository = $"library/hello-world"; + var client = CreateClient(anonymousAccess: true); + + Assert.ThrowsAsync(() => client.DeleteRepositoryAsync(repository)); + } } } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRegistryClientTests.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRegistryClientTests.cs index e52ae3be2f22..a088676b0acf 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRegistryClientTests.cs +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRegistryClientTests.cs @@ -37,7 +37,7 @@ public void ConstructorValidatesArguments() { Assert.That(() => new ContainerRegistryClient(null, GetCredential()), Throws.InstanceOf(), "The constructor should validate the url."); - Assert.That(() => new ContainerRegistryClient(_url, null), Throws.InstanceOf(), "The constructor should not accept a null credential."); + Assert.That(() => new ContainerRegistryClient(_url, credential: null), Throws.InstanceOf(), "The constructor should not accept a null credential."); Assert.That(() => new ContainerRegistryClient(_url, GetCredential(), null), Throws.InstanceOf(), "The constructor not accept null options."); } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRegistryRecordedTestBase.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRegistryRecordedTestBase.cs index 04cc6fcad7ae..12251344c214 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRegistryRecordedTestBase.cs +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRegistryRecordedTestBase.cs @@ -26,12 +26,28 @@ public ContainerRegistryRecordedTestBase(bool isAsync, RecordedTestMode mode) : Sanitizer = new ContainerRegistryRecordedTestSanitizer(); } - public async Task ImportImage(string repository, string tag) + public ContainerRegistryClient CreateClient(bool anonymousAccess = false) { - await ImportImage(repository, new List() { tag }); + return anonymousAccess ? + + InstrumentClient(new ContainerRegistryClient( + new Uri(TestEnvironment.AnonymousAccessEndpoint), + InstrumentClientOptions(new ContainerRegistryClientOptions()) + )) : + + InstrumentClient(new ContainerRegistryClient( + new Uri(TestEnvironment.Endpoint), + TestEnvironment.Credential, + InstrumentClientOptions(new ContainerRegistryClientOptions()) + )); + } + + public async Task ImportImage(string registry, string repository, string tag) + { + await ImportImage(registry, repository, new List() { tag }); } - public async Task ImportImage(string repository, List tags) + public async Task ImportImage(string registry, string repository, List tags) { var credential = new AzureCredentials( new ServicePrincipalLoginInformation @@ -55,7 +71,7 @@ public async Task ImportImage(string repository, List tags) await managementClient.Registries.ImportImageAsync( resourceGroupName: TestEnvironment.ResourceGroup, - registryName: TestEnvironment.Registry, + registryName: registry, parameters: new ImportImageParameters { diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRegistryRecordedTestSanitizer.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRegistryRecordedTestSanitizer.cs index cc43183c3638..27df1e880ed7 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRegistryRecordedTestSanitizer.cs +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRegistryRecordedTestSanitizer.cs @@ -1,10 +1,14 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. +using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Web; +using Azure.Core; using Azure.Core.TestFramework; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; namespace Azure.Containers.ContainerRegistry.Tests { @@ -13,10 +17,13 @@ public class ContainerRegistryRecordedTestSanitizer : RecordedTestSanitizer public List FormEncodedBodySanitizers { get; } = new List(); public ContainerRegistryRecordedTestSanitizer() - : base() { - JsonPathSanitizers.Add("$..access_token"); - JsonPathSanitizers.Add("$..refresh_token"); + DateTimeOffset expiresOn = DateTimeOffset.UtcNow + TimeSpan.FromDays(365 * 30); // Never expire in software years + string encodedBody = Base64Url.EncodeString($"{{\"exp\":{expiresOn.ToUnixTimeSeconds()}}}"); + + var jwtSanitizedValue = $"{SanitizeValue}.{encodedBody}.{SanitizeValue}"; + + AddJsonPathSanitizer("$..refresh_token", _ => JToken.FromObject(jwtSanitizedValue)); FormEncodedBodySanitizers.Add("access_token"); FormEncodedBodySanitizers.Add("refresh_token"); @@ -25,22 +32,14 @@ public ContainerRegistryRecordedTestSanitizer() public override string SanitizeTextBody(string contentType, string body) { string jsonSanitizedBody = base.SanitizeTextBody(contentType, body); - - if (FormEncodedBodySanitizers.Count == 0) - { - return jsonSanitizedBody; - } - try { if (contentType == "application/x-www-form-urlencoded") { - string urlEncodedSanitizedBody = string.Empty; - NameValueCollection queryParams = HttpUtility.ParseQueryString(jsonSanitizedBody); for (int i = 0; i < queryParams.Keys.Count; i++) { - string key = queryParams.Keys[i].ToString(); + string key = queryParams.Keys[i]; foreach (string paramToSanitize in FormEncodedBodySanitizers) { if (key == paramToSanitize) diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRegistryTestEnvironment.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRegistryTestEnvironment.cs index 73699b8e5a3b..d81922d7818e 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRegistryTestEnvironment.cs +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRegistryTestEnvironment.cs @@ -8,8 +8,8 @@ namespace Azure.Containers.ContainerRegistry.Tests public class ContainerRegistryTestEnvironment : TestEnvironment { public string Endpoint => GetRecordedVariable("CONTAINERREGISTRY_ENDPOINT"); - public string UserName => GetRecordedVariable("CONTAINERREGISTRY_USERNAME", options => options.IsSecret()); - public string Password => GetRecordedVariable("CONTAINERREGISTRY_PASSWORD", options => options.IsSecret()); public string Registry => GetRecordedVariable("CONTAINERREGISTRY_REGISTRY_NAME"); + public string AnonymousAccessEndpoint => GetRecordedVariable("CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT"); + public string AnonymousAccessRegistry => GetRecordedVariable("CONTAINERREGISTRY_ANONREGISTRY_NAME"); } } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRepositoryLiveTests.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRepositoryLiveTests.cs index b7ee758ec09c..eeaeb546655b 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRepositoryLiveTests.cs +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/ContainerRepositoryLiveTests.cs @@ -18,20 +18,6 @@ public ContainerRepositoryLiveTests(bool isAsync) : base(isAsync) { } - #region Setup methods - - private ContainerRegistryClient CreateClient() - { - return InstrumentClient(new ContainerRegistryClient( - new Uri(TestEnvironment.Endpoint), - TestEnvironment.Credential, - InstrumentClientOptions(new ContainerRegistryClientOptions()) - )); - } - - #endregion - - #region Repository Tests [RecordedTest] public async Task CanGetRepositoryProperties() { @@ -83,6 +69,25 @@ public async Task CanSetRepositoryProperties() await repository.SetPropertiesAsync(originalContentProperties); } + [RecordedTest, NonParallelizable] + public void CanSetRepositoryProperties_Anonymous() + { + // Arrange + var client = CreateClient(anonymousAccess: true); + var repository = client.GetRepository(_repositoryName); + + // Act + Assert.ThrowsAsync(() => + repository.SetPropertiesAsync( + new ContentProperties() + { + CanList = false, + CanRead = false, + CanWrite = false, + CanDelete = false, + })); + } + [RecordedTest, NonParallelizable] public async Task CanDeleteRepository() { @@ -103,7 +108,7 @@ public async Task CanDeleteRepository() { if (Mode != RecordedTestMode.Playback) { - await ImportImage(_repositoryName, tags); + await ImportImage(TestEnvironment.Registry, _repositoryName, tags); } // Act @@ -124,16 +129,18 @@ public async Task CanDeleteRepository() // Clean up - put the repository with tags back. if (Mode != RecordedTestMode.Playback) { - await ImportImage(_repositoryName, tags); + await ImportImage(TestEnvironment.Registry, _repositoryName, tags); } } } [RecordedTest] - public async Task CanGetManifests() + [TestCase(true)] + [TestCase(false)] + public async Task CanGetManifests(bool anonymous) { // Arrange - var client = CreateClient(); + var client = CreateClient(anonymous); var repository = client.GetRepository(_repositoryName); // Act @@ -155,10 +162,12 @@ public async Task CanGetManifests() } [RecordedTest] - public async Task CanGetManifestsWithCustomPageSize() + [TestCase(true)] + [TestCase(false)] + public async Task CanGetManifestsWithCustomPageSize(bool anonymous) { // Arrange - var client = CreateClient(); + var client = CreateClient(anonymous); var repository = client.GetRepository(_repositoryName); int pageSize = 2; int minExpectedPages = 2; @@ -179,10 +188,12 @@ public async Task CanGetManifestsWithCustomPageSize() } [RecordedTest] - public async Task CanGetArtifactsStartingMidCollection() + [TestCase(true)] + [TestCase(false)] + public async Task CanGetArtifactsStartingMidCollection(bool anonymous) { // Arrange - var client = CreateClient(); + var client = CreateClient(anonymous); var repository = client.GetRepository(_repositoryName); int pageSize = 1; int minExpectedPages = 2; @@ -244,7 +255,7 @@ public async Task CanGetManifestsOrdered() { if (Mode != RecordedTestMode.Playback) { - await ImportImage(repositoryName, tag); + await ImportImage(TestEnvironment.Registry, repositoryName, tag); } // Act @@ -270,8 +281,5 @@ public async Task CanGetManifestsOrdered() await artifact.DeleteAsync(); } } - - #endregion - } } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/RegistryArtifactLiveTests.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/RegistryArtifactLiveTests.cs index 637be89d5e9c..43af78c4576d 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/RegistryArtifactLiveTests.cs +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/RegistryArtifactLiveTests.cs @@ -1,8 +1,6 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. -using System; -using System.Collections.Generic; using System.Linq; using Azure.Core.TestFramework; using NUnit.Framework; @@ -18,19 +16,6 @@ public RegistryArtifactLiveTests(bool isAsync) : base(isAsync) { } - #region Setup methods - - private ContainerRegistryClient CreateClient() - { - return InstrumentClient(new ContainerRegistryClient( - new Uri(TestEnvironment.Endpoint), - TestEnvironment.Credential, - InstrumentClientOptions(new ContainerRegistryClientOptions()) - )); - } - - #endregion - #region Manifest Tests [RecordedTest] public async Task CanGetManifestListProperties() @@ -122,6 +107,25 @@ public async Task CanSetManifestProperties() await artifact.SetManifestPropertiesAsync(originalContentProperties); } + [RecordedTest, NonParallelizable] + public void CanSetManifestProperties_Anonymous() + { + // Arrange + var client = CreateClient(anonymousAccess: true); + string tag = "latest"; + var artifact = client.GetArtifact(_repositoryName, tag); + + // Act + Assert.ThrowsAsync(() => artifact.SetManifestPropertiesAsync( + new ContentProperties() + { + CanList = false, + CanRead = false, + CanWrite = false, + CanDelete = false + })); + } + [RecordedTest, NonParallelizable] public async Task CanDeleteRegistryArtifact() { @@ -133,7 +137,7 @@ public async Task CanDeleteRegistryArtifact() if (Mode != RecordedTestMode.Playback) { - await ImportImage(repository, tag); + await ImportImage(TestEnvironment.Registry, repository, tag); } // Act @@ -155,10 +159,12 @@ public async Task CanDeleteRegistryArtifact() #region Tag Tests [RecordedTest] - public async Task CanGetTags() + [TestCase(true)] + [TestCase(false)] + public async Task CanGetTags(bool anonymous) { // Arrange - var client = CreateClient(); + var client = CreateClient(anonymous); string tagName = "latest"; var artifact = client.GetArtifact(_repositoryName, tagName); @@ -179,10 +185,12 @@ public async Task CanGetTags() } [RecordedTest] - public async Task CanGetTagsWithCustomPageSize() + [TestCase(true)] + [TestCase(false)] + public async Task CanGetTagsWithCustomPageSize(bool anonymous) { // Arrange - var client = CreateClient(); + var client = CreateClient(anonymous); string tagName = "latest"; var artifact = client.GetArtifact(_repositoryName, tagName); int pageSize = 2; @@ -204,7 +212,9 @@ public async Task CanGetTagsWithCustomPageSize() } [RecordedTest] - public async Task CanGetTagsStartingMidCollection() + [TestCase(true)] + [TestCase(false)] + public async Task CanGetTagsStartingMidCollection(bool anonymous) { // Arrange var client = CreateClient(); @@ -253,16 +263,19 @@ public async Task CanGetTagProperties() } [RecordedTest] - public async Task CanGetTagsOrdered() + [TestCase(true)] + [TestCase(false)] + public async Task CanGetTagsOrdered(bool anonymous) { // Arrange - var client = CreateClient(); + var client = CreateClient(anonymous); + string registry = anonymous ? TestEnvironment.AnonymousAccessRegistry : TestEnvironment.Registry; string tagName = "latest"; var artifact = client.GetArtifact(_repositoryName, tagName); if (Mode != RecordedTestMode.Playback) { - await ImportImage(_repositoryName, "newest"); + await ImportImage(registry, _repositoryName, "newest"); } // Act @@ -315,6 +328,26 @@ public async Task CanSetTagProperties() await artifact.SetTagPropertiesAsync(tag, originalContentProperties); } + [RecordedTest, NonParallelizable] + public void CanSetTagProperties_Anonymous() + { + // Arrange + var client = CreateClient(anonymousAccess: true); + string tag = "latest"; + var artifact = client.GetArtifact(_repositoryName, tag); + + // Act + Assert.ThrowsAsync(() => artifact.SetTagPropertiesAsync( + tag, + new ContentProperties() + { + CanList = false, + CanRead = false, + CanWrite = false, + CanDelete = false + })); + } + [RecordedTest, NonParallelizable] public async Task CanDeleteTag() { @@ -325,7 +358,7 @@ public async Task CanDeleteTag() if (Mode != RecordedTestMode.Playback) { - await ImportImage(_repositoryName, tag); + await ImportImage(TestEnvironment.Registry, _repositoryName, tag); } // Act diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanDeleteRepostitory.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanDeleteRepostitory.json index 8a0b68054993..a4dcc13ab876 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanDeleteRepostitory.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanDeleteRepostitory.json @@ -1,16 +1,12 @@ { "Entries": [ { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-4290955c6886584aac650a869a858b73-623b9649ce6af649-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-6f765072ea0f9f479c191636fd17c1cd-b7de501f9362eb49-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0c903d2ccfdc68bf297403b213d195ee", "x-ms-return-client-request-id": "true" }, @@ -26,16 +22,16 @@ "Connection": "keep-alive", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:24 GMT", + "Date": "Mon, 10 May 2021 15:37:00 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://annelocontainerregistry.azurecr.io/oauth2/token\u0022,service=\u0022annelocontainerregistry.azurecr.io\u0022,scope=\u0022repository:library/hello-world:delete\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:delete\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "15555f94-e982-4e25-b444-ccb73edf1973" + "X-Ms-Correlation-Request-Id": "888063cc-0e26-42da-a90b-c1af5c670334" }, "ResponseBody": { "errors": [ @@ -54,76 +50,69 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "89", + "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-4290955c6886584aac650a869a858b73-7fa6aee8bc863c45-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-6f765072ea0f9f479c191636fd17c1cd-87d504012e2c9c4f-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "853c25cd869cf34e2c233b8ab418acce", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=annelocontainerregistry.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:25 GMT", + "Date": "Mon, 10 May 2021 15:37:01 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "2ad0155b-1fd1-4adf-8625-25b3b7efcdb1" + "X-Ms-Correlation-Request-Id": "24c5ac0d-16b3-4583-95dc-464cfb55022a", + "x-ms-ratelimit-remaining-calls-per-second": "166.433333" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEwMDJ9.Sanitized" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "141", + "Content-Length": "132", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-4290955c6886584aac650a869a858b73-24e0ad14d862a54d-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-6f765072ea0f9f479c191636fd17c1cd-1a90adebae180346-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1e2c93dbae12ef68de7fb4f90ae10daf", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=annelocontainerregistry.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3adelete\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3adelete\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:25 GMT", + "Date": "Mon, 10 May 2021 15:37:01 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "193555f6-bb3b-4117-a8f0-c9b16a908c1c" + "X-Ms-Correlation-Request-Id": "18dc2791-011a-4e9b-b30b-92a79d97411b", + "x-ms-ratelimit-remaining-calls-per-second": "166.416667" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI4MWM1MmQxMi00MjhhLTQwMzgtYTMwYS00NjI3YzRlOTg1YTIiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxMjEsImV4cCI6MTYyMDY2NDYyMSwiaWF0IjoxNjIwNjYwMTIxLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJkZWxldGUiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.UJY7gzUrtHkDMUjYqlndBNPyIVOW4otjKxPGExFRkgYWugQcGsFa9nyaDVLXGzoWed1m3JIeP4GOxIWBGFQh8JUt4LpEvL_BKaLEclNpQmYm4rm2E9cCEBr5Dq8NMLNrC0xK8NnlEPMi_gzcS5EVlez9STVcP2-bkZV20NYVDJPdbeLdO_7_7GqKU5t1OIinj_Z85ZWU2oCV7BqZ846xEdQ0mjqvp-U_rc4z7Yj63fZ7mycJDEUmWawHkETK4K5TvZN-2QerCRxVaYpqZUj3lqqKNJFbvDml1WP-cgPv2RQQ6FySUA9LCnqq2YOymcuygWDuX4cZtHBKJLbEAYeQ1A" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-4290955c6886584aac650a869a858b73-623b9649ce6af649-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-6f765072ea0f9f479c191636fd17c1cd-b7de501f9362eb49-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0c903d2ccfdc68bf297403b213d195ee", "x-ms-return-client-request-id": "true" }, @@ -139,7 +128,7 @@ "Connection": "keep-alive", "Content-Length": "807", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:27 GMT", + "Date": "Mon, 10 May 2021 15:37:03 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -148,21 +137,22 @@ ], "X-Content-Type-Options": "nosniff", "X-Ms-Client-Request-Id": "0c903d2ccfdc68bf297403b213d195ee", - "X-Ms-Correlation-Request-Id": "525f3d40-1ba2-4b20-b71c-eb369275c253", - "X-Ms-Request-Id": "bcdb7ff8-fe1a-441e-9cef-6599136eea84" + "X-Ms-Correlation-Request-Id": "2b74254e-bd8d-4765-813e-c18b4cc0dcbc", + "X-Ms-Ratelimit-Remaining-Calls-Per-Second": "8.000000", + "X-Ms-Request-Id": "b13bcbd5-2bd6-4ec7-8c00-4bbbf8cac000" }, "ResponseBody": { "manifestsDeleted": [ "sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792", - "sha256:308866a43596e83578c7dfa15e27a73011bdd402185a84c5cd7f32a88b501a24", "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", - "sha256:b0408a0f1d74eced127a2658429f336ed8fa48e36d59878f155b19865e5dbd70", "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", - "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9" + "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", + "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", + "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519" ], "tagsDeleted": [ "latest", @@ -174,16 +164,12 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-3e0d14e373177c47a83bd71a9f0918e2-f2b88cc112a77e4d-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-6af4233469ebb54f87218bed8823f1bb-a65a560c85a26142-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b2bba98cd0ffa6f7ee9cdfb99335b411", "x-ms-return-client-request-id": "true" }, @@ -199,16 +185,16 @@ "Connection": "keep-alive", "Content-Length": "195", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:27 GMT", + "Date": "Mon, 10 May 2021 15:37:08 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://annelocontainerregistry.azurecr.io/oauth2/token\u0022,service=\u0022annelocontainerregistry.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "78dcd7fd-b07b-4f3b-9531-74ddddc5277f" + "X-Ms-Correlation-Request-Id": "88252d0a-6447-47fd-a2a1-1b9cf6e8d3d4" }, "ResponseBody": { "errors": [ @@ -227,76 +213,41 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "89", + "Content-Length": "111", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-3e0d14e373177c47a83bd71a9f0918e2-347bcb8be8469049-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-6af4233469ebb54f87218bed8823f1bb-bd7ded2984b72c44-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7fd635c776a41edcbd4da61dd155e84b", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=annelocontainerregistry.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:27 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "f575ea17-c9c4-4ac9-9fd3-c263ea4d7193" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/token", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "120", - "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-3e0d14e373177c47a83bd71a9f0918e2-cca2ba30d13d9445-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0afd8b16fa5c0ace9c853075cfae5ba8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=refresh_token\u0026service=annelocontainerregistry.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:27 GMT", + "Date": "Mon, 10 May 2021 15:37:08 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "d109f162-d4e6-47b3-9c49-97404bf74f39" + "X-Ms-Correlation-Request-Id": "10665344-bb96-4d93-bd03-cae3e5422b5a", + "x-ms-ratelimit-remaining-calls-per-second": "166.4" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI4YzhhNDJiMy0zNjRjLTQ1ZDAtYjQxMS0zZjMxNjlkMTVkODQiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxMjgsImV4cCI6MTYyMDY2NDYyOCwiaWF0IjoxNjIwNjYwMTI4LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVnaXN0cnkiLCJuYW1lIjoiY2F0YWxvZyIsImFjdGlvbnMiOlsiKiJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.yHP1m9iWC05t9cOVezMChn6ewfPQQfEmmLePIEJVFQR9lfD3fXvunVm1k5CuG1Boc_DOhUMaj0kt0rfFjuXIGIUwIXWO-jAdiWU7cY3r2AGhZaBuAytL9FIMhlpXfuehPCT5E5igP0BEXbE9pTAeiW8B41Q5kG5A910vWdDyyerlqhlsNc0DnG-do_EobHIEyMRTYA4q0YMw00Xhi9QdXfIAnUQe99ExS8cU9fisnxlBNwvMNnLH_whuYx6ffSjaVXhpjm2l2qvomrm-tXMalzcwamlPV6FD2SQ7NiF_PqXrpjtbfjws6UhxxiXnBt55g3GaflQLl8ttDSIEJOrPtQ" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-3e0d14e373177c47a83bd71a9f0918e2-f2b88cc112a77e4d-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-6af4233469ebb54f87218bed8823f1bb-a65a560c85a26142-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b2bba98cd0ffa6f7ee9cdfb99335b411", "x-ms-return-client-request-id": "true" }, @@ -312,7 +263,7 @@ "Connection": "keep-alive", "Content-Length": "68", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:27 GMT", + "Date": "Mon, 10 May 2021 15:37:08 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -320,7 +271,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "dfbbb219-facd-45a0-ac94-61ff8860c967" + "X-Ms-Correlation-Request-Id": "d351379e-aff8-40bc-b341-a6e5b5894fb9" }, "ResponseBody": { "repositories": [ @@ -332,11 +283,11 @@ } ], "Variables": { - "CLIENT_ID": "5487e79a-c0c4-47e2-ad50-7e6c236bc76f", - "CONTAINERREGISTRY_ENDPOINT": "https://annelocontainerregistry.azurecr.io", - "CONTAINERREGISTRY_REGISTRY_NAME": "annelocontainerregistry", + "CLIENT_ID": "bbb27b06-7c67-402c-9a69-f04ad5a5b278", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "CONTAINERREGISTRY_REGISTRY_NAME": "localtestacr04", "RandomSeed": "1367677705", - "RESOURCE_GROUP": "rg-annelocontainerregistry", + "RESOURCE_GROUP": "rg-localtestacr04", "SUBSCRIPTION_ID": "faa080af-c1d8-40ad-9cce-e1a450ca5b57", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanDeleteRepostitoryAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanDeleteRepostitoryAsync.json index 74daa6e0999b..7ed08bac4f9a 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanDeleteRepostitoryAsync.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanDeleteRepostitoryAsync.json @@ -1,16 +1,12 @@ { "Entries": [ { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-9592152baeb3334db56fdd5094554982-fc168248784ae947-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-822460d3552a654aab3d2db0679ecfe8-40fc69a07b294245-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7477a74f8b227857aeb048e4037a9500", "x-ms-return-client-request-id": "true" }, @@ -26,16 +22,16 @@ "Connection": "keep-alive", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:50 GMT", + "Date": "Mon, 10 May 2021 15:37:32 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://annelocontainerregistry.azurecr.io/oauth2/token\u0022,service=\u0022annelocontainerregistry.azurecr.io\u0022,scope=\u0022repository:library/hello-world:delete\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:delete\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "119ea487-25c0-498e-b1aa-73628d89975a" + "X-Ms-Correlation-Request-Id": "5be584e9-3a18-40a3-ad7d-77fa759b97a8" }, "ResponseBody": { "errors": [ @@ -54,76 +50,69 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "89", + "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-9592152baeb3334db56fdd5094554982-47e986eb78d11941-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-822460d3552a654aab3d2db0679ecfe8-710fa0c13373a247-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "188ab92233b41a5c172f728ffa500953", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=annelocontainerregistry.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:50 GMT", + "Date": "Mon, 10 May 2021 15:37:33 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "a756105d-5be1-4759-a648-3a25681f2be8" + "X-Ms-Correlation-Request-Id": "95bf4572-6fb7-418e-bbd2-45fc1c252568", + "x-ms-ratelimit-remaining-calls-per-second": "166.05" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEwMzl9.Sanitized" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "141", + "Content-Length": "132", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-9592152baeb3334db56fdd5094554982-bcf13f9662fe9049-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-822460d3552a654aab3d2db0679ecfe8-6f515e25501e144e-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "6392113ac7fdab71c2b354231d2b52c9", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=annelocontainerregistry.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3adelete\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3adelete\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:50 GMT", + "Date": "Mon, 10 May 2021 15:37:33 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "1551dc3d-e945-46d4-8780-13658e7a6841" + "X-Ms-Correlation-Request-Id": "c2417da7-7f84-43b9-8d2f-5981f2b1458c", + "x-ms-ratelimit-remaining-calls-per-second": "165.8" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJiYmI3OTJmNC1iNTVlLTRlM2QtYjcwZi1iODNkNDEyNWMwYmUiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxNTMsImV4cCI6MTYyMDY2NDY1MywiaWF0IjoxNjIwNjYwMTUzLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJkZWxldGUiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.jbKp2zUho337X9tCXCnJersJvAUgnQ8f2VlgNHG2yyDfP_LPWdNlIEsQXBcHTXWcrKyfgAEd1h47WgdNTI5EAflIMMTdL6jQerPu_NBfmA_rk1_ivAvLomk6ZP9p5v9aaceSk9x_EY_5-M5fHxQAC6oKD9nUadSYX4EX538nsD9Hs2fsP_mhSMrucX_1P5l0_z2ZKGFFNk7J_fJ8B0LVaH2BKDuVqY-mge_5xPa9mAM7bIOPg1UWlrgRJXuzJLgtFrp6a54r-Cm6BgUHe__J0EKTnp8Dlzuk4m5K01oM7a-GUYyoOT_ZNiaO6HfE760WjdqaCr8Rv2GaYq3Tq8P4yg" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9592152baeb3334db56fdd5094554982-fc168248784ae947-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-822460d3552a654aab3d2db0679ecfe8-40fc69a07b294245-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7477a74f8b227857aeb048e4037a9500", "x-ms-return-client-request-id": "true" }, @@ -139,7 +128,7 @@ "Connection": "keep-alive", "Content-Length": "807", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:53 GMT", + "Date": "Mon, 10 May 2021 15:37:35 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -148,21 +137,22 @@ ], "X-Content-Type-Options": "nosniff", "X-Ms-Client-Request-Id": "7477a74f8b227857aeb048e4037a9500", - "X-Ms-Correlation-Request-Id": "6e888b3d-d0b5-40c8-bf9c-772ef9a0db7e", - "X-Ms-Request-Id": "dddbe0f5-6b7c-4918-a7cb-0acebdbb3f88" + "X-Ms-Correlation-Request-Id": "26cad192-8aaa-4d40-ad66-465969d957c9", + "X-Ms-Ratelimit-Remaining-Calls-Per-Second": "8.000000", + "X-Ms-Request-Id": "726c4221-9e60-48bf-b211-f59bd9c07531" }, "ResponseBody": { "manifestsDeleted": [ "sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792", - "sha256:308866a43596e83578c7dfa15e27a73011bdd402185a84c5cd7f32a88b501a24", "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", - "sha256:b0408a0f1d74eced127a2658429f336ed8fa48e36d59878f155b19865e5dbd70", "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", - "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9" + "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", + "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", + "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519" ], "tagsDeleted": [ "latest", @@ -174,16 +164,12 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-e65a6bc28ed7ab408738513850bc787b-3f6eed2a78419745-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-e89484309dabdc4e9bfa514636ea5a68-1e526aca7edccb43-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "08e2460285c71b974a5c5df218c77d5e", "x-ms-return-client-request-id": "true" }, @@ -199,16 +185,16 @@ "Connection": "keep-alive", "Content-Length": "195", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:53 GMT", + "Date": "Mon, 10 May 2021 15:37:40 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://annelocontainerregistry.azurecr.io/oauth2/token\u0022,service=\u0022annelocontainerregistry.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "45993254-4032-422e-9b75-b6809dac0cf4" + "X-Ms-Correlation-Request-Id": "4542b83e-559c-4c81-a561-553fe0b3f3b0" }, "ResponseBody": { "errors": [ @@ -227,76 +213,41 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "89", + "Content-Length": "111", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-e65a6bc28ed7ab408738513850bc787b-f955f1071a2bad4b-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-e89484309dabdc4e9bfa514636ea5a68-802a1d6c746d7a44-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f1a9f4a631e85b0247df5501de39fdec", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=annelocontainerregistry.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:53 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "4b71373b-0658-4222-ae5c-868c7e13dcb7" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/token", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "120", - "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-e65a6bc28ed7ab408738513850bc787b-49b89dc8f036a447-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b48ca9dd016db58c797619a06a7e92fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=refresh_token\u0026service=annelocontainerregistry.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:53 GMT", + "Date": "Mon, 10 May 2021 15:37:40 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "b02fb5f2-d61c-4b8d-9316-c249155c2d87" + "X-Ms-Correlation-Request-Id": "be23d73e-750b-42fb-9925-aac7ed646c34", + "x-ms-ratelimit-remaining-calls-per-second": "165.783333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJlOTY3YzA1OS1mY2U1LTQ1ZjEtYjBkZS03ZWI3MTNlY2IxMDYiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxNjAsImV4cCI6MTYyMDY2NDY2MCwiaWF0IjoxNjIwNjYwMTYwLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVnaXN0cnkiLCJuYW1lIjoiY2F0YWxvZyIsImFjdGlvbnMiOlsiKiJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.dc8buQ99Pohy9IKP06MWLo17od58GDyEGj7KnRi5DW1btG7XLd6tk1rUUm_n3N352ce6D7S4ofdpijvXVl5OGabOquqkPJ42fnWwy2kVdmboEUHYSO0hKEOY1yJmcOkNWYgIgQv2JiVNydf3jwsm7m0pPAwVN2dCIvlxl5wCriNTM6-00RNAqp-useqtxYiiMRJ18Pag3VcstV5CuTcDhN8zVsZ-nRXvI6EkkRl3OHVtGG-UJ5LPnIpkYbEO14ADql9NKoNGwc0mp1TEC8aObn13BV7Pzj9xHLBslQ4KOH5SV8t7v5K10Hc9CoEe38y6dlIjMe1i7PeMxTRnVQAySw" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e65a6bc28ed7ab408738513850bc787b-3f6eed2a78419745-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-e89484309dabdc4e9bfa514636ea5a68-1e526aca7edccb43-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "08e2460285c71b974a5c5df218c77d5e", "x-ms-return-client-request-id": "true" }, @@ -312,7 +263,7 @@ "Connection": "keep-alive", "Content-Length": "68", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:53 GMT", + "Date": "Mon, 10 May 2021 15:37:40 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -320,7 +271,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "20dd9b72-172a-4bda-9d84-2965a242738b" + "X-Ms-Correlation-Request-Id": "29825bce-22ac-4546-971b-39c4a12a07c2" }, "ResponseBody": { "repositories": [ @@ -332,11 +283,11 @@ } ], "Variables": { - "CLIENT_ID": "5487e79a-c0c4-47e2-ad50-7e6c236bc76f", - "CONTAINERREGISTRY_ENDPOINT": "https://annelocontainerregistry.azurecr.io", - "CONTAINERREGISTRY_REGISTRY_NAME": "annelocontainerregistry", + "CLIENT_ID": "bbb27b06-7c67-402c-9a69-f04ad5a5b278", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "CONTAINERREGISTRY_REGISTRY_NAME": "localtestacr04", "RandomSeed": "387447821", - "RESOURCE_GROUP": "rg-annelocontainerregistry", + "RESOURCE_GROUP": "rg-localtestacr04", "SUBSCRIPTION_ID": "faa080af-c1d8-40ad-9cce-e1a450ca5b57", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanDeleteRepostitory_Anonymous.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanDeleteRepostitory_Anonymous.json new file mode 100644 index 000000000000..1f2d9e4b3aef --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanDeleteRepostitory_Anonymous.json @@ -0,0 +1,135 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-5499e830856f8840b8d1c012f47f87f7-f4b57b14337ed748-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6117392b25900f408123c2b3afe6c719", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "214", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:19 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:delete\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "e5d3008c-3fdc-4383-85ed-246b69ca7d6e" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "delete" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "131", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-5499e830856f8840b8d1c012f47f87f7-7ba0b9b2f204e340-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "1d0cd6aab8ea52172381822f3dad2719", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3adelete\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:19 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "907d4318-47da-4dda-8c86-b51cde823144", + "x-ms-ratelimit-remaining-calls-per-second": "166.55" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhY2ZmM2VhMC01OWFhLTRkY2EtYjU5NC0yYzgwMTRhYjBiOTAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTM5LCJleHAiOjE2MjA2NjEzMzksImlhdCI6MTYyMDY2MDEzOSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.M20Bku9BqxvxxduQkQS7DArQK6PA16Xw2qxJdymQgnT6Enz9XtgdRXo9E-I0A1fCeP4o5xJ1IiSszpkVWKSiHnXZ8phADy4iG6XxF-WDaiyULzCJJrdCQZFcCxmcw8LnY2BTIyq5bGPaQ3pyX5GjpBqz3Tua28_Od22SGohdKGyGQLGV4tCsJnw9-D-tK5poJgS6Us7UpsfCyOJjNa2_bvFu5dkvRRq4oxwpwTc0ATITlTOEEQu2RbGdrVn5csC9kTvw0FwgPkzhbV-OFeKg30djZLXUIBh3JQkitiIg7GayRXaFNjB_725kZPqxCGs4O9wPCkg_NZJzR6p62Y3aDA" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-5499e830856f8840b8d1c012f47f87f7-f4b57b14337ed748-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6117392b25900f408123c2b3afe6c719", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "214", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:19 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:delete\u0022,error=\u0022insufficient_scope\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "1b2c156a-651c-48d7-9ce3-f8c5e57711ea" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "delete" + } + ] + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "551492537" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanDeleteRepostitory_AnonymousAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanDeleteRepostitory_AnonymousAsync.json new file mode 100644 index 000000000000..9d625d2dce10 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanDeleteRepostitory_AnonymousAsync.json @@ -0,0 +1,135 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-0ac5ea330958084fac7ae4872631a683-a4c97fdbf28be14c-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "35b7acfc15c044d6a8ebfe4a150e3b14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "214", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:50 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:delete\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "e5e2abe3-5671-4020-83e4-e03b7dd77970" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "delete" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "131", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-0ac5ea330958084fac7ae4872631a683-f98a0f452b69884e-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "8dd0cc9992540b9ef8a3d64fa419a6f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3adelete\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:50 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "7b533946-6bd3-4b67-926b-fb927fc0508f", + "x-ms-ratelimit-remaining-calls-per-second": "166.533333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhY2ZmM2VhMC01OWFhLTRkY2EtYjU5NC0yYzgwMTRhYjBiOTAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTM5LCJleHAiOjE2MjA2NjEzMzksImlhdCI6MTYyMDY2MDEzOSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.M20Bku9BqxvxxduQkQS7DArQK6PA16Xw2qxJdymQgnT6Enz9XtgdRXo9E-I0A1fCeP4o5xJ1IiSszpkVWKSiHnXZ8phADy4iG6XxF-WDaiyULzCJJrdCQZFcCxmcw8LnY2BTIyq5bGPaQ3pyX5GjpBqz3Tua28_Od22SGohdKGyGQLGV4tCsJnw9-D-tK5poJgS6Us7UpsfCyOJjNa2_bvFu5dkvRRq4oxwpwTc0ATITlTOEEQu2RbGdrVn5csC9kTvw0FwgPkzhbV-OFeKg30djZLXUIBh3JQkitiIg7GayRXaFNjB_725kZPqxCGs4O9wPCkg_NZJzR6p62Y3aDA" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-0ac5ea330958084fac7ae4872631a683-a4c97fdbf28be14c-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "35b7acfc15c044d6a8ebfe4a150e3b14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "214", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:50 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:delete\u0022,error=\u0022insufficient_scope\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "65008f50-8a7c-4302-bf22-acaaa0ec3d08" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "delete" + } + ] + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "1330020926" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositories(False).json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositories(False).json new file mode 100644 index 000000000000..49f02c3177b0 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositories(False).json @@ -0,0 +1,155 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-f82bfd09ded64840bd733448e20485d1-7947b20c505fa143-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "69ff21438b22bfafee51e886859fe059", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:45 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "cf3174d9-20e8-403f-9966-f74600a0c0c2" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-f82bfd09ded64840bd733448e20485d1-0195daf6b5d5174d-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "27ec92060e71d3f0f81b446ebfeffd1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:46 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "dd8934d0-1806-42b0-a386-2e8a626cbcee", + "x-ms-ratelimit-remaining-calls-per-second": "166.65" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEwMDJ9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "111", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-f82bfd09ded64840bd733448e20485d1-5f87074ecfa3b147-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4213cfccd81286161a282096d8549cd5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:46 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "66427339-e3ca-479c-81d8-1036343ccbac", + "x-ms-ratelimit-remaining-calls-per-second": "166.633333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIxMzQ0ZmE2Ny02OTU1LTQxZTktYThkMC05ZjgyY2JlODkwN2QiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxMDYsImV4cCI6MTYyMDY2NDYwNiwiaWF0IjoxNjIwNjYwMTA2LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVnaXN0cnkiLCJuYW1lIjoiY2F0YWxvZyIsImFjdGlvbnMiOlsiKiJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.1_n8Opg2Y16qrkYXsLRz9nUkb0TzCPPceYoKHyHapAA6oho-VzrZuFDiPBlwsRrr2OwbsMqP-LOCqu-roNfO08VIqRPjLYz64UAkrVJ0SX1lYO003n9gI8ajdNDGYc_C6imQezxKSf_rTPy42mzZAa5rwv61XdJp8iilTA9Xs8783wedS4lT1PSmbEeHAJxGWd6LoNxDXetH1FYVOjtvBD4xeWxSW5VdI8ojiVfysHAucjVyKPXcV2j4UZMqB_fcp2VJ4RHUi1XoRli-heEVTonwMa3VUfzHSaSvH5sc7ATtRIcCzrdy-OBbjkqtOK_oDq027KvgGSJy8QQemSb3TA" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-f82bfd09ded64840bd733448e20485d1-7947b20c505fa143-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "69ff21438b22bfafee51e886859fe059", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "90", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:46 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "d8fda8d1-2547-46eb-bf00-2951527f81e0" + }, + "ResponseBody": { + "repositories": [ + "library/alpine", + "library/busybox", + "library/hello-world", + "library/node" + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "RandomSeed": "1059087197" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositories(False)Async.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositories(False)Async.json new file mode 100644 index 000000000000..eb0ec4b9de8a --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositories(False)Async.json @@ -0,0 +1,155 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-df8850adb58c9a4c953762ce00300995-b2b4d1a2bf112a4f-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ec587eb5a9c1fcaf4c5044b01e5f817e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:19 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "72f114b0-ab94-41f5-a639-d44563247238" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-df8850adb58c9a4c953762ce00300995-4ebd9922231fe042-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "2fdfc11865ce7a7e5ac6c3538033b474", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:19 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "5d291e78-4103-4e04-97bb-53955250ac22", + "x-ms-ratelimit-remaining-calls-per-second": "166.366667" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEwMzl9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "111", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-df8850adb58c9a4c953762ce00300995-be080122d3447c41-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "fa0d0fff2f2df2e3adf863761d38ebe7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:19 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "5ec89bf8-a96b-48c7-8cf0-4aabe2da4d2f", + "x-ms-ratelimit-remaining-calls-per-second": "166.2" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI3M2ExMDkzNy0yZWRmLTQ2NmEtOGQxMC1kNTkwNGJkOWQ2YmYiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxMzksImV4cCI6MTYyMDY2NDYzOSwiaWF0IjoxNjIwNjYwMTM5LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVnaXN0cnkiLCJuYW1lIjoiY2F0YWxvZyIsImFjdGlvbnMiOlsiKiJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.X2MKkh5Xl9zlcd3xsBfaEtgjVEDk8eqRcDcekPDRJUPv2wHfQsUhYLhclbB6NYXvpX_ZZhiAD75EVZvC2ZaI9ISWGH97z_Bj0iRmVAdamIquiVGXuv8iPzC3r57QaZBBuZOzGMN_ecTWGnlWNAT5awKUheD0h8Q2ia3_46QRx2CxUq3ihuHrl98O7XqJzoIvz8gwgDNlp81nL93dse-x9Ly4HlMqMv3x0OIg5pc5704vkN382zM_QQp--l_SdN_MMGyJ4tD9Y7wSrSMy3X0da2nS1rgSy3txhiU39_o2knTBK0kgtl9V1V5X6PGJv8YM9RdSeoEGy7fZqGXVZq8spQ" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-df8850adb58c9a4c953762ce00300995-b2b4d1a2bf112a4f-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ec587eb5a9c1fcaf4c5044b01e5f817e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "90", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:20 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "7fe78bf1-e675-4995-9821-6bbe5c7a3a73" + }, + "ResponseBody": { + "repositories": [ + "library/alpine", + "library/busybox", + "library/hello-world", + "library/node" + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "RandomSeed": "895773495" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositories(True).json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositories(True).json new file mode 100644 index 000000000000..fd8c502b29dd --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositories(True).json @@ -0,0 +1,127 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-8844cc9103ce134fac93968b565f2494-190adee11a31cd4c-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "40fd5c3242859e0150d3444e0db751ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:44 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "5d14148e-6ad9-4247-8b7e-7f33cd1527f6" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "110", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-8844cc9103ce134fac93968b565f2494-507a0a504eeb8b42-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "8f86f4bbafec357d8a9663c4c0775d10", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:44 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "52887671-3139-44bf-a294-b4f331e76f64", + "x-ms-ratelimit-remaining-calls-per-second": "166.65" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJkNGU5Yzg5Mi1mYTNmLTRiMmUtYTE4OS1kNzljNmY5Njg2YmIiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTA0LCJleHAiOjE2MjA2NjEzMDQsImlhdCI6MTYyMDY2MDEwNCwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZWdpc3RyeSIsIm5hbWUiOiJjYXRhbG9nIiwiYWN0aW9ucyI6WyIqIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.FjpEJW7zsbQXf00-KG04qW3op6pnFDI9rav5Sj5RoQnB1yCQtqSs9EBZXwuLe2CVDuYU7n-ay_VGa0fbpo9WrSUFYcRH8Jhe-5DHvza98ELkn7urunCPiNpcHaX9Jj8uUsOz4RhdDvJudEcbm51jX0ek58QpD1Kaq0cMtPpDwWgRmDFeSTPfyTJiSgxfsMqeg0q75k-D7pPpNRMJIsX7uzTIbgXcTI2MIxvyjIVp_yexSEWfj9OcCwvqmf7fyRFVPllGcWtu0eNw43w-aKuP2OaW0f4_9_dHc_Rh7MGovHb1U06lwZhjJPf8fCS4o2TEfDuhw-XWk-ui7NdLtH5zaQ" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-8844cc9103ce134fac93968b565f2494-190adee11a31cd4c-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "40fd5c3242859e0150d3444e0db751ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "90", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:44 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "9b59b1c4-d547-4cc5-9f9a-04085828a32e" + }, + "ResponseBody": { + "repositories": [ + "library/alpine", + "library/busybox", + "library/hello-world", + "library/node" + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "1379400993" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositories(True)Async.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositories(True)Async.json new file mode 100644 index 000000000000..b066593583a9 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositories(True)Async.json @@ -0,0 +1,127 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-d54811d06eee35418846c89741c128d0-5186e58620d9bc44-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "dadd276df5c476305bba454a8acaee01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:19 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "7528d744-a501-42aa-8b0a-a8abf4d8c2f2" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "110", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-d54811d06eee35418846c89741c128d0-7180cbfb30cbfc41-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "127630b0b340136ab3edf6cefb5559e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:19 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "ec93dce2-e079-40a8-bf84-090d44a32d0e", + "x-ms-ratelimit-remaining-calls-per-second": "166.533333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJkNGU5Yzg5Mi1mYTNmLTRiMmUtYTE4OS1kNzljNmY5Njg2YmIiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTA0LCJleHAiOjE2MjA2NjEzMDQsImlhdCI6MTYyMDY2MDEwNCwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZWdpc3RyeSIsIm5hbWUiOiJjYXRhbG9nIiwiYWN0aW9ucyI6WyIqIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.FjpEJW7zsbQXf00-KG04qW3op6pnFDI9rav5Sj5RoQnB1yCQtqSs9EBZXwuLe2CVDuYU7n-ay_VGa0fbpo9WrSUFYcRH8Jhe-5DHvza98ELkn7urunCPiNpcHaX9Jj8uUsOz4RhdDvJudEcbm51jX0ek58QpD1Kaq0cMtPpDwWgRmDFeSTPfyTJiSgxfsMqeg0q75k-D7pPpNRMJIsX7uzTIbgXcTI2MIxvyjIVp_yexSEWfj9OcCwvqmf7fyRFVPllGcWtu0eNw43w-aKuP2OaW0f4_9_dHc_Rh7MGovHb1U06lwZhjJPf8fCS4o2TEfDuhw-XWk-ui7NdLtH5zaQ" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-d54811d06eee35418846c89741c128d0-5186e58620d9bc44-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "dadd276df5c476305bba454a8acaee01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "90", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:19 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "3b9190bb-7297-4684-b5e3-8caf8b95c1b0" + }, + "ResponseBody": { + "repositories": [ + "library/alpine", + "library/busybox", + "library/hello-world", + "library/node" + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "244733175" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositories.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositories.json index eba6d42e1937..2614bf068633 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositories.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositories.json @@ -1,16 +1,12 @@ { "Entries": [ { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-9ef26d0164dccd4c80d73d7457fd24d9-47156c867455bb42-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-8b1c668edc7b5e41bc8b835b2e8a727a-d5d71b330e269449-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0b399c878f6c898299c2287d85da48ea", "x-ms-return-client-request-id": "true" }, @@ -26,16 +22,16 @@ "Connection": "keep-alive", "Content-Length": "195", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:10 GMT", + "Date": "Thu, 06 May 2021 00:50:26 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://annelocontainerregistry.azurecr.io/oauth2/token\u0022,service=\u0022annelocontainerregistry.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "d24df5dd-1280-42c1-b394-e0e425c1d89f" + "X-Ms-Correlation-Request-Id": "8f95d828-5918-448f-8b4e-8b62a2de5f6a" }, "ResponseBody": { "errors": [ @@ -54,76 +50,69 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "89", + "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-9ef26d0164dccd4c80d73d7457fd24d9-ccd394eecee0db47-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-8b1c668edc7b5e41bc8b835b2e8a727a-b669021a52358b43-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "bff6cddb8677f046080c2f69df0d0c05", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=annelocontainerregistry.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:11 GMT", + "Date": "Thu, 06 May 2021 00:50:28 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "74a2c693-fb0c-4c17-883b-b8ff85791086" + "X-Ms-Correlation-Request-Id": "35aed365-9c2d-40bd-a305-898932afdceb", + "x-ms-ratelimit-remaining-calls-per-second": "166.65" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjYzNDIyMjd9.Sanitized" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "120", + "Content-Length": "111", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-9ef26d0164dccd4c80d73d7457fd24d9-44e251534d91104f-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-8b1c668edc7b5e41bc8b835b2e8a727a-5be5c190567e0145-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a2a7017f0fca9b55add75940d23a1b16", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=annelocontainerregistry.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", + "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:11 GMT", + "Date": "Thu, 06 May 2021 00:50:28 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "3d1a036f-f86f-4fa1-b9da-bbd2a17a677e" + "X-Ms-Correlation-Request-Id": "6ef16613-dbfe-4baa-8cff-fa964a691662", + "x-ms-ratelimit-remaining-calls-per-second": "166.633333" }, "ResponseBody": { "access_token": "Sanitized" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9ef26d0164dccd4c80d73d7457fd24d9-47156c867455bb42-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-8b1c668edc7b5e41bc8b835b2e8a727a-d5d71b330e269449-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0b399c878f6c898299c2287d85da48ea", "x-ms-return-client-request-id": "true" }, @@ -139,7 +128,7 @@ "Connection": "keep-alive", "Content-Length": "90", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:11 GMT", + "Date": "Thu, 06 May 2021 00:50:28 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -147,7 +136,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "e0ed6fa2-9b30-480f-bdf2-a1da9d14e786" + "X-Ms-Correlation-Request-Id": "c042a8fd-bdcd-416c-9b52-c7c99ceac515" }, "ResponseBody": { "repositories": [ @@ -160,7 +149,7 @@ } ], "Variables": { - "CONTAINERREGISTRY_ENDPOINT": "https://annelocontainerregistry.azurecr.io", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", "RandomSeed": "1946767094" } } \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesAsync.json index c5bc45990b55..60b03c92324a 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesAsync.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesAsync.json @@ -1,16 +1,12 @@ { "Entries": [ { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-bd4c2dbea5fc3a44aec67ebf91dbff1a-23b0440f2ded5444-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-db9840d2276183418f6406bf78470f26-8cb8d690af06cb44-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d1c947d404b29065d5ea7fcc142ddb07", "x-ms-return-client-request-id": "true" }, @@ -26,16 +22,16 @@ "Connection": "keep-alive", "Content-Length": "195", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:38 GMT", + "Date": "Thu, 06 May 2021 00:51:02 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://annelocontainerregistry.azurecr.io/oauth2/token\u0022,service=\u0022annelocontainerregistry.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "1703f316-3e9b-4475-9617-768d848f6911" + "X-Ms-Correlation-Request-Id": "b3f08f57-357d-4f6e-8616-c1657a83302a" }, "ResponseBody": { "errors": [ @@ -54,76 +50,69 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "89", + "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-bd4c2dbea5fc3a44aec67ebf91dbff1a-e4107c27d7d66946-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-db9840d2276183418f6406bf78470f26-b31ae959ac4a1446-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d5a2d1d52c38a62142d4218e7b22dcca", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=annelocontainerregistry.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:38 GMT", + "Date": "Thu, 06 May 2021 00:51:03 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "55446327-43c5-4b96-bc0e-75100283b7ef" + "X-Ms-Correlation-Request-Id": "10473e05-6945-421f-a243-ab9b9e26e848", + "x-ms-ratelimit-remaining-calls-per-second": "166.283333" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjYzNDIyNjJ9.Sanitized" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "120", + "Content-Length": "111", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-bd4c2dbea5fc3a44aec67ebf91dbff1a-bff1e14741e64849-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-db9840d2276183418f6406bf78470f26-c0e4a990706aa540-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a56cd05dc143c3afacb828a54c1aa768", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=annelocontainerregistry.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", + "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:38 GMT", + "Date": "Thu, 06 May 2021 00:51:03 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "466e29ae-41eb-44d9-ac7c-2b2aede930df" + "X-Ms-Correlation-Request-Id": "60832799-1bf1-4352-9e6e-ffb135cd2880", + "x-ms-ratelimit-remaining-calls-per-second": "166.266667" }, "ResponseBody": { "access_token": "Sanitized" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-bd4c2dbea5fc3a44aec67ebf91dbff1a-23b0440f2ded5444-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-db9840d2276183418f6406bf78470f26-8cb8d690af06cb44-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d1c947d404b29065d5ea7fcc142ddb07", "x-ms-return-client-request-id": "true" }, @@ -139,7 +128,7 @@ "Connection": "keep-alive", "Content-Length": "90", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:38 GMT", + "Date": "Thu, 06 May 2021 00:51:03 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -147,7 +136,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "8ba99090-b39c-4877-a387-aa339f45ff3b" + "X-Ms-Correlation-Request-Id": "afc7b89e-6919-4a28-a0f6-9c644f618d50" }, "ResponseBody": { "repositories": [ @@ -160,7 +149,7 @@ } ], "Variables": { - "CONTAINERREGISTRY_ENDPOINT": "https://annelocontainerregistry.azurecr.io", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", "RandomSeed": "225985181" } } \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesWithCustomPageSize(False).json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesWithCustomPageSize(False).json new file mode 100644 index 000000000000..a050493aa669 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesWithCustomPageSize(False).json @@ -0,0 +1,271 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog?n=2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-0c3eaa1df274c846a5c22cfc9a128499-725333acee7a7b4c-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7da216df4754244a717ebaedcab84699", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:47 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "4e2de740-e5eb-476d-92d4-0b8dab3bc56b" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-0c3eaa1df274c846a5c22cfc9a128499-d8182678d7b8df4a-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "cdfd36c144d2c08fc5d61f2e5db9eb91", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:47 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "a428f1b4-c293-4e6e-8528-a40e241676e5", + "x-ms-ratelimit-remaining-calls-per-second": "166.616667" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEwMDJ9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "111", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-0c3eaa1df274c846a5c22cfc9a128499-4a03739663a0da48-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b97c0c3968210ab13dc2b0faec8d8f07", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:47 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "0124b516-3d6c-48de-8ad7-ca3b86afb9de", + "x-ms-ratelimit-remaining-calls-per-second": "166.6" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhNmNhYjlkMi02NTE0LTQ0N2UtODdhMy00YWMwM2ZlOTJiN2YiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxMDcsImV4cCI6MTYyMDY2NDYwNywiaWF0IjoxNjIwNjYwMTA3LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVnaXN0cnkiLCJuYW1lIjoiY2F0YWxvZyIsImFjdGlvbnMiOlsiKiJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.UyGgdJLuW8DD6ygA6EqOOpRBARs_bdOE6rwIoMW5jdlECjXTzM-v7UxVmq9ImRbaeqwSly6NTqwJ2G6JOt-64d61IQXnmJpmog3St1faIVYN6u7uEriDZbCiUTJ5Q0fQVzlBb9rLQO1czh_fMqqNepq2C-Mw7GOMbfxDTEbtIT7ktnjA8QjeORo9TV-gysD-kaUwCzGDJAhcamxAOk7Bq1HMedIGkT9zAbZ_3Z3L7-9vhLWJlRDbf2vwyqXAo448rSh3UnVlSBAlvXbboGOxcW0Ht4Z6f82V7WyfJpsPnBwA70Yzyd0dGQRGe_d_3mAs2AlUWqLxPckPTTpCeZRUVA" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog?n=2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-0c3eaa1df274c846a5c22cfc9a128499-725333acee7a7b4c-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7da216df4754244a717ebaedcab84699", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "53", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:47 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/_catalog?last=library%2Fbusybox\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "f75692b5-36ef-4a77-a385-11815028e2eb" + }, + "ResponseBody": { + "repositories": [ + "library/alpine", + "library/busybox" + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-8c01b65bc5aede4b98a9d11a23061342-817bf3135619474a-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "95fe8f3c7a599b6687e2b77d281cc6b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:47 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "d570e754-4a40-4999-83e6-89976e549978" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "111", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-8c01b65bc5aede4b98a9d11a23061342-d1717c390eeb624b-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "beb328928d3b587884f38f109495d337", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:47 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "273877de-3673-492d-ba76-a875efe7d5fc", + "x-ms-ratelimit-remaining-calls-per-second": "166.583333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIxMDkxNjMxZi1jMWViLTQ3N2MtYTU2OC02YTJmOTY2NTQ4ZTciLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxMDcsImV4cCI6MTYyMDY2NDYwNywiaWF0IjoxNjIwNjYwMTA3LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVnaXN0cnkiLCJuYW1lIjoiY2F0YWxvZyIsImFjdGlvbnMiOlsiKiJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.eO7VIwRy8Pi7IFHKGXrCy9_WTaSzjOc_-N7tK18Kw2aluXq_uhn731UizGd2pjVEhpvmhn-DCTx4-IWOuIzxBmMLYMnn2dLW33SAInRcyrrnZ_tbS-LfbWum2ssomvcYg_9fBdW2GB46_4YKI28MHQHNK6qJKOW79NAqJL0SHRO7PtMEaLGotQqSkhZgwwDFom4k60eRHB0sdn1CbXo2-mzfMyKoDrixf3wC2yF8QHDG2afjCUYTQ7e4CU4Hoh1F6pkK_0yZF-sCaR6eem9e96fO8aIIl2rfETR2aGStIGAwZ_DY_dV5OUeX1-5AmxX-F7-gAkM3iz0wolFCaBAWoQ" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-8c01b65bc5aede4b98a9d11a23061342-817bf3135619474a-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "95fe8f3c7a599b6687e2b77d281cc6b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "55", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:47 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "705bda26-82b9-463f-baf4-ca7dbd9620e5" + }, + "ResponseBody": { + "repositories": [ + "library/hello-world", + "library/node" + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "RandomSeed": "1225422378" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesWithCustomPageSize(False)Async.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesWithCustomPageSize(False)Async.json new file mode 100644 index 000000000000..1c91563c95e8 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesWithCustomPageSize(False)Async.json @@ -0,0 +1,271 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog?n=2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-c9c3c4bee8562546b19550a87e3b2414-77661cf935406545-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "be6d1d5dfce4011ed7e0c046e22b89d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:20 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "4c082499-c65b-4f81-aad7-27c2c3721a3b" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-c9c3c4bee8562546b19550a87e3b2414-ad3534ec887c614e-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "db55ec43dbe956352d6f6988d82fac06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:20 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "0a6c3478-778d-4e64-b1f6-cbd31cafa1a6", + "x-ms-ratelimit-remaining-calls-per-second": "166.183333" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEwMzl9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "111", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-c9c3c4bee8562546b19550a87e3b2414-432420c923376b47-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ed2800d2ed6541394b8259c4d65c23ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:20 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "02616ea1-ec64-4404-b5fc-9c30416c3bbd", + "x-ms-ratelimit-remaining-calls-per-second": "166.166667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIzM2EzMzY5ZS0zYjcxLTQ3MWQtYTRlZi0yMDkyYzMwOTcxMTIiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxNDAsImV4cCI6MTYyMDY2NDY0MCwiaWF0IjoxNjIwNjYwMTQwLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVnaXN0cnkiLCJuYW1lIjoiY2F0YWxvZyIsImFjdGlvbnMiOlsiKiJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.qG-1KSKlGBloq79fW2tE6EjvCA4wCNgOthFT9qxhhTktx1knWTI6Eu9I2xwYAFC3vraQWzTrzeROdDGDuInd0ly9HuKaQ66nSoQASW-DYw6kdT1zJHi-A4br5WGETcfMnwrEgdyY2bZO2QOF0Dx3xS1ENKWNP1M4_oNNtDJPh_MG6_OpMs1eoF_hxOwkPnkMNI6hdp8VZi_dhwD97MUsl-Orw8bL8RiRtdPGpqMNjDQsAo0t0yCj_77BCdUgVYGKBuRyYifahHFqySnMAeaDjbP_OtzhY1uFrTxaMq6s2S01BPpeeI3vkG57BOKZza0rtCIXSznHLCyhZ20gvALAoQ" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog?n=2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-c9c3c4bee8562546b19550a87e3b2414-77661cf935406545-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "be6d1d5dfce4011ed7e0c046e22b89d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "53", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:20 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/_catalog?last=library%2Fbusybox\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "a0d5447e-edf8-4970-9990-82e2f0a2ab9c" + }, + "ResponseBody": { + "repositories": [ + "library/alpine", + "library/busybox" + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-08d2fd490c5bfe498d6a77a97c5f46fd-21e610797a9e534b-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "f46d76da1b108244e8179174929529a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:20 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "10ba00c4-1272-4b2c-a46d-5d2f20272691" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "111", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-08d2fd490c5bfe498d6a77a97c5f46fd-2d13ed8440c47b46-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e273ba339c03566db3138f6781717fd0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:20 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "e456f7a3-bfd5-41b8-827d-50cf4739c94b", + "x-ms-ratelimit-remaining-calls-per-second": "166.15" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI1NDA5NWEyOC1mYWY1LTQ2YmEtOTZhOC01Yzc5MWZiYTI0ZGYiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxNDAsImV4cCI6MTYyMDY2NDY0MCwiaWF0IjoxNjIwNjYwMTQwLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVnaXN0cnkiLCJuYW1lIjoiY2F0YWxvZyIsImFjdGlvbnMiOlsiKiJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.f_G_vKAd6-MxvDfVtx1kXTxbekz6U14FO8UFlmsRv2wvcFF_9jTEDBwi2OqMED3XKCbfbHDSFJxFxjdLVvAh9BzVhHw4xwjfcFf6ckStYJNR4RlNJKUIvzJzV73WNF25DtJ_JQcuU7ixANN0m8gircmNpXD6GWy6KrDLsBTF1DSD6DnsD3a-uVFL_wnFOs9wY-tVEwJ-hY9MFqx8BkMcCY99s0vOe0FXySYgJGVBCUavNPzSvrGShB9msfrJUkdDhBFw2PH7Q3o6y3Q8H-pW0V1-Utp1ev3pSqWU5PzI86r0KbDIwX_w42s2H8x_0WUCqaNfPKvD_uf1px_R57mzPg" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-08d2fd490c5bfe498d6a77a97c5f46fd-21e610797a9e534b-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "f46d76da1b108244e8179174929529a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "55", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:20 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "107abf38-5cfc-4f9f-9469-82d6a85092db" + }, + "ResponseBody": { + "repositories": [ + "library/hello-world", + "library/node" + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "RandomSeed": "1696732086" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesWithCustomPageSize(True).json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesWithCustomPageSize(True).json new file mode 100644 index 000000000000..0449c8dc41ed --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesWithCustomPageSize(True).json @@ -0,0 +1,243 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog?n=2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-bbf644f198c77343b2006d99da9a88ef-0a4809e1ab7f9e42-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7a43f441f6c872c9441bab74d283c041", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:46 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "2c7da1fc-b04e-4b53-88f6-112bd2da5cb2" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "110", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-bbf644f198c77343b2006d99da9a88ef-7e639370a1a27f4c-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4f6ca915b6547c7e31e3b01483ef31de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:46 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "2bd8517c-4432-48c0-9c62-c596a198d0b0", + "x-ms-ratelimit-remaining-calls-per-second": "166.633333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJkNGU5Yzg5Mi1mYTNmLTRiMmUtYTE4OS1kNzljNmY5Njg2YmIiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTA0LCJleHAiOjE2MjA2NjEzMDQsImlhdCI6MTYyMDY2MDEwNCwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZWdpc3RyeSIsIm5hbWUiOiJjYXRhbG9nIiwiYWN0aW9ucyI6WyIqIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.FjpEJW7zsbQXf00-KG04qW3op6pnFDI9rav5Sj5RoQnB1yCQtqSs9EBZXwuLe2CVDuYU7n-ay_VGa0fbpo9WrSUFYcRH8Jhe-5DHvza98ELkn7urunCPiNpcHaX9Jj8uUsOz4RhdDvJudEcbm51jX0ek58QpD1Kaq0cMtPpDwWgRmDFeSTPfyTJiSgxfsMqeg0q75k-D7pPpNRMJIsX7uzTIbgXcTI2MIxvyjIVp_yexSEWfj9OcCwvqmf7fyRFVPllGcWtu0eNw43w-aKuP2OaW0f4_9_dHc_Rh7MGovHb1U06lwZhjJPf8fCS4o2TEfDuhw-XWk-ui7NdLtH5zaQ" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog?n=2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-bbf644f198c77343b2006d99da9a88ef-0a4809e1ab7f9e42-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7a43f441f6c872c9441bab74d283c041", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "53", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:46 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/_catalog?last=library%2Fbusybox\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "0290b29e-1263-447a-9f61-0ce2cbec2558" + }, + "ResponseBody": { + "repositories": [ + "library/alpine", + "library/busybox" + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-a654682cdb335d41804a2614378087f6-08889d811d3d0d4c-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "cd9b80970d3621e67f36dc2d36e76af4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:46 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "f042860e-1b4d-4baf-937e-bf4196fe97f1" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "110", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-a654682cdb335d41804a2614378087f6-426b5d83b6ef5548-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6166d5b2b1038a0d76c749e446b4ef54", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:46 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "a086589e-2228-4ed6-bece-e3441ca1b236", + "x-ms-ratelimit-remaining-calls-per-second": "166.616667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJkNGU5Yzg5Mi1mYTNmLTRiMmUtYTE4OS1kNzljNmY5Njg2YmIiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTA0LCJleHAiOjE2MjA2NjEzMDQsImlhdCI6MTYyMDY2MDEwNCwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZWdpc3RyeSIsIm5hbWUiOiJjYXRhbG9nIiwiYWN0aW9ucyI6WyIqIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.FjpEJW7zsbQXf00-KG04qW3op6pnFDI9rav5Sj5RoQnB1yCQtqSs9EBZXwuLe2CVDuYU7n-ay_VGa0fbpo9WrSUFYcRH8Jhe-5DHvza98ELkn7urunCPiNpcHaX9Jj8uUsOz4RhdDvJudEcbm51jX0ek58QpD1Kaq0cMtPpDwWgRmDFeSTPfyTJiSgxfsMqeg0q75k-D7pPpNRMJIsX7uzTIbgXcTI2MIxvyjIVp_yexSEWfj9OcCwvqmf7fyRFVPllGcWtu0eNw43w-aKuP2OaW0f4_9_dHc_Rh7MGovHb1U06lwZhjJPf8fCS4o2TEfDuhw-XWk-ui7NdLtH5zaQ" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-a654682cdb335d41804a2614378087f6-08889d811d3d0d4c-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "cd9b80970d3621e67f36dc2d36e76af4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "55", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:47 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "582f728e-4e5d-48ac-8ecf-834f42b48c83" + }, + "ResponseBody": { + "repositories": [ + "library/hello-world", + "library/node" + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "206302051" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesWithCustomPageSize(True)Async.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesWithCustomPageSize(True)Async.json new file mode 100644 index 000000000000..c8f590b8a2c8 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesWithCustomPageSize(True)Async.json @@ -0,0 +1,243 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog?n=2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-3d41fb454270db42adab817fa265aecd-96e0b3819d80334f-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "01d407c8af23d58ee0a348aaf250f646", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:20 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "026f9300-118a-46ff-9294-8c754b55cd63" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "110", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-3d41fb454270db42adab817fa265aecd-68fe1e92fe6ca141-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "488495efc096ce4cc8504c9b0640cd2a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:20 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "67d48687-0441-4ca7-8c4c-c96857ddf240", + "x-ms-ratelimit-remaining-calls-per-second": "166.516667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJkNGU5Yzg5Mi1mYTNmLTRiMmUtYTE4OS1kNzljNmY5Njg2YmIiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTA0LCJleHAiOjE2MjA2NjEzMDQsImlhdCI6MTYyMDY2MDEwNCwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZWdpc3RyeSIsIm5hbWUiOiJjYXRhbG9nIiwiYWN0aW9ucyI6WyIqIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.FjpEJW7zsbQXf00-KG04qW3op6pnFDI9rav5Sj5RoQnB1yCQtqSs9EBZXwuLe2CVDuYU7n-ay_VGa0fbpo9WrSUFYcRH8Jhe-5DHvza98ELkn7urunCPiNpcHaX9Jj8uUsOz4RhdDvJudEcbm51jX0ek58QpD1Kaq0cMtPpDwWgRmDFeSTPfyTJiSgxfsMqeg0q75k-D7pPpNRMJIsX7uzTIbgXcTI2MIxvyjIVp_yexSEWfj9OcCwvqmf7fyRFVPllGcWtu0eNw43w-aKuP2OaW0f4_9_dHc_Rh7MGovHb1U06lwZhjJPf8fCS4o2TEfDuhw-XWk-ui7NdLtH5zaQ" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog?n=2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-3d41fb454270db42adab817fa265aecd-96e0b3819d80334f-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "01d407c8af23d58ee0a348aaf250f646", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "53", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:20 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/_catalog?last=library%2Fbusybox\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "cccb8498-3220-48a0-b7fd-33e0a61cb85a" + }, + "ResponseBody": { + "repositories": [ + "library/alpine", + "library/busybox" + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-d3aa08f7902d8d49a8fe197f155f2337-445a78f6d3c10146-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7eabe78767b843c1424a025f5432f32a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:20 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "05bfefe9-1431-412f-8e17-6c8669f94704" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "110", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-d3aa08f7902d8d49a8fe197f155f2337-683a518755f22943-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "5673f049567a0890bb0639d263f2cfa0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:20 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "8afb93b7-3299-41a7-af52-2a55b69bb22a", + "x-ms-ratelimit-remaining-calls-per-second": "166.5" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJkNGU5Yzg5Mi1mYTNmLTRiMmUtYTE4OS1kNzljNmY5Njg2YmIiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTA0LCJleHAiOjE2MjA2NjEzMDQsImlhdCI6MTYyMDY2MDEwNCwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZWdpc3RyeSIsIm5hbWUiOiJjYXRhbG9nIiwiYWN0aW9ucyI6WyIqIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.FjpEJW7zsbQXf00-KG04qW3op6pnFDI9rav5Sj5RoQnB1yCQtqSs9EBZXwuLe2CVDuYU7n-ay_VGa0fbpo9WrSUFYcRH8Jhe-5DHvza98ELkn7urunCPiNpcHaX9Jj8uUsOz4RhdDvJudEcbm51jX0ek58QpD1Kaq0cMtPpDwWgRmDFeSTPfyTJiSgxfsMqeg0q75k-D7pPpNRMJIsX7uzTIbgXcTI2MIxvyjIVp_yexSEWfj9OcCwvqmf7fyRFVPllGcWtu0eNw43w-aKuP2OaW0f4_9_dHc_Rh7MGovHb1U06lwZhjJPf8fCS4o2TEfDuhw-XWk-ui7NdLtH5zaQ" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-d3aa08f7902d8d49a8fe197f155f2337-445a78f6d3c10146-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7eabe78767b843c1424a025f5432f32a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "55", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:20 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "5baa67c1-cd6f-4f6e-b8fb-a13c69518aed" + }, + "ResponseBody": { + "repositories": [ + "library/hello-world", + "library/node" + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "1584335411" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesWithCustomPageSize.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesWithCustomPageSize.json index fa7bdaca3623..e1565e83264f 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesWithCustomPageSize.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesWithCustomPageSize.json @@ -1,16 +1,12 @@ { "Entries": [ { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog?n=2", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog?n=2", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-e9e25d78f6c3354eb31b025e1e1987b8-670c0aefeb664d4e-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-58c1faf5d8c0eb4daa502293b98fa45a-3c203dc887ff3b42-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f56813585c3c461523a8333a57e3aaf2", "x-ms-return-client-request-id": "true" }, @@ -26,16 +22,16 @@ "Connection": "keep-alive", "Content-Length": "195", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:11 GMT", + "Date": "Thu, 06 May 2021 00:50:28 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://annelocontainerregistry.azurecr.io/oauth2/token\u0022,service=\u0022annelocontainerregistry.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "aa3ae060-4837-4dc3-8a10-344057bb0731" + "X-Ms-Correlation-Request-Id": "b3c47b52-898f-4e49-b09a-fda60c505995" }, "ResponseBody": { "errors": [ @@ -54,76 +50,69 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "89", + "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-e9e25d78f6c3354eb31b025e1e1987b8-62080f52af48894c-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-58c1faf5d8c0eb4daa502293b98fa45a-d17e2b081722de4e-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "782e9267f723553179a35eff48eb845b", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=annelocontainerregistry.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:11 GMT", + "Date": "Thu, 06 May 2021 00:50:29 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "ded4337a-86eb-4d0a-93f2-1ae5ad7dc0d3" + "X-Ms-Correlation-Request-Id": "e6939939-41f6-43f7-b29c-e2706ac2470c", + "x-ms-ratelimit-remaining-calls-per-second": "166.616667" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjYzNDIyMjh9.Sanitized" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "120", + "Content-Length": "111", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-e9e25d78f6c3354eb31b025e1e1987b8-324fafa54f6a7e4e-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-58c1faf5d8c0eb4daa502293b98fa45a-f502b63b3e6bd249-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b4b3506be8e86a7b665931c878057185", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=annelocontainerregistry.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", + "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:11 GMT", + "Date": "Thu, 06 May 2021 00:50:29 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "acf61373-baf6-4c75-9ea8-fe7dbc71fd26" + "X-Ms-Correlation-Request-Id": "b00d3b75-bf46-4478-aed3-bb9ebe57e52d", + "x-ms-ratelimit-remaining-calls-per-second": "166.6" }, "ResponseBody": { "access_token": "Sanitized" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog?n=2", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog?n=2", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e9e25d78f6c3354eb31b025e1e1987b8-670c0aefeb664d4e-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-58c1faf5d8c0eb4daa502293b98fa45a-3c203dc887ff3b42-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f56813585c3c461523a8333a57e3aaf2", "x-ms-return-client-request-id": "true" }, @@ -139,7 +128,7 @@ "Connection": "keep-alive", "Content-Length": "53", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:11 GMT", + "Date": "Thu, 06 May 2021 00:50:29 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/_catalog?last=library%2Fbusybox\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -148,7 +137,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "92bb85b3-5068-4ca1-9f1d-ce4860292dfd" + "X-Ms-Correlation-Request-Id": "76f2e6b1-dee5-4ad0-ac0d-9bea9a5a3dca" }, "ResponseBody": { "repositories": [ @@ -158,16 +147,12 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=2\u0026orderby=", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=2\u0026orderby=", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-ba2b8ec30171c04eb737289f054883c0-da4752da59b79e48-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-de22c3afa78dd24c8fc140036419c630-63eeae6e6e8d524b-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a74b5ff6e8c5613be2127b98fe15fe37", "x-ms-return-client-request-id": "true" }, @@ -183,16 +168,16 @@ "Connection": "keep-alive", "Content-Length": "195", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:11 GMT", + "Date": "Thu, 06 May 2021 00:50:29 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://annelocontainerregistry.azurecr.io/oauth2/token\u0022,service=\u0022annelocontainerregistry.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "d81b7375-1f93-45ff-b591-f6d6e27d6f52" + "X-Ms-Correlation-Request-Id": "d30bee05-3256-4c1d-a8b6-f3b35976d25f" }, "ResponseBody": { "errors": [ @@ -211,76 +196,41 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "89", + "Content-Length": "111", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-ba2b8ec30171c04eb737289f054883c0-b2ee02853bed524e-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-de22c3afa78dd24c8fc140036419c630-c9e5b23cf7c51f46-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "07cfd823f5307f0a16c311c9c668dd74", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=annelocontainerregistry.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:12 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "f4ac1e5b-136e-444a-b56b-4f49c25e1d3a" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/token", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "120", - "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-ba2b8ec30171c04eb737289f054883c0-6c8ac2c1b3492c42-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e808d932dd9f83951452d2d56de26c51", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=refresh_token\u0026service=annelocontainerregistry.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", + "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:12 GMT", + "Date": "Thu, 06 May 2021 00:50:29 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "ae32ca2e-1d9f-4e92-9baf-2c432dd128e3" + "X-Ms-Correlation-Request-Id": "6373a3ad-ef72-48a4-8197-99f935055bf2", + "x-ms-ratelimit-remaining-calls-per-second": "166.583333" }, "ResponseBody": { "access_token": "Sanitized" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=2\u0026orderby=", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=2\u0026orderby=", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ba2b8ec30171c04eb737289f054883c0-da4752da59b79e48-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-de22c3afa78dd24c8fc140036419c630-63eeae6e6e8d524b-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a74b5ff6e8c5613be2127b98fe15fe37", "x-ms-return-client-request-id": "true" }, @@ -296,7 +246,7 @@ "Connection": "keep-alive", "Content-Length": "55", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:12 GMT", + "Date": "Thu, 06 May 2021 00:50:29 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -304,7 +254,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "f6d38dbe-a42e-4379-8679-5ee3e4428057" + "X-Ms-Correlation-Request-Id": "00b010f1-9779-4222-9fc4-c4f07b94e897" }, "ResponseBody": { "repositories": [ @@ -315,7 +265,7 @@ } ], "Variables": { - "CONTAINERREGISTRY_ENDPOINT": "https://annelocontainerregistry.azurecr.io", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", "RandomSeed": "504311885" } } \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesWithCustomPageSizeAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesWithCustomPageSizeAsync.json index 139dac62ec5b..97cac585ed70 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesWithCustomPageSizeAsync.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanGetRepositoriesWithCustomPageSizeAsync.json @@ -1,16 +1,12 @@ { "Entries": [ { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog?n=2", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog?n=2", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-0a69349de2dcb9468020761d51420fed-f130865eac36b44c-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-bdfac175a9437944b3bf2717cd9a7194-7e4d975b7ba26440-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "457d8489fa7d32395f8264c4e41aaff7", "x-ms-return-client-request-id": "true" }, @@ -26,16 +22,16 @@ "Connection": "keep-alive", "Content-Length": "195", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:38 GMT", + "Date": "Thu, 06 May 2021 00:51:03 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://annelocontainerregistry.azurecr.io/oauth2/token\u0022,service=\u0022annelocontainerregistry.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "e34e37da-b02a-42c0-b2b2-d6ce73856e4b" + "X-Ms-Correlation-Request-Id": "03c6f612-cb32-4ad8-b5d5-05a197792ba8" }, "ResponseBody": { "errors": [ @@ -54,76 +50,69 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "89", + "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-0a69349de2dcb9468020761d51420fed-aab51a522b314c43-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-bdfac175a9437944b3bf2717cd9a7194-f41c33b8dbba474b-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "29c644a79eb0505f82eb681c7a46790c", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=annelocontainerregistry.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:38 GMT", + "Date": "Thu, 06 May 2021 00:51:04 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "8eb7aab1-61e6-41d1-86b3-30623640f2d6" + "X-Ms-Correlation-Request-Id": "4c9bb33c-7e4c-4063-b737-85f304ad1060", + "x-ms-ratelimit-remaining-calls-per-second": "166.25" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjYzNDIyNjN9.Sanitized" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "120", + "Content-Length": "111", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-0a69349de2dcb9468020761d51420fed-453cdc8fe6597e44-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-bdfac175a9437944b3bf2717cd9a7194-db762c58c87b8a42-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "013d5ca2b51c97ac449c8360ae9888a1", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=annelocontainerregistry.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", + "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:38 GMT", + "Date": "Thu, 06 May 2021 00:51:04 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "f0a1fa2a-6f44-477e-bec5-092c92a8fcc4" + "X-Ms-Correlation-Request-Id": "b6405c2e-0d3f-4560-8194-0a98094c8ab9", + "x-ms-ratelimit-remaining-calls-per-second": "166.233333" }, "ResponseBody": { "access_token": "Sanitized" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog?n=2", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog?n=2", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-0a69349de2dcb9468020761d51420fed-f130865eac36b44c-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-bdfac175a9437944b3bf2717cd9a7194-7e4d975b7ba26440-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "457d8489fa7d32395f8264c4e41aaff7", "x-ms-return-client-request-id": "true" }, @@ -139,7 +128,7 @@ "Connection": "keep-alive", "Content-Length": "53", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:38 GMT", + "Date": "Thu, 06 May 2021 00:51:04 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/_catalog?last=library%2Fbusybox\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -148,7 +137,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "c9827f9e-100f-4da4-a96b-73f2d691b6c0" + "X-Ms-Correlation-Request-Id": "e3fc2697-67f0-4dbc-8df5-6a3210f34388" }, "ResponseBody": { "repositories": [ @@ -158,16 +147,12 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=2\u0026orderby=", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=2\u0026orderby=", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-751563f99e9392498897ef1fbc6de823-3c38e42cf29c134c-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-b9a5ec6b643f044f8ed7b8dcf1dab3cd-ee0cb7ff63367548-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "cbb48153de06eab8252cc392911db719", "x-ms-return-client-request-id": "true" }, @@ -183,16 +168,16 @@ "Connection": "keep-alive", "Content-Length": "195", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:39 GMT", + "Date": "Thu, 06 May 2021 00:51:04 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://annelocontainerregistry.azurecr.io/oauth2/token\u0022,service=\u0022annelocontainerregistry.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "6f09b862-470b-40a3-a7b5-cef9b62512cc" + "X-Ms-Correlation-Request-Id": "ce29e382-2b44-479b-9e2e-e1d1f7423064" }, "ResponseBody": { "errors": [ @@ -211,76 +196,41 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "89", + "Content-Length": "111", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-751563f99e9392498897ef1fbc6de823-499506b45561cc4e-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-b9a5ec6b643f044f8ed7b8dcf1dab3cd-128b4e77febbdd43-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "88215709addcf1da982fe4141bfea2e9", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=annelocontainerregistry.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:39 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "5204b844-0b9e-4c0b-9dfd-42e74bed5efa" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/token", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "120", - "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-751563f99e9392498897ef1fbc6de823-25cbbf28d8406748-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f8c8c762ae91c406a353dceff2190627", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=refresh_token\u0026service=annelocontainerregistry.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", + "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:39 GMT", + "Date": "Thu, 06 May 2021 00:51:04 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "e5a43df7-0064-4ee8-9e27-faadbffd9cc7" + "X-Ms-Correlation-Request-Id": "1bf43a2f-d68e-4360-abfc-ae25184b491d", + "x-ms-ratelimit-remaining-calls-per-second": "166.2" }, "ResponseBody": { "access_token": "Sanitized" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=2\u0026orderby=", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=2\u0026orderby=", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-751563f99e9392498897ef1fbc6de823-3c38e42cf29c134c-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-b9a5ec6b643f044f8ed7b8dcf1dab3cd-ee0cb7ff63367548-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "cbb48153de06eab8252cc392911db719", "x-ms-return-client-request-id": "true" }, @@ -296,7 +246,7 @@ "Connection": "keep-alive", "Content-Length": "55", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:39 GMT", + "Date": "Thu, 06 May 2021 00:51:04 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -304,7 +254,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "4a901a1f-24cb-42dd-b017-7b113fc8359d" + "X-Ms-Correlation-Request-Id": "680a53bc-1bf4-4c2c-9102-14df924b9942" }, "ResponseBody": { "repositories": [ @@ -315,7 +265,7 @@ } ], "Variables": { - "CONTAINERREGISTRY_ENDPOINT": "https://annelocontainerregistry.azurecr.io", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", "RandomSeed": "3817978" } } \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanStartPagingMidCollection(False).json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanStartPagingMidCollection(False).json new file mode 100644 index 000000000000..c90c9ebb4687 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanStartPagingMidCollection(False).json @@ -0,0 +1,386 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog?last=library/alpine\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-dee00eab88f9df4ebd08af9a1aed0bdf-d114199c77a9694c-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d64b062e8f8fb3fa354d228da6742736", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:48 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "6a6d787b-9d46-4836-8227-b8276f652388" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-dee00eab88f9df4ebd08af9a1aed0bdf-02092926d847a447-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a9445b8af9e6397343e42fffdf484041", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:48 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "66e39e87-3562-4d91-a93d-61f1caa1bb9b", + "x-ms-ratelimit-remaining-calls-per-second": "166.566667" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEwMDJ9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "111", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-dee00eab88f9df4ebd08af9a1aed0bdf-ed33dad74cfbe24d-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "1e97ff218b6edf8a6b99ca6fc321df8a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:48 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "fb803184-61f0-485e-9958-44ec54d9f96e", + "x-ms-ratelimit-remaining-calls-per-second": "166.55" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIyZjhlNTcwNC04ZDU5LTQ2YTQtODFlNy00NzVhODEzYTQ1NjUiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxMDgsImV4cCI6MTYyMDY2NDYwOCwiaWF0IjoxNjIwNjYwMTA4LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVnaXN0cnkiLCJuYW1lIjoiY2F0YWxvZyIsImFjdGlvbnMiOlsiKiJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.0ztBEZ9hSZnE0D7-dLa0Pikw2kYWOM3rBJecrHqPzWjJvqPwVDKNyLEqL2hZoqc75ZVQS4JCTpxfQ78xjltzo92p3aUMHm3pXv1EsjXK4H-R8P4S2X_MA32xtluI2pLl1ZVJZPMGeQOFyjA5Ida4cZtKgZb0MTezJ1LsgsDsDy2I9A4cJR4jhPVfl3V4JYSYNDA7f2nHLb-8ByDkpeHQrFVteUp4Ixedz_an6hza1J121KvgM3iPRMOn-qgDS0rlBr7WapUOI73DR3tkTrIwErfIh23Yf1zlf9QXqAIdzufmqD06yVUs6VULRu6u8O3rEHEy2Mfp908j6w2QxzQBEg" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog?last=library/alpine\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-dee00eab88f9df4ebd08af9a1aed0bdf-d114199c77a9694c-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d64b062e8f8fb3fa354d228da6742736", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "36", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:48 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/_catalog?last=library%2Fbusybox\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "f9e7760e-c2bc-4018-9ddb-e1f3f824c9da" + }, + "ResponseBody": { + "repositories": [ + "library/busybox" + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-504c12377207364ea070553d6251981a-8ffba92271015948-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3d936f4f7766359b921293aa60fbd4ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:48 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "d19839d5-c1d0-47a1-ad4f-bc457aee3ad5" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "111", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-504c12377207364ea070553d6251981a-b76bfdd77d788945-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a66be10d08ddfec8d1653d4c2f037521", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:48 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "5e300187-2058-4ddf-9bac-23ab79e82736", + "x-ms-ratelimit-remaining-calls-per-second": "166.533333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJiNzc1ZWY1Yi04ODMyLTRlM2UtOWRkMi05ZGNjZTljMmJhYjYiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxMDgsImV4cCI6MTYyMDY2NDYwOCwiaWF0IjoxNjIwNjYwMTA4LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVnaXN0cnkiLCJuYW1lIjoiY2F0YWxvZyIsImFjdGlvbnMiOlsiKiJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.siZHh4putMwBkeBmVRrQKm7mDKycng4zMNJkq4aTVWWQ7ho0QjXgkBHDJd7VNmLpBbmq2BhsqSR_2ChARNqK7CIEZ-WkztXrhGzsxZ68RP3CMjA1_S5cfeMwQW650VRqKvfydHE3TRKFifVudoloxQKIHiTpb2-aKxKjh4hhZqOFGZ9wxyW-K9uNlMU34n4giRKeOplDocnEIy7EzFZ8lJ_MDphG4kuFsvbPF9o4Gu3_R6ybTXhritLXyA-aECw-MZ8HG71ZlQZSigDyL3nqyL21tshIzO-JlWBcEbyhD0b9948mcbZhhNUXGotUtrvHMf5a7T9Ge6hTbeSWldxkqg" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-504c12377207364ea070553d6251981a-8ffba92271015948-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3d936f4f7766359b921293aa60fbd4ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "40", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:48 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/_catalog?last=library%2Fhello-world\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "f9337844-0b42-489d-a6f0-a226e236b7ae" + }, + "ResponseBody": { + "repositories": [ + "library/hello-world" + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog?last=library%2Fhello-world\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-4d69dd22ba747747b59362a70794fdf5-154f508b7820f242-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "70afa40503b4aada63628b5cf8df7e70", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:48 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "d2bd1b77-d4a5-4f02-b69a-a259d9eb0175" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "111", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-4d69dd22ba747747b59362a70794fdf5-84dc6a60a28b7044-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e262ddc538b546aca6956b01394f068f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:48 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "9bad322a-243c-4e2d-92c1-ba9d2e508855", + "x-ms-ratelimit-remaining-calls-per-second": "166.516667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIxMWQxMDQyYy1jOWY4LTQ4NWQtYmRiMy1hZThmNGNkNmQ1Y2YiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxMDgsImV4cCI6MTYyMDY2NDYwOCwiaWF0IjoxNjIwNjYwMTA4LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVnaXN0cnkiLCJuYW1lIjoiY2F0YWxvZyIsImFjdGlvbnMiOlsiKiJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.Q-vWD8fD4Ni432yuXbrduNu-bn8nj_6CB6h4WpMp62XOFl20wlVxsTz4qWberA-IuO0F_o1IGANGxvbtBpzAHYVVTGuZAai1TbA9XMgrHlUKP_JTeU-ype8HsX7lvw5RIts-u8KziKQF-h_J8gsiXDtg8PBYTs4YYl70q5nMWoOixMmtFqix6Sdx88khrsiJiPRITbmV43BaBAT1uJxF_K-umGi7GTLh2Eo7ZtFbgEdpA_LIBnK33TCvWiWzoRo7hJxTCUxAhmEKyEhONPjC5TmacEC677KTdg982eigvoYf1evNYMJOBF5wBlbYf-K6F7VAgr-srcP6iMjn3Eic5A" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog?last=library%2Fhello-world\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-4d69dd22ba747747b59362a70794fdf5-154f508b7820f242-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "70afa40503b4aada63628b5cf8df7e70", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "33", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:49 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "3abe6989-ee3b-4a1c-99b2-4ab0075b8cb2" + }, + "ResponseBody": { + "repositories": [ + "library/node" + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "RandomSeed": "717209396" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanStartPagingMidCollection(False)Async.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanStartPagingMidCollection(False)Async.json new file mode 100644 index 000000000000..8fd48d24a8c1 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanStartPagingMidCollection(False)Async.json @@ -0,0 +1,386 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog?last=library/alpine\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-dc404c53a0ca9742b42aa1998b1a2feb-51a1f7f7a4950e47-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "5e8a2ae34dc4b99c493db4de2268b830", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:21 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "820f2464-ddc9-4853-9bcf-eada9e6d1cd2" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-dc404c53a0ca9742b42aa1998b1a2feb-b1f5fdd0b5f36443-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3606ff2f1ee42ce90c100b2f88fae002", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:21 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "f7ac272f-bdf2-4f7d-9835-2844b51bd43e", + "x-ms-ratelimit-remaining-calls-per-second": "166.133333" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEwMzl9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "111", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-dc404c53a0ca9742b42aa1998b1a2feb-6e497120089d3a4c-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "db1159747a6dfbbff25bb115bbb56552", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:21 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "1cc979c1-3cfe-43e1-ab0c-769a4697109e", + "x-ms-ratelimit-remaining-calls-per-second": "166.116667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIyMjE1MjYwYi1lOGRjLTQ4Y2QtOWI4MS04MGMwNDhjZTQ0MmMiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxNDEsImV4cCI6MTYyMDY2NDY0MSwiaWF0IjoxNjIwNjYwMTQxLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVnaXN0cnkiLCJuYW1lIjoiY2F0YWxvZyIsImFjdGlvbnMiOlsiKiJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.2RcX0Z4AuCyyOfv_vfLUOBqhnKeL-8pl_snKjbGLTNT89wRjoYkvDIGyq1HHSvMQiN9pXrYRRjV1IZJUXNfkX0HJgiV9z9BeEYqHMkPVv19RUyKhkmm6XNLpa8B2Kvc75N2rxFOvp_SWBk9M5kEO7OeU2F_tkoJ8sb07pkZM4jjR2gpScZgxkKfi5iz_bEFnbpolSde5cY01yecMOeKuA2YZYUv0plKE7-ndbfI_14iMxO3QBLUiQhiQMhhw2l4J9txOKWq6l-v9uXkUWQGg-nu2Lkd_R87PzrkDhAHDq4WX9HXWaPMjaC7J3V1ZFWeGFVBrcihrM_kau5TWCLx3sQ" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog?last=library/alpine\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-dc404c53a0ca9742b42aa1998b1a2feb-51a1f7f7a4950e47-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "5e8a2ae34dc4b99c493db4de2268b830", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "36", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:21 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/_catalog?last=library%2Fbusybox\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "fc08ef48-17de-4bb4-b2ce-bcb767908a81" + }, + "ResponseBody": { + "repositories": [ + "library/busybox" + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-f3456a866799f6418cf7749f75a68a6d-5b95b9f86b71514c-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "1b19c9876d65c5d3405e51b4416c304e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:21 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "687922b2-17ce-44be-9ae0-5009974cf0ea" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "111", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-f3456a866799f6418cf7749f75a68a6d-4dfbb9e944832d41-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c969b25ddd57b5c33f0a43896cd47156", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:22 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "d4c45fcf-8565-495d-bc41-4bb341b3f987", + "x-ms-ratelimit-remaining-calls-per-second": "166.1" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI3OGE0NTQzMi0wZTYyLTRkZTEtOGRkNy1hOGQ1NGQwOWJlYzUiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxNDIsImV4cCI6MTYyMDY2NDY0MiwiaWF0IjoxNjIwNjYwMTQyLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVnaXN0cnkiLCJuYW1lIjoiY2F0YWxvZyIsImFjdGlvbnMiOlsiKiJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.s8cdroVpxqW_NYS9lb1TXAaJ2pEIYjMc4xNJhMLOz_NHYCC2RKe3KkJWxYczJH8CyrF_MscseVqqONiuLmMJdeMCIewO5n54b1tAZaCm54KX5HVKihSpqMsyITqgOxJEl1vGMMYn06c-jW50Fu9qr4Ez9RpPdWr8zN-b_dzET9tRxaLttq2plAHwPWQeXPDtWwh44O_e2U990W09gy9rFP_TCOhd22O3u7H5tG811nWBfCOtjqbZsZ9c8o7t6rJLuLotBdD1qE1qMWhL8UGcRxG5lsWUNB-FNkIDWxYTXVETj1IML8znM6rIa_L0JpcKjKKUJrGfP8NaeNIOGbbPAQ" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-f3456a866799f6418cf7749f75a68a6d-5b95b9f86b71514c-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "1b19c9876d65c5d3405e51b4416c304e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "40", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:22 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/_catalog?last=library%2Fhello-world\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "cc63e74d-ac98-4972-ab77-ddc40d3a2227" + }, + "ResponseBody": { + "repositories": [ + "library/hello-world" + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog?last=library%2Fhello-world\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-c7c113dff6b68747ab0ac342fa14b9af-46426f86aab6d649-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "bea8b9aac4e0079c864c9a0e280aba86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:22 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "887d1573-cfeb-4453-9ab1-2d0c85d1ee56" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "111", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-c7c113dff6b68747ab0ac342fa14b9af-525e3b5fef88744b-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "08b7622a9b4ca9fb0664dc5b2a49586b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:22 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "14b38132-7944-4071-b3a0-5976cdea4665", + "x-ms-ratelimit-remaining-calls-per-second": "166.083333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI2MGI2ZTg2Ni01M2RlLTRlZjYtYmVjZC1kNTkyNWMyM2U4ZTYiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxNDIsImV4cCI6MTYyMDY2NDY0MiwiaWF0IjoxNjIwNjYwMTQyLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVnaXN0cnkiLCJuYW1lIjoiY2F0YWxvZyIsImFjdGlvbnMiOlsiKiJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.GFIMVwdIlZo0QKNEJVFoZZcNTax92mbBHPIofr0rSHgorpeWkjDajXqp89E3Y-bzep8tZKcRWQoR-l2Uxb_uwkjgKJQq7UsdTzA4niL6CbVOi1e_EyMonmVILVo6BrTHlrHToDUjyOVHNOm_EB3Dww6VTqVHktdZOVUpa1Nhil-BYST3GvlD2kpcYf97sxoxMIzefSpMRoI2lTAbPwV25ZpCSfmef48tLa0TyWZOYOuaLDlgaP4qXHZ6BdnGusltPPU5C853HkrrrDX7Ok0v78PxdEENFX4BS7ulXVuCHd6ObVwwIfhCTnuo8ccnKAy8lJ2wJSXbgfEu-utx7eOq3g" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/_catalog?last=library%2Fhello-world\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-c7c113dff6b68747ab0ac342fa14b9af-46426f86aab6d649-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "bea8b9aac4e0079c864c9a0e280aba86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "33", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:22 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "f2f7ca27-10e1-459c-8dd9-8f9494a6550e" + }, + "ResponseBody": { + "repositories": [ + "library/node" + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "RandomSeed": "1113644025" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanStartPagingMidCollection(True).json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanStartPagingMidCollection(True).json new file mode 100644 index 000000000000..ca190fb3074d --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanStartPagingMidCollection(True).json @@ -0,0 +1,358 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog?last=library/alpine\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-64910cdecab34b4ea874a9f6f772ab62-08d127a4b31b9a4e-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "09eba97f94aca3c7c5dfa0a67c2b5c23", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:47 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "fc3c13e6-958c-4967-9082-e71b8522391f" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "110", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-64910cdecab34b4ea874a9f6f772ab62-0b93a5202a8ef346-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "84b42c9147c2e41e69ab7937addc094c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:47 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "df4e1234-6a95-4980-a612-b8d41e75215b", + "x-ms-ratelimit-remaining-calls-per-second": "166.6" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJkNGU5Yzg5Mi1mYTNmLTRiMmUtYTE4OS1kNzljNmY5Njg2YmIiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTA0LCJleHAiOjE2MjA2NjEzMDQsImlhdCI6MTYyMDY2MDEwNCwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZWdpc3RyeSIsIm5hbWUiOiJjYXRhbG9nIiwiYWN0aW9ucyI6WyIqIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.FjpEJW7zsbQXf00-KG04qW3op6pnFDI9rav5Sj5RoQnB1yCQtqSs9EBZXwuLe2CVDuYU7n-ay_VGa0fbpo9WrSUFYcRH8Jhe-5DHvza98ELkn7urunCPiNpcHaX9Jj8uUsOz4RhdDvJudEcbm51jX0ek58QpD1Kaq0cMtPpDwWgRmDFeSTPfyTJiSgxfsMqeg0q75k-D7pPpNRMJIsX7uzTIbgXcTI2MIxvyjIVp_yexSEWfj9OcCwvqmf7fyRFVPllGcWtu0eNw43w-aKuP2OaW0f4_9_dHc_Rh7MGovHb1U06lwZhjJPf8fCS4o2TEfDuhw-XWk-ui7NdLtH5zaQ" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog?last=library/alpine\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-64910cdecab34b4ea874a9f6f772ab62-08d127a4b31b9a4e-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "09eba97f94aca3c7c5dfa0a67c2b5c23", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "36", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:47 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/_catalog?last=library%2Fbusybox\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "d6cf567a-974f-4409-b283-f975d28070ae" + }, + "ResponseBody": { + "repositories": [ + "library/busybox" + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-4006d07ef51493479f81197ec2cefd11-9f49367152a3ba47-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "2f3296b5512171b330f72ae77337ddbe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:47 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "a0756815-3cec-404b-98d9-d00e1bbac0c8" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "110", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-4006d07ef51493479f81197ec2cefd11-8e63e490d7dbda4d-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a0c60230c133378c8b069f001a90f6e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:47 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "a5e09ec9-12a0-46b7-8758-8aea2879d83b", + "x-ms-ratelimit-remaining-calls-per-second": "166.583333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJkNGU5Yzg5Mi1mYTNmLTRiMmUtYTE4OS1kNzljNmY5Njg2YmIiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTA0LCJleHAiOjE2MjA2NjEzMDQsImlhdCI6MTYyMDY2MDEwNCwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZWdpc3RyeSIsIm5hbWUiOiJjYXRhbG9nIiwiYWN0aW9ucyI6WyIqIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.FjpEJW7zsbQXf00-KG04qW3op6pnFDI9rav5Sj5RoQnB1yCQtqSs9EBZXwuLe2CVDuYU7n-ay_VGa0fbpo9WrSUFYcRH8Jhe-5DHvza98ELkn7urunCPiNpcHaX9Jj8uUsOz4RhdDvJudEcbm51jX0ek58QpD1Kaq0cMtPpDwWgRmDFeSTPfyTJiSgxfsMqeg0q75k-D7pPpNRMJIsX7uzTIbgXcTI2MIxvyjIVp_yexSEWfj9OcCwvqmf7fyRFVPllGcWtu0eNw43w-aKuP2OaW0f4_9_dHc_Rh7MGovHb1U06lwZhjJPf8fCS4o2TEfDuhw-XWk-ui7NdLtH5zaQ" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-4006d07ef51493479f81197ec2cefd11-9f49367152a3ba47-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "2f3296b5512171b330f72ae77337ddbe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "40", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:47 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/_catalog?last=library%2Fhello-world\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "388c3bf9-0907-43a3-8bbd-5a66708bf553" + }, + "ResponseBody": { + "repositories": [ + "library/hello-world" + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog?last=library%2Fhello-world\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-78a9ee674da82f469d31b1219a7a2eac-17fd4201707df54f-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e6f054d62cf84001784353ca1c367132", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:48 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "e42ba2c7-0a53-4e1c-a094-6baa1fe52c43" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "110", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-78a9ee674da82f469d31b1219a7a2eac-9dda51656e275041-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "aa06bbcd6816f41809faa31ab1b2569f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:48 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "38d597d4-f70b-44bf-9225-97da5452dcb3", + "x-ms-ratelimit-remaining-calls-per-second": "166.566667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJkNGU5Yzg5Mi1mYTNmLTRiMmUtYTE4OS1kNzljNmY5Njg2YmIiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTA0LCJleHAiOjE2MjA2NjEzMDQsImlhdCI6MTYyMDY2MDEwNCwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZWdpc3RyeSIsIm5hbWUiOiJjYXRhbG9nIiwiYWN0aW9ucyI6WyIqIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.FjpEJW7zsbQXf00-KG04qW3op6pnFDI9rav5Sj5RoQnB1yCQtqSs9EBZXwuLe2CVDuYU7n-ay_VGa0fbpo9WrSUFYcRH8Jhe-5DHvza98ELkn7urunCPiNpcHaX9Jj8uUsOz4RhdDvJudEcbm51jX0ek58QpD1Kaq0cMtPpDwWgRmDFeSTPfyTJiSgxfsMqeg0q75k-D7pPpNRMJIsX7uzTIbgXcTI2MIxvyjIVp_yexSEWfj9OcCwvqmf7fyRFVPllGcWtu0eNw43w-aKuP2OaW0f4_9_dHc_Rh7MGovHb1U06lwZhjJPf8fCS4o2TEfDuhw-XWk-ui7NdLtH5zaQ" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog?last=library%2Fhello-world\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-78a9ee674da82f469d31b1219a7a2eac-17fd4201707df54f-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e6f054d62cf84001784353ca1c367132", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "33", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:36:48 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "8a5c4daf-9480-47f3-9388-80a0acd3fa76" + }, + "ResponseBody": { + "repositories": [ + "library/node" + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "1119657317" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanStartPagingMidCollection(True)Async.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanStartPagingMidCollection(True)Async.json new file mode 100644 index 000000000000..b0c0b776923d --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanStartPagingMidCollection(True)Async.json @@ -0,0 +1,358 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog?last=library/alpine\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-f0e0fab077bb2949b525aa7ad6a70e22-68448431c5582f48-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6df24d5faa5bebbd950aaeb063a16a60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:21 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "af067856-247d-4d50-bfe6-7258ab3a27c4" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "110", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-f0e0fab077bb2949b525aa7ad6a70e22-8865cf9218bdcb48-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4b334b282737b444ed3735f00dac7d67", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:21 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "6a1a64ca-0140-4d2a-9099-fde06973cd9e", + "x-ms-ratelimit-remaining-calls-per-second": "166.483333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJkNGU5Yzg5Mi1mYTNmLTRiMmUtYTE4OS1kNzljNmY5Njg2YmIiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTA0LCJleHAiOjE2MjA2NjEzMDQsImlhdCI6MTYyMDY2MDEwNCwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZWdpc3RyeSIsIm5hbWUiOiJjYXRhbG9nIiwiYWN0aW9ucyI6WyIqIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.FjpEJW7zsbQXf00-KG04qW3op6pnFDI9rav5Sj5RoQnB1yCQtqSs9EBZXwuLe2CVDuYU7n-ay_VGa0fbpo9WrSUFYcRH8Jhe-5DHvza98ELkn7urunCPiNpcHaX9Jj8uUsOz4RhdDvJudEcbm51jX0ek58QpD1Kaq0cMtPpDwWgRmDFeSTPfyTJiSgxfsMqeg0q75k-D7pPpNRMJIsX7uzTIbgXcTI2MIxvyjIVp_yexSEWfj9OcCwvqmf7fyRFVPllGcWtu0eNw43w-aKuP2OaW0f4_9_dHc_Rh7MGovHb1U06lwZhjJPf8fCS4o2TEfDuhw-XWk-ui7NdLtH5zaQ" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog?last=library/alpine\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-f0e0fab077bb2949b525aa7ad6a70e22-68448431c5582f48-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6df24d5faa5bebbd950aaeb063a16a60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "36", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:21 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/_catalog?last=library%2Fbusybox\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "0ae5c790-8ce2-4bd7-86c2-f6dd35398b98" + }, + "ResponseBody": { + "repositories": [ + "library/busybox" + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-3c7d7f64c2d1864db9f8714a082f5c9f-fe17c16482b4394b-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6f191ef3d32282546739256cd3cf1046", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:21 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "0041435d-a1e9-4121-b7ab-8ab743eb76c3" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "110", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-3c7d7f64c2d1864db9f8714a082f5c9f-bde522ec76179047-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e754f58b94ad37d6093e802375ccdee8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:21 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "b901fa8a-0a45-4ee9-9d07-374082852b9e", + "x-ms-ratelimit-remaining-calls-per-second": "166.466667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJkNGU5Yzg5Mi1mYTNmLTRiMmUtYTE4OS1kNzljNmY5Njg2YmIiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTA0LCJleHAiOjE2MjA2NjEzMDQsImlhdCI6MTYyMDY2MDEwNCwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZWdpc3RyeSIsIm5hbWUiOiJjYXRhbG9nIiwiYWN0aW9ucyI6WyIqIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.FjpEJW7zsbQXf00-KG04qW3op6pnFDI9rav5Sj5RoQnB1yCQtqSs9EBZXwuLe2CVDuYU7n-ay_VGa0fbpo9WrSUFYcRH8Jhe-5DHvza98ELkn7urunCPiNpcHaX9Jj8uUsOz4RhdDvJudEcbm51jX0ek58QpD1Kaq0cMtPpDwWgRmDFeSTPfyTJiSgxfsMqeg0q75k-D7pPpNRMJIsX7uzTIbgXcTI2MIxvyjIVp_yexSEWfj9OcCwvqmf7fyRFVPllGcWtu0eNw43w-aKuP2OaW0f4_9_dHc_Rh7MGovHb1U06lwZhjJPf8fCS4o2TEfDuhw-XWk-ui7NdLtH5zaQ" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-3c7d7f64c2d1864db9f8714a082f5c9f-fe17c16482b4394b-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6f191ef3d32282546739256cd3cf1046", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "40", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:21 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/_catalog?last=library%2Fhello-world\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "9bbca033-adae-49d9-b44a-e089d57c26d5" + }, + "ResponseBody": { + "repositories": [ + "library/hello-world" + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog?last=library%2Fhello-world\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "traceparent": "00-6f8ff8ed3cfe15428a357dc7eef1da50-dab729d2472e2949-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "45bd468dfb88543df6b1e4fe01d7e01d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "195", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:21 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "e13a4f8e-eb2a-4fb9-941f-cb27b01348f3" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "registry", + "Name": "catalog", + "Action": "*" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "110", + "Content-Type": "application/x-www-form-urlencoded", + "traceparent": "00-6f8ff8ed3cfe15428a357dc7eef1da50-df231f8b12d89644-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "1765ee2796585eb947e165e453300c9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:21 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "3b7bc6e3-7574-49c7-b06e-8e217c397fd2", + "x-ms-ratelimit-remaining-calls-per-second": "166.45" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJkNGU5Yzg5Mi1mYTNmLTRiMmUtYTE4OS1kNzljNmY5Njg2YmIiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTA0LCJleHAiOjE2MjA2NjEzMDQsImlhdCI6MTYyMDY2MDEwNCwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZWdpc3RyeSIsIm5hbWUiOiJjYXRhbG9nIiwiYWN0aW9ucyI6WyIqIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.FjpEJW7zsbQXf00-KG04qW3op6pnFDI9rav5Sj5RoQnB1yCQtqSs9EBZXwuLe2CVDuYU7n-ay_VGa0fbpo9WrSUFYcRH8Jhe-5DHvza98ELkn7urunCPiNpcHaX9Jj8uUsOz4RhdDvJudEcbm51jX0ek58QpD1Kaq0cMtPpDwWgRmDFeSTPfyTJiSgxfsMqeg0q75k-D7pPpNRMJIsX7uzTIbgXcTI2MIxvyjIVp_yexSEWfj9OcCwvqmf7fyRFVPllGcWtu0eNw43w-aKuP2OaW0f4_9_dHc_Rh7MGovHb1U06lwZhjJPf8fCS4o2TEfDuhw-XWk-ui7NdLtH5zaQ" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/_catalog?last=library%2Fhello-world\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-6f8ff8ed3cfe15428a357dc7eef1da50-dab729d2472e2949-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "45bd468dfb88543df6b1e4fe01d7e01d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "33", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:37:21 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "99770ea4-82ed-4194-8425-649a6e282128" + }, + "ResponseBody": { + "repositories": [ + "library/node" + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "1727162749" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanStartPagingMidCollection.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanStartPagingMidCollection.json index 8d0c09f110bf..f968ab294f2c 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanStartPagingMidCollection.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanStartPagingMidCollection.json @@ -1,16 +1,12 @@ { "Entries": [ { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog?last=library/alpine\u0026n=1", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog?last=library/alpine\u0026n=1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-1e5a0bc9af027d4382bc74f3d7519466-968581cc90965245-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-c382825441f3d846b40c99b9f30af32e-1521529fd3f17441-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "471d83abb1fa3b91f7ef1ad15ff29b29", "x-ms-return-client-request-id": "true" }, @@ -26,16 +22,16 @@ "Connection": "keep-alive", "Content-Length": "195", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:12 GMT", + "Date": "Thu, 06 May 2021 00:50:29 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://annelocontainerregistry.azurecr.io/oauth2/token\u0022,service=\u0022annelocontainerregistry.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "fa20d663-4127-44ae-b254-87b01feef870" + "X-Ms-Correlation-Request-Id": "2945eaa0-1acf-4012-b21c-7c85bcff436a" }, "ResponseBody": { "errors": [ @@ -54,76 +50,69 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "89", + "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-1e5a0bc9af027d4382bc74f3d7519466-e0a0b60630b8424a-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-c382825441f3d846b40c99b9f30af32e-bf14f4a7c19a1942-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "36f9479b2ea866addfbe6ad22d6046e0", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=annelocontainerregistry.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:12 GMT", + "Date": "Thu, 06 May 2021 00:50:30 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "174b9b28-91a5-471b-a26e-30348d8fa91b" + "X-Ms-Correlation-Request-Id": "18b01433-0401-4e5b-9c50-eb42743c1f28", + "x-ms-ratelimit-remaining-calls-per-second": "166.566667" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjYzNDIyMjl9.Sanitized" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "120", + "Content-Length": "111", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-1e5a0bc9af027d4382bc74f3d7519466-afb42a32c247a14e-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-c382825441f3d846b40c99b9f30af32e-f4fa846ba5b35b46-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1cd950334a0f4a41c824ea0ee8c1d1f8", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=annelocontainerregistry.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", + "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:12 GMT", + "Date": "Thu, 06 May 2021 00:50:30 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "273d6811-94d7-41ad-97c5-e5fe64f4521f" + "X-Ms-Correlation-Request-Id": "d2d551d6-1130-434f-a4d6-6572dc146ecb", + "x-ms-ratelimit-remaining-calls-per-second": "166.55" }, "ResponseBody": { "access_token": "Sanitized" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog?last=library/alpine\u0026n=1", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog?last=library/alpine\u0026n=1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-1e5a0bc9af027d4382bc74f3d7519466-968581cc90965245-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-c382825441f3d846b40c99b9f30af32e-1521529fd3f17441-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "471d83abb1fa3b91f7ef1ad15ff29b29", "x-ms-return-client-request-id": "true" }, @@ -139,7 +128,7 @@ "Connection": "keep-alive", "Content-Length": "36", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:12 GMT", + "Date": "Thu, 06 May 2021 00:50:30 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/_catalog?last=library%2Fbusybox\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -148,7 +137,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "367fa8b2-e6b3-4e97-a847-047a7d0f05ea" + "X-Ms-Correlation-Request-Id": "eaf17cc3-c527-41fc-95d0-23f9225309c4" }, "ResponseBody": { "repositories": [ @@ -157,16 +146,12 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=1\u0026orderby=", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=1\u0026orderby=", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-3e848cec252462479cd5a7958dfc437a-7c4d8eb4215b9a43-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-1b3dfa7ce8084c4095ed713344cedbdd-f5d23525ce68b643-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "dd022a81ec977c6bd5b7683c46be0e96", "x-ms-return-client-request-id": "true" }, @@ -182,16 +167,16 @@ "Connection": "keep-alive", "Content-Length": "195", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:12 GMT", + "Date": "Thu, 06 May 2021 00:50:30 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://annelocontainerregistry.azurecr.io/oauth2/token\u0022,service=\u0022annelocontainerregistry.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "591565c7-4330-4843-91cc-02a0b48a2988" + "X-Ms-Correlation-Request-Id": "d986a029-da95-42a0-b8bf-035a279301a1" }, "ResponseBody": { "errors": [ @@ -210,76 +195,41 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "89", + "Content-Length": "111", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-3e848cec252462479cd5a7958dfc437a-10f3be9d64947945-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-1b3dfa7ce8084c4095ed713344cedbdd-3548165515670542-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0e9d39a97e19501905ae6e83449f7d1e", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=annelocontainerregistry.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:12 GMT", + "Date": "Thu, 06 May 2021 00:50:30 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "7e82bc75-3b9b-4c60-bc7c-c10292da3630" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/token", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "120", - "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-3e848cec252462479cd5a7958dfc437a-0901581693d2e143-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "025172ec695e4749e45c4758e2050309", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=refresh_token\u0026service=annelocontainerregistry.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:12 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "d750811e-7502-4dbd-a6bd-a1b99e4dc0d6" + "X-Ms-Correlation-Request-Id": "a4d7b095-4bf6-4b62-919e-ed17f4e95ef3", + "x-ms-ratelimit-remaining-calls-per-second": "166.533333" }, "ResponseBody": { "access_token": "Sanitized" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=1\u0026orderby=", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=1\u0026orderby=", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-3e848cec252462479cd5a7958dfc437a-7c4d8eb4215b9a43-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-1b3dfa7ce8084c4095ed713344cedbdd-f5d23525ce68b643-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "dd022a81ec977c6bd5b7683c46be0e96", "x-ms-return-client-request-id": "true" }, @@ -295,7 +245,7 @@ "Connection": "keep-alive", "Content-Length": "40", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:12 GMT", + "Date": "Thu, 06 May 2021 00:50:30 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/_catalog?last=library%2Fhello-world\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -304,7 +254,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "14dedb5c-5452-48a8-9cdc-f6b6714a78a5" + "X-Ms-Correlation-Request-Id": "7862af2e-dda8-436a-90e9-dfb05e77ab8f" }, "ResponseBody": { "repositories": [ @@ -313,17 +263,13 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog?last=library%2Fhello-world\u0026n=1\u0026orderby=", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog?last=library%2Fhello-world\u0026n=1\u0026orderby=", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-67c2c2212545d44898bb49f68408c750-a988da54c8918345-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "af655316c32302de11b2d7e87de83836", + "traceparent": "00-641c010a44554c44a8a5a2fe27f58a46-b476957034865440-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "025172ec695e4749e45c4758e2050309", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -338,16 +284,16 @@ "Connection": "keep-alive", "Content-Length": "195", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:12 GMT", + "Date": "Thu, 06 May 2021 00:50:30 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://annelocontainerregistry.azurecr.io/oauth2/token\u0022,service=\u0022annelocontainerregistry.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "c2da9758-5bf3-43bc-b380-4f163f5046a5" + "X-Ms-Correlation-Request-Id": "ad3183de-a977-47b4-a8ff-7f04d9d3313b" }, "ResponseBody": { "errors": [ @@ -366,77 +312,42 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "89", - "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-67c2c2212545d44898bb49f68408c750-ae215332fd392e4d-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d44f49390c6d3f38ef552abc37c16dff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=annelocontainerregistry.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:12 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "1f27f800-e1ff-495f-ab91-f752fef958a1" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "120", + "Content-Length": "111", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-67c2c2212545d44898bb49f68408c750-2b3ad39ac2ece245-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f06d65aace3929fa934ef0ab9160c9fc", + "traceparent": "00-641c010a44554c44a8a5a2fe27f58a46-b5d142688e04d64d-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "af655316c32302de11b2d7e87de83836", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=annelocontainerregistry.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", + "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:12 GMT", + "Date": "Thu, 06 May 2021 00:50:30 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "f39ffb0f-25bb-459e-b87d-6680ff98bdb5" + "X-Ms-Correlation-Request-Id": "a092b795-1968-4c96-947f-fcb058b985ec", + "x-ms-ratelimit-remaining-calls-per-second": "166.516667" }, "ResponseBody": { "access_token": "Sanitized" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog?last=library%2Fhello-world\u0026n=1\u0026orderby=", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog?last=library%2Fhello-world\u0026n=1\u0026orderby=", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-67c2c2212545d44898bb49f68408c750-a988da54c8918345-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "af655316c32302de11b2d7e87de83836", + "traceparent": "00-641c010a44554c44a8a5a2fe27f58a46-b476957034865440-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "025172ec695e4749e45c4758e2050309", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -451,7 +362,7 @@ "Connection": "keep-alive", "Content-Length": "33", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:12 GMT", + "Date": "Thu, 06 May 2021 00:50:30 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -459,7 +370,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "2a82e884-e55d-4239-af77-e1de2a957f97" + "X-Ms-Correlation-Request-Id": "bd84fa6a-f708-4a3d-914d-364cbb6f8caf" }, "ResponseBody": { "repositories": [ @@ -469,7 +380,7 @@ } ], "Variables": { - "CONTAINERREGISTRY_ENDPOINT": "https://annelocontainerregistry.azurecr.io", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", "RandomSeed": "2136659730" } } \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanStartPagingMidCollectionAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanStartPagingMidCollectionAsync.json index a9bb3d66b32b..18f3a3f31ba0 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanStartPagingMidCollectionAsync.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRegistryClientLiveTests/CanStartPagingMidCollectionAsync.json @@ -1,16 +1,12 @@ { "Entries": [ { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog?last=library/alpine\u0026n=1", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog?last=library/alpine\u0026n=1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-ffde949645c66c46987ef3ff268dca67-3786dd5ac2fabd4e-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-1cca735ded93ad45a7849a8b33624419-7b9c6444fdaa6b46-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5e53888f43f6f6d1b3f6fa0c238a0f52", "x-ms-return-client-request-id": "true" }, @@ -26,16 +22,16 @@ "Connection": "keep-alive", "Content-Length": "195", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:39 GMT", + "Date": "Thu, 06 May 2021 00:51:04 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://annelocontainerregistry.azurecr.io/oauth2/token\u0022,service=\u0022annelocontainerregistry.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "a598a141-cddf-43c6-bbee-8b86d941036e" + "X-Ms-Correlation-Request-Id": "a793903b-eee7-44df-844b-e75121fae784" }, "ResponseBody": { "errors": [ @@ -54,76 +50,69 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "89", + "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-ffde949645c66c46987ef3ff268dca67-f6b576ea4358b949-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-1cca735ded93ad45a7849a8b33624419-544b3a00559f974a-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a510c3bdff0e717ac3eba99180e07b6c", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=annelocontainerregistry.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:39 GMT", + "Date": "Thu, 06 May 2021 00:51:04 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "9f256c4d-d474-45f5-84ca-b7dbf952193f" + "X-Ms-Correlation-Request-Id": "2a1cc622-887a-4d26-a645-66efccf1043b", + "x-ms-ratelimit-remaining-calls-per-second": "166.183333" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjYzNDIyNjR9.Sanitized" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "120", + "Content-Length": "111", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-ffde949645c66c46987ef3ff268dca67-3f61c48a9b55354c-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-1cca735ded93ad45a7849a8b33624419-91f274cd675acd48-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f06f6966f4151e91ff335cee427f5930", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=annelocontainerregistry.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", + "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:39 GMT", + "Date": "Thu, 06 May 2021 00:51:04 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "b3218083-e1e8-4b23-8a4e-9b874f980018" + "X-Ms-Correlation-Request-Id": "7970569d-65a8-46c0-a586-2f2b41ae5d1f", + "x-ms-ratelimit-remaining-calls-per-second": "166.166667" }, "ResponseBody": { "access_token": "Sanitized" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog?last=library/alpine\u0026n=1", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog?last=library/alpine\u0026n=1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ffde949645c66c46987ef3ff268dca67-3786dd5ac2fabd4e-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-1cca735ded93ad45a7849a8b33624419-7b9c6444fdaa6b46-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5e53888f43f6f6d1b3f6fa0c238a0f52", "x-ms-return-client-request-id": "true" }, @@ -139,7 +128,7 @@ "Connection": "keep-alive", "Content-Length": "36", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:39 GMT", + "Date": "Thu, 06 May 2021 00:51:04 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/_catalog?last=library%2Fbusybox\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -148,7 +137,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "72aec7a9-482b-45b5-bf06-148763b7504d" + "X-Ms-Correlation-Request-Id": "597d599f-0bb1-4c57-aade-80744f60beaa" }, "ResponseBody": { "repositories": [ @@ -157,16 +146,12 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=1\u0026orderby=", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=1\u0026orderby=", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-f3588ce1f0cf6f4d8c6c9f552bba76e8-56ef0e24d865eb46-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-6ab5974b6ed3fd4fb930851283f9132d-95c287e019871a40-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "238c9125ae3a90510de29b0b9a3f75d2", "x-ms-return-client-request-id": "true" }, @@ -182,16 +167,16 @@ "Connection": "keep-alive", "Content-Length": "195", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:39 GMT", + "Date": "Thu, 06 May 2021 00:51:04 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://annelocontainerregistry.azurecr.io/oauth2/token\u0022,service=\u0022annelocontainerregistry.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "dad06c9f-9409-4517-820c-be83ffc8b5aa" + "X-Ms-Correlation-Request-Id": "f327865a-a54d-4f78-a25e-84aa1307a64b" }, "ResponseBody": { "errors": [ @@ -210,76 +195,41 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "89", + "Content-Length": "111", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-f3588ce1f0cf6f4d8c6c9f552bba76e8-ad5940c565741348-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-6ab5974b6ed3fd4fb930851283f9132d-536771badff2e142-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "baa68e7a1e1ac93d32f1a5dba28c2e43", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=annelocontainerregistry.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:39 GMT", + "Date": "Thu, 06 May 2021 00:51:05 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "71306003-7622-471b-b451-79f926419f04" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/token", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "120", - "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-f3588ce1f0cf6f4d8c6c9f552bba76e8-17079ae336779543-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ef6b79915853b83117dfe333598584bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=refresh_token\u0026service=annelocontainerregistry.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:39 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "d8b74602-65e4-4538-aac2-7d8ea83bc5bb" + "X-Ms-Correlation-Request-Id": "8365e233-1d29-4a87-8c23-5723ca82de76", + "x-ms-ratelimit-remaining-calls-per-second": "166.133333" }, "ResponseBody": { "access_token": "Sanitized" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=1\u0026orderby=", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog?last=library%2Fbusybox\u0026n=1\u0026orderby=", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-f3588ce1f0cf6f4d8c6c9f552bba76e8-56ef0e24d865eb46-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-6ab5974b6ed3fd4fb930851283f9132d-95c287e019871a40-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "238c9125ae3a90510de29b0b9a3f75d2", "x-ms-return-client-request-id": "true" }, @@ -295,7 +245,7 @@ "Connection": "keep-alive", "Content-Length": "40", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:39 GMT", + "Date": "Thu, 06 May 2021 00:51:05 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/_catalog?last=library%2Fhello-world\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -304,7 +254,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "cfc49534-2ab8-406a-b83a-ebef94387f3d" + "X-Ms-Correlation-Request-Id": "f651ce29-2d31-48eb-be3f-e59633481504" }, "ResponseBody": { "repositories": [ @@ -313,17 +263,13 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog?last=library%2Fhello-world\u0026n=1\u0026orderby=", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog?last=library%2Fhello-world\u0026n=1\u0026orderby=", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-dec82fcd4c0bba4b8dcd7c0979c90ebb-6f1696b865e5f24d-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b47389bd9fd9061654c3f1480875ed81", + "traceparent": "00-4133bb594f122a46987f1d484dcc6628-1e8f74a1f8668342-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ef6b79915853b83117dfe333598584bf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -338,16 +284,16 @@ "Connection": "keep-alive", "Content-Length": "195", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:39 GMT", + "Date": "Thu, 06 May 2021 00:51:05 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://annelocontainerregistry.azurecr.io/oauth2/token\u0022,service=\u0022annelocontainerregistry.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022registry:catalog:*\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "5670235a-7d21-4b8a-a91b-b251fc1a63ec" + "X-Ms-Correlation-Request-Id": "b7aead5f-540f-4f2f-ab04-d4809792963f" }, "ResponseBody": { "errors": [ @@ -366,77 +312,42 @@ } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "89", - "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-dec82fcd4c0bba4b8dcd7c0979c90ebb-de21b83af237cf47-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "217a57b386d4227e5ceda23b3b096fac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=annelocontainerregistry.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:39 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "e8c541c3-d8ff-479a-959e-99b33bf9be07" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://annelocontainerregistry.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "120", + "Content-Length": "111", "Content-Type": "application/x-www-form-urlencoded", - "traceparent": "00-dec82fcd4c0bba4b8dcd7c0979c90ebb-77cf8060a25bb444-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "181de66d7918f16962659b9067e9afa1", + "traceparent": "00-4133bb594f122a46987f1d484dcc6628-720b16f1a8ff3449-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b47389bd9fd9061654c3f1480875ed81", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=annelocontainerregistry.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", + "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=registry%3acatalog%3a*\u0026refresh_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:39 GMT", + "Date": "Thu, 06 May 2021 00:51:05 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "db5cc44e-b76a-43a2-a005-81e73634eb93" + "X-Ms-Correlation-Request-Id": "f8409b84-c155-44f7-a45e-685a8b001bc8", + "x-ms-ratelimit-remaining-calls-per-second": "166.116667" }, "ResponseBody": { "access_token": "Sanitized" } }, { - "RequestUri": "https://annelocontainerregistry.azurecr.io/acr/v1/_catalog?last=library%2Fhello-world\u0026n=1\u0026orderby=", + "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/_catalog?last=library%2Fhello-world\u0026n=1\u0026orderby=", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-dec82fcd4c0bba4b8dcd7c0979c90ebb-6f1696b865e5f24d-00", - "User-Agent": [ - "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210330.1", - "(.NET Core 4.6.29812.02; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b47389bd9fd9061654c3f1480875ed81", + "traceparent": "00-4133bb594f122a46987f1d484dcc6628-1e8f74a1f8668342-00", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ef6b79915853b83117dfe333598584bf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -451,7 +362,7 @@ "Connection": "keep-alive", "Content-Length": "33", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 30 Mar 2021 18:09:39 GMT", + "Date": "Thu, 06 May 2021 00:51:05 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -459,7 +370,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "6eb43086-1011-4d27-bc07-115bd27f5d7e" + "X-Ms-Correlation-Request-Id": "ec74a1f7-421e-42be-a9b5-c91117850877" }, "ResponseBody": { "repositories": [ @@ -469,7 +380,7 @@ } ], "Variables": { - "CONTAINERREGISTRY_ENDPOINT": "https://annelocontainerregistry.azurecr.io", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", "RandomSeed": "1740843423" } } \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanDeleteRepository.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanDeleteRepository.json index 6df89ddb17ab..f30642677144 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanDeleteRepository.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanDeleteRepository.json @@ -1,12 +1,11 @@ { "Entries": [ { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1fe73572d5943534949819f54f93226b", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:19 GMT", + "Date": "Mon, 10 May 2021 15:38:21 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:delete\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:delete\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "af3693cc-57bc-4d2f-bb13-60f986d715a1" + "X-Ms-Correlation-Request-Id": "61739442-2629-4d78-a4a6-8abbf6316cfa" }, "ResponseBody": { "errors": [ @@ -50,66 +49,66 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "96e04a25cb8802b9de8562d06b9f11c7", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:19 GMT", + "Date": "Mon, 10 May 2021 15:38:22 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "d5a7a405-83ac-4dcb-8dd7-17f1e5c08378", - "x-ms-ratelimit-remaining-calls-per-second": "166.233333" + "X-Ms-Correlation-Request-Id": "3edbb9c5-369f-477e-8259-07ff2899f931", + "x-ms-ratelimit-remaining-calls-per-second": "165.766667" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEwNzF9.Sanitized" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "132", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9ac319cb4fb12334692d806ada4d93c1", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3adelete\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3adelete\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:19 GMT", + "Date": "Mon, 10 May 2021 15:38:22 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "7bad4407-5598-45c7-b84c-f1d67ef682a4", - "x-ms-ratelimit-remaining-calls-per-second": "166.216667" + "X-Ms-Correlation-Request-Id": "bbb91246-b171-4bfb-8a93-686b7b473783", + "x-ms-ratelimit-remaining-calls-per-second": "165.75" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhM2Y4N2Q3YS0xYTVjLTQ2YTAtODY2ZS1lYWVmMzI2Nzc0YzIiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyMDIsImV4cCI6MTYyMDY2NDcwMiwiaWF0IjoxNjIwNjYwMjAyLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJkZWxldGUiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.M1AVOnsrX047u4Fw_AW9fjn4hmGeoFU5NU2hnsDd8NORFMn4xg7OZ9-y0URFoXsYATyehhNu4TgJuGcg4IxTPQoxyF6ZlTNGJNKbYrubWPrZHz9wYZk8LG3azKoFIFRcjJIUjrWs3PncmHPV6bU1SSEuutJWIYp42tA77MAetgFHGkI7sC72PlFqBCn5GvtkMgYeAe27CAueTnoACWz25SETrBttMSgTzOJyPtxowmaE5cy5NNA1GiJY5BriciAxEFPU2bu8Dv7wwqqMWD_NZQCSmWPKxypRZuWHW9mlHt0sy_8GW_jOGp3Kj4kfwEu-BsZoHBWJ58Kpu3Qfn1j00w" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1fe73572d5943534949819f54f93226b", "x-ms-return-client-request-id": "true" }, @@ -123,9 +122,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "964", + "Content-Length": "807", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:22 GMT", + "Date": "Mon, 10 May 2021 15:38:24 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -134,18 +133,16 @@ ], "X-Content-Type-Options": "nosniff", "X-Ms-Client-Request-Id": "1fe73572d5943534949819f54f93226b", - "X-Ms-Correlation-Request-Id": "94c0d97e-979c-43d3-bf8a-84eebf870a49", + "X-Ms-Correlation-Request-Id": "39f11733-eba3-41f2-b750-330c6cadac3c", "X-Ms-Ratelimit-Remaining-Calls-Per-Second": "8.000000", - "X-Ms-Request-Id": "2da0d24d-b5c4-4c13-80a0-3b2bcac2276e" + "X-Ms-Request-Id": "fcb09136-2a2f-4239-aa42-284b88235b2b" }, "ResponseBody": { "manifestsDeleted": [ "sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792", - "sha256:308866a43596e83578c7dfa15e27a73011bdd402185a84c5cd7f32a88b501a24", "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", - "sha256:b0408a0f1d74eced127a2658429f336ed8fa48e36d59878f155b19865e5dbd70", "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", @@ -155,7 +152,6 @@ ], "tagsDeleted": [ "latest", - "newest", "v1", "v2", "v3", @@ -164,12 +160,11 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c41841eb2ceba7d67be5400f7264c9f4", "x-ms-return-client-request-id": "true" }, @@ -185,16 +180,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:27 GMT", + "Date": "Mon, 10 May 2021 15:38:29 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "c8c9db27-62a6-49a5-ab35-315b9deac54e" + "X-Ms-Correlation-Request-Id": "d291be12-fa53-4b4a-943e-3015a6f9d792" }, "ResponseBody": { "errors": [ @@ -213,66 +208,39 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "3629518687cfd6ba15bd2c5a4b4f2891", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:27 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "3072d895-56c9-4e65-aa04-fc676efbf584", - "x-ms-ratelimit-remaining-calls-per-second": "166.166667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "29e4a1f14c879fdc431c1ecc0e25b005", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3629518687cfd6ba15bd2c5a4b4f2891", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:27 GMT", + "Date": "Mon, 10 May 2021 15:38:29 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "1b122d7b-9aff-4726-81f5-83a0ca9b7971", - "x-ms-ratelimit-remaining-calls-per-second": "166.15" + "X-Ms-Correlation-Request-Id": "55a96daa-09a9-46cd-ad18-241962ccdb41", + "x-ms-ratelimit-remaining-calls-per-second": "165.733333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI1MzNkZDQ1ZC05YzJlLTRlMzMtODQzOS1jOGVkYmRmMzQzZTYiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyMDksImV4cCI6MTYyMDY2NDcwOSwiaWF0IjoxNjIwNjYwMjA5LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.wFJxcHxWGa44d9A-_yPkL50Sz9JtQwDxiL5eYB4i-x0AH2wViFSnTN6fR-VdHjBj9P_r3REZ5NBmdUPFtp_klLfqJimnzrBX8sfYARMqGaoBSG8UHoKUASvjalHL6br8jasMKfnB5SSumEnD0QUstHuXyps9GMB6t1gz5vXKisxKf6IWJDxApO0oeb4P7JUZhA_5HwVulEGIxS-ouvYg1FxHQC9z2fxab7DN0_KRfZJcdV2crNN6RLpjs9TvNxRbaN48BkGHbz9MwCbP_hHC7xDD9SliP7YdjoNMwhHjwagp6kAiP20_azVJDSwpu0cppvgbLfisVG0fl5RDhts6tw" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c41841eb2ceba7d67be5400f7264c9f4", "x-ms-return-client-request-id": "true" }, @@ -288,7 +256,7 @@ "Connection": "keep-alive", "Content-Length": "96", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:27 GMT", + "Date": "Mon, 10 May 2021 15:38:29 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -296,7 +264,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "b211c8b2-9cde-434d-bc9e-ac9b02aaa344" + "X-Ms-Correlation-Request-Id": "51307e52-4dfc-46c0-8e9b-f6c2d53acc7b" }, "ResponseBody": { "errors": [ @@ -309,11 +277,11 @@ } ], "Variables": { - "CLIENT_ID": "9de00b2f-0a92-4543-9928-f49b89bb1448", - "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", - "CONTAINERREGISTRY_REGISTRY_NAME": "localtestacr01", + "CLIENT_ID": "bbb27b06-7c67-402c-9a69-f04ad5a5b278", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "CONTAINERREGISTRY_REGISTRY_NAME": "localtestacr04", "RandomSeed": "802153899", - "RESOURCE_GROUP": "rg-localtestacr01", + "RESOURCE_GROUP": "rg-localtestacr04", "SUBSCRIPTION_ID": "faa080af-c1d8-40ad-9cce-e1a450ca5b57", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanDeleteRepositoryAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanDeleteRepositoryAsync.json index bbdace920fc7..76f53a2040d9 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanDeleteRepositoryAsync.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanDeleteRepositoryAsync.json @@ -1,12 +1,11 @@ { "Entries": [ { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "268ed710fa91770ec0bc81839c329ccd", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:07 GMT", + "Date": "Mon, 10 May 2021 15:39:12 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:delete\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:delete\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "e948d1fa-6ccc-4029-b202-ab485f377098" + "X-Ms-Correlation-Request-Id": "1e81a44c-62b8-4c3a-bd5d-fbe5d8de2b74" }, "ResponseBody": { "errors": [ @@ -50,66 +49,66 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "313a4cdfeda3b3924d276ba55cca9e8d", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:07 GMT", + "Date": "Mon, 10 May 2021 15:39:13 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "7bb8c110-7f7e-4672-a08b-d3f7369d9013", - "x-ms-ratelimit-remaining-calls-per-second": "165" + "X-Ms-Correlation-Request-Id": "9cbb59b7-b536-4edd-8c80-26b4830f61e9", + "x-ms-ratelimit-remaining-calls-per-second": "164.716667" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDExMjF9.Sanitized" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "132", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c5c9eadff1f788bda920362465b2b25d", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3adelete\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3adelete\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:07 GMT", + "Date": "Mon, 10 May 2021 15:39:13 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "3133e1b2-c18f-4965-9fce-12d4380dec48", - "x-ms-ratelimit-remaining-calls-per-second": "164.983333" + "X-Ms-Correlation-Request-Id": "166babfd-722d-4d90-bfaf-14aace66630b", + "x-ms-ratelimit-remaining-calls-per-second": "164.7" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIxNmIwYWZlNS1mNjA4LTQyNWUtYTRmMS00N2YwNjFiZGJmNDAiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyNTMsImV4cCI6MTYyMDY2NDc1MywiaWF0IjoxNjIwNjYwMjUzLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJkZWxldGUiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.b_rn_M35PcdWnSUvEB56z3yErjZ0Me76sT-24aIpoorlzZVi5VFgYUnMzAdraaCdrwlmp7OxSqvEDbe7j76_i4LTRjoGWpGCZeum2XGRIIkoubrYXpz8DjDmT46emlYrkboFnbgpSzKZxro2s4-iAa02HtW4EEQelGIu3nBinF-fbNwy_A_0MvLsHoBlZbxlKPUtHMriQfyd_LhnTeTIoobESIGxz43Lf-VfMqK4n-sl13A9bDSZDHVVilrUxnTLp-yvXVmwZCUyk-qIwgxKE_yBOpVka-NpV8mVigx7wpbYyl75vsyF_ArTJf23iHALMbErvVkL9tj-3yI8EBseyw" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "268ed710fa91770ec0bc81839c329ccd", "x-ms-return-client-request-id": "true" }, @@ -122,10 +121,10 @@ "Link", "X-Ms-Correlation-Request-Id" ], - "Connection": "close", + "Connection": "keep-alive", "Content-Length": "807", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:09 GMT", + "Date": "Mon, 10 May 2021 15:39:15 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -134,9 +133,9 @@ ], "X-Content-Type-Options": "nosniff", "X-Ms-Client-Request-Id": "268ed710fa91770ec0bc81839c329ccd", - "X-Ms-Correlation-Request-Id": "ba8fd96c-2dd6-4530-9aca-891d66b1150a", + "X-Ms-Correlation-Request-Id": "486103fa-6d4b-417a-b47f-f52fd18a74df", "X-Ms-Ratelimit-Remaining-Calls-Per-Second": "8.000000", - "X-Ms-Request-Id": "976b6dec-044a-45e4-b710-7cebba081988" + "X-Ms-Request-Id": "ff75d709-f1ac-42a9-bbc7-51ab3132fb50" }, "ResponseBody": { "manifestsDeleted": [ @@ -161,12 +160,11 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5d616e64cecb22ce44dad8698e681af5", "x-ms-return-client-request-id": "true" }, @@ -182,16 +180,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:14 GMT", + "Date": "Mon, 10 May 2021 15:39:20 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "6404584d-c371-4697-badd-c9670341a234" + "X-Ms-Correlation-Request-Id": "041cad69-7993-4618-bf38-bab8eaaf8af8" }, "ResponseBody": { "errors": [ @@ -210,66 +208,39 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "b2a3f41dd769eed68fb28782b76e4e9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:14 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "d2ea07eb-542b-435a-a8ca-13162c9ad4ca", - "x-ms-ratelimit-remaining-calls-per-second": "165.933333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "ed410d75406811c11ba6801c1953f940", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b2a3f41dd769eed68fb28782b76e4e9b", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:14 GMT", + "Date": "Mon, 10 May 2021 15:39:20 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "cfd706c5-a251-4029-9522-d8a20c20dc70", - "x-ms-ratelimit-remaining-calls-per-second": "165.916667" + "X-Ms-Correlation-Request-Id": "c695d237-3658-413b-a60a-6f7722255aee", + "x-ms-ratelimit-remaining-calls-per-second": "165.266667" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhMGIzMDQ5NS0wNjgwLTQzYmUtOTQ3ZS1mMjQ3MGM3NjUwZGQiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyNjAsImV4cCI6MTYyMDY2NDc2MCwiaWF0IjoxNjIwNjYwMjYwLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.fjbLomQaWxUd6oSzk9Tbp52y-k7g6UrWjmEcN1yTEOGn-LO7RoYGWY14N8m9FMROr5aN-ZOCz62KHVfuGkB4DjEzhxtGy38cVNiWTfdjr0LCotcB-PeQzMhQrrMfA9w1wCG3ol7VKf2OVOkj6Rz6Dt7iP0Gq-qf5UFZLrC4ruqOqHfLvxBhFLAcLhelLf_Rd_9P-Og3SERb1EUrxuB47-7uDSF3e0ugwjln114deapskmg6sI1QZ1ymEjap4hEJc928RNH0s3YAZWmAuc42EneTea1N7RqHtbTtZAR2fc6kGmGNKgTygSnAMW_e1xnLT8ajz8SU84p8uyOZHAJV3SA" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5d616e64cecb22ce44dad8698e681af5", "x-ms-return-client-request-id": "true" }, @@ -285,7 +256,7 @@ "Connection": "keep-alive", "Content-Length": "96", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:14 GMT", + "Date": "Mon, 10 May 2021 15:39:20 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -293,7 +264,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "82220198-ae8f-4717-a0f4-e1b7d96d2bc1" + "X-Ms-Correlation-Request-Id": "79f65861-af4b-4dd7-9130-1d78056aca42" }, "ResponseBody": { "errors": [ @@ -306,11 +277,11 @@ } ], "Variables": { - "CLIENT_ID": "9de00b2f-0a92-4543-9928-f49b89bb1448", - "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", - "CONTAINERREGISTRY_REGISTRY_NAME": "localtestacr01", + "CLIENT_ID": "bbb27b06-7c67-402c-9a69-f04ad5a5b278", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "CONTAINERREGISTRY_REGISTRY_NAME": "localtestacr04", "RandomSeed": "534280425", - "RESOURCE_GROUP": "rg-localtestacr01", + "RESOURCE_GROUP": "rg-localtestacr04", "SUBSCRIPTION_ID": "faa080af-c1d8-40ad-9cce-e1a450ca5b57", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetArtifactsStartingMidCollection(False).json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetArtifactsStartingMidCollection(False).json new file mode 100644 index 000000000000..c0d162688ea5 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetArtifactsStartingMidCollection(False).json @@ -0,0 +1,1495 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "9aad04228a293313c5128bd18317f7f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:05 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "bdb2bae2-660f-4493-afc7-d9175c2dbcce" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "03a8e5bc76978c378ce3ba020772d483", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:05 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "5291a685-9daa-45a0-af01-b116a3287b97", + "x-ms-ratelimit-remaining-calls-per-second": "165.95" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEwNzF9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "323880bb1bbe5f1069c5ddb9ef65bbc4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:05 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "e0c1742e-d68d-4668-a1e3-777da73f7eb3", + "x-ms-ratelimit-remaining-calls-per-second": "165.933333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI2MDgzMTg2MS02MWZjLTQ2MjEtYjMxOC00NTQzNDc0YTVlNjUiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxODUsImV4cCI6MTYyMDY2NDY4NSwiaWF0IjoxNjIwNjYwMTg1LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.sq48uC91C42VuG1Y1GzQd_Z-7bFYaMbHq2-JML2Rl_neCT26SXiAxHMU2ShY1gFw-xAo-pQFUcAJg9DRUydNJF8LNGakBkJJbNnQqnTgvHD_8b-PQcnO90y5O8SmfisvafIbKfF20Kq9Ckap0EnZrAABsZU6mdShv7W0iasVZNeqYQvVoLwi-X0Sz5cYxijPD7VJvmYMwjG7jKb00whinqOoorPvGFZ6-uDikPKUVPY63otcvCncTX3aAvWDG4YbYgeHjXTzMpvttC9KUuUozw4C-Tl78wPsxz7rQeM1VMsZaUBjOgDZDtbWUkeSiYoj3VweQZi1vQYCaRQeV3qEbw" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "9aad04228a293313c5128bd18317f7f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:06 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "a52596bb-3af9-4b0b-8949-3ad857051511" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:44.5878386Z", + "lastUpdateTime": "2021-05-10T15:37:44.5878386Z", + "architecture": "amd64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:45.2823056Z", + "lastUpdateTime": "2021-05-10T15:37:45.2823056Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:44.894152Z", + "lastUpdateTime": "2021-05-10T15:37:44.894152Z", + "architecture": "mips64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:44.3176414Z", + "lastUpdateTime": "2021-05-10T15:37:44.3176414Z", + "architecture": "arm64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:45.70626Z", + "lastUpdateTime": "2021-05-10T15:37:45.70626Z", + "architecture": "ppc64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:44.5004258Z", + "lastUpdateTime": "2021-05-10T15:37:44.5004258Z", + "architecture": "386", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:45.8581855Z", + "lastUpdateTime": "2021-05-10T15:37:45.8581855Z", + "architecture": "s390x", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:44.1596259Z", + "lastUpdateTime": "2021-05-10T15:37:44.1596259Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", + "imageSize": 1125, + "createdTime": "2021-05-10T15:37:45.1236339Z", + "lastUpdateTime": "2021-05-10T15:37:45.1236339Z", + "architecture": "amd64", + "os": "windows", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "imageSize": 5325, + "createdTime": "2021-05-10T15:37:44.3792995Z", + "lastUpdateTime": "2021-05-10T15:37:44.3792995Z", + "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", + "tags": [ + "latest", + "v1", + "v2", + "v3", + "v4" + ], + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "1654ddc8b558ab56cd210d45cf102b52", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:06 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "4a451481-1ff1-40c2-8108-834cbfd4789b" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0216083dc4dea137d4489ad1997e9c26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:06 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "bcdf2014-d48d-4caa-82e1-4eb6a3521235", + "x-ms-ratelimit-remaining-calls-per-second": "165.916667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI1M2FmNTIyMC00ZWExLTQ0MjEtODdkZS03N2MzYzJiYjA5ODUiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxODYsImV4cCI6MTYyMDY2NDY4NiwiaWF0IjoxNjIwNjYwMTg2LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.VYqySUA3wNWrunlodDZ8pDQ1UzldRK-DarVU7ob0m-o6AGJBo3pxf38rXGl8sudDHf-_i1t7xBmVzsmV-Upp4FkG9Kk7YT51WkXmhrMR2C1rt0IAx0oiXdOcbgBPgCwChuuEU9Kx2yBcYge-Gw0duiyGb-EBXr-7nM3TV4ifzhgSEARWFg-KVvGi5ON4AXgdcGxyUibwfsWWMDxQgEuJdthBb7DmAqIZVOruAMTtzEolT3QeKjei6bl-iR80O3nvbbQT4sYmsDghqLXfy09M5Q7woKECmmkqphmVwTLgdB4emCBYT5b0WMMAZgQdS8A9ZkBTWt6E0Qh9CnjRG7V2ig" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "1654ddc8b558ab56cd210d45cf102b52", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "514", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:06 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "d666b787-fc40-4c84-a8d1-5ee4bc73e735" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:45.2823056Z", + "lastUpdateTime": "2021-05-10T15:37:45.2823056Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "2a3af528bd1e052b298d649d0dcb8f58", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:06 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "cb8edfe8-1a92-4d00-8bcd-fe19c7c8172c" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e77b8a9ab84f03e5a5b2420f1b85114f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:06 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "806f99ac-30b7-40cf-bf80-f8b2dbd55f83", + "x-ms-ratelimit-remaining-calls-per-second": "165.9" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIyOWFjYzYyZS05YmQ4LTQyYzEtOTc3MC0zOTIwNTIyYTVlN2UiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxODYsImV4cCI6MTYyMDY2NDY4NiwiaWF0IjoxNjIwNjYwMTg2LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.Ho6AwxbMBGKYsGydUqv1RLCpuZ3ohzx3mczmtNH1cgIgcUwpqExgK8Vc_KsOmev-hLauNo6zlugXz1dcXhnwOcvpTCF2-UA_xk_bHQ1b8I6XJUN6hHhOU7DhVXT7dBuYMSOPjosvIa7KnN_4l7jQrJYtQ1bOOWp54VNzJQ08rUOav5jJ2S8hE5q04VDcCvYnmrLGPT-kRzowUcA-SXEjmjcLUH532ZGtFokPK-obMQuDRSWkGPVNfHxVUaybVFejdAhZ1EWbrBN0_3Fqquoquu0XTRWZ3S14OrmXHXf_dhVbRWHUAWt81FxttBq6Jdd55tqsuOBnTFvTuDNFRFNr0g" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "2a3af528bd1e052b298d649d0dcb8f58", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "517", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:06 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3A88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "0e90112c-d00c-4c00-afe3-781b3b8cd717" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:44.894152Z", + "lastUpdateTime": "2021-05-10T15:37:44.894152Z", + "architecture": "mips64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "da1ce78400d67f34dd10d9515f9a9309", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:06 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "defea94a-99b3-40d4-9779-5f0f7234e473" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0f3741b9b50270d71036846b7b1be9a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:06 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "af08e983-85e6-4025-b0bf-5877b45a7d62", + "x-ms-ratelimit-remaining-calls-per-second": "165.883333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJiMjY4NTIwYi0xN2Q0LTQ4NDAtOTIwOS00MGE5Mjg4NjcwMmUiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxODYsImV4cCI6MTYyMDY2NDY4NiwiaWF0IjoxNjIwNjYwMTg2LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.OF16kE0bdoUSP9lIcswxaX-JQ7G4_E2wKOoOdzOSFX7c9ABXxamMiBvCTKSQo7TOo_QEpGtRD7Q0WqTaLQhNf7fOfzHVzotRljoZzY2K_HoZ83Rwxnfv6hndHHq93uTfZmZtTu2UgDcZbDkt_4yxav4_8K3izDjivsVBYPpUMfPi0JHTySOAxco09xSMbDW2OjEZ1WfQKdmgkL_Ki_aDZJ7E0Vf3fFvrgD9T8sBX_e66Jjz-Lo5vaG-JeQVDtBIsmViH43uDWf_Nd9XQ7NtUF6uAufZeOeEDuYAPw4Ak1SfoqX7zW-vD6TGbHm3BCc-dUXL8b7bWe9wzEVSR4meahw" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "da1ce78400d67f34dd10d9515f9a9309", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "516", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:06 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "fb602634-3e9a-4bad-9897-b51515a025ea" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:44.3176414Z", + "lastUpdateTime": "2021-05-10T15:37:44.3176414Z", + "architecture": "arm64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "2618157bb5ae9a8156fc093edf94a30b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:06 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "762ed773-2226-4ecd-aba4-90d4d1fe37e8" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d956381f024dcf4c0facc9a07bc803c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:06 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "88d2c171-8dce-4e99-a5a3-2f25ca80ecd7", + "x-ms-ratelimit-remaining-calls-per-second": "165.866667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJmMjU1MTZiNC02MzdiLTRmN2QtODMxMS1mYjk5MDc2YTE0OWYiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxODYsImV4cCI6MTYyMDY2NDY4NiwiaWF0IjoxNjIwNjYwMTg2LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.aQpB9uNrDDeYg8ei7FqMRpouZ3zdy2QZVJhDW2PWiHFy5lCmS7PBvue4artIHuRokGxsnyBlieuhq8iMNBIMRPDeLe7AaFQYBTumf4P9zgsW0GMzZ90eVmow3QRfL9_NGXnTbbuCGTuCxMx8VDVnSOAgTscZbAqGCG80ceKZmxxDi5DE8wbIJkBwbFGYzZRzCSNsVIFJ8yLwfRhVdRynSnh0COQE8vY-q8B534i1rK6vQeoNVhOW45bqgBVZQ0cT20IhZawPfsdEdzMtiKG0rCfM_rseGPRMfLG2NrfWR5hxW4RG1UiV_d9AHkVu6FdZw56iC2J0BDwsPl616iBzOQ" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "2618157bb5ae9a8156fc093edf94a30b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "514", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:06 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Abb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "af8a7e83-94dd-4610-8251-254895819490" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:45.70626Z", + "lastUpdateTime": "2021-05-10T15:37:45.70626Z", + "architecture": "ppc64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Abb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4ad534276d81035bc09cb906ab98917c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:06 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "a32a061c-7fae-4b41-b575-fce5d413e953" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "434c799210c47856c8491601ece01e8d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:06 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "bfb9db1d-2abe-4811-bf8a-4479038da671", + "x-ms-ratelimit-remaining-calls-per-second": "165.85" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI0NDI0YjMxYi01OGYwLTQ3YzgtODhjYy0yMDkyOGJjMjk0NDQiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxODYsImV4cCI6MTYyMDY2NDY4NiwiaWF0IjoxNjIwNjYwMTg2LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.3oPsMXbPZSMyDoKYG6ly1v8GhWuE5a3pK8WN9-C7vNagjg2jLqlMDb7E4udfqMAi_yxdADfyOvn_sXOspVzFHDjbDS6NqhI18GCcDBRFmqto8My5QyD8MFWJYMfAAL7BJbeqxxzhDAWsROI3mwIRliHTS7ZG1K1Os8NUEZUma5lQUbFmAhKRXO7IUS63r_WDazIcz3iaUv_DnxScNzb_mLfQuKkNuwSgy9WOWsOkAwStX91OWWKKMCG2jg_SU3eNd5ConhcbWJAkX54yHk7eqyQtF6J5rab09SeNrQpLyrcQlp2tb_2PUp2Y8-oO-iDJ_S8sFvOFXnHSGijEUjgYLg" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Abb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4ad534276d81035bc09cb906ab98917c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "514", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:06 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "4870368e-6a25-40d8-abc7-17a765ad5ba9" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:44.5004258Z", + "lastUpdateTime": "2021-05-10T15:37:44.5004258Z", + "architecture": "386", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "aa1748f859beb289dc5318b149462377", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:06 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "0531b440-5729-4e34-a73f-fa909f801db6" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "020d4d1bc07c17fcde5d8238565917e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:06 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "01bd54db-e407-45a2-b6d8-fd1b09a37571", + "x-ms-ratelimit-remaining-calls-per-second": "165.833333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJiMWY3ZGIwYi1hYjViLTRkNGMtYmU4NC1hMjQwZThjMjllOGYiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxODYsImV4cCI6MTYyMDY2NDY4NiwiaWF0IjoxNjIwNjYwMTg2LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.XsD1Qe9R4OM7ee0IPCRfPRK_BxWPHuYawSAIj8xB_COEdIL-g71O3Em06hRJm8lLwYrG1kWzCNTM3neIr1Hmv9OrW9lLeiyIowXkT6est9X2nSXfe6syvf9dfabTh73T5uXuaYyB5ekwoXWHUj6YtBMWOD3hSLf0dTuJG5_gp1rItuZgTu6q4hZ28VTbTKPkjWOTTdsWtCL_WqTbUfFkBxCv3XckUbVQfBQzRIu9zI4FsSYf2aDjbuCTgQoN4atAvJcgKBucX5-vtsYo9KeQyfuuyuh86IVBdKtwEkXw3oNNxKliTIDJieLKp-B5_4acn37ry1CrplGRlvEqV-dWYA" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "aa1748f859beb289dc5318b149462377", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "516", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:06 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Ae49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "33f2b6bc-8ec1-4aad-97df-97fb052bbe69" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:45.8581855Z", + "lastUpdateTime": "2021-05-10T15:37:45.8581855Z", + "architecture": "s390x", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Ae49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "630d2b7de78139beef996671f7a52f82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:06 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "9a10cda6-7d0a-473e-851b-3b4a43fcb757" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "9ee69f251cd238114b00cb61d6505b83", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:06 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "20d11cad-aa5c-452e-9281-7562ed2cb1a6", + "x-ms-ratelimit-remaining-calls-per-second": "165.816667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJjYjQ4ZWVkMC03ODUxLTQ2YzAtYjhjOS05MDFhNDI4MTZlMDMiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxODYsImV4cCI6MTYyMDY2NDY4NiwiaWF0IjoxNjIwNjYwMTg2LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.YTskfTYbmKcgNR9emfrhhn0J7yfggLNXdzfxul-jUQhwJnc8hBbhZnBeG4g0J0zcHu37cqauRFrQDzb7GyaL9hHiQHVWA4fu1jA693myd2IzMpAPjsslITJT8WfpckUI1xrn9jxtTVKyQFBErY6cWN25X43851KmhjZ82Ysfu8knVQJ9E6JhxFSxt-ELxklbF_-x_lJW8zcPtkO1yUjZ47y6NIlGn0syBch7LhlsnOMfrfNc-HsTrp72lwKlJmsNcW11idcbXAXEKxInGACOnaRIjRcANL-Ojx6Iaqhcaz7iTWV0QSPoHckhKoTulu8KB_xiEuwFunfMLlHPIrcegw" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Ae49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "630d2b7de78139beef996671f7a52f82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "514", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:07 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "6a9c0826-45b2-40e2-8d97-076b8fe799e7" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:44.1596259Z", + "lastUpdateTime": "2021-05-10T15:37:44.1596259Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "1e33383bbf3834f58fd412e2598b1f38", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:07 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "3d0036f6-fa53-420c-8cfe-b177ae456d76" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b713002d7873610d1ad518811b5d629e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:07 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "12541369-517b-479e-8495-bcef1723f59b", + "x-ms-ratelimit-remaining-calls-per-second": "165.8" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIwM2M4NGM4ZS1kMjBmLTRkNzUtOTJlNi1kNDYyMmNhNDdkNGMiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxODcsImV4cCI6MTYyMDY2NDY4NywiaWF0IjoxNjIwNjYwMTg3LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.AfefPE7NWF1pzej4yZdsZaGFmXzXBWQVL5ONXv82GurSuSoKuY5jpX_741b92Zhvxoo6kfww0ABK7AnaPEf2P1HLHWpglF1siQRKH2SpLNqC0aSb4mEfm_9PA5ArKZDlnd_DDHSxwVw3f2gQFBK9AQNlwC-BH9VAiX-7uy1NFPj8HVb6eYdtr-jd9v-IV4R0B2zl8n-yWPm51PBPJp4XaEC7HUSlinvBHPoei6qF99oMvv7VEo9STYX00ylhxIJsFKVgY9M4xvNxK0V2xcjW8ZI_iiQ6RekBL_OXpB36LLvLHlHOrQyqA-n_OUcHLZpkL9LZpm3l0458qceQaowkjQ" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "1e33383bbf3834f58fd412e2598b1f38", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "519", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:07 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Aea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "a88285e5-61e5-4eee-9e64-ad8d6516a6ed" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", + "imageSize": 1125, + "createdTime": "2021-05-10T15:37:45.1236339Z", + "lastUpdateTime": "2021-05-10T15:37:45.1236339Z", + "architecture": "amd64", + "os": "windows", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Aea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "be36e33e10726549a9b10ffe092edec0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:07 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "a523de55-2b82-4028-8e8b-23a32eca3336" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d63392e0a33dc20f2bd20462a7741931", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "close", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:07 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "8f27f8fc-6b3c-4964-b809-a5c44e2a774f", + "x-ms-ratelimit-remaining-calls-per-second": "165.783333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIzZTM3OTYxNS04NjY0LTQ4ZGItOTI0NC0zMjRiMGIzNDUzZTUiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxODcsImV4cCI6MTYyMDY2NDY4NywiaWF0IjoxNjIwNjYwMTg3LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.0j2cLbOjPW24H4xXlHKHVZSjXuYXS8-h8j7NmtHB6ZuGKIV03qbYF4R0o2gT1nRuz__dQ1CIQcta99Lxb6O9qI8a1CXe_vNS1BtiHOusZzw2HWMXFsav2rSNPB14TzBB35Cmk3bg_3Sz6IELVy8kAulQu2x1Ilu0s2WRAgIkotq9zqO1a5eu3RXzbWj4t1IsG-ffBvKKx6YIuRSRQhSHGmkzDdUz3wbVk62liCoQMnbLKAg_49gAQ2GJDMxiQC7t950Yei_IjoY6N22D9gDdAimYPoe5XSpA_fAAXMtAeVr5uyJ8W07ERTpmLgW02dzJq2GLF6QVpAj2BPh-OqEjJg" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Aea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "be36e33e10726549a9b10ffe092edec0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "497", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:07 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "665085d1-32a0-4e9b-8da6-c9fb25e6e19e" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "imageSize": 5325, + "createdTime": "2021-05-10T15:37:44.3792995Z", + "lastUpdateTime": "2021-05-10T15:37:44.3792995Z", + "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", + "tags": [ + "latest", + "v1", + "v2", + "v3", + "v4" + ], + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "RandomSeed": "1249331253" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetArtifactsStartingMidCollection(False)Async.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetArtifactsStartingMidCollection(False)Async.json new file mode 100644 index 000000000000..33a87ffff7b1 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetArtifactsStartingMidCollection(False)Async.json @@ -0,0 +1,1495 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a59727c5e4170dcf46aa5ad558df1852", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:56 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "56fbdde6-cb50-457c-b9ee-651b83c77b29" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "18e6c8244e8322022860cfc28a0a2ba9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:56 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "309ac9bb-9754-47c8-b18b-97e7e6e8b9b7", + "x-ms-ratelimit-remaining-calls-per-second": "165.016667" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDExMjF9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "130ddda35639a1b1b444bcf32de356c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:56 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "82800dfb-ced8-419f-9faf-a759cb36bb25", + "x-ms-ratelimit-remaining-calls-per-second": "165" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI3MjhjNzIyNS0xNzJlLTQwZTQtODZhOS1kMzQ5Mzc0Mzc2MTMiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyMzYsImV4cCI6MTYyMDY2NDczNiwiaWF0IjoxNjIwNjYwMjM2LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.2Lj6exdtA0yS66iWB3if8j8tN5XrUV4Cvr9dbwqEJcYpaSsMpBXLwA3YUM2p26TFRKSfgrevY9hdb9rgLxBeLgK4rO8KcCJQgkBHGsniskPd_6aw5mpumHhhK_Xl0iDrVZo6xwBKTemXN2wT1WnLq4ZAZvz8V8kmfUxKkrBS9yj9VbQq6-ybhyTjCWkcgH5e__z8Qtf4Y85O0JTmFeMyixEi5S_KK5DO9Ac5MhaMHgHsTYsG5CRHPujChvuw0vZY4m36BDSQ73MN9AhEmpL2Rketu8l1J-WkLrB61gMZedoabtWv1YoTC1emVt7xMAaFs2040h3JI9VvD5uJM3ooew" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a59727c5e4170dcf46aa5ad558df1852", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:57 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "1f4eace9-c83f-40cd-b76c-b58382d01245" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:34.3182492Z", + "lastUpdateTime": "2021-05-10T15:38:34.3182492Z", + "architecture": "amd64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:34.16688Z", + "lastUpdateTime": "2021-05-10T15:38:34.16688Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:34.7216413Z", + "lastUpdateTime": "2021-05-10T15:38:34.7216413Z", + "architecture": "mips64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:34.5244122Z", + "lastUpdateTime": "2021-05-10T15:38:34.5244122Z", + "architecture": "arm64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:33.5320683Z", + "lastUpdateTime": "2021-05-10T15:38:33.5320683Z", + "architecture": "ppc64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:33.832112Z", + "lastUpdateTime": "2021-05-10T15:38:33.832112Z", + "architecture": "386", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:33.772768Z", + "lastUpdateTime": "2021-05-10T15:38:33.772768Z", + "architecture": "s390x", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:32.9833374Z", + "lastUpdateTime": "2021-05-10T15:38:32.9833374Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", + "imageSize": 1125, + "createdTime": "2021-05-10T15:38:34.4427669Z", + "lastUpdateTime": "2021-05-10T15:38:34.4427669Z", + "architecture": "amd64", + "os": "windows", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "imageSize": 5325, + "createdTime": "2021-05-10T15:38:32.7250539Z", + "lastUpdateTime": "2021-05-10T15:38:32.7250539Z", + "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", + "tags": [ + "latest", + "v1", + "v2", + "v3", + "v4" + ], + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0174b409eb3876ba25747cb7140d823b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:57 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "2132ac90-1ee5-4aad-9205-6aade7b4cb0c" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7b32b17e04d2ce191744633e920ef545", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:57 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "c27491db-084b-48d2-9a9b-30764590c38b", + "x-ms-ratelimit-remaining-calls-per-second": "164.983333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI3MDQ0ZWQ3NC1kODBkLTQ2OTAtYjUwZi05YzQxOWJiNTZiZTMiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyMzcsImV4cCI6MTYyMDY2NDczNywiaWF0IjoxNjIwNjYwMjM3LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.mtzGMle7F8NZVUUoXFKk3jbnUzi68arUMBiW5g0oNRR6i6tdx5VFISEAWlrItZS0Y-kRFO8E34KCCAJbUn5onnbRAzAA19KR1WaEyB8gf7Nl8CgbwNhX_yesY4tJVUUhFV1ziq4i7pCwGBkKJd0Om3ErEgtFfRFB1IKCWvG93lIeU9Euv5ADOiR25rU9PKePHE0b4zuf9f4MMkckUqm4y5I1gVwD6qhd6ayfdwmxdgJFdA0lVHs2ED2V23Ob4fLvX8edddE3_2fQ-UgD01tonjQYmRva3rR90qZAbJeUXX0qAsx9RGxpCi7lohbEps3QH4t8nwC5AW2hyrt6gVCFAQ" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0174b409eb3876ba25747cb7140d823b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "510", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:57 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "4167d50f-92b7-4999-b997-d2bf20373ac9" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:34.16688Z", + "lastUpdateTime": "2021-05-10T15:38:34.16688Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d6b8080a2a96b8712397eec4d9f98ca7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:57 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "c4ac631b-b169-4702-8306-3225dbae845e" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7c7480c2dbb104f49ba5e9f3877ce417", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:57 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "d2137cd8-3d6a-47c3-a5ab-5e1a0517df32", + "x-ms-ratelimit-remaining-calls-per-second": "164.966667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI2MDBlN2Y0Ni0xNWZmLTRjOTMtYmY3NC0zMjRkZDQzNzFhMmIiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyMzcsImV4cCI6MTYyMDY2NDczNywiaWF0IjoxNjIwNjYwMjM3LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.Y6PDNRctFLkxEMeRQNz6CGReZFu0dGU1lgDBSELtircdOwWEIVvDQ3jW0vIyWLvYWZV33HMLITt2WZlkc5wMuXKZSfPIQdrm4e3Uf0F-PBvjZx_ZUdtdS-3Cif-pdCsDZ5VI0uTZF8NN7Lyk14GBaMhI5BUc04x-16WnmOsezU3A0uZq7sujj7QN6l6xzZRL_SqbbHG6h458i-h9nwz8xtZ3eJz9B1TrNLEmjkx-i1oR4E9aRyOPmTGJTgf7tJMwKiRyUDemolt_bk22JxtyhsgA1p8sMbRfOVKu0XmN0-gA6oeo6rkw_KApeMLkdupbJBfnyIF5_J2hJAUbzg7Y1w" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d6b8080a2a96b8712397eec4d9f98ca7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "519", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:57 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3A88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "41518c9a-90c4-47bc-8fca-4331a4cf6c5a" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:34.7216413Z", + "lastUpdateTime": "2021-05-10T15:38:34.7216413Z", + "architecture": "mips64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0cad377fab5454a53f7a573a1654f41d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:57 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "16ebe26b-6588-4e7c-bcea-28c5ffbf56c0" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "117bbcb7799a2f9313b33bf0407d30a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:57 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "f68ce16b-5b15-4d4a-a221-c80b20704e3d", + "x-ms-ratelimit-remaining-calls-per-second": "164.95" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJjYzQ1MTkzOC0xYTgzLTQ5YTAtOGM5OC0yYWQ4ZDk1MDk0N2QiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyMzcsImV4cCI6MTYyMDY2NDczNywiaWF0IjoxNjIwNjYwMjM3LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.5ruzfZNU9srDR8BWMsFd6epRSJ1gVg15CPlsfXWxcQ24R347o9vhpylppBDQuEb7mO5fVIMGkMkK1mLzx5b8R_BffqU2wNuphfIKq2a-ZY1DXiQrcSnsnQwIRURUrUEAdXYN_uTzz_s36EMhUeTqtIcPkDwjK0QHACthgY9n7vJP27j9J9SWjDY6hXkFHjBLjlhd39BH1y0s_qgAlqDeeAMgrEwE7M1N-lrYs38UE_RxVoWQH0D8oJWlcb5XIbjA6V9f-A-yktzmgt9Wzqw-SLZ_Z4qK3joa8OYniQ0xfqJQ-HtG7yjqE0MHnmNhovI7NPGJ-WUoeOXxd8BybF2Kdw" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0cad377fab5454a53f7a573a1654f41d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "516", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:57 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "7a80376b-6b79-4faf-a0a9-fc060a4860f8" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:34.5244122Z", + "lastUpdateTime": "2021-05-10T15:38:34.5244122Z", + "architecture": "arm64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a245d7b3804c1652db203c3783baee47", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:57 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "c7435636-33b4-4183-8cc7-3f382ca5c0ba" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "cb3bcbb0d201057ca37ef8a070b513c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:57 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "a925072c-e388-4f78-92b2-19a7265e04ab", + "x-ms-ratelimit-remaining-calls-per-second": "164.933333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJiOWY5ZjcxNC1iNGU4LTQ1NzItOGUzMS00NmQ2MTUwYzFiMGIiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyMzcsImV4cCI6MTYyMDY2NDczNywiaWF0IjoxNjIwNjYwMjM3LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.Ht2LQXZl8u7KaRXvzNhwdu0Y4LDaZE9ZnR0cuhhW5OD0khLuW0z4CmCDLgHD-ODz-FUhdjVWgAFHqxMNntVJEuUe2MgpFh_hh09Yv05g2lFWRM-DrlDwuBAW0iOfP79AjB6r8ZICSSJK9a9f6YE_qaE8-nfcgGijAGPskPjcxgyXcPq28c5xZehQbdsqSi4vYi4AR-QuxWf0V9tcnzA05BINThJm95jFYzjJXzor0M_IaP-WWYxW9GpW_YwvjM89Q1EACjfx3sG7TyoXY9f5AZaDuQCLgC-h5b2ZcjGhJqSMVbUpmFT-fBWrjgjm9MjExNa60hD2gLcpYZuWbITm4A" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a245d7b3804c1652db203c3783baee47", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "518", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:57 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Abb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "940c363e-6f12-4d82-b464-0b4242334144" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:33.5320683Z", + "lastUpdateTime": "2021-05-10T15:38:33.5320683Z", + "architecture": "ppc64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Abb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3f87b149520e36d06964357a3d5bab59", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:57 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "effd958b-3be6-48e7-a116-20d589abf636" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "753ff4c56442e0a45a40fece88b1a626", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:57 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "1cf5d209-8f7c-43ec-ad6a-cb610e40b1e9", + "x-ms-ratelimit-remaining-calls-per-second": "164.916667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhN2ZhNjQ5My1iZjAzLTQ4ZmMtYjQxYS0wMmYxOTU2ZDFjYzIiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyMzcsImV4cCI6MTYyMDY2NDczNywiaWF0IjoxNjIwNjYwMjM3LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.0-4Bf7aep0qfJJwtw_qqrWo7emRBuODK5s3BmfnbttfVzpo5aBMHVYN7OPrtZu8N-vBdlTirt7w1zEwvxdMQvC5fqBmCIgbDvEdgwE34nF0dxgCp2ZT61h5nsYZirnFcXGQLu7ELH5V5o49pncfNRNtPf814MRzW7QRThPE3bcwrpvXlsaQPdWzAxReOMa2cefZtwMl2-TfwAa-rQSAV4FIr-ErYYFI51XNE8Fqbzj3kkKlnUlSrWF5XoDblyYyxDyijx9Ov1SeQv0vMAuiPCZjgnXGC6FQBjtxwTQd26GI0ioD-4Uh92Ip4t12UgXjMlFPNC1kbMndFQjS4GFT3kw" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Abb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3f87b149520e36d06964357a3d5bab59", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "512", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:58 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "47762f78-d838-4013-a2b8-d0169c241edd" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:33.832112Z", + "lastUpdateTime": "2021-05-10T15:38:33.832112Z", + "architecture": "386", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d1ed7a0caf325e38fa04629c9c02c847", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:58 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "bba2707b-da60-485f-ab30-8d569fe06af6" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7cdb9fd29e75e57f0ca7e5ce5302aeb7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:58 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "fdbcf4b9-065a-450e-87be-97587d401e6a", + "x-ms-ratelimit-remaining-calls-per-second": "164.9" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIxNmI0NTFjYy00ZDAxLTQ5ZTUtYjIzOC1mZjI5NDcyNWQ4ZWEiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyMzgsImV4cCI6MTYyMDY2NDczOCwiaWF0IjoxNjIwNjYwMjM4LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.WaODEApF6z542BgL8uREnbptL-XxiYQTs_X4456qh0Ba5NCna7Nd4GcXnNw57WLvxV9pYTymXul8-gAkmn4lJDofAy5iRwvjAcNd6b23z7cNDShDgX63CpXqC11-n_rj6GPUmV2-5E27dX0HcBWjor48_6_5ZoF9-9rfBISKnlBmRTNvtA85nF52G6s37ynRdIJ1FePHlnxSkQxqHOMk4GBVXAL19hytqsf1U-IvcWvL6H1XiwbzPjmpM0fEhXKgryR0k_8OGeRxMJaMYkQAIozTNqO0TKe5e8dn2PmPtHajxgyIc87yermv_Vqnnwjt6LRJhWoXIw2ce4dcnLVqOQ" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d1ed7a0caf325e38fa04629c9c02c847", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "514", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:58 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Ae49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "9d4205df-35d8-43aa-8ca5-03f73d85c533" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:33.772768Z", + "lastUpdateTime": "2021-05-10T15:38:33.772768Z", + "architecture": "s390x", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Ae49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c26d0fbeda6e1627bbe17a3d01084357", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:58 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "d6228bc6-1138-44e4-9ee5-8563572966c2" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e9fcb7772ad66eb0fa08c58ac96a0af8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:58 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "c7457c03-16f1-4797-bf55-156afd93d53c", + "x-ms-ratelimit-remaining-calls-per-second": "164.883333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJlNWE0ZDZkNC03MjU3LTRhNDYtOWYzZi1hYzIxMGUxOWJmZWUiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyMzgsImV4cCI6MTYyMDY2NDczOCwiaWF0IjoxNjIwNjYwMjM4LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.kKzu47TpPmHzyaWPwTHklAFH7bqfEGXVo1uyjnwmY0Cly1D2HwYgY6b7psWcSal5H55Ts48Fn8v1zwUTNYM6h78XqY_GvkcbYLcnGrl4Ygs3oFXRrIeo5FfgIqaPKH-5zvbE1YSrdgF4Oyy9OKT6g-xOcDp0cUIfJth0Piqp9bM96BK0iX33kyMDTWDQMDuFIkiwx3Be8Cdp3hdyj6t6UkQrDYKp1uNro90-0t-2iKA6rVBlhMVe5cESMefu0a-OQFlspJr-SGEJC_vAtp6sNfzEbaam-oJhmQVieimA_3-eoSAof186Z3qKcOum6Z_5ZuzCe3yHZIarXwGaFpKZ1w" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Ae49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c26d0fbeda6e1627bbe17a3d01084357", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "514", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:58 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "1d40057a-6350-4c1d-b72c-b6c33fe395af" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:32.9833374Z", + "lastUpdateTime": "2021-05-10T15:38:32.9833374Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "8cdeab560595f7d977c5c0942442e304", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:58 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "5c177575-59d9-48a6-930c-ea8fbd763bc3" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "9c568e64c50594e05fffc865159c4c51", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:58 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "8d75eebf-48c6-4e0c-9b22-e59f99539e90", + "x-ms-ratelimit-remaining-calls-per-second": "164.866667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI5MDk0OGY1OC0zZGEzLTQ4MzctYTM4Yi01OWYxZjVmNTg3YjIiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyMzgsImV4cCI6MTYyMDY2NDczOCwiaWF0IjoxNjIwNjYwMjM4LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.vPUUq4BjvwR6sqEviDA7JFhFuAyHryG6D1u3dZ-2AXCiiv8c2cle2v5-LmBLRfBDp0X2IwNPt53K5ixXUBMqHRFKCgY6VISaV6YwrTlnTW6OyUk0iDEVx8UbwEY4bqeovOUp0djjEcKwbHWScBp9ycuQvbB7ryf-PnShzXAPApbz6YtUa159ERg0zdiMem7HmV-lJN88K228mHAzpxn7fFMim-XWt1OBxtBTfDD1HelZg_fsHBknEUdViHtK6rBNPJZR959rcCrFA2GKFUHDWSl3wGDw-JyMGbGwxMtWnsbpS_H870fbNfi0kWGuIfLKqA_TjyfbAfRmDZoV4EII9Q" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "8cdeab560595f7d977c5c0942442e304", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "519", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:58 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Aea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "57b5b013-7a1c-4cde-a37d-ed2758bd95bd" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", + "imageSize": 1125, + "createdTime": "2021-05-10T15:38:34.4427669Z", + "lastUpdateTime": "2021-05-10T15:38:34.4427669Z", + "architecture": "amd64", + "os": "windows", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Aea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "56e781d6b62972c1dd047111691b49b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:58 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "d808e17f-f423-4e53-8f9d-ef6b25f68860" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3b26c0256e1390f3ca4a2d953c74e2db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:58 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "869fc6ef-1ecd-4dea-a306-c745aaa1629f", + "x-ms-ratelimit-remaining-calls-per-second": "164.85" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJjN2M0NTI0Ny1mMTY0LTQ3NmUtYjczZC00ZGUyODM3YTk2YTEiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyMzgsImV4cCI6MTYyMDY2NDczOCwiaWF0IjoxNjIwNjYwMjM4LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.LUyQetTlXCJREVk7JsziXu9ahV-44KDp3pIwOnd627Eqg-d5YIajGxh35kdjaFTRc07gcEIxa0Ig1TaldO6Gr-ZPWlutgqRFuh2A7GykjOxJDJcblbpWzTkoptMJWWf-LuQglqS-6mQLRz9Fs1YmVAABYtk71hoJVgHGVVYuP0xEakQmRzrbyYG8MUEwnQKIJaaTYg1KUwbX13UnFXBhLXSIVRmd38CuZUVAcQfqcT1WWKC-yVKaBmTy7Lrai_0bn20CU2ANypG0cpTQ5Z4-YgqJgwwZiecdBHGIOQMSxLf7yUEHxLMxP7j2iNUh0dSqm1q4XEMOsFL0NQJanULxvw" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Aea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "56e781d6b62972c1dd047111691b49b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "497", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:58 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "e5442ddf-1284-4919-acdf-a640a8e0bccf" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "imageSize": 5325, + "createdTime": "2021-05-10T15:38:32.7250539Z", + "lastUpdateTime": "2021-05-10T15:38:32.7250539Z", + "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", + "tags": [ + "latest", + "v1", + "v2", + "v3", + "v4" + ], + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "RandomSeed": "1413133940" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetArtifactsStartingMidCollection(True).json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetArtifactsStartingMidCollection(True).json new file mode 100644 index 000000000000..e4fb55a3047f --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetArtifactsStartingMidCollection(True).json @@ -0,0 +1,1470 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "8fccf0ee045d5696b12c9fd4d15d53af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:03 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "72384a93-788d-41eb-a563-fdcccb3354ae" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "df8170470749300ac22d134138737e35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:03 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "7e6d9b44-3fe0-47aa-9d6f-f35b110708d2", + "x-ms-ratelimit-remaining-calls-per-second": "166.516667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhY2ZmM2VhMC01OWFhLTRkY2EtYjU5NC0yYzgwMTRhYjBiOTAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTM5LCJleHAiOjE2MjA2NjEzMzksImlhdCI6MTYyMDY2MDEzOSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.M20Bku9BqxvxxduQkQS7DArQK6PA16Xw2qxJdymQgnT6Enz9XtgdRXo9E-I0A1fCeP4o5xJ1IiSszpkVWKSiHnXZ8phADy4iG6XxF-WDaiyULzCJJrdCQZFcCxmcw8LnY2BTIyq5bGPaQ3pyX5GjpBqz3Tua28_Od22SGohdKGyGQLGV4tCsJnw9-D-tK5poJgS6Us7UpsfCyOJjNa2_bvFu5dkvRRq4oxwpwTc0ATITlTOEEQu2RbGdrVn5csC9kTvw0FwgPkzhbV-OFeKg30djZLXUIBh3JQkitiIg7GayRXaFNjB_725kZPqxCGs4O9wPCkg_NZJzR6p62Y3aDA" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "8fccf0ee045d5696b12c9fd4d15d53af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "525ecc76-1090-4d9e-b11d-f9b7e8624578" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:38.9287786Z", + "lastUpdateTime": "2021-05-07T19:07:38.9287786Z", + "architecture": "amd64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.7424525Z", + "lastUpdateTime": "2021-05-07T19:07:39.7424525Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.7905111Z", + "lastUpdateTime": "2021-05-07T19:07:39.7905111Z", + "architecture": "mips64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:40.8769807Z", + "lastUpdateTime": "2021-05-07T19:07:40.8769807Z", + "architecture": "arm64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:38.702719Z", + "lastUpdateTime": "2021-05-07T19:07:38.702719Z", + "architecture": "ppc64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:38.7835794Z", + "lastUpdateTime": "2021-05-07T19:07:38.7835794Z", + "architecture": "386", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.0922794Z", + "lastUpdateTime": "2021-05-07T19:07:39.0922794Z", + "architecture": "s390x", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.5893711Z", + "lastUpdateTime": "2021-05-07T19:07:39.5893711Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", + "imageSize": 1125, + "createdTime": "2021-05-07T19:07:39.2114224Z", + "lastUpdateTime": "2021-05-07T19:07:39.2114224Z", + "architecture": "amd64", + "os": "windows", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "imageSize": 5325, + "createdTime": "2021-05-07T19:07:37.85514Z", + "lastUpdateTime": "2021-05-07T19:07:37.85514Z", + "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", + "tags": [ + "latest", + "newest", + "v1", + "v2", + "v3", + "v4" + ], + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "fb5e8b02db0c2730e05b4ad01dd195b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "3b304629-741f-4e8f-b01b-4edc21fff734" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "80cda8fcb91ee666e59ccc30f1551e3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:04 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "3cfb0c4b-6015-49f0-83f1-e8d200670fa9", + "x-ms-ratelimit-remaining-calls-per-second": "166.5" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhY2ZmM2VhMC01OWFhLTRkY2EtYjU5NC0yYzgwMTRhYjBiOTAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTM5LCJleHAiOjE2MjA2NjEzMzksImlhdCI6MTYyMDY2MDEzOSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.M20Bku9BqxvxxduQkQS7DArQK6PA16Xw2qxJdymQgnT6Enz9XtgdRXo9E-I0A1fCeP4o5xJ1IiSszpkVWKSiHnXZ8phADy4iG6XxF-WDaiyULzCJJrdCQZFcCxmcw8LnY2BTIyq5bGPaQ3pyX5GjpBqz3Tua28_Od22SGohdKGyGQLGV4tCsJnw9-D-tK5poJgS6Us7UpsfCyOJjNa2_bvFu5dkvRRq4oxwpwTc0ATITlTOEEQu2RbGdrVn5csC9kTvw0FwgPkzhbV-OFeKg30djZLXUIBh3JQkitiIg7GayRXaFNjB_725kZPqxCGs4O9wPCkg_NZJzR6p62Y3aDA" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "fb5e8b02db0c2730e05b4ad01dd195b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "518", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "e4b5a0d4-e44c-434a-a53d-79643ff2f918" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.7424525Z", + "lastUpdateTime": "2021-05-07T19:07:39.7424525Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "46d16aae58fe6ba34059ffeebc3a12f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "ce35a734-6874-44dd-b264-38020976ed55" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "8f445c98fea648162477156f0f00368a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:04 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "635487a8-91bf-442e-9270-2d663c2c73d5", + "x-ms-ratelimit-remaining-calls-per-second": "166.483333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhY2ZmM2VhMC01OWFhLTRkY2EtYjU5NC0yYzgwMTRhYjBiOTAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTM5LCJleHAiOjE2MjA2NjEzMzksImlhdCI6MTYyMDY2MDEzOSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.M20Bku9BqxvxxduQkQS7DArQK6PA16Xw2qxJdymQgnT6Enz9XtgdRXo9E-I0A1fCeP4o5xJ1IiSszpkVWKSiHnXZ8phADy4iG6XxF-WDaiyULzCJJrdCQZFcCxmcw8LnY2BTIyq5bGPaQ3pyX5GjpBqz3Tua28_Od22SGohdKGyGQLGV4tCsJnw9-D-tK5poJgS6Us7UpsfCyOJjNa2_bvFu5dkvRRq4oxwpwTc0ATITlTOEEQu2RbGdrVn5csC9kTvw0FwgPkzhbV-OFeKg30djZLXUIBh3JQkitiIg7GayRXaFNjB_725kZPqxCGs4O9wPCkg_NZJzR6p62Y3aDA" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "46d16aae58fe6ba34059ffeebc3a12f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "523", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3A88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "fbdb336a-23ec-42f3-8ccb-6402db8a3b64" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.7905111Z", + "lastUpdateTime": "2021-05-07T19:07:39.7905111Z", + "architecture": "mips64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b3220c3d4effa4b705613fc5ba7829ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "a197599f-4375-457f-b896-c66760dfaf2a" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "9497db8a8e11af975489218642335c40", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:04 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "660fa756-e508-4a9c-a7b9-170ff30d2654", + "x-ms-ratelimit-remaining-calls-per-second": "166.466667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhY2ZmM2VhMC01OWFhLTRkY2EtYjU5NC0yYzgwMTRhYjBiOTAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTM5LCJleHAiOjE2MjA2NjEzMzksImlhdCI6MTYyMDY2MDEzOSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.M20Bku9BqxvxxduQkQS7DArQK6PA16Xw2qxJdymQgnT6Enz9XtgdRXo9E-I0A1fCeP4o5xJ1IiSszpkVWKSiHnXZ8phADy4iG6XxF-WDaiyULzCJJrdCQZFcCxmcw8LnY2BTIyq5bGPaQ3pyX5GjpBqz3Tua28_Od22SGohdKGyGQLGV4tCsJnw9-D-tK5poJgS6Us7UpsfCyOJjNa2_bvFu5dkvRRq4oxwpwTc0ATITlTOEEQu2RbGdrVn5csC9kTvw0FwgPkzhbV-OFeKg30djZLXUIBh3JQkitiIg7GayRXaFNjB_725kZPqxCGs4O9wPCkg_NZJzR6p62Y3aDA" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b3220c3d4effa4b705613fc5ba7829ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "520", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "179b3db0-79f3-49e0-8318-01e478bf7191" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:40.8769807Z", + "lastUpdateTime": "2021-05-07T19:07:40.8769807Z", + "architecture": "arm64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b0b074235f1849f2a4a08a44be518dac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "5c901db9-fef5-4ea1-b049-329a13b8444a" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "34e56a4da168ae7974725e752d3161d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:04 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "224b3dd1-425c-4925-a918-ed6732536347", + "x-ms-ratelimit-remaining-calls-per-second": "166.45" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhY2ZmM2VhMC01OWFhLTRkY2EtYjU5NC0yYzgwMTRhYjBiOTAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTM5LCJleHAiOjE2MjA2NjEzMzksImlhdCI6MTYyMDY2MDEzOSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.M20Bku9BqxvxxduQkQS7DArQK6PA16Xw2qxJdymQgnT6Enz9XtgdRXo9E-I0A1fCeP4o5xJ1IiSszpkVWKSiHnXZ8phADy4iG6XxF-WDaiyULzCJJrdCQZFcCxmcw8LnY2BTIyq5bGPaQ3pyX5GjpBqz3Tua28_Od22SGohdKGyGQLGV4tCsJnw9-D-tK5poJgS6Us7UpsfCyOJjNa2_bvFu5dkvRRq4oxwpwTc0ATITlTOEEQu2RbGdrVn5csC9kTvw0FwgPkzhbV-OFeKg30djZLXUIBh3JQkitiIg7GayRXaFNjB_725kZPqxCGs4O9wPCkg_NZJzR6p62Y3aDA" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b0b074235f1849f2a4a08a44be518dac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "520", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Abb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "90706d76-0911-41af-a002-c1355cbec557" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:38.702719Z", + "lastUpdateTime": "2021-05-07T19:07:38.702719Z", + "architecture": "ppc64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Abb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "46a1ff0579c72b92e94df0700452f002", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "ea4adbe2-96a9-4446-9734-1cd3146f7c0b" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d83975fc284e82d8fb023ba5007c1c73", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:04 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "4c7d8d4c-6d40-4f2c-8e1a-c0a707e888d9", + "x-ms-ratelimit-remaining-calls-per-second": "166.433333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhY2ZmM2VhMC01OWFhLTRkY2EtYjU5NC0yYzgwMTRhYjBiOTAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTM5LCJleHAiOjE2MjA2NjEzMzksImlhdCI6MTYyMDY2MDEzOSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.M20Bku9BqxvxxduQkQS7DArQK6PA16Xw2qxJdymQgnT6Enz9XtgdRXo9E-I0A1fCeP4o5xJ1IiSszpkVWKSiHnXZ8phADy4iG6XxF-WDaiyULzCJJrdCQZFcCxmcw8LnY2BTIyq5bGPaQ3pyX5GjpBqz3Tua28_Od22SGohdKGyGQLGV4tCsJnw9-D-tK5poJgS6Us7UpsfCyOJjNa2_bvFu5dkvRRq4oxwpwTc0ATITlTOEEQu2RbGdrVn5csC9kTvw0FwgPkzhbV-OFeKg30djZLXUIBh3JQkitiIg7GayRXaFNjB_725kZPqxCGs4O9wPCkg_NZJzR6p62Y3aDA" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Abb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "46a1ff0579c72b92e94df0700452f002", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "518", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "c25a0590-a2d3-4c63-81a7-6fec0738f78a" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:38.7835794Z", + "lastUpdateTime": "2021-05-07T19:07:38.7835794Z", + "architecture": "386", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "bf3fb83e47afd4e4d7ba4b1ab108aa22", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "40e0d125-66d9-4fb8-b2e8-1b78ada4a3e5" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b8795b8289f7dc83271f4ac53eed2a6c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:04 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "6bd064b2-0887-4535-a947-78862a04c50c", + "x-ms-ratelimit-remaining-calls-per-second": "166.416667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhY2ZmM2VhMC01OWFhLTRkY2EtYjU5NC0yYzgwMTRhYjBiOTAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTM5LCJleHAiOjE2MjA2NjEzMzksImlhdCI6MTYyMDY2MDEzOSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.M20Bku9BqxvxxduQkQS7DArQK6PA16Xw2qxJdymQgnT6Enz9XtgdRXo9E-I0A1fCeP4o5xJ1IiSszpkVWKSiHnXZ8phADy4iG6XxF-WDaiyULzCJJrdCQZFcCxmcw8LnY2BTIyq5bGPaQ3pyX5GjpBqz3Tua28_Od22SGohdKGyGQLGV4tCsJnw9-D-tK5poJgS6Us7UpsfCyOJjNa2_bvFu5dkvRRq4oxwpwTc0ATITlTOEEQu2RbGdrVn5csC9kTvw0FwgPkzhbV-OFeKg30djZLXUIBh3JQkitiIg7GayRXaFNjB_725kZPqxCGs4O9wPCkg_NZJzR6p62Y3aDA" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "bf3fb83e47afd4e4d7ba4b1ab108aa22", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "520", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Ae49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "692329eb-60ef-4d66-8503-63eea55d615b" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.0922794Z", + "lastUpdateTime": "2021-05-07T19:07:39.0922794Z", + "architecture": "s390x", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Ae49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4c327c313013b45390650094ddbdd1f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "2af41f1a-d5aa-4ca8-9f6c-92b62866511b" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a42319586302b47b34629890fc1f95ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:04 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "416e4352-50be-4cdc-81d1-d46db197a565", + "x-ms-ratelimit-remaining-calls-per-second": "166.4" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhY2ZmM2VhMC01OWFhLTRkY2EtYjU5NC0yYzgwMTRhYjBiOTAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTM5LCJleHAiOjE2MjA2NjEzMzksImlhdCI6MTYyMDY2MDEzOSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.M20Bku9BqxvxxduQkQS7DArQK6PA16Xw2qxJdymQgnT6Enz9XtgdRXo9E-I0A1fCeP4o5xJ1IiSszpkVWKSiHnXZ8phADy4iG6XxF-WDaiyULzCJJrdCQZFcCxmcw8LnY2BTIyq5bGPaQ3pyX5GjpBqz3Tua28_Od22SGohdKGyGQLGV4tCsJnw9-D-tK5poJgS6Us7UpsfCyOJjNa2_bvFu5dkvRRq4oxwpwTc0ATITlTOEEQu2RbGdrVn5csC9kTvw0FwgPkzhbV-OFeKg30djZLXUIBh3JQkitiIg7GayRXaFNjB_725kZPqxCGs4O9wPCkg_NZJzR6p62Y3aDA" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Ae49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4c327c313013b45390650094ddbdd1f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "518", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:05 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "b3b5a4c8-5a94-4063-a164-d9507e8ae6d1" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.5893711Z", + "lastUpdateTime": "2021-05-07T19:07:39.5893711Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "34e9de8f5dd5510e08c4279289efff69", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:05 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "75a1974d-498b-495b-b18e-da08bac5e20c" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "256d574e86cacd6a007d18b098c2b871", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:05 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "fe2691e6-c94b-4da5-a255-5c2ee07b4eca", + "x-ms-ratelimit-remaining-calls-per-second": "166.383333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhY2ZmM2VhMC01OWFhLTRkY2EtYjU5NC0yYzgwMTRhYjBiOTAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTM5LCJleHAiOjE2MjA2NjEzMzksImlhdCI6MTYyMDY2MDEzOSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.M20Bku9BqxvxxduQkQS7DArQK6PA16Xw2qxJdymQgnT6Enz9XtgdRXo9E-I0A1fCeP4o5xJ1IiSszpkVWKSiHnXZ8phADy4iG6XxF-WDaiyULzCJJrdCQZFcCxmcw8LnY2BTIyq5bGPaQ3pyX5GjpBqz3Tua28_Od22SGohdKGyGQLGV4tCsJnw9-D-tK5poJgS6Us7UpsfCyOJjNa2_bvFu5dkvRRq4oxwpwTc0ATITlTOEEQu2RbGdrVn5csC9kTvw0FwgPkzhbV-OFeKg30djZLXUIBh3JQkitiIg7GayRXaFNjB_725kZPqxCGs4O9wPCkg_NZJzR6p62Y3aDA" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "34e9de8f5dd5510e08c4279289efff69", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "523", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:05 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Aea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "1430ba24-e69c-4e5a-8592-29ae4ac84512" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", + "imageSize": 1125, + "createdTime": "2021-05-07T19:07:39.2114224Z", + "lastUpdateTime": "2021-05-07T19:07:39.2114224Z", + "architecture": "amd64", + "os": "windows", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Aea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "fe0415cf9cd4fa1d0ad19b3d3ce92b44", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:05 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "f2e9b1f4-2db6-4d80-b61d-380af1ae38b5" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a4412e6270b10820741b3357455eb846", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:05 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "ff0c5f4e-5b2f-4c6b-86f0-397c17080c9d", + "x-ms-ratelimit-remaining-calls-per-second": "166.366667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhY2ZmM2VhMC01OWFhLTRkY2EtYjU5NC0yYzgwMTRhYjBiOTAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTM5LCJleHAiOjE2MjA2NjEzMzksImlhdCI6MTYyMDY2MDEzOSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.M20Bku9BqxvxxduQkQS7DArQK6PA16Xw2qxJdymQgnT6Enz9XtgdRXo9E-I0A1fCeP4o5xJ1IiSszpkVWKSiHnXZ8phADy4iG6XxF-WDaiyULzCJJrdCQZFcCxmcw8LnY2BTIyq5bGPaQ3pyX5GjpBqz3Tua28_Od22SGohdKGyGQLGV4tCsJnw9-D-tK5poJgS6Us7UpsfCyOJjNa2_bvFu5dkvRRq4oxwpwTc0ATITlTOEEQu2RbGdrVn5csC9kTvw0FwgPkzhbV-OFeKg30djZLXUIBh3JQkitiIg7GayRXaFNjB_725kZPqxCGs4O9wPCkg_NZJzR6p62Y3aDA" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Aea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "fe0415cf9cd4fa1d0ad19b3d3ce92b44", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "506", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:05 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "4dbedbe1-f269-4f05-9f58-8c48955c3800" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "imageSize": 5325, + "createdTime": "2021-05-07T19:07:37.85514Z", + "lastUpdateTime": "2021-05-07T19:07:37.85514Z", + "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", + "tags": [ + "latest", + "newest", + "v1", + "v2", + "v3", + "v4" + ], + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "73661041" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetArtifactsStartingMidCollection(True)Async.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetArtifactsStartingMidCollection(True)Async.json new file mode 100644 index 000000000000..e434f6be3adf --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetArtifactsStartingMidCollection(True)Async.json @@ -0,0 +1,1470 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "fcac3ad75dd1cd33641380d4954427fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:53 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "94d8ffdf-28fe-48b0-9ab9-0b7ff86718b0" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "644a860f4574cadb46ba171d0c726087", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:53 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "4c6a3bf8-d1c9-4451-b69d-94f769ed7c26", + "x-ms-ratelimit-remaining-calls-per-second": "166.366667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhY2ZmM2VhMC01OWFhLTRkY2EtYjU5NC0yYzgwMTRhYjBiOTAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTM5LCJleHAiOjE2MjA2NjEzMzksImlhdCI6MTYyMDY2MDEzOSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.M20Bku9BqxvxxduQkQS7DArQK6PA16Xw2qxJdymQgnT6Enz9XtgdRXo9E-I0A1fCeP4o5xJ1IiSszpkVWKSiHnXZ8phADy4iG6XxF-WDaiyULzCJJrdCQZFcCxmcw8LnY2BTIyq5bGPaQ3pyX5GjpBqz3Tua28_Od22SGohdKGyGQLGV4tCsJnw9-D-tK5poJgS6Us7UpsfCyOJjNa2_bvFu5dkvRRq4oxwpwTc0ATITlTOEEQu2RbGdrVn5csC9kTvw0FwgPkzhbV-OFeKg30djZLXUIBh3JQkitiIg7GayRXaFNjB_725kZPqxCGs4O9wPCkg_NZJzR6p62Y3aDA" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "fcac3ad75dd1cd33641380d4954427fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:54 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "8b1a9197-15ab-45b8-846e-892f67ac6cfc" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:38.9287786Z", + "lastUpdateTime": "2021-05-07T19:07:38.9287786Z", + "architecture": "amd64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.7424525Z", + "lastUpdateTime": "2021-05-07T19:07:39.7424525Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.7905111Z", + "lastUpdateTime": "2021-05-07T19:07:39.7905111Z", + "architecture": "mips64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:40.8769807Z", + "lastUpdateTime": "2021-05-07T19:07:40.8769807Z", + "architecture": "arm64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:38.702719Z", + "lastUpdateTime": "2021-05-07T19:07:38.702719Z", + "architecture": "ppc64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:38.7835794Z", + "lastUpdateTime": "2021-05-07T19:07:38.7835794Z", + "architecture": "386", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.0922794Z", + "lastUpdateTime": "2021-05-07T19:07:39.0922794Z", + "architecture": "s390x", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.5893711Z", + "lastUpdateTime": "2021-05-07T19:07:39.5893711Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", + "imageSize": 1125, + "createdTime": "2021-05-07T19:07:39.2114224Z", + "lastUpdateTime": "2021-05-07T19:07:39.2114224Z", + "architecture": "amd64", + "os": "windows", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "imageSize": 5325, + "createdTime": "2021-05-07T19:07:37.85514Z", + "lastUpdateTime": "2021-05-07T19:07:37.85514Z", + "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", + "tags": [ + "latest", + "newest", + "v1", + "v2", + "v3", + "v4" + ], + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e695314d78e1996f4c3b671906e5371f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:54 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "ab0403ce-d860-46a7-b04f-886b1bc19f13" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "607826bbfe8792495ee2b6164516c1f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:54 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "e45398b0-2907-4bd8-95a2-6e5abaa07fbf", + "x-ms-ratelimit-remaining-calls-per-second": "166.35" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhY2ZmM2VhMC01OWFhLTRkY2EtYjU5NC0yYzgwMTRhYjBiOTAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTM5LCJleHAiOjE2MjA2NjEzMzksImlhdCI6MTYyMDY2MDEzOSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.M20Bku9BqxvxxduQkQS7DArQK6PA16Xw2qxJdymQgnT6Enz9XtgdRXo9E-I0A1fCeP4o5xJ1IiSszpkVWKSiHnXZ8phADy4iG6XxF-WDaiyULzCJJrdCQZFcCxmcw8LnY2BTIyq5bGPaQ3pyX5GjpBqz3Tua28_Od22SGohdKGyGQLGV4tCsJnw9-D-tK5poJgS6Us7UpsfCyOJjNa2_bvFu5dkvRRq4oxwpwTc0ATITlTOEEQu2RbGdrVn5csC9kTvw0FwgPkzhbV-OFeKg30djZLXUIBh3JQkitiIg7GayRXaFNjB_725kZPqxCGs4O9wPCkg_NZJzR6p62Y3aDA" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e695314d78e1996f4c3b671906e5371f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "518", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:54 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "a8368473-2708-4dac-b7a4-17f84f83d528" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.7424525Z", + "lastUpdateTime": "2021-05-07T19:07:39.7424525Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6386f8b340af961a16b11838ddc1c360", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "close", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:54 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "c9d79bdc-4d24-4b5f-bf39-aeb1e1f4f4b6" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e561f78300f94e00e70387fec2585336", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:55 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "9420ad21-de96-4904-9ea4-583c5ce3bd81", + "x-ms-ratelimit-remaining-calls-per-second": "166.65" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6386f8b340af961a16b11838ddc1c360", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "523", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:55 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3A88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "7e843ec7-81c1-469c-9ece-6cdfad63ac92" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.7905111Z", + "lastUpdateTime": "2021-05-07T19:07:39.7905111Z", + "architecture": "mips64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0e66747ad35f7b700ce249d6e611b49d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:55 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "b5597951-c75a-4497-b2e6-d291ba344a26" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4e93561fdcb4b2f9f7377cacb91bd3bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:55 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "165b3ee8-88e7-482f-977c-f9ed799dccc5", + "x-ms-ratelimit-remaining-calls-per-second": "166.633333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0e66747ad35f7b700ce249d6e611b49d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "520", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:55 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "163797d2-0992-413c-86a0-8b54a3b1e268" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:40.8769807Z", + "lastUpdateTime": "2021-05-07T19:07:40.8769807Z", + "architecture": "arm64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "68bee25db45baf0187e6d816b72a68d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:55 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "fadd88f9-bfca-4815-8e43-0a6499e02d1c" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6cdfea4e05c59e817bb3162757c4c1f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:55 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "32a9ef06-f088-42cb-b31f-04f0c455b498", + "x-ms-ratelimit-remaining-calls-per-second": "166.616667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "68bee25db45baf0187e6d816b72a68d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "520", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:55 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Abb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "ca3128ef-0d04-45d6-b056-1939c502e84e" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:38.702719Z", + "lastUpdateTime": "2021-05-07T19:07:38.702719Z", + "architecture": "ppc64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Abb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "04788b0f4b526a4155e3c6ce03e2fbcd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:55 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "01335196-a46e-4200-98ee-73dfdada6bbc" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ce5da5cf673c57f86020eda89dd958c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:55 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "d593c03d-ed09-44c0-94ba-6de42599d0d5", + "x-ms-ratelimit-remaining-calls-per-second": "166.6" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Abb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "04788b0f4b526a4155e3c6ce03e2fbcd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "518", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:55 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "45b9f7bc-05ad-485e-a428-68d7956ffd70" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:38.7835794Z", + "lastUpdateTime": "2021-05-07T19:07:38.7835794Z", + "architecture": "386", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "2b07e82464b10384a97416e13eb29b99", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:55 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "39f6343d-3268-4e34-993a-1fa5087dadb0" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b15749b8f266a7b49220a3325d99cc7b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:55 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "6ed1eee7-8db3-4aad-aae0-ae8babb0eb98", + "x-ms-ratelimit-remaining-calls-per-second": "166.583333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "2b07e82464b10384a97416e13eb29b99", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "520", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:55 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Ae49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "99422960-23a7-4f3d-8a2b-22346154c40b" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.0922794Z", + "lastUpdateTime": "2021-05-07T19:07:39.0922794Z", + "architecture": "s390x", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Ae49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "1baa038bcfda6a1b215925c7501719ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:55 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "9d9bf1c1-63d4-4df8-bd36-7f8b63d39b31" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "53ef5485a682315c33609991c151a50f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:56 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "cf2a60ae-5d40-49e7-b107-26cf08d1c6e0", + "x-ms-ratelimit-remaining-calls-per-second": "166.566667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Ae49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "1baa038bcfda6a1b215925c7501719ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "518", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:56 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "064be24b-cf92-4ba2-baeb-99995a873f09" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.5893711Z", + "lastUpdateTime": "2021-05-07T19:07:39.5893711Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3a559ba87f07e8be2eed900cccec567b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:56 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "438c94f4-d5cc-417e-afb2-561eb70084af" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "09adf40778a9e5f9a779e77a368aa9cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:56 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "85ec5d17-5fc4-49e5-908f-60d855c84922", + "x-ms-ratelimit-remaining-calls-per-second": "166.55" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3a559ba87f07e8be2eed900cccec567b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "523", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:56 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Aea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "65c802e3-065c-4aa6-876f-c78814f1dabb" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", + "imageSize": 1125, + "createdTime": "2021-05-07T19:07:39.2114224Z", + "lastUpdateTime": "2021-05-07T19:07:39.2114224Z", + "architecture": "amd64", + "os": "windows", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Aea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b51f16b4dec105a696072594154f6447", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:56 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "c19206c3-de74-4556-bd14-61cff4ba808c" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "cc891d099ba42f66a270928e9843b1a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:56 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "655b9260-90d8-4ada-ba54-677cede3c304", + "x-ms-ratelimit-remaining-calls-per-second": "166.533333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library/hello-world/_manifests?last=sha256%3Aea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b51f16b4dec105a696072594154f6447", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "506", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:56 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "0b3dfbc7-60e5-4995-959c-2be3cb055b0d" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "imageSize": 5325, + "createdTime": "2021-05-07T19:07:37.85514Z", + "lastUpdateTime": "2021-05-07T19:07:37.85514Z", + "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", + "tags": [ + "latest", + "newest", + "v1", + "v2", + "v3", + "v4" + ], + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "858073385" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetArtifactsStartingMidCollection.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetArtifactsStartingMidCollection.json index 8a46a022e642..8967887ad579 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetArtifactsStartingMidCollection.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetArtifactsStartingMidCollection.json @@ -5,8 +5,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8efb747a5fc949ae19d26be06ecb25fb", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:54 GMT", + "Date": "Thu, 06 May 2021 00:51:34 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "087d3a8b-fd37-444f-80cc-fe1198220d51" + "X-Ms-Correlation-Request-Id": "555d7e16-ea4c-499a-9aea-c27f4074047f" }, "ResponseBody": { "errors": [ @@ -56,7 +55,7 @@ "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2ac81d68e9c30621bcaaf77df5c9a4d4", "x-ms-return-client-request-id": "true" }, @@ -65,15 +64,15 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:54 GMT", + "Date": "Thu, 06 May 2021 00:51:34 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "be2fe3e1-e205-4c5c-ab28-390163569cdb", - "x-ms-ratelimit-remaining-calls-per-second": "166.616667" + "X-Ms-Correlation-Request-Id": "44f894e8-95f5-4506-a4be-af8ba107876b", + "x-ms-ratelimit-remaining-calls-per-second": "166.1" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjYzNDIyOTV9.Sanitized" } }, { @@ -83,7 +82,7 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "311060279ef673713d5c005dc7237d36", "x-ms-return-client-request-id": "true" }, @@ -92,12 +91,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:54 GMT", + "Date": "Thu, 06 May 2021 00:51:34 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "cfbb2640-4f3a-4fb6-aab9-a875e9d937d5", - "x-ms-ratelimit-remaining-calls-per-second": "166.6" + "X-Ms-Correlation-Request-Id": "ffd4cc3a-2965-447d-8d0c-637520dc48f6", + "x-ms-ratelimit-remaining-calls-per-second": "166.083333" }, "ResponseBody": { "access_token": "Sanitized" @@ -109,7 +108,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8efb747a5fc949ae19d26be06ecb25fb", "x-ms-return-client-request-id": "true" }, @@ -124,7 +123,7 @@ ], "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:54 GMT", + "Date": "Thu, 06 May 2021 00:51:35 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,7 +132,7 @@ ], "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "89ead333-11c4-4855-96e8-4fb2b0279ef3" + "X-Ms-Correlation-Request-Id": "34d2a462-203d-4f5c-a201-51e80dc5ad07" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -141,9 +140,9 @@ "manifests": [ { "digest": "sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.8237433Z", - "lastUpdateTime": "2021-04-23T18:32:20.8237433Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.4607585Z", + "lastUpdateTime": "2021-05-06T00:51:27.4607585Z", "architecture": "amd64", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -157,9 +156,9 @@ }, { "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.8004016Z", - "lastUpdateTime": "2021-04-23T18:32:21.8004016Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.3945148Z", + "lastUpdateTime": "2021-05-06T00:51:27.3945148Z", "architecture": "arm", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -173,9 +172,9 @@ }, { "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.9240517Z", - "lastUpdateTime": "2021-04-23T18:32:20.9240517Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.6931717Z", + "lastUpdateTime": "2021-05-06T00:51:27.6931717Z", "architecture": "mips64le", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -189,9 +188,9 @@ }, { "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.3113299Z", - "lastUpdateTime": "2021-04-23T18:32:20.3113299Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.7937315Z", + "lastUpdateTime": "2021-05-06T00:51:27.7937315Z", "architecture": "arm64", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -205,9 +204,9 @@ }, { "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.1240623Z", - "lastUpdateTime": "2021-04-23T18:32:21.1240623Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:29.4499382Z", + "lastUpdateTime": "2021-05-06T00:51:29.4499382Z", "architecture": "ppc64le", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -221,9 +220,9 @@ }, { "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.7655954Z", - "lastUpdateTime": "2021-04-23T18:32:20.7655954Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.3004526Z", + "lastUpdateTime": "2021-05-06T00:51:27.3004526Z", "architecture": "386", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -237,9 +236,9 @@ }, { "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.3351841Z", - "lastUpdateTime": "2021-04-23T18:32:21.3351841Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:28.4743451Z", + "lastUpdateTime": "2021-05-06T00:51:28.4743451Z", "architecture": "s390x", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -253,9 +252,9 @@ }, { "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.3983424Z", - "lastUpdateTime": "2021-04-23T18:32:20.3983424Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.3511925Z", + "lastUpdateTime": "2021-05-06T00:51:27.3511925Z", "architecture": "arm", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -269,9 +268,9 @@ }, { "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.2523432Z", - "lastUpdateTime": "2021-04-23T18:32:21.2523432Z", + "imageSize": 1125, + "createdTime": "2021-05-06T00:51:27.9357278Z", + "lastUpdateTime": "2021-05-06T00:51:27.9357278Z", "architecture": "amd64", "os": "windows", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -285,13 +284,12 @@ }, { "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.0014168Z", - "lastUpdateTime": "2021-04-23T18:32:20.0014168Z", + "imageSize": 5325, + "createdTime": "2021-05-06T00:51:27.0221291Z", + "lastUpdateTime": "2021-05-06T00:51:27.0221291Z", "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", "tags": [ "latest", - "newest", "v1", "v2", "v3", @@ -312,8 +310,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "35f8bc65f527912152f4d11f67305350", "x-ms-return-client-request-id": "true" }, @@ -329,16 +326,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:54 GMT", + "Date": "Thu, 06 May 2021 00:51:35 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "b589e6c2-e16a-4182-954e-96f497e06545" + "X-Ms-Correlation-Request-Id": "54a500b1-ac65-42cf-b324-30188f80f926" }, "ResponseBody": { "errors": [ @@ -356,33 +353,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "0db9962ef4bac904ab55ec67e8c33f98", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:54 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "ca352e92-9951-4941-9665-e8c83449729d", - "x-ms-ratelimit-remaining-calls-per-second": "166.583333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -390,8 +360,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "3917c12c6ed131ad3f7fde02cc520c0c", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0db9962ef4bac904ab55ec67e8c33f98", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -399,12 +369,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:54 GMT", + "Date": "Thu, 06 May 2021 00:51:35 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "fcf1ecd3-3726-415b-87db-72bc11c39864", - "x-ms-ratelimit-remaining-calls-per-second": "166.566667" + "X-Ms-Correlation-Request-Id": "3d78c821-11ef-4927-b7d3-b02cfd54cb0e", + "x-ms-ratelimit-remaining-calls-per-second": "166.066667" }, "ResponseBody": { "access_token": "Sanitized" @@ -416,7 +386,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "35f8bc65f527912152f4d11f67305350", "x-ms-return-client-request-id": "true" }, @@ -430,9 +400,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "512", + "Content-Length": "514", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:54 GMT", + "Date": "Thu, 06 May 2021 00:51:35 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -441,7 +411,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "67ba12b2-8cf7-4ab3-9c28-a21308b2d40d" + "X-Ms-Correlation-Request-Id": "150e4811-3ef7-479a-93df-b40f700f3db2" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -449,9 +419,9 @@ "manifests": [ { "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.8004016Z", - "lastUpdateTime": "2021-04-23T18:32:21.8004016Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.3945148Z", + "lastUpdateTime": "2021-05-06T00:51:27.3945148Z", "architecture": "arm", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -471,9 +441,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "302fb0096f6a707cb72e89d208b9a98f", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3917c12c6ed131ad3f7fde02cc520c0c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -488,16 +457,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:55 GMT", + "Date": "Thu, 06 May 2021 00:51:35 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "306828f3-c123-49a3-9349-e2a886c5a403" + "X-Ms-Correlation-Request-Id": "7c02ce6b-3595-43e4-9902-121aad32d127" }, "ResponseBody": { "errors": [ @@ -515,33 +484,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "a6f239b51918bf7fe887ce3a1602fd59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:55 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "29c07b72-d33e-40d5-9dbf-cf4bb4bbf394", - "x-ms-ratelimit-remaining-calls-per-second": "166.55" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -549,8 +491,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "385edf480e93bd2e44a782a2e5db2885", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "302fb0096f6a707cb72e89d208b9a98f", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -558,12 +500,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:55 GMT", + "Date": "Thu, 06 May 2021 00:51:35 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "8c3615b1-1f35-4434-82f5-db351ddb7999", - "x-ms-ratelimit-remaining-calls-per-second": "166.533333" + "X-Ms-Correlation-Request-Id": "04c26f39-75de-4abe-b548-f96a43607e2e", + "x-ms-ratelimit-remaining-calls-per-second": "166.05" }, "ResponseBody": { "access_token": "Sanitized" @@ -575,8 +517,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "302fb0096f6a707cb72e89d208b9a98f", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3917c12c6ed131ad3f7fde02cc520c0c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -589,9 +531,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "517", + "Content-Length": "519", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:55 GMT", + "Date": "Thu, 06 May 2021 00:51:35 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3A88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -600,7 +542,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "8344529a-cbfe-4168-a104-f3176645f119" + "X-Ms-Correlation-Request-Id": "194ec9c5-a189-4073-9a4b-cc0ef1f97ce9" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -608,9 +550,9 @@ "manifests": [ { "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.9240517Z", - "lastUpdateTime": "2021-04-23T18:32:20.9240517Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.6931717Z", + "lastUpdateTime": "2021-05-06T00:51:27.6931717Z", "architecture": "mips64le", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -630,9 +572,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "934c4ed5665feff4306f48e2a1415ab4", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a6f239b51918bf7fe887ce3a1602fd59", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -647,16 +588,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:55 GMT", + "Date": "Thu, 06 May 2021 00:51:35 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "3a26850f-c48b-49dd-84f0-4d4d6a98754d" + "X-Ms-Correlation-Request-Id": "bd1022e0-7548-446e-b60b-9ad270c3f12b" }, "ResponseBody": { "errors": [ @@ -674,33 +615,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "28892f31715ba7fb0a35617197ddda0d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:55 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "7cba631b-be17-4956-90e7-0bff44f79435", - "x-ms-ratelimit-remaining-calls-per-second": "166.516667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -708,8 +622,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "c865485f69b5e2f9eb6e0724c54c1b03", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "385edf480e93bd2e44a782a2e5db2885", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -717,12 +631,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:55 GMT", + "Date": "Thu, 06 May 2021 00:51:35 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "5c0e5357-82ab-4126-8555-f69e4054e4d0", - "x-ms-ratelimit-remaining-calls-per-second": "166.5" + "X-Ms-Correlation-Request-Id": "674e9185-876f-48bf-ac56-ce98cf8ad9a5", + "x-ms-ratelimit-remaining-calls-per-second": "166.033333" }, "ResponseBody": { "access_token": "Sanitized" @@ -734,8 +648,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "934c4ed5665feff4306f48e2a1415ab4", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a6f239b51918bf7fe887ce3a1602fd59", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -748,9 +662,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "514", + "Content-Length": "516", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:55 GMT", + "Date": "Thu, 06 May 2021 00:51:35 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -759,7 +673,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "3521a2a2-1d04-4b8a-8926-875ee0a6e317" + "X-Ms-Correlation-Request-Id": "428e0618-5c20-4b04-bde5-632556d17d77" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -767,9 +681,9 @@ "manifests": [ { "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.3113299Z", - "lastUpdateTime": "2021-04-23T18:32:20.3113299Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.7937315Z", + "lastUpdateTime": "2021-05-06T00:51:27.7937315Z", "architecture": "arm64", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -789,9 +703,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "b571cd4cff52642952a5882a05835853", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "934c4ed5665feff4306f48e2a1415ab4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -806,16 +719,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:55 GMT", + "Date": "Thu, 06 May 2021 00:51:35 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "54e68295-4741-4ae1-807c-5ac6d4dca043" + "X-Ms-Correlation-Request-Id": "3c008519-a36f-46cd-b2ca-69329c8b8da7" }, "ResponseBody": { "errors": [ @@ -833,33 +746,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "58823b9591dcc7ff36a73ded69d7e1be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:55 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "e0c58410-33a1-4471-987d-b94995bdfd20", - "x-ms-ratelimit-remaining-calls-per-second": "166.483333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -867,8 +753,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "c9245d1a246b5fbb1f007510e0cfdc68", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "28892f31715ba7fb0a35617197ddda0d", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -876,12 +762,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:55 GMT", + "Date": "Thu, 06 May 2021 00:51:35 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "807079ed-3af3-47d5-97b3-0fc7883968c0", - "x-ms-ratelimit-remaining-calls-per-second": "166.466667" + "X-Ms-Correlation-Request-Id": "4878a1fb-7c82-43db-b59f-2df1b47a868b", + "x-ms-ratelimit-remaining-calls-per-second": "166.016667" }, "ResponseBody": { "access_token": "Sanitized" @@ -893,8 +779,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "b571cd4cff52642952a5882a05835853", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "934c4ed5665feff4306f48e2a1415ab4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -907,9 +793,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "516", + "Content-Length": "518", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:55 GMT", + "Date": "Thu, 06 May 2021 00:51:35 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Abb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -918,7 +804,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "1fdfefdd-81d1-4be3-a471-6846e44e66ac" + "X-Ms-Correlation-Request-Id": "a1c7cca9-2957-480f-b847-7cc9c4dab5ed" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -926,9 +812,9 @@ "manifests": [ { "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.1240623Z", - "lastUpdateTime": "2021-04-23T18:32:21.1240623Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:29.4499382Z", + "lastUpdateTime": "2021-05-06T00:51:29.4499382Z", "architecture": "ppc64le", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -948,9 +834,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "8a8fb416c2c9bb27cea97faac23cfa7b", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c865485f69b5e2f9eb6e0724c54c1b03", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -965,16 +850,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:55 GMT", + "Date": "Thu, 06 May 2021 00:51:35 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "35037f51-3396-4672-8b12-c70f9ce9eb04" + "X-Ms-Correlation-Request-Id": "226d23c4-48e8-4c96-a535-c0672ee85766" }, "ResponseBody": { "errors": [ @@ -992,33 +877,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "a710cac48e5e70e7802339db1ceee666", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:56 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "64f70ef1-a213-42e4-801a-ecd79fbbbef5", - "x-ms-ratelimit-remaining-calls-per-second": "166.45" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -1026,8 +884,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "b5d6d5ca564857f43669fac1a5109de2", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b571cd4cff52642952a5882a05835853", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -1035,12 +893,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:56 GMT", + "Date": "Thu, 06 May 2021 00:51:35 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "d1c7474c-fb23-4466-833b-f257058c6bfd", - "x-ms-ratelimit-remaining-calls-per-second": "166.433333" + "X-Ms-Correlation-Request-Id": "1bdf63d1-e8ae-4c83-bf1d-de37ec8eb72a", + "x-ms-ratelimit-remaining-calls-per-second": "166" }, "ResponseBody": { "access_token": "Sanitized" @@ -1052,8 +910,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "8a8fb416c2c9bb27cea97faac23cfa7b", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c865485f69b5e2f9eb6e0724c54c1b03", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1066,9 +924,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "512", + "Content-Length": "514", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:56 GMT", + "Date": "Thu, 06 May 2021 00:51:35 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -1077,7 +935,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "1066639f-a49d-41f8-9f82-8358ad6407ac" + "X-Ms-Correlation-Request-Id": "d98f44cc-be84-489f-a1d0-f7c4677b89f1" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -1085,9 +943,9 @@ "manifests": [ { "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.7655954Z", - "lastUpdateTime": "2021-04-23T18:32:20.7655954Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.3004526Z", + "lastUpdateTime": "2021-05-06T00:51:27.3004526Z", "architecture": "386", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -1107,9 +965,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "164bfa0535bf8809cc1e0aa6884b9fdf", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "58823b9591dcc7ff36a73ded69d7e1be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1124,16 +981,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:56 GMT", + "Date": "Thu, 06 May 2021 00:51:35 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "a4a5202a-e48b-482a-914c-6c7ffd8356fa" + "X-Ms-Correlation-Request-Id": "e76697f0-5f0c-4cb6-8083-fbf36f6d5212" }, "ResponseBody": { "errors": [ @@ -1151,33 +1008,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "ede018c345666d33d5b871f59326cb6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:56 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "43da571c-49c2-40fc-bd40-0c90b20ae30c", - "x-ms-ratelimit-remaining-calls-per-second": "166.416667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -1185,8 +1015,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "21d65686cfa394a7cb4ee8294b4eceeb", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c9245d1a246b5fbb1f007510e0cfdc68", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -1194,12 +1024,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:56 GMT", + "Date": "Thu, 06 May 2021 00:51:35 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "dd89c83c-e7be-4c23-a52f-4b6fd28aa81d", - "x-ms-ratelimit-remaining-calls-per-second": "166.4" + "X-Ms-Correlation-Request-Id": "6c581b19-5caf-4ce0-9dea-a78ab28b6278", + "x-ms-ratelimit-remaining-calls-per-second": "165.983333" }, "ResponseBody": { "access_token": "Sanitized" @@ -1211,8 +1041,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "164bfa0535bf8809cc1e0aa6884b9fdf", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "58823b9591dcc7ff36a73ded69d7e1be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1225,9 +1055,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "514", + "Content-Length": "516", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:56 GMT", + "Date": "Thu, 06 May 2021 00:51:36 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Ae49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -1236,7 +1066,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "43e9433c-e63f-4678-95b8-57522d1cff23" + "X-Ms-Correlation-Request-Id": "85707322-c262-47fb-8b72-7f987a490554" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -1244,9 +1074,9 @@ "manifests": [ { "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.3351841Z", - "lastUpdateTime": "2021-04-23T18:32:21.3351841Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:28.4743451Z", + "lastUpdateTime": "2021-05-06T00:51:28.4743451Z", "architecture": "s390x", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -1266,9 +1096,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "8cfe1bcab02fbf7cc7de4106c414f4a6", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "8a8fb416c2c9bb27cea97faac23cfa7b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1283,16 +1112,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:56 GMT", + "Date": "Thu, 06 May 2021 00:51:36 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "d93f7718-ddc7-4e31-8908-c2512c25442a" + "X-Ms-Correlation-Request-Id": "3e878c0b-7aec-4063-ad5a-a59d3b00fb30" }, "ResponseBody": { "errors": [ @@ -1310,33 +1139,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "321f9a537d74f33c714b21185c092186", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:56 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "a89d9a27-46ed-47c5-8917-b7d5752f36c3", - "x-ms-ratelimit-remaining-calls-per-second": "166.383333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -1344,8 +1146,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "782b85e93e28d63fda165ac48ea0d0b6", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a710cac48e5e70e7802339db1ceee666", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -1353,12 +1155,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:56 GMT", + "Date": "Thu, 06 May 2021 00:51:36 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "fd9514d9-8072-464e-a178-84723756273a", - "x-ms-ratelimit-remaining-calls-per-second": "166.366667" + "X-Ms-Correlation-Request-Id": "434431f4-d403-4538-8ffa-c274d12d3947", + "x-ms-ratelimit-remaining-calls-per-second": "165.966667" }, "ResponseBody": { "access_token": "Sanitized" @@ -1370,8 +1172,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "8cfe1bcab02fbf7cc7de4106c414f4a6", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "8a8fb416c2c9bb27cea97faac23cfa7b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1384,9 +1186,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "512", + "Content-Length": "514", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:56 GMT", + "Date": "Thu, 06 May 2021 00:51:36 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -1395,7 +1197,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "cf5582d8-894d-4a9f-bba0-4db9be8873fb" + "X-Ms-Correlation-Request-Id": "b91e6bd2-5685-4f85-9e26-08de57b55717" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -1403,9 +1205,9 @@ "manifests": [ { "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.3983424Z", - "lastUpdateTime": "2021-04-23T18:32:20.3983424Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.3511925Z", + "lastUpdateTime": "2021-05-06T00:51:27.3511925Z", "architecture": "arm", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -1425,9 +1227,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "b0d642599c2f4c76de0a1ae48e6462be", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b5d6d5ca564857f43669fac1a5109de2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1442,16 +1243,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:56 GMT", + "Date": "Thu, 06 May 2021 00:51:36 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "f5d1737c-36ba-4c87-ba49-f8d750c22a44" + "X-Ms-Correlation-Request-Id": "626a0157-28b3-4d9a-bea7-0afdb0bb6d70" }, "ResponseBody": { "errors": [ @@ -1469,33 +1270,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "3e1cbabc7ce9157e5a49585d227765d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:56 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "f22432ff-7973-4ff3-8dca-b92df970bf7d", - "x-ms-ratelimit-remaining-calls-per-second": "166.35" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -1503,8 +1277,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "1abe6a7b70324d570fde991d235b4775", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "164bfa0535bf8809cc1e0aa6884b9fdf", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -1512,12 +1286,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:56 GMT", + "Date": "Thu, 06 May 2021 00:51:36 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "1557be96-627c-482e-ac05-546d85976fae", - "x-ms-ratelimit-remaining-calls-per-second": "166.333333" + "X-Ms-Correlation-Request-Id": "3701053d-53fb-4b5d-9a43-3e14030e6fb0", + "x-ms-ratelimit-remaining-calls-per-second": "165.95" }, "ResponseBody": { "access_token": "Sanitized" @@ -1529,8 +1303,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "b0d642599c2f4c76de0a1ae48e6462be", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b5d6d5ca564857f43669fac1a5109de2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1543,9 +1317,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "516", + "Content-Length": "519", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:56 GMT", + "Date": "Thu, 06 May 2021 00:51:36 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Aea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -1554,7 +1328,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "3a6ee1f1-f6d3-462c-b5ab-f5094febe3de" + "X-Ms-Correlation-Request-Id": "7c5bef4e-3896-414b-95d6-79c2667cfaac" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -1562,9 +1336,9 @@ "manifests": [ { "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.2523432Z", - "lastUpdateTime": "2021-04-23T18:32:21.2523432Z", + "imageSize": 1125, + "createdTime": "2021-05-06T00:51:27.9357278Z", + "lastUpdateTime": "2021-05-06T00:51:27.9357278Z", "architecture": "amd64", "os": "windows", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -1584,9 +1358,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "d3089cb39183ddcdc4c156e544182a66", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ede018c345666d33d5b871f59326cb6f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1601,16 +1374,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:56 GMT", + "Date": "Thu, 06 May 2021 00:51:36 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "d4339338-9db5-4431-8981-e556285ae2ad" + "X-Ms-Correlation-Request-Id": "a2e680e0-cdef-4997-b77e-9d747f43fae1" }, "ResponseBody": { "errors": [ @@ -1628,33 +1401,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "236949a548a54b8b63cf2f0be260f1ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:57 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "052232df-d24a-4f18-8338-b5e707bda75a", - "x-ms-ratelimit-remaining-calls-per-second": "166.316667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -1662,8 +1408,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "86aae201916fe94e9de156711a7209f6", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "21d65686cfa394a7cb4ee8294b4eceeb", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -1671,12 +1417,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:57 GMT", + "Date": "Thu, 06 May 2021 00:51:36 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "f8f0eb81-8416-4696-946e-6d90d63975dd", - "x-ms-ratelimit-remaining-calls-per-second": "166.3" + "X-Ms-Correlation-Request-Id": "5a45d31e-d4d9-42ab-90fa-ce75c88dea78", + "x-ms-ratelimit-remaining-calls-per-second": "165.933333" }, "ResponseBody": { "access_token": "Sanitized" @@ -1688,8 +1434,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "d3089cb39183ddcdc4c156e544182a66", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ede018c345666d33d5b871f59326cb6f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1702,9 +1448,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "503", + "Content-Length": "497", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:57 GMT", + "Date": "Thu, 06 May 2021 00:51:36 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -1712,7 +1458,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "b0e8bc3f-07fc-49bb-aba0-8c1a234b48b2" + "X-Ms-Correlation-Request-Id": "98a1f625-0aaf-4891-a530-704a2fa24742" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -1720,13 +1466,12 @@ "manifests": [ { "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.0014168Z", - "lastUpdateTime": "2021-04-23T18:32:20.0014168Z", + "imageSize": 5325, + "createdTime": "2021-05-06T00:51:27.0221291Z", + "lastUpdateTime": "2021-05-06T00:51:27.0221291Z", "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", "tags": [ "latest", - "newest", "v1", "v2", "v3", diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetArtifactsStartingMidCollectionAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetArtifactsStartingMidCollectionAsync.json index b278aad0ad38..89549ebe919f 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetArtifactsStartingMidCollectionAsync.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetArtifactsStartingMidCollectionAsync.json @@ -5,8 +5,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a2e0cc4be77165e791c9c3745845bbbd", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:33 GMT", + "Date": "Thu, 06 May 2021 00:52:22 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "f2d42071-3b26-4f23-9abb-465dd826c38d" + "X-Ms-Correlation-Request-Id": "519ae03d-8716-419a-b0be-c40a0c7285df" }, "ResponseBody": { "errors": [ @@ -56,7 +55,7 @@ "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "dbcac77e6c410eec9b4fd0620740635e", "x-ms-return-client-request-id": "true" }, @@ -65,15 +64,15 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:33 GMT", + "Date": "Thu, 06 May 2021 00:52:22 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "f4888a75-da64-4ddb-bb47-fc3a04b3e628", - "x-ms-ratelimit-remaining-calls-per-second": "166.616667" + "X-Ms-Correlation-Request-Id": "08e009f3-14be-48b9-b2f9-fc4fa247182b", + "x-ms-ratelimit-remaining-calls-per-second": "165.6" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjYzNDIzNDN9.Sanitized" } }, { @@ -83,7 +82,7 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d0a008596b4bb147fc4018a947671bf5", "x-ms-return-client-request-id": "true" }, @@ -92,12 +91,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:33 GMT", + "Date": "Thu, 06 May 2021 00:52:23 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "c574d5ab-7556-4ac2-8433-2fbfa1bfb694", - "x-ms-ratelimit-remaining-calls-per-second": "166.566667" + "X-Ms-Correlation-Request-Id": "4cdf8634-f15f-4137-9ad3-11c0c1c8e7a5", + "x-ms-ratelimit-remaining-calls-per-second": "165.583333" }, "ResponseBody": { "access_token": "Sanitized" @@ -109,7 +108,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a2e0cc4be77165e791c9c3745845bbbd", "x-ms-return-client-request-id": "true" }, @@ -124,7 +123,7 @@ ], "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:33 GMT", + "Date": "Thu, 06 May 2021 00:52:23 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,7 +132,7 @@ ], "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "dc67286b-f042-4648-a2b1-4b42ca87627e" + "X-Ms-Correlation-Request-Id": "3acdba21-532f-4947-a0cd-8a49c7fb4f98" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -141,9 +140,9 @@ "manifests": [ { "digest": "sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.8237433Z", - "lastUpdateTime": "2021-04-23T18:32:20.8237433Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:14.166491Z", + "lastUpdateTime": "2021-05-06T00:52:14.166491Z", "architecture": "amd64", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -157,9 +156,9 @@ }, { "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.8004016Z", - "lastUpdateTime": "2021-04-23T18:32:21.8004016Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:14.2297603Z", + "lastUpdateTime": "2021-05-06T00:52:14.2297603Z", "architecture": "arm", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -173,9 +172,9 @@ }, { "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.9240517Z", - "lastUpdateTime": "2021-04-23T18:32:20.9240517Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:15.0125211Z", + "lastUpdateTime": "2021-05-06T00:52:15.0125211Z", "architecture": "mips64le", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -189,9 +188,9 @@ }, { "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.3113299Z", - "lastUpdateTime": "2021-04-23T18:32:20.3113299Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:14.8798388Z", + "lastUpdateTime": "2021-05-06T00:52:14.8798388Z", "architecture": "arm64", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -205,9 +204,9 @@ }, { "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.1240623Z", - "lastUpdateTime": "2021-04-23T18:32:21.1240623Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:15.2308363Z", + "lastUpdateTime": "2021-05-06T00:52:15.2308363Z", "architecture": "ppc64le", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -221,9 +220,9 @@ }, { "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.7655954Z", - "lastUpdateTime": "2021-04-23T18:32:20.7655954Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:14.346367Z", + "lastUpdateTime": "2021-05-06T00:52:14.346367Z", "architecture": "386", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -237,9 +236,9 @@ }, { "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.3351841Z", - "lastUpdateTime": "2021-04-23T18:32:21.3351841Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:14.7156603Z", + "lastUpdateTime": "2021-05-06T00:52:14.7156603Z", "architecture": "s390x", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -253,9 +252,9 @@ }, { "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.3983424Z", - "lastUpdateTime": "2021-04-23T18:32:20.3983424Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:17.9098665Z", + "lastUpdateTime": "2021-05-06T00:52:17.9098665Z", "architecture": "arm", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -269,9 +268,9 @@ }, { "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.2523432Z", - "lastUpdateTime": "2021-04-23T18:32:21.2523432Z", + "imageSize": 1125, + "createdTime": "2021-05-06T00:52:15.0979286Z", + "lastUpdateTime": "2021-05-06T00:52:15.0979286Z", "architecture": "amd64", "os": "windows", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -285,13 +284,12 @@ }, { "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.0014168Z", - "lastUpdateTime": "2021-04-23T18:32:20.0014168Z", + "imageSize": 5325, + "createdTime": "2021-05-06T00:52:13.9109659Z", + "lastUpdateTime": "2021-05-06T00:52:13.9109659Z", "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", "tags": [ "latest", - "newest", "v1", "v2", "v3", @@ -312,8 +310,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5d29557db62fded1e0d2072116845e51", "x-ms-return-client-request-id": "true" }, @@ -329,16 +326,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:34 GMT", + "Date": "Thu, 06 May 2021 00:52:23 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "5b6eae50-a11a-4706-a3e7-fbe156e88497" + "X-Ms-Correlation-Request-Id": "5b10d9e5-59a3-4d3b-a99c-2aa86d003524" }, "ResponseBody": { "errors": [ @@ -356,33 +353,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "501a6566eba413718019de015442c734", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:34 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "3dee266e-f9ce-4bfe-ab09-44d60cb361e5", - "x-ms-ratelimit-remaining-calls-per-second": "166.55" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -390,8 +360,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "b1e4db340616a32f37c2f07963259a77", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "501a6566eba413718019de015442c734", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -399,12 +369,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:34 GMT", + "Date": "Thu, 06 May 2021 00:52:23 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "df418cf7-7090-4059-9d6c-c9365e12859b", - "x-ms-ratelimit-remaining-calls-per-second": "166.533333" + "X-Ms-Correlation-Request-Id": "3cf30be9-92ba-45c7-8902-400e0220b2a5", + "x-ms-ratelimit-remaining-calls-per-second": "165.566667" }, "ResponseBody": { "access_token": "Sanitized" @@ -416,7 +386,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5d29557db62fded1e0d2072116845e51", "x-ms-return-client-request-id": "true" }, @@ -430,9 +400,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "512", + "Content-Length": "514", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:34 GMT", + "Date": "Thu, 06 May 2021 00:52:23 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -441,7 +411,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "68f2bfed-e306-40a3-9ad8-387a8f3b6923" + "X-Ms-Correlation-Request-Id": "e0dcf193-6d55-4a8e-9e8e-21e5a13eaf00" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -449,9 +419,9 @@ "manifests": [ { "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.8004016Z", - "lastUpdateTime": "2021-04-23T18:32:21.8004016Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:14.2297603Z", + "lastUpdateTime": "2021-05-06T00:52:14.2297603Z", "architecture": "arm", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -471,9 +441,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "e143c6e1cb4c9250e415dc15d7cf8a9d", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b1e4db340616a32f37c2f07963259a77", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -488,16 +457,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:34 GMT", + "Date": "Thu, 06 May 2021 00:52:23 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "1ceddf36-b4aa-44a6-8f59-a360c13e2e3a" + "X-Ms-Correlation-Request-Id": "28dc38dc-970d-48b5-949f-a22ba1a47542" }, "ResponseBody": { "errors": [ @@ -515,33 +484,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "3bedd30aada0603a357719e2faf7b05b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:34 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "b955374a-ae1f-47ac-bc80-02ab7652f3f3", - "x-ms-ratelimit-remaining-calls-per-second": "166.516667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -549,8 +491,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "8d20677fe5ff69e78a51cd012919cb68", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e143c6e1cb4c9250e415dc15d7cf8a9d", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -558,12 +500,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:34 GMT", + "Date": "Thu, 06 May 2021 00:52:23 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "30fa8962-2f8e-48b0-9bc3-0e53ca4e0829", - "x-ms-ratelimit-remaining-calls-per-second": "166.5" + "X-Ms-Correlation-Request-Id": "cd898297-9200-44b2-9f9e-5b6cb53eb13c", + "x-ms-ratelimit-remaining-calls-per-second": "165.55" }, "ResponseBody": { "access_token": "Sanitized" @@ -575,8 +517,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "e143c6e1cb4c9250e415dc15d7cf8a9d", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b1e4db340616a32f37c2f07963259a77", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -589,9 +531,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "517", + "Content-Length": "519", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:34 GMT", + "Date": "Thu, 06 May 2021 00:52:23 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3A88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -600,7 +542,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "9725cf2e-ad39-4d62-aa58-a916e6701b8a" + "X-Ms-Correlation-Request-Id": "cda4a9b9-1a4c-471b-acff-8bedda7842af" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -608,9 +550,9 @@ "manifests": [ { "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.9240517Z", - "lastUpdateTime": "2021-04-23T18:32:20.9240517Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:15.0125211Z", + "lastUpdateTime": "2021-05-06T00:52:15.0125211Z", "architecture": "mips64le", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -630,9 +572,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "906f53375e3733d78be3acd4b16d97ec", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3bedd30aada0603a357719e2faf7b05b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -647,16 +588,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:34 GMT", + "Date": "Thu, 06 May 2021 00:52:23 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "84f183ae-4527-4ecf-a632-188a88fe388c" + "X-Ms-Correlation-Request-Id": "cb9c3d37-c039-4712-b772-dec4eb84bc2c" }, "ResponseBody": { "errors": [ @@ -674,33 +615,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "70968165fcae249deb84b04ee039361c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:34 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "40a7ea46-292c-465f-8c4e-ab208b295154", - "x-ms-ratelimit-remaining-calls-per-second": "166.483333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -708,8 +622,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "a7abb1ac1f8820248fec021c3913b71d", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "8d20677fe5ff69e78a51cd012919cb68", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -717,12 +631,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:34 GMT", + "Date": "Thu, 06 May 2021 00:52:23 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "13157654-2faf-4de4-b7e1-288948415d06", - "x-ms-ratelimit-remaining-calls-per-second": "166.466667" + "X-Ms-Correlation-Request-Id": "2e6af608-8fd0-4ec5-bea5-8c701d5f0fac", + "x-ms-ratelimit-remaining-calls-per-second": "165.533333" }, "ResponseBody": { "access_token": "Sanitized" @@ -734,8 +648,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "906f53375e3733d78be3acd4b16d97ec", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3bedd30aada0603a357719e2faf7b05b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -748,9 +662,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "514", + "Content-Length": "516", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:34 GMT", + "Date": "Thu, 06 May 2021 00:52:23 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -759,7 +673,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "88a7af7f-9a2d-41cf-a54b-2e9803e962b1" + "X-Ms-Correlation-Request-Id": "e45f3161-4027-492d-8608-cff4205342c7" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -767,9 +681,9 @@ "manifests": [ { "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.3113299Z", - "lastUpdateTime": "2021-04-23T18:32:20.3113299Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:14.8798388Z", + "lastUpdateTime": "2021-05-06T00:52:14.8798388Z", "architecture": "arm64", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -789,9 +703,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "a89ce0b95b833bb9b54aa5b2ad885352", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "906f53375e3733d78be3acd4b16d97ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -806,16 +719,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:34 GMT", + "Date": "Thu, 06 May 2021 00:52:23 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "988af876-bab6-499a-8400-7d1cc885d226" + "X-Ms-Correlation-Request-Id": "a0c3385d-47da-4cbc-8765-ee35f74c9979" }, "ResponseBody": { "errors": [ @@ -833,33 +746,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "002890acf0c245635c76e0c1fa81ebd8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:34 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "a5925c32-474f-4485-85e4-14da835c92fd", - "x-ms-ratelimit-remaining-calls-per-second": "166.45" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -867,8 +753,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "ff9493cd8e9d5198f770f23e7a717206", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "70968165fcae249deb84b04ee039361c", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -876,12 +762,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:35 GMT", + "Date": "Thu, 06 May 2021 00:52:23 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "1536bcb0-7cc4-4cce-8c59-1d890124aee8", - "x-ms-ratelimit-remaining-calls-per-second": "166.433333" + "X-Ms-Correlation-Request-Id": "08ede5d2-79d1-4a33-924f-e395161b22e2", + "x-ms-ratelimit-remaining-calls-per-second": "165.516667" }, "ResponseBody": { "access_token": "Sanitized" @@ -893,8 +779,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "a89ce0b95b833bb9b54aa5b2ad885352", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "906f53375e3733d78be3acd4b16d97ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -907,9 +793,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "516", + "Content-Length": "518", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:35 GMT", + "Date": "Thu, 06 May 2021 00:52:23 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Abb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -918,7 +804,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "3747d874-4ed6-4f10-9dea-82ba1a711030" + "X-Ms-Correlation-Request-Id": "9c3d160d-35f6-4abc-b2eb-0732d26965ca" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -926,9 +812,9 @@ "manifests": [ { "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.1240623Z", - "lastUpdateTime": "2021-04-23T18:32:21.1240623Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:15.2308363Z", + "lastUpdateTime": "2021-05-06T00:52:15.2308363Z", "architecture": "ppc64le", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -948,9 +834,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "a96faf99b6eac95b7d564b0d7af84034", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a7abb1ac1f8820248fec021c3913b71d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -965,16 +850,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:35 GMT", + "Date": "Thu, 06 May 2021 00:52:23 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "5771eff8-17c4-4a78-ba7b-3ae20371206f" + "X-Ms-Correlation-Request-Id": "3ba27f5d-d795-4d5d-b457-b6bb99beb512" }, "ResponseBody": { "errors": [ @@ -992,33 +877,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "1ae5cd5e54f41eb4f7d70952fd24cbeb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:35 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "3f832369-6b4b-44b6-bb37-9926a4528d01", - "x-ms-ratelimit-remaining-calls-per-second": "166.416667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -1026,8 +884,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "4a27d903411116ed38ca8247428bd6fe", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a89ce0b95b833bb9b54aa5b2ad885352", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -1035,12 +893,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:35 GMT", + "Date": "Thu, 06 May 2021 00:52:23 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "b5790998-ee4a-4bb2-abbe-c35ce980226d", - "x-ms-ratelimit-remaining-calls-per-second": "166.4" + "X-Ms-Correlation-Request-Id": "83142254-d1db-42a8-9016-d0ff52b97ff1", + "x-ms-ratelimit-remaining-calls-per-second": "165.5" }, "ResponseBody": { "access_token": "Sanitized" @@ -1052,8 +910,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "a96faf99b6eac95b7d564b0d7af84034", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a7abb1ac1f8820248fec021c3913b71d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1068,7 +926,7 @@ "Connection": "keep-alive", "Content-Length": "512", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:35 GMT", + "Date": "Thu, 06 May 2021 00:52:24 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -1077,7 +935,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "cfca900b-3492-4cbe-b1ed-7b62bad5fd9e" + "X-Ms-Correlation-Request-Id": "b16c5da7-ebe9-412a-8c19-7ed239ffc5f1" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -1085,9 +943,9 @@ "manifests": [ { "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.7655954Z", - "lastUpdateTime": "2021-04-23T18:32:20.7655954Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:14.346367Z", + "lastUpdateTime": "2021-05-06T00:52:14.346367Z", "architecture": "386", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -1107,9 +965,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "acdfbd2f588b4512fa51b213ac09cc58", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "002890acf0c245635c76e0c1fa81ebd8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1124,16 +981,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:35 GMT", + "Date": "Thu, 06 May 2021 00:52:24 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "f370b4f6-9cc8-4643-a026-16ce24e31c7e" + "X-Ms-Correlation-Request-Id": "65fc1caf-bf4b-4c82-ac42-9f174cb40afc" }, "ResponseBody": { "errors": [ @@ -1151,33 +1008,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "a009608af5d01d22e0cee229d16ddc6b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:35 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "40285415-db09-418e-9039-2e890a8fac9d", - "x-ms-ratelimit-remaining-calls-per-second": "166.383333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -1185,8 +1015,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "3f220b001f45ab5fc6e250c08fd9692e", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ff9493cd8e9d5198f770f23e7a717206", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -1194,12 +1024,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:35 GMT", + "Date": "Thu, 06 May 2021 00:52:24 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "5060f864-d5f6-48da-a8fd-e4cfd4dc1faa", - "x-ms-ratelimit-remaining-calls-per-second": "166.366667" + "X-Ms-Correlation-Request-Id": "fd66385f-d17b-4175-b85e-d78ddd50dc03", + "x-ms-ratelimit-remaining-calls-per-second": "165.483333" }, "ResponseBody": { "access_token": "Sanitized" @@ -1211,8 +1041,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "acdfbd2f588b4512fa51b213ac09cc58", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "002890acf0c245635c76e0c1fa81ebd8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1225,9 +1055,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "514", + "Content-Length": "516", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:35 GMT", + "Date": "Thu, 06 May 2021 00:52:24 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Ae49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -1236,7 +1066,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "8cf94837-4165-48eb-afea-6f6997fd354b" + "X-Ms-Correlation-Request-Id": "b4efe185-24f9-463a-9d56-f767279f807c" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -1244,9 +1074,9 @@ "manifests": [ { "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.3351841Z", - "lastUpdateTime": "2021-04-23T18:32:21.3351841Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:14.7156603Z", + "lastUpdateTime": "2021-05-06T00:52:14.7156603Z", "architecture": "s390x", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -1266,9 +1096,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "e2bc29fe3682392d9bc2ccbc75e9738c", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a96faf99b6eac95b7d564b0d7af84034", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1283,16 +1112,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:35 GMT", + "Date": "Thu, 06 May 2021 00:52:24 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "228e6a67-f481-4505-a37b-b6114e738fe6" + "X-Ms-Correlation-Request-Id": "c5fbc309-36a2-4bbf-abbc-70fe02de1c01" }, "ResponseBody": { "errors": [ @@ -1310,33 +1139,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "a11346748ce66b13005ed9eea5618d07", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:35 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "2c0cea22-a3a2-4fc5-ad70-9738559ccda4", - "x-ms-ratelimit-remaining-calls-per-second": "166.35" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -1344,8 +1146,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "a82ab364fab1cae9dde8a48252a335dd", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "1ae5cd5e54f41eb4f7d70952fd24cbeb", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -1353,12 +1155,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:35 GMT", + "Date": "Thu, 06 May 2021 00:52:24 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "94520687-f114-4b90-a7b4-b843447f9465", - "x-ms-ratelimit-remaining-calls-per-second": "166.333333" + "X-Ms-Correlation-Request-Id": "5be3f49a-ab9a-442f-92fe-4db9f383616d", + "x-ms-ratelimit-remaining-calls-per-second": "165.466667" }, "ResponseBody": { "access_token": "Sanitized" @@ -1370,8 +1172,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "e2bc29fe3682392d9bc2ccbc75e9738c", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a96faf99b6eac95b7d564b0d7af84034", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1384,9 +1186,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "512", + "Content-Length": "514", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:35 GMT", + "Date": "Thu, 06 May 2021 00:52:24 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -1395,7 +1197,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "69dfb58d-aa6f-4759-a37d-2afb335663af" + "X-Ms-Correlation-Request-Id": "1be6c78b-bd26-4b48-acd4-3f6770a2bdf8" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -1403,9 +1205,9 @@ "manifests": [ { "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.3983424Z", - "lastUpdateTime": "2021-04-23T18:32:20.3983424Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:17.9098665Z", + "lastUpdateTime": "2021-05-06T00:52:17.9098665Z", "architecture": "arm", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -1425,9 +1227,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "484bc36ec8c572471551e1235c3f9439", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4a27d903411116ed38ca8247428bd6fe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1442,16 +1243,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:35 GMT", + "Date": "Thu, 06 May 2021 00:52:24 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "8d42d6f8-6cb7-4930-8217-467393b60966" + "X-Ms-Correlation-Request-Id": "37f0c3df-f0cb-4165-af07-e469a46aa6fe" }, "ResponseBody": { "errors": [ @@ -1469,33 +1270,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "c257c534cabe7adb5d49c4fee791185c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:35 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "709def3d-c74e-4f9a-8008-16dfee4ba4f0", - "x-ms-ratelimit-remaining-calls-per-second": "166.316667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -1503,8 +1277,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "e27ffb2944169c416bb8925f18c56d9d", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "acdfbd2f588b4512fa51b213ac09cc58", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -1512,12 +1286,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:35 GMT", + "Date": "Thu, 06 May 2021 00:52:24 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "0838a844-3a5c-4ed1-9e04-090c9b9978ec", - "x-ms-ratelimit-remaining-calls-per-second": "166.3" + "X-Ms-Correlation-Request-Id": "ae0fa2cb-7b30-4179-87b9-ba23c8958f27", + "x-ms-ratelimit-remaining-calls-per-second": "165.45" }, "ResponseBody": { "access_token": "Sanitized" @@ -1529,8 +1303,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "484bc36ec8c572471551e1235c3f9439", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4a27d903411116ed38ca8247428bd6fe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1543,9 +1317,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "516", + "Content-Length": "519", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:36 GMT", + "Date": "Thu, 06 May 2021 00:52:24 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library/hello-world/_manifests?last=sha256%3Aea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -1554,7 +1328,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "b530e70c-f2ea-44a7-bf99-ad3acd609288" + "X-Ms-Correlation-Request-Id": "ccadc36d-1c41-418a-913b-619e2d9d36d2" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -1562,9 +1336,9 @@ "manifests": [ { "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.2523432Z", - "lastUpdateTime": "2021-04-23T18:32:21.2523432Z", + "imageSize": 1125, + "createdTime": "2021-05-06T00:52:15.0979286Z", + "lastUpdateTime": "2021-05-06T00:52:15.0979286Z", "architecture": "amd64", "os": "windows", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -1584,9 +1358,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "8d4d6b54724ba41fe7d1eb7c03498a84", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a009608af5d01d22e0cee229d16ddc6b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1601,16 +1374,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:36 GMT", + "Date": "Thu, 06 May 2021 00:52:24 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "7d1222eb-f250-4946-a6c6-cebd69b1d537" + "X-Ms-Correlation-Request-Id": "5c47ccc7-c303-481e-b63e-def2afc81569" }, "ResponseBody": { "errors": [ @@ -1628,33 +1401,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "60fa8538b1c0f02384ba5605387c6297", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:36 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "40a1034e-0e2e-4afd-812a-89adc18eab2b", - "x-ms-ratelimit-remaining-calls-per-second": "166.283333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -1662,8 +1408,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "7caa27db8b43b611dcdbfb4459c49922", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3f220b001f45ab5fc6e250c08fd9692e", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -1671,12 +1417,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:36 GMT", + "Date": "Thu, 06 May 2021 00:52:24 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "381cd3d9-7de6-4d60-a0ec-a4fb46ea3431", - "x-ms-ratelimit-remaining-calls-per-second": "166.266667" + "X-Ms-Correlation-Request-Id": "69e48f1d-9086-4d1d-a78b-22ea653c3925", + "x-ms-ratelimit-remaining-calls-per-second": "165.433333" }, "ResponseBody": { "access_token": "Sanitized" @@ -1688,8 +1434,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "8d4d6b54724ba41fe7d1eb7c03498a84", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a009608af5d01d22e0cee229d16ddc6b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1702,9 +1448,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "503", + "Content-Length": "497", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:36 GMT", + "Date": "Thu, 06 May 2021 00:52:24 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -1712,7 +1458,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "2104c99e-9c66-4d1c-a13a-d33b896249d5" + "X-Ms-Correlation-Request-Id": "cf38ce29-acd7-44d7-89a7-b5313ae7954f" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -1720,13 +1466,12 @@ "manifests": [ { "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.0014168Z", - "lastUpdateTime": "2021-04-23T18:32:20.0014168Z", + "imageSize": 5325, + "createdTime": "2021-05-06T00:52:13.9109659Z", + "lastUpdateTime": "2021-05-06T00:52:13.9109659Z", "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", "tags": [ "latest", - "newest", "v1", "v2", "v3", diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifests(False).json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifests(False).json new file mode 100644 index 000000000000..c6b61f7d6ead --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifests(False).json @@ -0,0 +1,313 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "667ca09f76687faf87d2639f67dd0f45", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:07 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "3dea88ea-1652-4133-81ff-40641395e84d" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "fa1648ade4c1c286bd3b2ab091c855c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:08 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "0b097d7c-6f61-4dbe-9079-1cfc34d71890", + "x-ms-ratelimit-remaining-calls-per-second": "166.283333" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEwNzF9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7857be1889573dc5c7ff45c96477809a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:08 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "72ec8b3f-9185-44c2-943b-a2e87558d463", + "x-ms-ratelimit-remaining-calls-per-second": "166.266667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJiOWY2NmI2ZS0wYjkyLTRkYTQtODc1ZS1mMjcyNDE5MDIzOWIiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxODgsImV4cCI6MTYyMDY2NDY4OCwiaWF0IjoxNjIwNjYwMTg4LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.eox_iRkgEObnwyWeWeEJNtLOCFpVMnBQIEZEGVBnBz-b9NQXBADvyPD6jn5OIe_H5DMviTCYBMqMuqGjaa2RoWatTCE2jBDv_mD57gh3_qRLBzfWMmjPTBkqgKs-C7MULMtWiPd5BdBrd-GsBPnp3rq6Ve6rufmbaGsTtOjxsyRxR_wrD2OyBV2EwE_YLZSR1o1PkBtXcWopiUbK44nkW4Q9ZEjzTLXLvMQAOF8P5zoFsKw8glwgiDF12hipMgmH-LgH4QhwR6l4lOgHCTzYCd5kbbrqN9uUQt470US07gBIoc1a4ShuqzXOKw5BYcM_zCAAH5zHzSVCtFUF0bgv4Q" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "667ca09f76687faf87d2639f67dd0f45", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:08 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "a530594b-869a-42d6-ba2a-252927b1c681" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:44.5878386Z", + "lastUpdateTime": "2021-05-10T15:37:44.5878386Z", + "architecture": "amd64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:45.2823056Z", + "lastUpdateTime": "2021-05-10T15:37:45.2823056Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:44.894152Z", + "lastUpdateTime": "2021-05-10T15:37:44.894152Z", + "architecture": "mips64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:44.3176414Z", + "lastUpdateTime": "2021-05-10T15:37:44.3176414Z", + "architecture": "arm64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:45.70626Z", + "lastUpdateTime": "2021-05-10T15:37:45.70626Z", + "architecture": "ppc64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:44.5004258Z", + "lastUpdateTime": "2021-05-10T15:37:44.5004258Z", + "architecture": "386", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:45.8581855Z", + "lastUpdateTime": "2021-05-10T15:37:45.8581855Z", + "architecture": "s390x", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:44.1596259Z", + "lastUpdateTime": "2021-05-10T15:37:44.1596259Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", + "imageSize": 1125, + "createdTime": "2021-05-10T15:37:45.1236339Z", + "lastUpdateTime": "2021-05-10T15:37:45.1236339Z", + "architecture": "amd64", + "os": "windows", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "imageSize": 5325, + "createdTime": "2021-05-10T15:37:44.3792995Z", + "lastUpdateTime": "2021-05-10T15:37:44.3792995Z", + "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", + "tags": [ + "latest", + "v1", + "v2", + "v3", + "v4" + ], + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "RandomSeed": "958988801" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifests(False)Async.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifests(False)Async.json new file mode 100644 index 000000000000..8d25345bf8b2 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifests(False)Async.json @@ -0,0 +1,313 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7012855a0b09683af492c40248d23172", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:59 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "50d1397f-0a46-4991-8995-34e632aa1c91" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e01ad869815ef6d11ee655342d251ffc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:59 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "da285ef9-f7df-4d24-b070-136cddf5dc21", + "x-ms-ratelimit-remaining-calls-per-second": "164.833333" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDExMjF9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b1af75ac0b0cbd2dc7203b861092d82f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:59 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "2ffd1a70-6329-4b65-a2f8-159984a0ddd7", + "x-ms-ratelimit-remaining-calls-per-second": "164.816667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIwMzUzMTQ0Yy1mNTVjLTRlYjgtODZmYi0zNzBkZjhmMjA1NzMiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyMzksImV4cCI6MTYyMDY2NDczOSwiaWF0IjoxNjIwNjYwMjM5LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.y_pqyKHlNmmNHMCOpLwWEWrn-kSH0YmfzJ39E_RRMTX316bJJXUX5kCmII5-QJBcnzHTUXkzsghRWhgtA-_ZNmWk5qsv9LE4Exwc9hwG90XDTD24A4ysN7oSwUyUtS2zTjtxD1QIYSlrUK_azvrzU1WrrusDagWmAnkL4eKMov-D8lDjhTosam5QTYaSlRkVJjfv4I_HXNpXk6iSSEj5hZsRz-uwsX-uR4JQfCaj6-uhlrJwkWUDbkbnzTEyZKUSCAOhfCxCI1vfm33icz8VcguFtotCqv9kxsXSpBwD-nU90JD7DAuZRg3NiZ_esvoA_693baOkWeE9Dm9zSTtgWQ" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7012855a0b09683af492c40248d23172", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:59 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "bf7088a6-be56-4bd7-9380-64bb0cc474ef" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:34.3182492Z", + "lastUpdateTime": "2021-05-10T15:38:34.3182492Z", + "architecture": "amd64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:34.16688Z", + "lastUpdateTime": "2021-05-10T15:38:34.16688Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:34.7216413Z", + "lastUpdateTime": "2021-05-10T15:38:34.7216413Z", + "architecture": "mips64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:34.5244122Z", + "lastUpdateTime": "2021-05-10T15:38:34.5244122Z", + "architecture": "arm64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:33.5320683Z", + "lastUpdateTime": "2021-05-10T15:38:33.5320683Z", + "architecture": "ppc64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:33.832112Z", + "lastUpdateTime": "2021-05-10T15:38:33.832112Z", + "architecture": "386", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:33.772768Z", + "lastUpdateTime": "2021-05-10T15:38:33.772768Z", + "architecture": "s390x", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:32.9833374Z", + "lastUpdateTime": "2021-05-10T15:38:32.9833374Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", + "imageSize": 1125, + "createdTime": "2021-05-10T15:38:34.4427669Z", + "lastUpdateTime": "2021-05-10T15:38:34.4427669Z", + "architecture": "amd64", + "os": "windows", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "imageSize": 5325, + "createdTime": "2021-05-10T15:38:32.7250539Z", + "lastUpdateTime": "2021-05-10T15:38:32.7250539Z", + "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", + "tags": [ + "latest", + "v1", + "v2", + "v3", + "v4" + ], + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "RandomSeed": "591238776" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifests(True).json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifests(True).json new file mode 100644 index 000000000000..032a8a37e1c6 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifests(True).json @@ -0,0 +1,287 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "cacc04ce403a0cc0cc14e33b6ccfc164", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:07 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "ac67d44e-2f92-4431-bb52-fe94ffcaa380" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "cbdacdd48450290bdf1d0a07c9636ed8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:07 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "7003e438-4990-4166-b8c9-3f68ce6988e3", + "x-ms-ratelimit-remaining-calls-per-second": "166.35" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhY2ZmM2VhMC01OWFhLTRkY2EtYjU5NC0yYzgwMTRhYjBiOTAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTM5LCJleHAiOjE2MjA2NjEzMzksImlhdCI6MTYyMDY2MDEzOSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.M20Bku9BqxvxxduQkQS7DArQK6PA16Xw2qxJdymQgnT6Enz9XtgdRXo9E-I0A1fCeP4o5xJ1IiSszpkVWKSiHnXZ8phADy4iG6XxF-WDaiyULzCJJrdCQZFcCxmcw8LnY2BTIyq5bGPaQ3pyX5GjpBqz3Tua28_Od22SGohdKGyGQLGV4tCsJnw9-D-tK5poJgS6Us7UpsfCyOJjNa2_bvFu5dkvRRq4oxwpwTc0ATITlTOEEQu2RbGdrVn5csC9kTvw0FwgPkzhbV-OFeKg30djZLXUIBh3JQkitiIg7GayRXaFNjB_725kZPqxCGs4O9wPCkg_NZJzR6p62Y3aDA" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "cacc04ce403a0cc0cc14e33b6ccfc164", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:07 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "a4b94c0c-7e5b-4100-9f6e-be2ade2b8f1e" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:38.9287786Z", + "lastUpdateTime": "2021-05-07T19:07:38.9287786Z", + "architecture": "amd64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.7424525Z", + "lastUpdateTime": "2021-05-07T19:07:39.7424525Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.7905111Z", + "lastUpdateTime": "2021-05-07T19:07:39.7905111Z", + "architecture": "mips64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:40.8769807Z", + "lastUpdateTime": "2021-05-07T19:07:40.8769807Z", + "architecture": "arm64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:38.702719Z", + "lastUpdateTime": "2021-05-07T19:07:38.702719Z", + "architecture": "ppc64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:38.7835794Z", + "lastUpdateTime": "2021-05-07T19:07:38.7835794Z", + "architecture": "386", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.0922794Z", + "lastUpdateTime": "2021-05-07T19:07:39.0922794Z", + "architecture": "s390x", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.5893711Z", + "lastUpdateTime": "2021-05-07T19:07:39.5893711Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", + "imageSize": 1125, + "createdTime": "2021-05-07T19:07:39.2114224Z", + "lastUpdateTime": "2021-05-07T19:07:39.2114224Z", + "architecture": "amd64", + "os": "windows", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "imageSize": 5325, + "createdTime": "2021-05-07T19:07:37.85514Z", + "lastUpdateTime": "2021-05-07T19:07:37.85514Z", + "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", + "tags": [ + "latest", + "newest", + "v1", + "v2", + "v3", + "v4" + ], + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "2111151170" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifests(True)Async.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifests(True)Async.json new file mode 100644 index 000000000000..84e9ab6d1c2d --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifests(True)Async.json @@ -0,0 +1,287 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d462e988d1dbf54b3ac1449f35c4e391", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:58 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "10f6da70-c7bd-4fd5-b77c-e90f526f5492" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "89df5d7922ec595640c8298c65c43713", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:58 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "bb11712a-2f24-466f-8204-a3f1fb60c6ac", + "x-ms-ratelimit-remaining-calls-per-second": "166.516667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d462e988d1dbf54b3ac1449f35c4e391", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:58 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "efb54a8a-0fab-409b-96cb-2d9360abd8cc" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:38.9287786Z", + "lastUpdateTime": "2021-05-07T19:07:38.9287786Z", + "architecture": "amd64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.7424525Z", + "lastUpdateTime": "2021-05-07T19:07:39.7424525Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.7905111Z", + "lastUpdateTime": "2021-05-07T19:07:39.7905111Z", + "architecture": "mips64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:40.8769807Z", + "lastUpdateTime": "2021-05-07T19:07:40.8769807Z", + "architecture": "arm64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:38.702719Z", + "lastUpdateTime": "2021-05-07T19:07:38.702719Z", + "architecture": "ppc64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:38.7835794Z", + "lastUpdateTime": "2021-05-07T19:07:38.7835794Z", + "architecture": "386", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.0922794Z", + "lastUpdateTime": "2021-05-07T19:07:39.0922794Z", + "architecture": "s390x", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.5893711Z", + "lastUpdateTime": "2021-05-07T19:07:39.5893711Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", + "imageSize": 1125, + "createdTime": "2021-05-07T19:07:39.2114224Z", + "lastUpdateTime": "2021-05-07T19:07:39.2114224Z", + "architecture": "amd64", + "os": "windows", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "imageSize": 5325, + "createdTime": "2021-05-07T19:07:37.85514Z", + "lastUpdateTime": "2021-05-07T19:07:37.85514Z", + "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", + "tags": [ + "latest", + "newest", + "v1", + "v2", + "v3", + "v4" + ], + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "1743401145" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifests.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifests.json index cc7ca9ec910f..07b5ab33e515 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifests.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifests.json @@ -5,8 +5,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "608e0eaf52b165a188dd96a1ec4b2b0e", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:35 GMT", + "Date": "Thu, 06 May 2021 00:51:36 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "ac1ce063-4e57-48fc-bc93-3ab6b8fe0b70" + "X-Ms-Correlation-Request-Id": "8eba3205-5599-42c1-bd1a-32e031c45235" }, "ResponseBody": { "errors": [ @@ -56,7 +55,7 @@ "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "56e5e304eb044d7be90f5479d56d86be", "x-ms-return-client-request-id": "true" }, @@ -65,15 +64,15 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:35 GMT", + "Date": "Thu, 06 May 2021 00:51:37 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "804b9f81-04d7-4baa-8911-5e72de4c0dc6", - "x-ms-ratelimit-remaining-calls-per-second": "166.65" + "X-Ms-Correlation-Request-Id": "4b3b5551-7b89-4124-b189-baa137de2fcc", + "x-ms-ratelimit-remaining-calls-per-second": "165.916667" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjYzNDIyOTZ9.Sanitized" } }, { @@ -83,7 +82,7 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ea056b4d0c90deaaa7bdc35138f0d9a3", "x-ms-return-client-request-id": "true" }, @@ -92,12 +91,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:35 GMT", + "Date": "Thu, 06 May 2021 00:51:37 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "6af9eeca-9215-46d8-b288-02014e822c3e", - "x-ms-ratelimit-remaining-calls-per-second": "166.633333" + "X-Ms-Correlation-Request-Id": "f6f75509-22a0-4932-93b4-63a6c6a08ed7", + "x-ms-ratelimit-remaining-calls-per-second": "165.9" }, "ResponseBody": { "access_token": "Sanitized" @@ -109,7 +108,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "608e0eaf52b165a188dd96a1ec4b2b0e", "x-ms-return-client-request-id": "true" }, @@ -124,7 +123,7 @@ ], "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:08:36 GMT", + "Date": "Thu, 06 May 2021 00:51:37 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,7 +132,7 @@ ], "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "724448e3-11c7-4b71-8c23-592100a926d8" + "X-Ms-Correlation-Request-Id": "70d12c4a-273b-4f56-aef1-04b60a4643d2" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -141,9 +140,9 @@ "manifests": [ { "digest": "sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.8237433Z", - "lastUpdateTime": "2021-04-23T18:32:20.8237433Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.4607585Z", + "lastUpdateTime": "2021-05-06T00:51:27.4607585Z", "architecture": "amd64", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -157,9 +156,9 @@ }, { "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.8004016Z", - "lastUpdateTime": "2021-04-23T18:32:21.8004016Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.3945148Z", + "lastUpdateTime": "2021-05-06T00:51:27.3945148Z", "architecture": "arm", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -173,9 +172,9 @@ }, { "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.9240517Z", - "lastUpdateTime": "2021-04-23T18:32:20.9240517Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.6931717Z", + "lastUpdateTime": "2021-05-06T00:51:27.6931717Z", "architecture": "mips64le", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -189,9 +188,9 @@ }, { "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.3113299Z", - "lastUpdateTime": "2021-04-23T18:32:20.3113299Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.7937315Z", + "lastUpdateTime": "2021-05-06T00:51:27.7937315Z", "architecture": "arm64", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -205,9 +204,9 @@ }, { "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.1240623Z", - "lastUpdateTime": "2021-04-23T18:32:21.1240623Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:29.4499382Z", + "lastUpdateTime": "2021-05-06T00:51:29.4499382Z", "architecture": "ppc64le", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -221,9 +220,9 @@ }, { "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.7655954Z", - "lastUpdateTime": "2021-04-23T18:32:20.7655954Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.3004526Z", + "lastUpdateTime": "2021-05-06T00:51:27.3004526Z", "architecture": "386", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -237,9 +236,9 @@ }, { "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.3351841Z", - "lastUpdateTime": "2021-04-23T18:32:21.3351841Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:28.4743451Z", + "lastUpdateTime": "2021-05-06T00:51:28.4743451Z", "architecture": "s390x", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -253,9 +252,9 @@ }, { "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.3983424Z", - "lastUpdateTime": "2021-04-23T18:32:20.3983424Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.3511925Z", + "lastUpdateTime": "2021-05-06T00:51:27.3511925Z", "architecture": "arm", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -269,9 +268,9 @@ }, { "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.2523432Z", - "lastUpdateTime": "2021-04-23T18:32:21.2523432Z", + "imageSize": 1125, + "createdTime": "2021-05-06T00:51:27.9357278Z", + "lastUpdateTime": "2021-05-06T00:51:27.9357278Z", "architecture": "amd64", "os": "windows", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -285,13 +284,12 @@ }, { "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.0014168Z", - "lastUpdateTime": "2021-04-23T18:32:20.0014168Z", + "imageSize": 5325, + "createdTime": "2021-05-06T00:51:27.0221291Z", + "lastUpdateTime": "2021-05-06T00:51:27.0221291Z", "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", "tags": [ "latest", - "newest", "v1", "v2", "v3", diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsAsync.json index 6e899f0c9e57..a3eb21983737 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsAsync.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsAsync.json @@ -5,8 +5,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4898e8d95939400f4e46ff4176369e5c", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:37 GMT", + "Date": "Thu, 06 May 2021 00:52:24 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "4eead3b7-acb1-4a27-b0d3-0fffaf767035" + "X-Ms-Correlation-Request-Id": "93aca497-e925-493b-94ab-fee30813aaa3" }, "ResponseBody": { "errors": [ @@ -56,7 +55,7 @@ "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b99986b1169a9c65a255ea43b7617554", "x-ms-return-client-request-id": "true" }, @@ -65,15 +64,15 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:37 GMT", + "Date": "Thu, 06 May 2021 00:52:25 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "28244512-6971-45d6-8589-3f2db4bca066", - "x-ms-ratelimit-remaining-calls-per-second": "166.25" + "X-Ms-Correlation-Request-Id": "ca9965e1-e855-4e1f-931d-a92e002df915", + "x-ms-ratelimit-remaining-calls-per-second": "165.416667" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjYzNDIzNDR9.Sanitized" } }, { @@ -83,7 +82,7 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4868963ee7672f0cd833749cb841042b", "x-ms-return-client-request-id": "true" }, @@ -92,12 +91,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:37 GMT", + "Date": "Thu, 06 May 2021 00:52:25 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "423e3464-12e8-41c6-9e9b-bb264640aaca", - "x-ms-ratelimit-remaining-calls-per-second": "166.233333" + "X-Ms-Correlation-Request-Id": "75bd3780-5a57-422b-aa27-ddfe71ff9d75", + "x-ms-ratelimit-remaining-calls-per-second": "165.4" }, "ResponseBody": { "access_token": "Sanitized" @@ -109,7 +108,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4898e8d95939400f4e46ff4176369e5c", "x-ms-return-client-request-id": "true" }, @@ -124,7 +123,7 @@ ], "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:37 GMT", + "Date": "Thu, 06 May 2021 00:52:25 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,7 +132,7 @@ ], "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "9c6765f9-b001-4cb0-9e1d-a752f166e4a0" + "X-Ms-Correlation-Request-Id": "96563dac-daf6-4af2-898e-8f1db151927e" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -141,9 +140,9 @@ "manifests": [ { "digest": "sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.8237433Z", - "lastUpdateTime": "2021-04-23T18:32:20.8237433Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:14.166491Z", + "lastUpdateTime": "2021-05-06T00:52:14.166491Z", "architecture": "amd64", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -157,9 +156,9 @@ }, { "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.8004016Z", - "lastUpdateTime": "2021-04-23T18:32:21.8004016Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:14.2297603Z", + "lastUpdateTime": "2021-05-06T00:52:14.2297603Z", "architecture": "arm", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -173,9 +172,9 @@ }, { "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.9240517Z", - "lastUpdateTime": "2021-04-23T18:32:20.9240517Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:15.0125211Z", + "lastUpdateTime": "2021-05-06T00:52:15.0125211Z", "architecture": "mips64le", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -189,9 +188,9 @@ }, { "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.3113299Z", - "lastUpdateTime": "2021-04-23T18:32:20.3113299Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:14.8798388Z", + "lastUpdateTime": "2021-05-06T00:52:14.8798388Z", "architecture": "arm64", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -205,9 +204,9 @@ }, { "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.1240623Z", - "lastUpdateTime": "2021-04-23T18:32:21.1240623Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:15.2308363Z", + "lastUpdateTime": "2021-05-06T00:52:15.2308363Z", "architecture": "ppc64le", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -221,9 +220,9 @@ }, { "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.7655954Z", - "lastUpdateTime": "2021-04-23T18:32:20.7655954Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:14.346367Z", + "lastUpdateTime": "2021-05-06T00:52:14.346367Z", "architecture": "386", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -237,9 +236,9 @@ }, { "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.3351841Z", - "lastUpdateTime": "2021-04-23T18:32:21.3351841Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:14.7156603Z", + "lastUpdateTime": "2021-05-06T00:52:14.7156603Z", "architecture": "s390x", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -253,9 +252,9 @@ }, { "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.3983424Z", - "lastUpdateTime": "2021-04-23T18:32:20.3983424Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:17.9098665Z", + "lastUpdateTime": "2021-05-06T00:52:17.9098665Z", "architecture": "arm", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -269,9 +268,9 @@ }, { "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.2523432Z", - "lastUpdateTime": "2021-04-23T18:32:21.2523432Z", + "imageSize": 1125, + "createdTime": "2021-05-06T00:52:15.0979286Z", + "lastUpdateTime": "2021-05-06T00:52:15.0979286Z", "architecture": "amd64", "os": "windows", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -285,13 +284,12 @@ }, { "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.0014168Z", - "lastUpdateTime": "2021-04-23T18:32:20.0014168Z", + "imageSize": 5325, + "createdTime": "2021-05-06T00:52:13.9109659Z", + "lastUpdateTime": "2021-05-06T00:52:13.9109659Z", "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", "tags": [ "latest", - "newest", "v1", "v2", "v3", diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsOrdered(False).json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsOrdered(False).json new file mode 100644 index 000000000000..405fa2de617c --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsOrdered(False).json @@ -0,0 +1,486 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_manifests?orderby=timedesc", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210507.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "da3e0afacc8ff8a8dbcf6f8496ac47cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "214", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 08 May 2021 00:09:32 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/node:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "afc468c0-57b4-4657-a3d8-4c336d1c9429" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/node", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210507.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0443e74cc09f25ccc63c5c78c69442b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 08 May 2021 00:09:33 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "991f3ad2-cb7c-47ce-8aba-10bf6c48c549", + "x-ms-ratelimit-remaining-calls-per-second": "166.183333" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY1MTI1NzR9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "132", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210507.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "8af5d43a4f7771672da6843700749b02", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fnode%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 08 May 2021 00:09:33 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "4022e0a4-433a-47c3-b0ca-462e039c85fc", + "x-ms-ratelimit-remaining-calls-per-second": "166.166667" + }, + "ResponseBody": { + "access_token": "Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_manifests?orderby=timedesc", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210507.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "da3e0afacc8ff8a8dbcf6f8496ac47cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 08 May 2021 00:09:33 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "51bb90a2-71c4-4d45-a6d5-b526d4422f52" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/node", + "manifests": [ + { + "digest": "sha256:ea11e1551b8eacab097e49899464c91f43b8ae3f968ad6380dc853298eda5f81", + "imageSize": 2215, + "createdTime": "2021-05-08T00:09:19.424797Z", + "lastUpdateTime": "2021-05-08T00:09:19.424797Z", + "architecture": "ppc64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:c63ed28e1eacdabbb45faf2f6d510568269016a8733b6b90d494d2df5c4e2bac", + "imageSize": 2214, + "createdTime": "2021-05-08T00:09:18.3296044Z", + "lastUpdateTime": "2021-05-08T00:09:18.3296044Z", + "architecture": "s390x", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:51801256471176616eaac513da71c093f93f008cff96d2f3755679d72006431d", + "imageSize": 2214, + "createdTime": "2021-05-08T00:09:17.8316002Z", + "lastUpdateTime": "2021-05-08T00:09:17.8316002Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:39946bd9b7fab32e4b6dd10f6bfa4a2671d74aa0710bfbfe1b954fcf51f9b498", + "imageSize": 2214, + "createdTime": "2021-05-08T00:09:16.841781Z", + "lastUpdateTime": "2021-05-08T00:09:16.841781Z", + "architecture": "arm64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:5ed2c97205e4cf78ca60f7cf0f72634b0f48932269b71de1169215ef44894905", + "imageSize": 2214, + "createdTime": "2021-05-08T00:09:16.4794139Z", + "lastUpdateTime": "2021-05-08T00:09:16.4794139Z", + "architecture": "amd64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", + "imageSize": 11071, + "createdTime": "2021-05-08T00:09:04.3034232Z", + "lastUpdateTime": "2021-05-08T00:09:04.3034232Z", + "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", + "tags": [ + "newest" + ], + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_tags/newest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210507.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "91f00ca711053af53d1914526f303147", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "214", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 08 May 2021 00:09:33 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/node:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "025980ef-c4b6-46e3-a08e-3d5371a32790" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/node", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "132", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210507.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c149b88dbcb6fc537fd1d6f93c952452", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fnode%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 08 May 2021 00:09:33 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "47eb01ca-e258-470d-99bb-bea6595f0188", + "x-ms-ratelimit-remaining-calls-per-second": "166.15" + }, + "ResponseBody": { + "access_token": "Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_tags/newest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210507.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "91f00ca711053af53d1914526f303147", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "384", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 08 May 2021 00:09:33 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "a2201ee9-4680-4021-a61e-79cf59ff3fe4" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/node", + "tag": { + "name": "newest", + "digest": "sha256:2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", + "createdTime": "2021-05-08T00:09:04.549188Z", + "lastUpdateTime": "2021-05-08T00:09:04.549188Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/v2/library%2Fnode/manifests/sha256%3A2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210507.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b9d05aa1b0a428b1debb4c5e3b1502fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "207", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 08 May 2021 00:09:33 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/node:delete\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "f99a7038-95b4-449b-9614-93286dc0ca3c" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/node", + "Action": "delete" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "125", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210507.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "48a93d74d92aeb4bb8f312333afcfea8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fnode%3adelete\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 08 May 2021 00:09:33 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "5a09d7d2-1941-4d00-a9c7-d512d83615fb", + "x-ms-ratelimit-remaining-calls-per-second": "166.133333" + }, + "ResponseBody": { + "access_token": "Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/v2/library%2Fnode/manifests/sha256%3A2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210507.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b9d05aa1b0a428b1debb4c5e3b1502fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "0", + "Date": "Sat, 08 May 2021 00:09:34 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Client-Request-Id": "b9d05aa1b0a428b1debb4c5e3b1502fd", + "X-Ms-Correlation-Request-Id": "2830d047-02ef-4258-ba1f-be08ffb32f9f", + "X-Ms-Ratelimit-Remaining-Calls-Per-Second": "8.000000", + "X-Ms-Request-Id": "3dd3a0fd-9ff1-4a67-b431-aa6cf2dbf002" + }, + "ResponseBody": [] + } + ], + "Variables": { + "CLIENT_ID": "bbb27b06-7c67-402c-9a69-f04ad5a5b278", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "CONTAINERREGISTRY_REGISTRY_NAME": "localtestacr04", + "RandomSeed": "1493567547", + "RESOURCE_GROUP": "rg-localtestacr04", + "SUBSCRIPTION_ID": "faa080af-c1d8-40ad-9cce-e1a450ca5b57", + "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsOrdered(False)Async.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsOrdered(False)Async.json new file mode 100644 index 000000000000..43da53142328 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsOrdered(False)Async.json @@ -0,0 +1,486 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_manifests?orderby=timedesc", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210507.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "204c45283206a7551d99b2f82f837b32", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "214", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 08 May 2021 00:10:37 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/node:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "fad12a47-9abd-40d4-8ccf-7b74f1706ac4" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/node", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210507.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "65b347d584d238d3ff139c111180d210", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 08 May 2021 00:10:37 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "58fd0fe1-3747-4a5b-a6c7-ca88a97e7695", + "x-ms-ratelimit-remaining-calls-per-second": "166.133333" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY1MTI2Mzh9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "132", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210507.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ee3b2f6cf6cf4000788bcec779ab9223", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fnode%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 08 May 2021 00:10:37 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "bf365bbc-63e0-40f4-925e-4fc2439ba012", + "x-ms-ratelimit-remaining-calls-per-second": "166.116667" + }, + "ResponseBody": { + "access_token": "Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_manifests?orderby=timedesc", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210507.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "204c45283206a7551d99b2f82f837b32", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 08 May 2021 00:10:38 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "72dcaade-8b6d-4232-9e95-e410bdab8d33" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/node", + "manifests": [ + { + "digest": "sha256:2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", + "imageSize": 11071, + "createdTime": "2021-05-08T00:10:18.6539548Z", + "lastUpdateTime": "2021-05-08T00:10:18.6539548Z", + "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", + "tags": [ + "newest" + ], + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "digest": "sha256:ea11e1551b8eacab097e49899464c91f43b8ae3f968ad6380dc853298eda5f81", + "imageSize": 2215, + "createdTime": "2021-05-08T00:09:19.424797Z", + "lastUpdateTime": "2021-05-08T00:09:19.424797Z", + "architecture": "ppc64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:c63ed28e1eacdabbb45faf2f6d510568269016a8733b6b90d494d2df5c4e2bac", + "imageSize": 2214, + "createdTime": "2021-05-08T00:09:18.3296044Z", + "lastUpdateTime": "2021-05-08T00:09:18.3296044Z", + "architecture": "s390x", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:51801256471176616eaac513da71c093f93f008cff96d2f3755679d72006431d", + "imageSize": 2214, + "createdTime": "2021-05-08T00:09:17.8316002Z", + "lastUpdateTime": "2021-05-08T00:09:17.8316002Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:39946bd9b7fab32e4b6dd10f6bfa4a2671d74aa0710bfbfe1b954fcf51f9b498", + "imageSize": 2214, + "createdTime": "2021-05-08T00:09:16.841781Z", + "lastUpdateTime": "2021-05-08T00:09:16.841781Z", + "architecture": "arm64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:5ed2c97205e4cf78ca60f7cf0f72634b0f48932269b71de1169215ef44894905", + "imageSize": 2214, + "createdTime": "2021-05-08T00:09:16.4794139Z", + "lastUpdateTime": "2021-05-08T00:09:16.4794139Z", + "architecture": "amd64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_tags/newest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210507.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "68a0a99b4373a341711421f29643969d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "214", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 08 May 2021 00:10:38 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/node:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "74a9a3fb-9605-4ff4-a02b-60c1f3d3cefc" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/node", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "132", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210507.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ff8ba2c78d48df634773ed46b50bbe53", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fnode%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 08 May 2021 00:10:38 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "6080c163-88c6-4e7f-8573-60acf84556a5", + "x-ms-ratelimit-remaining-calls-per-second": "166.1" + }, + "ResponseBody": { + "access_token": "Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_tags/newest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210507.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "68a0a99b4373a341711421f29643969d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "386", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 08 May 2021 00:10:38 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "fe2eb2c4-af64-46f8-ab88-ae8cd4cb498d" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/node", + "tag": { + "name": "newest", + "digest": "sha256:2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", + "createdTime": "2021-05-08T00:10:18.7508987Z", + "lastUpdateTime": "2021-05-08T00:10:18.7508987Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/v2/library%2Fnode/manifests/sha256%3A2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210507.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6776788069e0299cee977cbbd40daa34", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "207", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 08 May 2021 00:10:38 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/node:delete\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "4cd25917-74a2-44e3-8147-3edb581d4d3b" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/node", + "Action": "delete" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "125", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210507.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d60031f592200edb46c0210055faee66", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fnode%3adelete\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 08 May 2021 00:10:38 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "6f41ebc4-8a8e-4965-85a2-b769429ce886", + "x-ms-ratelimit-remaining-calls-per-second": "166.083333" + }, + "ResponseBody": { + "access_token": "Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/v2/library%2Fnode/manifests/sha256%3A2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210507.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6776788069e0299cee977cbbd40daa34", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "0", + "Date": "Sat, 08 May 2021 00:10:38 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Client-Request-Id": "6776788069e0299cee977cbbd40daa34", + "X-Ms-Correlation-Request-Id": "9308f29f-3efb-4674-9a0d-732178cbf3b6", + "X-Ms-Ratelimit-Remaining-Calls-Per-Second": "8.000000", + "X-Ms-Request-Id": "08d50aa8-0fb6-4824-bbf5-f3794a8924a8" + }, + "ResponseBody": [] + } + ], + "Variables": { + "CLIENT_ID": "bbb27b06-7c67-402c-9a69-f04ad5a5b278", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "CONTAINERREGISTRY_REGISTRY_NAME": "localtestacr04", + "RandomSeed": "1345636445", + "RESOURCE_GROUP": "rg-localtestacr04", + "SUBSCRIPTION_ID": "faa080af-c1d8-40ad-9cce-e1a450ca5b57", + "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsOrdered.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsOrdered.json index 6a54251b7fd9..89540566f8be 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsOrdered.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsOrdered.json @@ -1,12 +1,11 @@ { "Entries": [ { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fnode/_manifests?orderby=timedesc", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_manifests?orderby=timedesc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8dfb416f5580c25587549fac82a4e907", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:10 GMT", + "Date": "Mon, 10 May 2021 15:38:01 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/node:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/node:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "ef15c769-2616-44e9-9de7-54b20087b06d" + "X-Ms-Correlation-Request-Id": "5e607661-2099-4add-9938-43410a8cfa94" }, "ResponseBody": { "errors": [ @@ -50,66 +49,66 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "dca4add40de0b7fd06ec55f4403c7d8f", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:10 GMT", + "Date": "Mon, 10 May 2021 15:38:02 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "5356bfb3-9c57-440e-9ae8-958b4a1dd8b2", - "x-ms-ratelimit-remaining-calls-per-second": "166.283333" + "X-Ms-Correlation-Request-Id": "fd7f1a0b-66c1-4ad5-9115-0e5aaa8ddf7c", + "x-ms-ratelimit-remaining-calls-per-second": "166.2" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEwNzF9.Sanitized" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "132", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "6676309f85a501d7d4c88e3a7e306262", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fnode%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fnode%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:10 GMT", + "Date": "Mon, 10 May 2021 15:38:02 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "215b8d39-ba38-4643-8637-16c48216c023", - "x-ms-ratelimit-remaining-calls-per-second": "166.266667" + "X-Ms-Correlation-Request-Id": "73a02d3f-82e3-47df-931b-e8855251bbe7", + "x-ms-ratelimit-remaining-calls-per-second": "166.033333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhMTNhNGY3Zi04YWU4LTRhNWItYjQ2Ni02OWQ1NzQ4ZWM1ZGEiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxODIsImV4cCI6MTYyMDY2NDY4MiwiaWF0IjoxNjIwNjYwMTgyLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L25vZGUiLCJhY3Rpb25zIjpbIm1ldGFkYXRhX3JlYWQiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.wynAnulo_VcO1iCi5JIVMM3X2_vSNUosuyAQhvurhK7EWkB8iCuDWhhZzhhEXd6waGeabfEUZXQ_WvNLVicPqOxpi6gS4DTKC2QwkUK4tEEVJ5me2zM2WsZSC_8ArDB6BEByu7Zu88GV9PyOUe7UPyLnMXBLd7fUufZBkyq20jUpTUrfXpsJFO1rUNQLMFC_s-aMSRp_xk0DRLSccg7uYm6KNX3c8nrI8efkqYGQI5B-QDFla2T83NOyZm4kOYSDi5lh92_qktEeNJ_eVAc5Qf49ykxSqshi2S8WUoaK6kIi7tgyPnHf1G6bc4q9Oha7YgYcnFb0wdTnEpN2-Xj8YQ" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fnode/_manifests?orderby=timedesc", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_manifests?orderby=timedesc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8dfb416f5580c25587549fac82a4e907", "x-ms-return-client-request-id": "true" }, @@ -124,7 +123,7 @@ ], "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:10 GMT", + "Date": "Mon, 10 May 2021 15:38:02 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,17 +132,17 @@ ], "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "1e9b7884-dbac-42ce-a0fb-039182441c47" + "X-Ms-Correlation-Request-Id": "27e39d20-617d-4dec-8303-0e8d2bdb6bfd" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/node", "manifests": [ { - "digest": "sha256:6cbc150709d59d2667f5d34cbf03fb4594dc8b34acb8872f9ab27ba915b28b56", - "imageSize": 0, - "createdTime": "2021-04-23T20:09:02.1869431Z", - "lastUpdateTime": "2021-04-23T20:09:02.1869431Z", + "digest": "sha256:2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", + "imageSize": 11071, + "createdTime": "2021-05-08T00:14:15.9628032Z", + "lastUpdateTime": "2021-05-08T00:14:15.9628032Z", "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", "tags": [ "newest" @@ -156,11 +155,11 @@ } }, { - "digest": "sha256:00e90d6cbb499653cd2c74a3770f4fa5982699145b113e422bdffe31a7905117", - "imageSize": 0, - "createdTime": "2021-04-21T22:48:04.9238708Z", - "lastUpdateTime": "2021-04-21T22:48:04.9238708Z", - "architecture": "arm64", + "digest": "sha256:ea11e1551b8eacab097e49899464c91f43b8ae3f968ad6380dc853298eda5f81", + "imageSize": 2215, + "createdTime": "2021-05-08T00:09:19.424797Z", + "lastUpdateTime": "2021-05-08T00:09:19.424797Z", + "architecture": "ppc64le", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", "changeableAttributes": { @@ -172,11 +171,11 @@ } }, { - "digest": "sha256:0bb7063dae2d6e3e6989f1c2348a50c03bc9d9c1e2f7ea6a0a36e9f0728ac78e", - "imageSize": 0, - "createdTime": "2021-04-21T22:48:03.4112634Z", - "lastUpdateTime": "2021-04-21T22:48:03.4112634Z", - "architecture": "amd64", + "digest": "sha256:c63ed28e1eacdabbb45faf2f6d510568269016a8733b6b90d494d2df5c4e2bac", + "imageSize": 2214, + "createdTime": "2021-05-08T00:09:18.3296044Z", + "lastUpdateTime": "2021-05-08T00:09:18.3296044Z", + "architecture": "s390x", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", "changeableAttributes": { @@ -188,10 +187,10 @@ } }, { - "digest": "sha256:81b3054be53707dd6ab4539204281b248c7bac82235b00f4340d23392c1d66f1", - "imageSize": 0, - "createdTime": "2021-04-21T22:48:02.2682799Z", - "lastUpdateTime": "2021-04-21T22:48:02.2682799Z", + "digest": "sha256:51801256471176616eaac513da71c093f93f008cff96d2f3755679d72006431d", + "imageSize": 2214, + "createdTime": "2021-05-08T00:09:17.8316002Z", + "lastUpdateTime": "2021-05-08T00:09:17.8316002Z", "architecture": "arm", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -204,42 +203,10 @@ } }, { - "digest": "sha256:602e9cc60c015af7cc8de2ee18bc68cfdd073f0b3dac3f39289a44f42d10f361", - "imageSize": 0, - "createdTime": "2021-04-08T22:18:32.0259893Z", - "lastUpdateTime": "2021-04-08T22:18:32.0259893Z", - "architecture": "amd64", - "os": "linux", - "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", - "changeableAttributes": { - "deleteEnabled": true, - "writeEnabled": true, - "readEnabled": true, - "listEnabled": true, - "quarantineState": "Passed" - } - }, - { - "digest": "sha256:af0283b5c5344b9545afeb7edd52d0b59888bf7a28f1ec76ce6d4bc1bf7bb4e4", - "imageSize": 0, - "createdTime": "2021-04-08T22:18:31.1097323Z", - "lastUpdateTime": "2021-04-08T22:18:31.1097323Z", - "architecture": "arm", - "os": "linux", - "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", - "changeableAttributes": { - "deleteEnabled": true, - "writeEnabled": true, - "readEnabled": true, - "listEnabled": true, - "quarantineState": "Passed" - } - }, - { - "digest": "sha256:b9d70b403e98e3847537071e119d83b81939ec40d0507b5098c4151570150042", - "imageSize": 0, - "createdTime": "2021-04-08T22:18:31.0146642Z", - "lastUpdateTime": "2021-04-08T22:18:31.0146642Z", + "digest": "sha256:39946bd9b7fab32e4b6dd10f6bfa4a2671d74aa0710bfbfe1b954fcf51f9b498", + "imageSize": 2214, + "createdTime": "2021-05-08T00:09:16.841781Z", + "lastUpdateTime": "2021-05-08T00:09:16.841781Z", "architecture": "arm64", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -252,10 +219,10 @@ } }, { - "digest": "sha256:b32954e16cfbe12cc77d08f1ac5580684bb3cab2d31d46b129cd506f66a8ad50", - "imageSize": 0, - "createdTime": "2021-04-07T03:18:57.8362803Z", - "lastUpdateTime": "2021-04-07T03:18:57.8362803Z", + "digest": "sha256:5ed2c97205e4cf78ca60f7cf0f72634b0f48932269b71de1169215ef44894905", + "imageSize": 2214, + "createdTime": "2021-05-08T00:09:16.4794139Z", + "lastUpdateTime": "2021-05-08T00:09:16.4794139Z", "architecture": "amd64", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -266,49 +233,16 @@ "listEnabled": true, "quarantineState": "Passed" } - }, - { - "digest": "sha256:0850e1871e459d6d8c84375dd1dc9e151c8ec814c1d07508cfb84d31d437bb36", - "imageSize": 0, - "createdTime": "2021-04-07T03:18:56.8107321Z", - "lastUpdateTime": "2021-04-07T03:18:56.8107321Z", - "architecture": "arm", - "os": "linux", - "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", - "changeableAttributes": { - "deleteEnabled": true, - "writeEnabled": true, - "readEnabled": true, - "listEnabled": true, - "quarantineState": "Passed" - } - }, - { - "digest": "sha256:0aab0f340a0305d4bb68fe0e4c95772e3f42fb260a55f4ca0a2365eb67f351d8", - "imageSize": 0, - "createdTime": "2021-04-07T03:18:56.7213781Z", - "lastUpdateTime": "2021-04-07T03:18:56.7213781Z", - "architecture": "arm64", - "os": "linux", - "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", - "changeableAttributes": { - "deleteEnabled": true, - "writeEnabled": true, - "readEnabled": true, - "listEnabled": true, - "quarantineState": "Passed" - } } ] } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fnode/_tags/newest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_tags/newest", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "49c5318d9fd761b1434386930060814a", "x-ms-return-client-request-id": "true" }, @@ -324,16 +258,16 @@ "Connection": "keep-alive", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:10 GMT", + "Date": "Mon, 10 May 2021 15:38:02 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/node:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/node:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "c663517e-ac78-4f9c-8289-a98b9c686db3" + "X-Ms-Correlation-Request-Id": "3c7bbad4-641e-4cc2-993a-97dc30647b36" }, "ResponseBody": { "errors": [ @@ -352,66 +286,39 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "510d10d7832d4e61d5a308187fc239d6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:10 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "25767919-b71a-4c31-8a89-5a0acc204640", - "x-ms-ratelimit-remaining-calls-per-second": "166.25" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "132", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "0f66f28a3377ffb77f142261ff430173", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "510d10d7832d4e61d5a308187fc239d6", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fnode%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fnode%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:11 GMT", + "Date": "Mon, 10 May 2021 15:38:02 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "3a0c9eeb-de76-4821-9cda-d404c3ae1575", - "x-ms-ratelimit-remaining-calls-per-second": "166.233333" + "X-Ms-Correlation-Request-Id": "b31928ed-f52a-49b4-ba90-86b05003601a", + "x-ms-ratelimit-remaining-calls-per-second": "166.016667" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI3ZWQ3NGNjYi0wZmIyLTQ0MjMtOGU5Ny00NWNhMzc5NzY3NzYiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxODIsImV4cCI6MTYyMDY2NDY4MiwiaWF0IjoxNjIwNjYwMTgyLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L25vZGUiLCJhY3Rpb25zIjpbIm1ldGFkYXRhX3JlYWQiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.U9LOVlh22g1xhygHA22vubQWR67IW95YaVhlUcYTNas9kVSvXQbkruJzKquhfBZXT-ge602Rwoxi-u1Xb_novOqFu4N2NavqzxQebUwuGdhq1UH2RkXRFxKQp-NSg_GI7x7vS_fhjOKigqFMly5SwJNr-Eqq1yrsiVDnJU3hscG7xrsZD9TtSV4ySa8rZ9wqfylIPBdtn7LgtwFdaSOzUOeWdYDk6QwV945mwQG4nhRxAHpNmcLwP8eEHtjFhNtwDPneN-tP2o848wlP8VUFtYVI9BezKfZ76v2KasRiMu0CFl2H66OxSb-wHoBQCounl4imVAbVyqvmoMXCTD911g" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fnode/_tags/newest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_tags/newest", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "49c5318d9fd761b1434386930060814a", "x-ms-return-client-request-id": "true" }, @@ -427,7 +334,7 @@ "Connection": "keep-alive", "Content-Length": "386", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:11 GMT", + "Date": "Mon, 10 May 2021 15:38:02 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -435,16 +342,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "9ead46b7-79e9-4507-85f6-bdd5198599d7" + "X-Ms-Correlation-Request-Id": "f84b5042-8ab8-443c-87bb-7f8b38cd2092" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/node", "tag": { "name": "newest", - "digest": "sha256:6cbc150709d59d2667f5d34cbf03fb4594dc8b34acb8872f9ab27ba915b28b56", - "createdTime": "2021-04-23T20:09:02.3066053Z", - "lastUpdateTime": "2021-04-23T20:09:02.3066053Z", + "digest": "sha256:2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", + "createdTime": "2021-05-08T00:14:16.1196054Z", + "lastUpdateTime": "2021-05-08T00:14:16.1196054Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -456,13 +363,12 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/v2/library%2Fnode/manifests/sha256%3A6cbc150709d59d2667f5d34cbf03fb4594dc8b34acb8872f9ab27ba915b28b56", + "RequestUri": "https://localtestacr04.azurecr.io/v2/library%2Fnode/manifests/sha256%3A2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "6d63434710220a34d07673349798e281", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0f66f28a3377ffb77f142261ff430173", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -477,16 +383,16 @@ "Connection": "keep-alive", "Content-Length": "207", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:11 GMT", + "Date": "Mon, 10 May 2021 15:38:02 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/node:delete\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/node:delete\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "5b88e6c4-fa88-434e-8cc1-d1430bc3835b" + "X-Ms-Correlation-Request-Id": "782736d6-8229-4a20-b662-4e63d56a518c" }, "ResponseBody": { "errors": [ @@ -505,67 +411,40 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "0d09af0a72faa4d3590ed11860004f92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:11 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "2ac33d7a-fcae-48e1-9a12-f653786e7f13", - "x-ms-ratelimit-remaining-calls-per-second": "166.216667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "125", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "3bd095a2cb5f79b4bd5b3e00bf8368e6", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6d63434710220a34d07673349798e281", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fnode%3adelete\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fnode%3adelete\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:11 GMT", + "Date": "Mon, 10 May 2021 15:38:02 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "d853e1c8-7a2e-4d10-aa12-47d12b0d99a4", - "x-ms-ratelimit-remaining-calls-per-second": "166.2" + "X-Ms-Correlation-Request-Id": "3942db89-8453-481f-ade6-cd10f878b88b", + "x-ms-ratelimit-remaining-calls-per-second": "166" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIxNmU1NzllNy0yZTc1LTQ0OTEtOTlkNC02M2EwMmU5NDY4MTQiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxODIsImV4cCI6MTYyMDY2NDY4MiwiaWF0IjoxNjIwNjYwMTgyLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L25vZGUiLCJhY3Rpb25zIjpbImRlbGV0ZSJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.jqF4H21GI2yMZxyIkqZ-kwg1uWHOOLm_2I27E0EO4yYKKEfwuDY5OfRHVsQ79uVfm4GyaXWk9tc-w_SiMSIlLB7qP9XmCsEkPgU12jIoG3KtHJUmN0i5Zol6FI3UCrHXDqB5fn1C2gmzST1jwrGlZMEwllJhbmMXTRWu4UqKCY8RUm2TY2NkXoho899756qtZfkRHaHMcLljrUJSJC983bf1oWkvonMlCpdbV4PJNuOgGhHPjjbVCJEhfOyNuspzd5rPklsSrXgTrvygMkhUYO_CEx9ldXk7UrdhuQo-l0RVXGklNt5gXhHnZkY0j762J1QKfDXT7flED2ebiLKcyg" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/v2/library%2Fnode/manifests/sha256%3A6cbc150709d59d2667f5d34cbf03fb4594dc8b34acb8872f9ab27ba915b28b56", + "RequestUri": "https://localtestacr04.azurecr.io/v2/library%2Fnode/manifests/sha256%3A2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "6d63434710220a34d07673349798e281", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0f66f28a3377ffb77f142261ff430173", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -579,7 +458,7 @@ ], "Connection": "keep-alive", "Content-Length": "0", - "Date": "Fri, 23 Apr 2021 20:09:11 GMT", + "Date": "Mon, 10 May 2021 15:38:02 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -587,20 +466,20 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Client-Request-Id": "6d63434710220a34d07673349798e281", - "X-Ms-Correlation-Request-Id": "1ab01470-3e7f-48c2-89c3-fca0cefcafa6", + "X-Ms-Client-Request-Id": "0f66f28a3377ffb77f142261ff430173", + "X-Ms-Correlation-Request-Id": "6f860bb7-1001-40ed-828c-bf8cf9e730f3", "X-Ms-Ratelimit-Remaining-Calls-Per-Second": "8.000000", - "X-Ms-Request-Id": "063d731c-f0b4-4375-9a98-7c769e1df9cb" + "X-Ms-Request-Id": "1991604d-5d84-4a0b-95fa-31bf65d18ba7" }, "ResponseBody": [] } ], "Variables": { - "CLIENT_ID": "9de00b2f-0a92-4543-9928-f49b89bb1448", - "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", - "CONTAINERREGISTRY_REGISTRY_NAME": "localtestacr01", + "CLIENT_ID": "bbb27b06-7c67-402c-9a69-f04ad5a5b278", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "CONTAINERREGISTRY_REGISTRY_NAME": "localtestacr04", "RandomSeed": "5773839", - "RESOURCE_GROUP": "rg-localtestacr01", + "RESOURCE_GROUP": "rg-localtestacr04", "SUBSCRIPTION_ID": "faa080af-c1d8-40ad-9cce-e1a450ca5b57", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsOrderedAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsOrderedAsync.json index db84cb459e13..674561635d50 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsOrderedAsync.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsOrderedAsync.json @@ -1,12 +1,11 @@ { "Entries": [ { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fnode/_manifests?orderby=timedesc", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_manifests?orderby=timedesc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e855b776e7cc065cacda8538d19fce89", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:49 GMT", + "Date": "Mon, 10 May 2021 15:38:51 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/node:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/node:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "141df099-da73-476e-9eeb-e50c63ecf379" + "X-Ms-Correlation-Request-Id": "934b852c-3e88-4fe3-87ec-d6eb43895dfd" }, "ResponseBody": { "errors": [ @@ -50,66 +49,66 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0c11450d1e461c994724c0af80ef1a65", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:49 GMT", + "Date": "Mon, 10 May 2021 15:38:52 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "53bc90a6-d34a-4872-8cb3-9397bb3eceb5", - "x-ms-ratelimit-remaining-calls-per-second": "166.216667" + "X-Ms-Correlation-Request-Id": "6ab0b3f9-3c3f-455d-8783-a488a3ac0471", + "x-ms-ratelimit-remaining-calls-per-second": "165.716667" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDExMjF9.Sanitized" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "132", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8ed53d8bbbb5245a0baee3620a38f301", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fnode%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fnode%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:49 GMT", + "Date": "Mon, 10 May 2021 15:38:52 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "7d4211cf-ef5c-450d-889a-c5e546e89383", - "x-ms-ratelimit-remaining-calls-per-second": "166.2" + "X-Ms-Correlation-Request-Id": "2ae8e96a-8108-4061-8d00-2529ba920e01", + "x-ms-ratelimit-remaining-calls-per-second": "165.1" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI5NDdjNzJlYy0yMjlhLTRjMDAtOTI5My0yMWNhNjhjYTU2NTYiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyMzIsImV4cCI6MTYyMDY2NDczMiwiaWF0IjoxNjIwNjYwMjMyLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L25vZGUiLCJhY3Rpb25zIjpbIm1ldGFkYXRhX3JlYWQiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.sUOnp3LKrDx-kgaaWX2NgLG53kYM-ZxrOP6XsskvIafxyETrW3zdWSBC7yVVE8o8t9pmA3LTlSKQQhpGGS8N5uMf4sjPWs37WhG_jbkAiFSJKLcC44TNVL8m7sqfJk7jpjzWDcL7xnXgVPeUNw1ScHEqbjBt4N2-fe9WIBxuDKJNglraA_gfYaifatrup4aBelBZiAfPFMULQGLVHqz0y4FBTMhlNj2_MX3XDht_zMeLdp0jJQ2M-tRzKxG-GT6thzDH2lez4JHBeuKsQLBgzCGC8hw6Xw1-NqbRtvR8rFRw5WoRCMudv_aF2mjUHPvDTyf-2cbPqBu5T1wRBjrrIA" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fnode/_manifests?orderby=timedesc", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_manifests?orderby=timedesc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e855b776e7cc065cacda8538d19fce89", "x-ms-return-client-request-id": "true" }, @@ -124,7 +123,7 @@ ], "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:50 GMT", + "Date": "Mon, 10 May 2021 15:38:52 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,17 +132,17 @@ ], "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "4fa2dcf3-cd35-4bdd-9ff7-d18959e91001" + "X-Ms-Correlation-Request-Id": "19772e00-2df9-466e-b39b-5f1a948cb19a" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/node", "manifests": [ { - "digest": "sha256:6cbc150709d59d2667f5d34cbf03fb4594dc8b34acb8872f9ab27ba915b28b56", - "imageSize": 0, - "createdTime": "2021-04-23T20:09:41.6781609Z", - "lastUpdateTime": "2021-04-23T20:09:41.6781609Z", + "digest": "sha256:2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", + "imageSize": 11071, + "createdTime": "2021-05-10T15:38:44.5751368Z", + "lastUpdateTime": "2021-05-10T15:38:44.5751368Z", "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", "tags": [ "newest" @@ -156,43 +155,11 @@ } }, { - "digest": "sha256:00e90d6cbb499653cd2c74a3770f4fa5982699145b113e422bdffe31a7905117", - "imageSize": 0, - "createdTime": "2021-04-21T22:48:04.9238708Z", - "lastUpdateTime": "2021-04-21T22:48:04.9238708Z", - "architecture": "arm64", - "os": "linux", - "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", - "changeableAttributes": { - "deleteEnabled": true, - "writeEnabled": true, - "readEnabled": true, - "listEnabled": true, - "quarantineState": "Passed" - } - }, - { - "digest": "sha256:0bb7063dae2d6e3e6989f1c2348a50c03bc9d9c1e2f7ea6a0a36e9f0728ac78e", - "imageSize": 0, - "createdTime": "2021-04-21T22:48:03.4112634Z", - "lastUpdateTime": "2021-04-21T22:48:03.4112634Z", - "architecture": "amd64", - "os": "linux", - "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", - "changeableAttributes": { - "deleteEnabled": true, - "writeEnabled": true, - "readEnabled": true, - "listEnabled": true, - "quarantineState": "Passed" - } - }, - { - "digest": "sha256:81b3054be53707dd6ab4539204281b248c7bac82235b00f4340d23392c1d66f1", - "imageSize": 0, - "createdTime": "2021-04-21T22:48:02.2682799Z", - "lastUpdateTime": "2021-04-21T22:48:02.2682799Z", - "architecture": "arm", + "digest": "sha256:ea11e1551b8eacab097e49899464c91f43b8ae3f968ad6380dc853298eda5f81", + "imageSize": 2215, + "createdTime": "2021-05-08T00:09:19.424797Z", + "lastUpdateTime": "2021-05-08T00:09:19.424797Z", + "architecture": "ppc64le", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", "changeableAttributes": { @@ -204,11 +171,11 @@ } }, { - "digest": "sha256:602e9cc60c015af7cc8de2ee18bc68cfdd073f0b3dac3f39289a44f42d10f361", - "imageSize": 0, - "createdTime": "2021-04-08T22:18:32.0259893Z", - "lastUpdateTime": "2021-04-08T22:18:32.0259893Z", - "architecture": "amd64", + "digest": "sha256:c63ed28e1eacdabbb45faf2f6d510568269016a8733b6b90d494d2df5c4e2bac", + "imageSize": 2214, + "createdTime": "2021-05-08T00:09:18.3296044Z", + "lastUpdateTime": "2021-05-08T00:09:18.3296044Z", + "architecture": "s390x", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", "changeableAttributes": { @@ -220,10 +187,10 @@ } }, { - "digest": "sha256:af0283b5c5344b9545afeb7edd52d0b59888bf7a28f1ec76ce6d4bc1bf7bb4e4", - "imageSize": 0, - "createdTime": "2021-04-08T22:18:31.1097323Z", - "lastUpdateTime": "2021-04-08T22:18:31.1097323Z", + "digest": "sha256:51801256471176616eaac513da71c093f93f008cff96d2f3755679d72006431d", + "imageSize": 2214, + "createdTime": "2021-05-08T00:09:17.8316002Z", + "lastUpdateTime": "2021-05-08T00:09:17.8316002Z", "architecture": "arm", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -236,10 +203,10 @@ } }, { - "digest": "sha256:b9d70b403e98e3847537071e119d83b81939ec40d0507b5098c4151570150042", - "imageSize": 0, - "createdTime": "2021-04-08T22:18:31.0146642Z", - "lastUpdateTime": "2021-04-08T22:18:31.0146642Z", + "digest": "sha256:39946bd9b7fab32e4b6dd10f6bfa4a2671d74aa0710bfbfe1b954fcf51f9b498", + "imageSize": 2214, + "createdTime": "2021-05-08T00:09:16.841781Z", + "lastUpdateTime": "2021-05-08T00:09:16.841781Z", "architecture": "arm64", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -252,10 +219,10 @@ } }, { - "digest": "sha256:b32954e16cfbe12cc77d08f1ac5580684bb3cab2d31d46b129cd506f66a8ad50", - "imageSize": 0, - "createdTime": "2021-04-07T03:18:57.8362803Z", - "lastUpdateTime": "2021-04-07T03:18:57.8362803Z", + "digest": "sha256:5ed2c97205e4cf78ca60f7cf0f72634b0f48932269b71de1169215ef44894905", + "imageSize": 2214, + "createdTime": "2021-05-08T00:09:16.4794139Z", + "lastUpdateTime": "2021-05-08T00:09:16.4794139Z", "architecture": "amd64", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -266,49 +233,16 @@ "listEnabled": true, "quarantineState": "Passed" } - }, - { - "digest": "sha256:0850e1871e459d6d8c84375dd1dc9e151c8ec814c1d07508cfb84d31d437bb36", - "imageSize": 0, - "createdTime": "2021-04-07T03:18:56.8107321Z", - "lastUpdateTime": "2021-04-07T03:18:56.8107321Z", - "architecture": "arm", - "os": "linux", - "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", - "changeableAttributes": { - "deleteEnabled": true, - "writeEnabled": true, - "readEnabled": true, - "listEnabled": true, - "quarantineState": "Passed" - } - }, - { - "digest": "sha256:0aab0f340a0305d4bb68fe0e4c95772e3f42fb260a55f4ca0a2365eb67f351d8", - "imageSize": 0, - "createdTime": "2021-04-07T03:18:56.7213781Z", - "lastUpdateTime": "2021-04-07T03:18:56.7213781Z", - "architecture": "arm64", - "os": "linux", - "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", - "changeableAttributes": { - "deleteEnabled": true, - "writeEnabled": true, - "readEnabled": true, - "listEnabled": true, - "quarantineState": "Passed" - } } ] } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fnode/_tags/newest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_tags/newest", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f00d3e40b52858ba1d38a1a827ad86bc", "x-ms-return-client-request-id": "true" }, @@ -324,16 +258,16 @@ "Connection": "keep-alive", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:50 GMT", + "Date": "Mon, 10 May 2021 15:38:52 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/node:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/node:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "8d6a3558-a3e8-4efa-b632-e677984927f3" + "X-Ms-Correlation-Request-Id": "be685401-649c-4ac9-9439-8bc9b1e3cf97" }, "ResponseBody": { "errors": [ @@ -352,66 +286,39 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "94ac1fbf3fca51d3eaec00983b37120e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:50 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "f87edcd1-b9bb-40f3-84c3-cca0fa1f6d2f", - "x-ms-ratelimit-remaining-calls-per-second": "166.183333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "132", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "416ebf312ae2d53c837d717c1ab2fd5e", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "94ac1fbf3fca51d3eaec00983b37120e", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fnode%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fnode%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:50 GMT", + "Date": "Mon, 10 May 2021 15:38:52 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "022d6b0f-cfe5-46f7-b2e5-ecc383bed18d", - "x-ms-ratelimit-remaining-calls-per-second": "166.166667" + "X-Ms-Correlation-Request-Id": "ec9d8eca-850f-43ef-8292-4782d28c03b5", + "x-ms-ratelimit-remaining-calls-per-second": "165.083333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJmNDI1NDExOC1jMjZjLTQ3N2QtODVkMi1kN2QwNmJlNDMzOTciLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyMzIsImV4cCI6MTYyMDY2NDczMiwiaWF0IjoxNjIwNjYwMjMyLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L25vZGUiLCJhY3Rpb25zIjpbIm1ldGFkYXRhX3JlYWQiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.zB0TVAYyWs4-6c9-7vAgH-kkKtIuAysad2S9WicKj9VsR9ASVYqocp8XCjyTCMKs_W_343nQF4Qi7gvLLiAG3Q1JgZQL31dIA4DXDyfELJn9Zu5yiHC9Wia3KFAt4hTIBL7b3Yw5yTUy20XIWP28-fZKvjrFaKOTSr2mHKMnWGHIY86GpfgQcCsNiROGbPnOBDkI9E0UoBVhEl1I-w48gYYlknAP24CE1bofQ394Dq_d38qc81l4o_ALmiVRswvlbCUQlzgrIuSkm42E4Ub14gL9DKYaHGok4NU3D2LnIwKg7UGn1l1nLhJrpwFizT6Aq1W0v4dDPs0VOUOJX-6NSQ" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fnode/_tags/newest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_tags/newest", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f00d3e40b52858ba1d38a1a827ad86bc", "x-ms-return-client-request-id": "true" }, @@ -427,7 +334,7 @@ "Connection": "keep-alive", "Content-Length": "386", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:50 GMT", + "Date": "Mon, 10 May 2021 15:38:52 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -435,16 +342,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "d3ba1569-e77b-4d06-92ee-66b10d366edb" + "X-Ms-Correlation-Request-Id": "d4671a1e-4a53-46c9-a486-bf1b95e4ddd1" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/node", "tag": { "name": "newest", - "digest": "sha256:6cbc150709d59d2667f5d34cbf03fb4594dc8b34acb8872f9ab27ba915b28b56", - "createdTime": "2021-04-23T20:09:41.5997996Z", - "lastUpdateTime": "2021-04-23T20:09:41.5997996Z", + "digest": "sha256:2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", + "createdTime": "2021-05-10T15:38:44.4790784Z", + "lastUpdateTime": "2021-05-10T15:38:44.4790784Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -456,13 +363,12 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/v2/library%2Fnode/manifests/sha256%3A6cbc150709d59d2667f5d34cbf03fb4594dc8b34acb8872f9ab27ba915b28b56", + "RequestUri": "https://localtestacr04.azurecr.io/v2/library%2Fnode/manifests/sha256%3A2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "eba226285f8b01376abb053bb4211ce6", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "416ebf312ae2d53c837d717c1ab2fd5e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -477,16 +383,16 @@ "Connection": "keep-alive", "Content-Length": "207", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:50 GMT", + "Date": "Mon, 10 May 2021 15:38:52 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/node:delete\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/node:delete\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "d6be0703-c46f-4348-b52e-e34641800d20" + "X-Ms-Correlation-Request-Id": "4deec348-4885-4817-ae8f-e943e1a5e0aa" }, "ResponseBody": { "errors": [ @@ -505,67 +411,40 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "68779226443f95dae2d7104cce563738", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:50 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "22b40cee-39e0-43d7-b2e3-f727d32ae9ee", - "x-ms-ratelimit-remaining-calls-per-second": "166.15" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "125", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "1470a2ef2694d182876cd62724012062", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "eba226285f8b01376abb053bb4211ce6", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fnode%3adelete\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fnode%3adelete\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:50 GMT", + "Date": "Mon, 10 May 2021 15:38:52 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "ce65c2fc-b82c-4e4d-99a9-ff58c35eb437", - "x-ms-ratelimit-remaining-calls-per-second": "166.133333" + "X-Ms-Correlation-Request-Id": "4f18a20b-733c-4f0f-abb1-5684e5f6482d", + "x-ms-ratelimit-remaining-calls-per-second": "165.066667" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIzZmIxZjkzMy04MjBkLTRiMzctYmMzZi0zYmYzOGFkNTE1M2IiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyMzIsImV4cCI6MTYyMDY2NDczMiwiaWF0IjoxNjIwNjYwMjMyLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L25vZGUiLCJhY3Rpb25zIjpbImRlbGV0ZSJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.GFKpGzIqQdkzTTP9srQyfRV2ibTfWhmUBD2RONh3lYzEpBOIPHFyXD8yoCgrKs17okkqmrXeFcKVzyi0RYRFcyp32id1GAgD0eQPVeJfqL8HXhO_4wH798xZFQxi8O-uuFCzn56jlWB6vlnYbBNrzjca55Yrtu3R5ZrFm28qwVNKv4qGM0ejoe8un8IP5yBQLIWKmCU7YxuMjv_cUBxw_MtYMsThN5PJKfUF8dcjcuR-9zZcFlR6TFCF871X09SmHt8HC3QSVjNtY3ajY5lgSbPx8Noh3Cx-CBrMp-rhzSaHsE-i2G7NV_dNogzyseQzybQtatzNyNZM4jccjXT3fA" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/v2/library%2Fnode/manifests/sha256%3A6cbc150709d59d2667f5d34cbf03fb4594dc8b34acb8872f9ab27ba915b28b56", + "RequestUri": "https://localtestacr04.azurecr.io/v2/library%2Fnode/manifests/sha256%3A2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "eba226285f8b01376abb053bb4211ce6", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "416ebf312ae2d53c837d717c1ab2fd5e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -579,7 +458,7 @@ ], "Connection": "keep-alive", "Content-Length": "0", - "Date": "Fri, 23 Apr 2021 20:09:50 GMT", + "Date": "Mon, 10 May 2021 15:38:53 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -587,20 +466,20 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Client-Request-Id": "eba226285f8b01376abb053bb4211ce6", - "X-Ms-Correlation-Request-Id": "9ae0dde4-ad2e-464e-b38b-e580c8a4a35b", + "X-Ms-Client-Request-Id": "416ebf312ae2d53c837d717c1ab2fd5e", + "X-Ms-Correlation-Request-Id": "1f2e3e88-88bd-4406-9752-00ba778cb8ab", "X-Ms-Ratelimit-Remaining-Calls-Per-Second": "8.000000", - "X-Ms-Request-Id": "383e19bb-f7cc-4aa0-b123-0e5f31554a91" + "X-Ms-Request-Id": "62f468e0-d54c-4bf5-a998-7380c74be472" }, "ResponseBody": [] } ], "Variables": { - "CLIENT_ID": "9de00b2f-0a92-4543-9928-f49b89bb1448", - "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", - "CONTAINERREGISTRY_REGISTRY_NAME": "localtestacr01", + "CLIENT_ID": "bbb27b06-7c67-402c-9a69-f04ad5a5b278", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "CONTAINERREGISTRY_REGISTRY_NAME": "localtestacr04", "RandomSeed": "152250088", - "RESOURCE_GROUP": "rg-localtestacr01", + "RESOURCE_GROUP": "rg-localtestacr04", "SUBSCRIPTION_ID": "faa080af-c1d8-40ad-9cce-e1a450ca5b57", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsWithCustomPageSize(False).json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsWithCustomPageSize(False).json new file mode 100644 index 000000000000..ef80376401c7 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsWithCustomPageSize(False).json @@ -0,0 +1,773 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests?n=2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4e2446f5e8170a104498e03d01f1e8b1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:09 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "10e26da7-80c6-4290-bb4b-e23e35116817" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "212535ea2fdbbb2b9aea1fca7d3850f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:10 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "e9786a8e-a7b0-43a1-8b42-0111dca419f3", + "x-ms-ratelimit-remaining-calls-per-second": "166.25" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEwNzF9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "2594ba509ebcbdfb07bc996e0a97e20a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:10 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "3753a242-3841-4a0b-bbf3-dc35c58ad230", + "x-ms-ratelimit-remaining-calls-per-second": "166.233333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIyNWIxOTdiMS1jMTdjLTRmODItYTIyMS05NTMxMzAwYTEwNTQiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxOTAsImV4cCI6MTYyMDY2NDY5MCwiaWF0IjoxNjIwNjYwMTkwLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.4wcVyrcDwzzZ-KLa4WFy12ZFR-GE5CNbiMPVDaRZPalV2x3Smqe7azHcNWa692esr1TkXmO3tfo6_HUDmU4A-adx-JwZkQxUyI57RSMPNApspdN1j_Hb88tasd0Ny4Ihzg5B8HBSt1akg3cmTbpgY-X1QT5eF2hFkY3XFyvU58Figcbu0x6sOGwSF5vDFbaXDFaRNJDO0bSWWPuLoVy509YfztzWuuAVIFp0fgI94RbI6v8s2l8eYuPg36cu91B1gRcMzlMqyFhDApV6X8LlnmJCG13LKbW_A-aOWv_kO2S-fdL0YKBRC1OGbIL_9t7qMFtAM-2h39_TBhXamGwdVQ" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests?n=2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4e2446f5e8170a104498e03d01f1e8b1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "942", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:10 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "600302f9-3f3b-41f6-8c76-79624eccbc92" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:44.5878386Z", + "lastUpdateTime": "2021-05-10T15:37:44.5878386Z", + "architecture": "amd64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:45.2823056Z", + "lastUpdateTime": "2021-05-10T15:37:45.2823056Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7eb8c79aa6e5c69a1b69b42dc9468c0b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:10 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "ec93a185-ca13-488f-a2f8-7fda438b23bc" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "46ede848c25d4cf43967191e95bcb002", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:10 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "ee20936b-48ea-4259-b0e5-381680069b92", + "x-ms-ratelimit-remaining-calls-per-second": "166.216667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJkOGQxYTUyOS1mMjg2LTQ5OWMtYTQzOS04ZDBmMTRjYjRkZjgiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxOTAsImV4cCI6MTYyMDY2NDY5MCwiaWF0IjoxNjIwNjYwMTkwLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.120Adif7C9XUNvTzgkvxy15B1y6y2fR1QBYGxHoru9GCnJmgIl0vvuNX-X9LrKL5rZhDDY-ohMOlGp5XpbcoWW_U_cE8rHoWdMbt8KBi61B_3x6rOSSDdrEBwgZHOVsm1h2CxUZzjUvCFL9sx4xL8aASkmaPp7AqRWLzejaNf4IOHJUKxML-GaahSd8IdoZWvp_W4FBbHhAdsm8ucjkSlICdcDNLK1gWOrUsSIcf_YtTZ9hamVTssRTTKUAor_zBEwH-zfRch5YnhM1ccr8d0Xqi1bOHeFXVNr3Wa6LA2k4srMwOi-Slqc0sd3RndGKruTiv29rMCXq1AYzUzWBprw" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7eb8c79aa6e5c69a1b69b42dc9468c0b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "945", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:10 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "13a5f126-d0c1-483c-aa6f-229633c136f1" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:44.894152Z", + "lastUpdateTime": "2021-05-10T15:37:44.894152Z", + "architecture": "mips64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:44.3176414Z", + "lastUpdateTime": "2021-05-10T15:37:44.3176414Z", + "architecture": "arm64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b6301508d280a91220ce0a53eacef4c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:10 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "a906beeb-1ec0-455b-a868-d73d0c17ed00" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "21268e309baad7add26c457e8d7b305e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:10 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "c7e433c1-a090-4536-8ee2-e9a3ae13fff4", + "x-ms-ratelimit-remaining-calls-per-second": "166.2" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI1NzkwYmU1OC1jNTZiLTQ5MWMtODZiYy00Y2VkN2IwMzVmMDAiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxOTAsImV4cCI6MTYyMDY2NDY5MCwiaWF0IjoxNjIwNjYwMTkwLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.mc5W3BEdJVcY6qniDuWgtsTGlJ6ISeCmzxXvKQuddVQ5luU_wl4YwOOrR1YR62KYrDEAzf0kFFsonsvjJjtztUsYhZ8qll3kJ30mYqUJZ70k0sa4Pap4gmB7Fa_5ciN-j96NMKK_kuwlm1Y928R8JrJh7SeGVbJ4bhio0dxRVfMrpYj5mw_iXXlBQ7SBRW6YLivvIFHbokXMBG0JJs5fS8lKxoMKlfJGVt_fKtfdeyhaNINWpN28WVnmLUlauU-z4WHUTNPs9husIVtu962aZ80SPOHbTSf28SGidfdZsQN2l5XX216tFz2_gmm3gTHX5qygACjcZ_8tu2q4jh7gmQ" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b6301508d280a91220ce0a53eacef4c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "940", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:10 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "2eb2dd9f-9205-4196-978d-2f1a81bcf1c8" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:45.70626Z", + "lastUpdateTime": "2021-05-10T15:37:45.70626Z", + "architecture": "ppc64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:44.5004258Z", + "lastUpdateTime": "2021-05-10T15:37:44.5004258Z", + "architecture": "386", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b325b1b8d516768ad643268fb8a1616b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:10 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "76d0b579-05ae-43ec-8373-fc026160d19d" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "07ee58728e956c586858e3148c931ca5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:10 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "cea752ad-db3b-4cd8-ab66-d053633d4d1a", + "x-ms-ratelimit-remaining-calls-per-second": "166.183333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJiMWRlMWIzOC00NDViLTQxNGItOTAyMi0xYzcyMTAyNzA2NmIiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxOTAsImV4cCI6MTYyMDY2NDY5MCwiaWF0IjoxNjIwNjYwMTkwLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.s-LRJMFMKFeXHkZc32qG9wsr6q68i8II-a8KpjhGG99GWxkyA3REXBpnmbnRIztaUoFGAFv_6Noe5u2LkZJZCWfMpCww9UDJfu1oR9tMmZjxgK8ViTyHLORdbmzs5DinQqKJ3I5Tc8WrblwML07MSeC2OcqmU9GH4XIwHNhU794j-uditqdoen_Aj-OtHd1FM2R9Uo2AFLdwXFqg9iQDSjxgCG7W8YIcTLG2hLvnnHbrEe7nYyIs6xPhJTtFL2tFkCxVQTn_U7iVpxRT9LbaJ3qbb0oCwtKFxwfqDBl3At72DSATEvpzXZQT1Uz8Rzu9aFTme-QDGzKZu6oBzk827A" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b325b1b8d516768ad643268fb8a1616b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "942", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:11 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "338e92f7-64c0-43d4-b600-66d56c1db833" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:45.8581855Z", + "lastUpdateTime": "2021-05-10T15:37:45.8581855Z", + "architecture": "s390x", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", + "imageSize": 525, + "createdTime": "2021-05-10T15:37:44.1596259Z", + "lastUpdateTime": "2021-05-10T15:37:44.1596259Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "389aab9d41a95baa03b04a66751d1e31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:11 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "d45ae911-853e-4d2c-9975-119fc402f531" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "340bda0a288d2ac959b84bbdf176e943", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:11 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "7858a3fe-c732-44f5-b6e6-d65141cd179b", + "x-ms-ratelimit-remaining-calls-per-second": "166.166667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIzZmU1NGE1OS05OWEwLTQzMjMtOWRmMC1jMWFjMThhNzYzMGEiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxOTEsImV4cCI6MTYyMDY2NDY5MSwiaWF0IjoxNjIwNjYwMTkxLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.DWExflmybT_iudVWDJYj6qL54opCb6a63PM6pbShx-6wDYIDbusJsJGlLFqMXQHeGfF79y_2Fdwx44MafX7J7HQc8tqZHmghrwg_qTdW1l5B-nvWWYvvuFdKyF4nNUVjV-V58hgxe40w00yN_aGYoV-0aL9yy6_Alg2plJ9r_2_iRqtHwX0EXM6Fc7tYXMx0q4DJIqF3G0s_KNrNvamtRUyT0ossFsLAzm9BvM0uUN4y3K7oMH1lAjjYP2BuO0E_yp7eTYaIqbdtXgpnLVi20pw33toD1NHwR240naK1sFoiFVevp9BI-eolFfr-13qnKx4JUarA5o-5nZoDZXl_sA" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "389aab9d41a95baa03b04a66751d1e31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "928", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:11 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "a139653d-1556-498a-b3de-f891703b13f8" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", + "imageSize": 1125, + "createdTime": "2021-05-10T15:37:45.1236339Z", + "lastUpdateTime": "2021-05-10T15:37:45.1236339Z", + "architecture": "amd64", + "os": "windows", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "imageSize": 5325, + "createdTime": "2021-05-10T15:37:44.3792995Z", + "lastUpdateTime": "2021-05-10T15:37:44.3792995Z", + "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", + "tags": [ + "latest", + "v1", + "v2", + "v3", + "v4" + ], + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "RandomSeed": "287921436" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsWithCustomPageSize(False)Async.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsWithCustomPageSize(False)Async.json new file mode 100644 index 000000000000..7c4fef22c24f --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsWithCustomPageSize(False)Async.json @@ -0,0 +1,773 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests?n=2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "297578741ba394bee4d82b4c264aa82f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:00 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "d236b708-7c91-45e1-9309-fed8c04d6794" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ae1f34e3c6bc41b9e8ab4e49a9f1befd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:01 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "8a475513-4699-474f-81ed-c457b1a3422a", + "x-ms-ratelimit-remaining-calls-per-second": "165.383333" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDExMjF9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3fe8796b92640e3a7911a86a9694f78c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:01 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "e5cbc889-2435-4ac5-b4b3-60e16bcbc46c", + "x-ms-ratelimit-remaining-calls-per-second": "165.2" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJiMzg2ZGIzNi0zYTg0LTRkMTMtYjMwOS0xMDg3NGRiNTc5OWYiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyNDEsImV4cCI6MTYyMDY2NDc0MSwiaWF0IjoxNjIwNjYwMjQxLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.APLcyy4WD3bdLN6WCDKrZyTwGdRXVCwRcRHXxGmLAsCvKAy6VKWrhpilYX3jVnavxHHXz6sDHlPB4i_fZt7GnEbVAKhmGOUXchr3QZdVH-DdtY5pSe5wpsYAPnqGg5rUwPLqXa8IGFc2pPy5_glCWpYg8ZVvgg5khptn-2GolqSRSdBTyVEQrZS-epEExGMz-7KbQWPyDcYKgoZpGjjm_bK_w4vSEyg9pFGSAfZPWCLBVKzqg6R8wAzQZoF9hRGdvkVHT5sDN9p-826g_pqb8T0uxt4od3xvRRj1CloUHmb7s1Q4cBlpfzOnavQZtpoP2KDr1uL2j2Pa7w-NbbMyLw" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests?n=2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "297578741ba394bee4d82b4c264aa82f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "938", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:01 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "39264dc1-631b-4442-b816-57a2243abea2" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:34.3182492Z", + "lastUpdateTime": "2021-05-10T15:38:34.3182492Z", + "architecture": "amd64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:34.16688Z", + "lastUpdateTime": "2021-05-10T15:38:34.16688Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e696826f386fae86bf3340f8cc75ebf3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:01 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "0a06f57c-e1b6-4f1a-8ea8-238457628136" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ade02e1a686150caf91034aa1d4fab54", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:01 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "cd505fc1-ae23-4abf-966b-282a37dc002d", + "x-ms-ratelimit-remaining-calls-per-second": "165.183333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJlZjQzODAwMC05OThhLTQ1ZDUtYTAzZC1hYzcwNTk1ZTVlMzgiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyNDEsImV4cCI6MTYyMDY2NDc0MSwiaWF0IjoxNjIwNjYwMjQxLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.A0gV-OzjKdNsmOa4EyTUbaosyllg50cJFsnAcwVLWNYYfM2BTDWJki67C5wQmhROkDwvLBVo24M8LDAIhp2kHZEKpDfRllH4zJNacbOdFqK0ValgzlH1U2GJLQa7PUszeTfd_hEJ6wMJH7N5PtVYsErY_8dnOoWBNczI4CaI_Emz0NnENq3TgIhVPEHbZaCyd0yjrHOjrttOsxKEx0q2l3Rcg7pDOZdbxQ3QXS5S-kaH98bzN0Nx75bPK9z9IuWcJ1SUe2HgXJhxgw1hCnwjW_3YgMcEqM4bvZpkL6m_QJtCDVpOY8SmT0b69Wsoe6tjy3olN-kY-HI3fgv79RIrZQ" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e696826f386fae86bf3340f8cc75ebf3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "947", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:01 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "5d3bf2a0-cf2e-47fd-9755-5f888f38d802" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:34.7216413Z", + "lastUpdateTime": "2021-05-10T15:38:34.7216413Z", + "architecture": "mips64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:34.5244122Z", + "lastUpdateTime": "2021-05-10T15:38:34.5244122Z", + "architecture": "arm64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "26d9c2b4d75a338ef33a803151424204", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:01 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "cb151330-ba36-4cd9-a3bf-1d3933cdaabe" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "684fb52649b4072ab745ec5f03db906f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:01 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "2628007e-92a7-43e2-9322-960409fd783e", + "x-ms-ratelimit-remaining-calls-per-second": "165.166667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJjZDE5NDU4Ny1hNzFiLTQ1MzUtYTdmNy05ODkwZTEwZTgzMzYiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyNDEsImV4cCI6MTYyMDY2NDc0MSwiaWF0IjoxNjIwNjYwMjQxLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.TX6r_Ou3osw63WsZ7_PM10RvastIKafGYh0ZyVIyhxNXwuYmn5phAp1xU8SiSpdNup8wSp1w_PNM5QzftOUuSgdj_qZr1nRfk8Ra5DdG_Xb9YJQST6_Esj8zc7YKMdo_TAvKdl4pGLEG1-q9HzrTMTco3Rt2eBvm_D3VFzlbp4SC4zKhsj0RAtKsnkTFltV9udEy7ZI5ZwV_wwCNFygvbVzS9snNh3Ltca8kBfrDarvIQ-wlJwczlIFoKUPkJku-LEH8Ba2KcqU8NwNEhNwRfUn6ghkb18SAonWx2TyuHcBqSWdb8E5-552vPtKsoq1fhb-PnVLyqSdqwJo7uuQ6wA" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "26d9c2b4d75a338ef33a803151424204", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "close", + "Content-Length": "942", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:01 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "2a39db11-465a-400f-8838-d815fbe925e7" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:33.5320683Z", + "lastUpdateTime": "2021-05-10T15:38:33.5320683Z", + "architecture": "ppc64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:33.832112Z", + "lastUpdateTime": "2021-05-10T15:38:33.832112Z", + "architecture": "386", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0a44ec87c49b4298a0acba26e799ffb7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:01 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "56d19b6d-f8da-4092-a511-0001e358ebe4" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "688430ce43006aa097d26e15ea2e3017", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:01 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "0370daf2-ec8a-49d7-bf08-c8c603ac3ca6", + "x-ms-ratelimit-remaining-calls-per-second": "165.233333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI0ZWM1NzI5Yi03ZWFhLTQyZGQtODgzZC0xZTMyMjhmMzUzY2QiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyNDEsImV4cCI6MTYyMDY2NDc0MSwiaWF0IjoxNjIwNjYwMjQxLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.RoyyDsVT0PggkRx2BBxnCFgu22G9gFduvVKJ6PpLrWoku1j59_Phcvo9SxDYItjJeLrFjclDOtflIAkOI6zz3EzlTx7UVYqUMfHLZnw5Pw88gRJ2DWfC93QIInZYt2qSUn8L-NSEKPsp0nOojk1BTE6wzXyrve1aruUeSzQJAmWIlpN8Vtsol65-_e2RY6mcPzJwgemyrp7jHkWrjjqLviwxDVrexbqn__Z0G9jvTE60FQJVKjfX5wRYcja9Yt5BSNTSC4M0Ll_lJDdSgPAfafvT3brM8poi7TIOebTv-SaE2Yn4_iS4pjj9ERTC2v3I7CZd1KlDMHFLQ1A1oNGo5g" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0a44ec87c49b4298a0acba26e799ffb7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "940", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:02 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "937d0e30-1fef-43e3-92ce-278610ec4c4b" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:33.772768Z", + "lastUpdateTime": "2021-05-10T15:38:33.772768Z", + "architecture": "s390x", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", + "imageSize": 525, + "createdTime": "2021-05-10T15:38:32.9833374Z", + "lastUpdateTime": "2021-05-10T15:38:32.9833374Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "65aa11aa37fd61691c0cc7078f031f1e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:02 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "011a0c0f-5069-450c-a673-d08af75fab03" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d29035462856436f4bd972c856835871", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:02 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "3bb5f176-1eb6-45f7-8ad2-7ae9e5e93e4a", + "x-ms-ratelimit-remaining-calls-per-second": "164.733333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIwYTBhYTA3ZC04ODE0LTQzMGYtOWY2Mi04YjkyZDZmMTlhNDAiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyNDIsImV4cCI6MTYyMDY2NDc0MiwiaWF0IjoxNjIwNjYwMjQyLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.A8UvYw7RDPeEwfKf91Rw5xP71OHhmNG8z60ZRhEaXOb7TVlaLdvK8NNTyXb29bnqPc_zfn46d4NwdlZu941QjPOf_dUXg1IKxVtYNKH7GgAnjEE1K_RIJMkUEJNs_6zPwKc9UT5tMa-NYKRkfMLXLZQpCbGU8jUkiiVRrl8RPyQZ1aMspMaSLAE9H9lYKLL04TSUuTTU8_e3_1jjquLl8qTjcC6SgkbJM6rItiw8stF8JJuTT-vIi11a3abA1QP1EvVYXDZyoyHXm4QLLX5CM0xTikqEfRMc3PyTMmtR2qiEjLWpCvw2iAr8rytBiwuxWNNIIZEXhbi8U20_Wtf-Gg" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "65aa11aa37fd61691c0cc7078f031f1e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "928", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:02 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "3b80f3c8-3e3a-4f91-b2f1-add2db1ff67c" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", + "imageSize": 1125, + "createdTime": "2021-05-10T15:38:34.4427669Z", + "lastUpdateTime": "2021-05-10T15:38:34.4427669Z", + "architecture": "amd64", + "os": "windows", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "imageSize": 5325, + "createdTime": "2021-05-10T15:38:32.7250539Z", + "lastUpdateTime": "2021-05-10T15:38:32.7250539Z", + "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", + "tags": [ + "latest", + "v1", + "v2", + "v3", + "v4" + ], + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "RandomSeed": "528715708" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsWithCustomPageSize(True).json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsWithCustomPageSize(True).json new file mode 100644 index 000000000000..e00903492ce9 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsWithCustomPageSize(True).json @@ -0,0 +1,747 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests?n=2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "38ee4110561a4ed1889200023e5a7488", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:08 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "54915212-3737-43d7-8f6b-d2ad7a956be0" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b20db9c85e75b05eb7bde00b2ab81c6c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:08 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "f0e3a50c-6856-4ee6-a191-dce70159351c", + "x-ms-ratelimit-remaining-calls-per-second": "166.333333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhY2ZmM2VhMC01OWFhLTRkY2EtYjU5NC0yYzgwMTRhYjBiOTAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTM5LCJleHAiOjE2MjA2NjEzMzksImlhdCI6MTYyMDY2MDEzOSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.M20Bku9BqxvxxduQkQS7DArQK6PA16Xw2qxJdymQgnT6Enz9XtgdRXo9E-I0A1fCeP4o5xJ1IiSszpkVWKSiHnXZ8phADy4iG6XxF-WDaiyULzCJJrdCQZFcCxmcw8LnY2BTIyq5bGPaQ3pyX5GjpBqz3Tua28_Od22SGohdKGyGQLGV4tCsJnw9-D-tK5poJgS6Us7UpsfCyOJjNa2_bvFu5dkvRRq4oxwpwTc0ATITlTOEEQu2RbGdrVn5csC9kTvw0FwgPkzhbV-OFeKg30djZLXUIBh3JQkitiIg7GayRXaFNjB_725kZPqxCGs4O9wPCkg_NZJzR6p62Y3aDA" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests?n=2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "38ee4110561a4ed1889200023e5a7488", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "946", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:09 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "d9253a50-f1ca-4108-9770-934f2660fcd6" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:38.9287786Z", + "lastUpdateTime": "2021-05-07T19:07:38.9287786Z", + "architecture": "amd64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.7424525Z", + "lastUpdateTime": "2021-05-07T19:07:39.7424525Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "51fda21df5b7e9acd0ae278eb0d95ad2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:09 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "c31e1824-64ae-4ed9-ae07-745e2d168d73" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "392e60f6e442b2b5e23e815d75c524cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:09 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "baa602a8-0d3a-438c-b596-f19b450123ed", + "x-ms-ratelimit-remaining-calls-per-second": "166.316667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhY2ZmM2VhMC01OWFhLTRkY2EtYjU5NC0yYzgwMTRhYjBiOTAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTM5LCJleHAiOjE2MjA2NjEzMzksImlhdCI6MTYyMDY2MDEzOSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.M20Bku9BqxvxxduQkQS7DArQK6PA16Xw2qxJdymQgnT6Enz9XtgdRXo9E-I0A1fCeP4o5xJ1IiSszpkVWKSiHnXZ8phADy4iG6XxF-WDaiyULzCJJrdCQZFcCxmcw8LnY2BTIyq5bGPaQ3pyX5GjpBqz3Tua28_Od22SGohdKGyGQLGV4tCsJnw9-D-tK5poJgS6Us7UpsfCyOJjNa2_bvFu5dkvRRq4oxwpwTc0ATITlTOEEQu2RbGdrVn5csC9kTvw0FwgPkzhbV-OFeKg30djZLXUIBh3JQkitiIg7GayRXaFNjB_725kZPqxCGs4O9wPCkg_NZJzR6p62Y3aDA" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "51fda21df5b7e9acd0ae278eb0d95ad2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "951", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:09 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "49e6633c-c46b-4602-b127-f5795578a44b" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.7905111Z", + "lastUpdateTime": "2021-05-07T19:07:39.7905111Z", + "architecture": "mips64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:40.8769807Z", + "lastUpdateTime": "2021-05-07T19:07:40.8769807Z", + "architecture": "arm64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "9be49476235cd3d10d24e2c737cfffdd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:09 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "540aa5d6-2857-49d8-9d3a-0b54c28375ec" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c9150e62e38a3929ed4b6e78734e730b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:09 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "bcda2de0-3a8c-4ec5-8b7a-1cfa33a2b865", + "x-ms-ratelimit-remaining-calls-per-second": "166.3" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhY2ZmM2VhMC01OWFhLTRkY2EtYjU5NC0yYzgwMTRhYjBiOTAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTM5LCJleHAiOjE2MjA2NjEzMzksImlhdCI6MTYyMDY2MDEzOSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.M20Bku9BqxvxxduQkQS7DArQK6PA16Xw2qxJdymQgnT6Enz9XtgdRXo9E-I0A1fCeP4o5xJ1IiSszpkVWKSiHnXZ8phADy4iG6XxF-WDaiyULzCJJrdCQZFcCxmcw8LnY2BTIyq5bGPaQ3pyX5GjpBqz3Tua28_Od22SGohdKGyGQLGV4tCsJnw9-D-tK5poJgS6Us7UpsfCyOJjNa2_bvFu5dkvRRq4oxwpwTc0ATITlTOEEQu2RbGdrVn5csC9kTvw0FwgPkzhbV-OFeKg30djZLXUIBh3JQkitiIg7GayRXaFNjB_725kZPqxCGs4O9wPCkg_NZJzR6p62Y3aDA" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "9be49476235cd3d10d24e2c737cfffdd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "946", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:09 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "889d3fbb-0984-4cf0-a284-7f5b77d362be" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:38.702719Z", + "lastUpdateTime": "2021-05-07T19:07:38.702719Z", + "architecture": "ppc64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:38.7835794Z", + "lastUpdateTime": "2021-05-07T19:07:38.7835794Z", + "architecture": "386", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "1c185789bff4d3758f5a2b1e02ed7b13", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:09 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "d6162b8c-9c04-4197-8342-0ffffdaf7bf0" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "66faa33e5bb093446aabae11b4585fbe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:09 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "dcb3187d-fd0a-4246-abed-a75e395e957c", + "x-ms-ratelimit-remaining-calls-per-second": "166.283333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhY2ZmM2VhMC01OWFhLTRkY2EtYjU5NC0yYzgwMTRhYjBiOTAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTM5LCJleHAiOjE2MjA2NjEzMzksImlhdCI6MTYyMDY2MDEzOSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.M20Bku9BqxvxxduQkQS7DArQK6PA16Xw2qxJdymQgnT6Enz9XtgdRXo9E-I0A1fCeP4o5xJ1IiSszpkVWKSiHnXZ8phADy4iG6XxF-WDaiyULzCJJrdCQZFcCxmcw8LnY2BTIyq5bGPaQ3pyX5GjpBqz3Tua28_Od22SGohdKGyGQLGV4tCsJnw9-D-tK5poJgS6Us7UpsfCyOJjNa2_bvFu5dkvRRq4oxwpwTc0ATITlTOEEQu2RbGdrVn5csC9kTvw0FwgPkzhbV-OFeKg30djZLXUIBh3JQkitiIg7GayRXaFNjB_725kZPqxCGs4O9wPCkg_NZJzR6p62Y3aDA" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "1c185789bff4d3758f5a2b1e02ed7b13", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "946", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:09 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "46cb4e59-31eb-4844-a666-81d2111388f4" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.0922794Z", + "lastUpdateTime": "2021-05-07T19:07:39.0922794Z", + "architecture": "s390x", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.5893711Z", + "lastUpdateTime": "2021-05-07T19:07:39.5893711Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "df3dd6b0e3b7a3e99941392fb70a36ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:09 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "c9f112de-9b15-477d-856a-d96a9e2fcd49" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d0395bd00c532e5a1284b14811641e36", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:09 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "3a4fc9cd-042e-4f91-af0c-e288ed22078e", + "x-ms-ratelimit-remaining-calls-per-second": "166.266667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhY2ZmM2VhMC01OWFhLTRkY2EtYjU5NC0yYzgwMTRhYjBiOTAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTM5LCJleHAiOjE2MjA2NjEzMzksImlhdCI6MTYyMDY2MDEzOSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.M20Bku9BqxvxxduQkQS7DArQK6PA16Xw2qxJdymQgnT6Enz9XtgdRXo9E-I0A1fCeP4o5xJ1IiSszpkVWKSiHnXZ8phADy4iG6XxF-WDaiyULzCJJrdCQZFcCxmcw8LnY2BTIyq5bGPaQ3pyX5GjpBqz3Tua28_Od22SGohdKGyGQLGV4tCsJnw9-D-tK5poJgS6Us7UpsfCyOJjNa2_bvFu5dkvRRq4oxwpwTc0ATITlTOEEQu2RbGdrVn5csC9kTvw0FwgPkzhbV-OFeKg30djZLXUIBh3JQkitiIg7GayRXaFNjB_725kZPqxCGs4O9wPCkg_NZJzR6p62Y3aDA" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "df3dd6b0e3b7a3e99941392fb70a36ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "937", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:09 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "ce6a0dc8-91a0-4b73-88ee-7d62270ed1ca" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", + "imageSize": 1125, + "createdTime": "2021-05-07T19:07:39.2114224Z", + "lastUpdateTime": "2021-05-07T19:07:39.2114224Z", + "architecture": "amd64", + "os": "windows", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "imageSize": 5325, + "createdTime": "2021-05-07T19:07:37.85514Z", + "lastUpdateTime": "2021-05-07T19:07:37.85514Z", + "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", + "tags": [ + "latest", + "newest", + "v1", + "v2", + "v3", + "v4" + ], + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "683737743" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsWithCustomPageSize(True)Async.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsWithCustomPageSize(True)Async.json new file mode 100644 index 000000000000..24629a9bb34e --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsWithCustomPageSize(True)Async.json @@ -0,0 +1,747 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests?n=2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "139fb1784bf4cab03c9cb9b147863336", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:59 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "19ca2e03-2a1c-410a-af7e-3d77a52df2e0" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "47400b5031a58c6c404fdbc63cad175d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:59 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "90034442-1e87-4dd1-80cc-0f24281e2dd3", + "x-ms-ratelimit-remaining-calls-per-second": "166.5" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests?n=2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "139fb1784bf4cab03c9cb9b147863336", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "946", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:00 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "3df11169-6a8b-4945-bc5a-260531156e06" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:38.9287786Z", + "lastUpdateTime": "2021-05-07T19:07:38.9287786Z", + "architecture": "amd64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.7424525Z", + "lastUpdateTime": "2021-05-07T19:07:39.7424525Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "13ce128ea119fe23b6612015cd37c2e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:00 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "44191dfc-6199-4daf-b173-bc865a77ea3c" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c12f3ff03c1c47874512d3a470e98d8f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:00 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "3634c267-4fb3-45e4-b222-0817166c378c", + "x-ms-ratelimit-remaining-calls-per-second": "166.483333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "13ce128ea119fe23b6612015cd37c2e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "951", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:00 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "f91ec90b-4a99-4370-a4d7-34008d7b24d9" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.7905111Z", + "lastUpdateTime": "2021-05-07T19:07:39.7905111Z", + "architecture": "mips64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:40.8769807Z", + "lastUpdateTime": "2021-05-07T19:07:40.8769807Z", + "architecture": "arm64", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "35235c8520b7af1de84290431056be08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:00 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "08b20a78-a9bb-4939-a623-f608188884ac" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "fcd6fa8d557e51408b86ce06ce7e8ecd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:00 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "9d893651-dc7a-4984-a78b-0c5dafbdbd2f", + "x-ms-ratelimit-remaining-calls-per-second": "166.466667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "35235c8520b7af1de84290431056be08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "946", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:00 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "96e7a1f3-648f-4cf6-9f61-4d08d6ff1e9a" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:38.702719Z", + "lastUpdateTime": "2021-05-07T19:07:38.702719Z", + "architecture": "ppc64le", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:38.7835794Z", + "lastUpdateTime": "2021-05-07T19:07:38.7835794Z", + "architecture": "386", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "709091d38d14cf282280d9daab4337ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:00 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "77644265-d8fc-47c3-8869-d27bf793390f" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7517cb5391132f101bd1a9305116e169", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:00 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "d5f5efd6-bcb5-40da-8057-288b71c2fedb", + "x-ms-ratelimit-remaining-calls-per-second": "166.45" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "709091d38d14cf282280d9daab4337ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "946", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:00 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "f3501775-db59-4861-b9f7-000358a427ac" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.0922794Z", + "lastUpdateTime": "2021-05-07T19:07:39.0922794Z", + "architecture": "s390x", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", + "imageSize": 525, + "createdTime": "2021-05-07T19:07:39.5893711Z", + "lastUpdateTime": "2021-05-07T19:07:39.5893711Z", + "architecture": "arm", + "os": "linux", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7e70c3b34ec600f3d106dafd7c66a647", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:00 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "2c1b7066-0146-4b73-b3d8-df00d455fb53" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "02b2e04f186742ba80605443e3f77e0b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:00 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "29e6b260-76f9-41de-95c8-d378b03c875c", + "x-ms-ratelimit-remaining-calls-per-second": "166.433333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7e70c3b34ec600f3d106dafd7c66a647", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "937", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:00 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "81568684-30f5-4c6d-88ab-05e3b2952780" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "manifests": [ + { + "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", + "imageSize": 1125, + "createdTime": "2021-05-07T19:07:39.2114224Z", + "lastUpdateTime": "2021-05-07T19:07:39.2114224Z", + "architecture": "amd64", + "os": "windows", + "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true, + "quarantineState": "Passed" + } + }, + { + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "imageSize": 5325, + "createdTime": "2021-05-07T19:07:37.85514Z", + "lastUpdateTime": "2021-05-07T19:07:37.85514Z", + "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", + "tags": [ + "latest", + "newest", + "v1", + "v2", + "v3", + "v4" + ], + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "1456084727" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsWithCustomPageSize.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsWithCustomPageSize.json index dbbcf6249f30..bb69557cd828 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsWithCustomPageSize.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsWithCustomPageSize.json @@ -5,8 +5,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "054fee1e8cbb184ca7b3849a27186c6a", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:12 GMT", + "Date": "Thu, 06 May 2021 00:51:50 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "83a6db71-bcc8-4b9e-95d8-be8187d8ad48" + "X-Ms-Correlation-Request-Id": "f87c81c9-6397-4e92-8d4a-129cf01fdd09" }, "ResponseBody": { "errors": [ @@ -56,7 +55,7 @@ "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "11fc937a5fa68895dc1d9445e048d7e2", "x-ms-return-client-request-id": "true" }, @@ -65,15 +64,15 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:12 GMT", + "Date": "Thu, 06 May 2021 00:51:50 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "dc1e2d90-6fdb-4ade-9762-47216fa498f4", - "x-ms-ratelimit-remaining-calls-per-second": "166.183333" + "X-Ms-Correlation-Request-Id": "5a3ba074-bcb7-4108-90c9-9e954f965ce6", + "x-ms-ratelimit-remaining-calls-per-second": "166.633333" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjYzNDIzMTB9.Sanitized" } }, { @@ -83,7 +82,7 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a1dc460e7d0df6c8a377213ea9a5209c", "x-ms-return-client-request-id": "true" }, @@ -92,12 +91,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:12 GMT", + "Date": "Thu, 06 May 2021 00:51:50 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "7795f1a6-01d3-4e9f-9504-65ee2f603688", - "x-ms-ratelimit-remaining-calls-per-second": "166.166667" + "X-Ms-Correlation-Request-Id": "92f82e3f-122c-4e32-8d42-b4df7ff35d79", + "x-ms-ratelimit-remaining-calls-per-second": "166.616667" }, "ResponseBody": { "access_token": "Sanitized" @@ -109,7 +108,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "054fee1e8cbb184ca7b3849a27186c6a", "x-ms-return-client-request-id": "true" }, @@ -123,9 +122,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "938", + "Content-Length": "942", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:12 GMT", + "Date": "Thu, 06 May 2021 00:51:50 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -134,7 +133,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "96f8e1dc-3920-41b8-9e03-959e90567ab1" + "X-Ms-Correlation-Request-Id": "76a0e710-8aec-49b8-ae26-9b7e4684fc03" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -142,9 +141,9 @@ "manifests": [ { "digest": "sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.8237433Z", - "lastUpdateTime": "2021-04-23T18:32:20.8237433Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.4607585Z", + "lastUpdateTime": "2021-05-06T00:51:27.4607585Z", "architecture": "amd64", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -158,9 +157,9 @@ }, { "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.8004016Z", - "lastUpdateTime": "2021-04-23T18:32:21.8004016Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.3945148Z", + "lastUpdateTime": "2021-05-06T00:51:27.3945148Z", "architecture": "arm", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -180,8 +179,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "73c20ad016e5be4858c6299ef807385e", "x-ms-return-client-request-id": "true" }, @@ -197,16 +195,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:12 GMT", + "Date": "Thu, 06 May 2021 00:51:50 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "c0d4fa84-8581-40ed-b8df-017e9363fc41" + "X-Ms-Correlation-Request-Id": "32c40ba4-fb5a-46d8-a538-531fc3a3aa21" }, "ResponseBody": { "errors": [ @@ -224,33 +222,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "e08ba1dccb3cfc5cca066e2f3e57de36", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:12 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "47a54edf-6161-4a12-aa15-6d483fbd92b3", - "x-ms-ratelimit-remaining-calls-per-second": "166.15" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -258,8 +229,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "d574f7fc6386f8fdfe1e4846542afd9b", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e08ba1dccb3cfc5cca066e2f3e57de36", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -267,12 +238,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:12 GMT", + "Date": "Thu, 06 May 2021 00:51:50 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "0d9e1496-b9f9-472d-88b2-372e6f19b2d5", - "x-ms-ratelimit-remaining-calls-per-second": "166.133333" + "X-Ms-Correlation-Request-Id": "67d3a9c2-c30c-44f1-a57a-c647b88088d4", + "x-ms-ratelimit-remaining-calls-per-second": "166.6" }, "ResponseBody": { "access_token": "Sanitized" @@ -284,7 +255,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "73c20ad016e5be4858c6299ef807385e", "x-ms-return-client-request-id": "true" }, @@ -298,9 +269,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "943", + "Content-Length": "947", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:12 GMT", + "Date": "Thu, 06 May 2021 00:51:50 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -309,7 +280,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "4789c015-42ea-43a2-b638-f1b176334dd6" + "X-Ms-Correlation-Request-Id": "1ed36375-e1cc-486e-b59f-56340cfe0df1" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -317,9 +288,9 @@ "manifests": [ { "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.9240517Z", - "lastUpdateTime": "2021-04-23T18:32:20.9240517Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.6931717Z", + "lastUpdateTime": "2021-05-06T00:51:27.6931717Z", "architecture": "mips64le", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -333,9 +304,9 @@ }, { "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.3113299Z", - "lastUpdateTime": "2021-04-23T18:32:20.3113299Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.7937315Z", + "lastUpdateTime": "2021-05-06T00:51:27.7937315Z", "architecture": "arm64", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -355,9 +326,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "0761c33f3f190560adc5a8dfa7198001", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d574f7fc6386f8fdfe1e4846542afd9b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -372,16 +342,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:12 GMT", + "Date": "Thu, 06 May 2021 00:51:50 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "4feb5ee8-466b-4d4e-8ff7-6800b0969188" + "X-Ms-Correlation-Request-Id": "e6ec7be3-185a-419c-a7fb-17e25cc379db" }, "ResponseBody": { "errors": [ @@ -399,33 +369,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "00a1f3e7629278d7a493e21d8216a8a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:12 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "c9803f20-8e5a-4ace-92b5-7a13ff6f329f", - "x-ms-ratelimit-remaining-calls-per-second": "166.116667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -433,8 +376,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "7af0d208d7f5bd1c966f28c0ba1d51e5", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0761c33f3f190560adc5a8dfa7198001", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -442,12 +385,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:12 GMT", + "Date": "Thu, 06 May 2021 00:51:50 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "abd816cc-7b70-4231-b2c5-e1fb97c66d9b", - "x-ms-ratelimit-remaining-calls-per-second": "166.1" + "X-Ms-Correlation-Request-Id": "b3880b10-610a-4518-9b90-5be7f4190f03", + "x-ms-ratelimit-remaining-calls-per-second": "166.583333" }, "ResponseBody": { "access_token": "Sanitized" @@ -459,8 +402,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "0761c33f3f190560adc5a8dfa7198001", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d574f7fc6386f8fdfe1e4846542afd9b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -473,9 +416,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "940", + "Content-Length": "944", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:13 GMT", + "Date": "Thu, 06 May 2021 00:51:50 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -484,7 +427,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "306dabfc-3a2a-4411-8459-407828dbe080" + "X-Ms-Correlation-Request-Id": "a6669a26-829a-4068-bbd7-4c4ad13713cc" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -492,9 +435,9 @@ "manifests": [ { "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.1240623Z", - "lastUpdateTime": "2021-04-23T18:32:21.1240623Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:29.4499382Z", + "lastUpdateTime": "2021-05-06T00:51:29.4499382Z", "architecture": "ppc64le", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -508,9 +451,9 @@ }, { "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.7655954Z", - "lastUpdateTime": "2021-04-23T18:32:20.7655954Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.3004526Z", + "lastUpdateTime": "2021-05-06T00:51:27.3004526Z", "architecture": "386", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -530,9 +473,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "615e479dfd88dc09ebe963865d428296", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "00a1f3e7629278d7a493e21d8216a8a0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -547,16 +489,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:13 GMT", + "Date": "Thu, 06 May 2021 00:51:51 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "41dbe98c-058e-4263-920d-bc75fe1ed275" + "X-Ms-Correlation-Request-Id": "5b8b5b0e-ee50-412a-9b4d-c4a0f593b065" }, "ResponseBody": { "errors": [ @@ -574,33 +516,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "d4d7081d0529100bd6e46a223917be86", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:13 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "e2218a09-1c6e-4e9c-941d-8010885e67a5", - "x-ms-ratelimit-remaining-calls-per-second": "166.083333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -608,8 +523,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "3b80fd4147b80a18c8138f0c74955f53", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7af0d208d7f5bd1c966f28c0ba1d51e5", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -617,12 +532,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:13 GMT", + "Date": "Thu, 06 May 2021 00:51:51 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "a36a4c89-76b5-482b-adba-ce820c0ee8d4", - "x-ms-ratelimit-remaining-calls-per-second": "166.066667" + "X-Ms-Correlation-Request-Id": "2b7e1da5-af41-427c-9a97-282cd6c9f742", + "x-ms-ratelimit-remaining-calls-per-second": "166.566667" }, "ResponseBody": { "access_token": "Sanitized" @@ -634,8 +549,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "615e479dfd88dc09ebe963865d428296", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "00a1f3e7629278d7a493e21d8216a8a0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -648,9 +563,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "938", + "Content-Length": "942", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:13 GMT", + "Date": "Thu, 06 May 2021 00:51:51 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -659,7 +574,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "71488749-bdad-45d8-9b73-c37ad296926b" + "X-Ms-Correlation-Request-Id": "b4ab9409-3079-4c84-b385-9ce1902f2953" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -667,9 +582,9 @@ "manifests": [ { "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.3351841Z", - "lastUpdateTime": "2021-04-23T18:32:21.3351841Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:28.4743451Z", + "lastUpdateTime": "2021-05-06T00:51:28.4743451Z", "architecture": "s390x", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -683,9 +598,9 @@ }, { "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.3983424Z", - "lastUpdateTime": "2021-04-23T18:32:20.3983424Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:51:27.3511925Z", + "lastUpdateTime": "2021-05-06T00:51:27.3511925Z", "architecture": "arm", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -705,9 +620,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "b2a392ed7c4697bc3b4d8aa392e7a2d4", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "615e479dfd88dc09ebe963865d428296", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -722,16 +636,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:13 GMT", + "Date": "Thu, 06 May 2021 00:51:51 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "3c7143b2-493f-4e40-8f49-28e03f611d9b" + "X-Ms-Correlation-Request-Id": "a6a326aa-5894-4190-b718-4c7c9d0681b4" }, "ResponseBody": { "errors": [ @@ -749,33 +663,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "6045dc2b47c2d5deefcc0b1576fe9c41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:13 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "54b84457-f79c-410d-b17c-fb64603c89fd", - "x-ms-ratelimit-remaining-calls-per-second": "166.05" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -783,8 +670,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "a73416850b73c44041e8ff6abd7577e1", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d4d7081d0529100bd6e46a223917be86", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -792,12 +679,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:13 GMT", + "Date": "Thu, 06 May 2021 00:51:51 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "c5336bbc-b239-42b8-a285-eba04e7c6a9c", - "x-ms-ratelimit-remaining-calls-per-second": "166.033333" + "X-Ms-Correlation-Request-Id": "50da89bf-b41b-4811-b84e-e81daeb87b0c", + "x-ms-ratelimit-remaining-calls-per-second": "166.55" }, "ResponseBody": { "access_token": "Sanitized" @@ -809,8 +696,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "b2a392ed7c4697bc3b4d8aa392e7a2d4", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "615e479dfd88dc09ebe963865d428296", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -823,9 +710,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "931", + "Content-Length": "928", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:13 GMT", + "Date": "Thu, 06 May 2021 00:51:51 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -833,7 +720,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "2e3826aa-ba82-448b-8ab7-469f255544a6" + "X-Ms-Correlation-Request-Id": "284dce7b-3380-49dc-a233-b334508bb2f2" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -841,9 +728,9 @@ "manifests": [ { "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.2523432Z", - "lastUpdateTime": "2021-04-23T18:32:21.2523432Z", + "imageSize": 1125, + "createdTime": "2021-05-06T00:51:27.9357278Z", + "lastUpdateTime": "2021-05-06T00:51:27.9357278Z", "architecture": "amd64", "os": "windows", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -857,13 +744,12 @@ }, { "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.0014168Z", - "lastUpdateTime": "2021-04-23T18:32:20.0014168Z", + "imageSize": 5325, + "createdTime": "2021-05-06T00:51:27.0221291Z", + "lastUpdateTime": "2021-05-06T00:51:27.0221291Z", "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", "tags": [ "latest", - "newest", "v1", "v2", "v3", diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsWithCustomPageSizeAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsWithCustomPageSizeAsync.json index 45321cd67b5f..7337090a21bb 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsWithCustomPageSizeAsync.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetManifestsWithCustomPageSizeAsync.json @@ -5,8 +5,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8e8ec47dc9e557e541a1ec90a8474897", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:51 GMT", + "Date": "Thu, 06 May 2021 00:52:37 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "64e9518f-5c2f-403d-80c7-cbe0c4c81394" + "X-Ms-Correlation-Request-Id": "0e4d9474-691a-45b6-b609-3494cc9d4305" }, "ResponseBody": { "errors": [ @@ -56,7 +55,7 @@ "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8bf20083fbf1157a49ac5fcac7017c26", "x-ms-return-client-request-id": "true" }, @@ -65,15 +64,15 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:51 GMT", + "Date": "Thu, 06 May 2021 00:52:38 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "3519f270-cd3f-4f29-a0f8-4d0144a5e5d3", - "x-ms-ratelimit-remaining-calls-per-second": "166.116667" + "X-Ms-Correlation-Request-Id": "1a1464da-0956-468d-bdbe-2aed8c8a6cea", + "x-ms-ratelimit-remaining-calls-per-second": "164.766667" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjYzNDIzNTh9.Sanitized" } }, { @@ -83,7 +82,7 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d6216e27f5ebcbf646d3801f7c8a822f", "x-ms-return-client-request-id": "true" }, @@ -92,12 +91,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:51 GMT", + "Date": "Thu, 06 May 2021 00:52:38 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "60bbb6b6-a858-4a2f-a524-78af832ac27d", - "x-ms-ratelimit-remaining-calls-per-second": "166.1" + "X-Ms-Correlation-Request-Id": "0183a795-3e2c-4777-92cf-2c1087d806f0", + "x-ms-ratelimit-remaining-calls-per-second": "164.75" }, "ResponseBody": { "access_token": "Sanitized" @@ -109,7 +108,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8e8ec47dc9e557e541a1ec90a8474897", "x-ms-return-client-request-id": "true" }, @@ -123,9 +122,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "938", + "Content-Length": "940", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:51 GMT", + "Date": "Thu, 06 May 2021 00:52:38 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -134,7 +133,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "6f793846-3c4a-4e36-ba6f-bcdf8748692d" + "X-Ms-Correlation-Request-Id": "1421e1e9-a00d-42c1-969d-e1984b523f3d" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -142,9 +141,9 @@ "manifests": [ { "digest": "sha256:1b26826f602946860c279fce658f31050cff2c596583af237d971f4629b57792", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.8237433Z", - "lastUpdateTime": "2021-04-23T18:32:20.8237433Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:14.166491Z", + "lastUpdateTime": "2021-05-06T00:52:14.166491Z", "architecture": "amd64", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -158,9 +157,9 @@ }, { "digest": "sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.8004016Z", - "lastUpdateTime": "2021-04-23T18:32:21.8004016Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:14.2297603Z", + "lastUpdateTime": "2021-05-06T00:52:14.2297603Z", "architecture": "arm", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -180,8 +179,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "79a87096f59b818149794539691a903f", "x-ms-return-client-request-id": "true" }, @@ -197,16 +195,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:51 GMT", + "Date": "Thu, 06 May 2021 00:52:38 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "ca0b399b-28fc-435f-8985-4449d07604bf" + "X-Ms-Correlation-Request-Id": "7c462903-e512-42a7-8566-a7c1c55d1172" }, "ResponseBody": { "errors": [ @@ -224,33 +222,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "3a68c62571268eac0926441e7a5a99bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:51 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "2198550d-cc5f-40a9-aa8b-4b523033e990", - "x-ms-ratelimit-remaining-calls-per-second": "166.083333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -258,8 +229,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "56342f290359318aec9f8c72afbc612b", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3a68c62571268eac0926441e7a5a99bf", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -267,12 +238,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:51 GMT", + "Date": "Thu, 06 May 2021 00:52:38 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "bd0bec3c-c9f7-484f-bd66-5ee4b63bab49", - "x-ms-ratelimit-remaining-calls-per-second": "166.066667" + "X-Ms-Correlation-Request-Id": "e6a7ca31-6399-4de0-ae68-9b0f0a29fb46", + "x-ms-ratelimit-remaining-calls-per-second": "164.733333" }, "ResponseBody": { "access_token": "Sanitized" @@ -284,7 +255,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "79a87096f59b818149794539691a903f", "x-ms-return-client-request-id": "true" }, @@ -298,9 +269,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "943", + "Content-Length": "947", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:51 GMT", + "Date": "Thu, 06 May 2021 00:52:38 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -309,7 +280,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "ce094f8f-2f9e-4ddf-81ab-a8af263a5f94" + "X-Ms-Correlation-Request-Id": "7e9aa6a4-c133-4656-9917-f6a53ca45fca" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -317,9 +288,9 @@ "manifests": [ { "digest": "sha256:88b2e00179bd6c4064612403c8d42a13de7ca809d61fee966ce9e129860a8a90", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.9240517Z", - "lastUpdateTime": "2021-04-23T18:32:20.9240517Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:15.0125211Z", + "lastUpdateTime": "2021-05-06T00:52:15.0125211Z", "architecture": "mips64le", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -333,9 +304,9 @@ }, { "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.3113299Z", - "lastUpdateTime": "2021-04-23T18:32:20.3113299Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:14.8798388Z", + "lastUpdateTime": "2021-05-06T00:52:14.8798388Z", "architecture": "arm64", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -355,9 +326,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "b5fa404348212409c41a6f74b06306ee", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "56342f290359318aec9f8c72afbc612b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -372,16 +342,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:51 GMT", + "Date": "Thu, 06 May 2021 00:52:38 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "6b148fcd-c65f-4bb6-bb15-72b7e5ed17b8" + "X-Ms-Correlation-Request-Id": "c739422a-c5f7-4240-9cdc-ade26370514d" }, "ResponseBody": { "errors": [ @@ -399,33 +369,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "3a0f85e039e621e63b364d86e439de4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:51 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "3a094f13-a62b-4952-b37b-5fecda58ae2b", - "x-ms-ratelimit-remaining-calls-per-second": "166.05" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -433,8 +376,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "3ada19c5e360e09e260f923f94158189", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b5fa404348212409c41a6f74b06306ee", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -442,12 +385,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:51 GMT", + "Date": "Thu, 06 May 2021 00:52:38 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "0260dd30-082b-44c0-9ce7-15d074daea10", - "x-ms-ratelimit-remaining-calls-per-second": "166.033333" + "X-Ms-Correlation-Request-Id": "00357677-39d1-4b3e-ba4d-02e492fce4c2", + "x-ms-ratelimit-remaining-calls-per-second": "164.716667" }, "ResponseBody": { "access_token": "Sanitized" @@ -459,8 +402,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "b5fa404348212409c41a6f74b06306ee", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "56342f290359318aec9f8c72afbc612b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -473,9 +416,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "940", + "Content-Length": "942", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:52 GMT", + "Date": "Thu, 06 May 2021 00:52:38 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Acb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -484,7 +427,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "a210de78-13e4-4926-92af-d78a130a1ff8" + "X-Ms-Correlation-Request-Id": "e3c7ac15-877b-428e-845b-e2351e713486" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -492,9 +435,9 @@ "manifests": [ { "digest": "sha256:bb7ab0fa94fdd78aca84b27a1bd46c4b811051f9b69905d81f5f267fc6546a9d", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.1240623Z", - "lastUpdateTime": "2021-04-23T18:32:21.1240623Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:15.2308363Z", + "lastUpdateTime": "2021-05-06T00:52:15.2308363Z", "architecture": "ppc64le", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -508,9 +451,9 @@ }, { "digest": "sha256:cb55d8f7347376e1ba38ca740904b43c9a52f66c7d2ae1ef1a0de1bc9f40df98", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.7655954Z", - "lastUpdateTime": "2021-04-23T18:32:20.7655954Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:14.346367Z", + "lastUpdateTime": "2021-05-06T00:52:14.346367Z", "architecture": "386", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -530,9 +473,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "2a929d9827ad0a445ad87aeafb82408a", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3a0f85e039e621e63b364d86e439de4c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -547,16 +489,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:52 GMT", + "Date": "Thu, 06 May 2021 00:52:38 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "afa7416d-38fc-4592-aa4c-8d6e18bd91c1" + "X-Ms-Correlation-Request-Id": "71eb3541-f4ac-4dd8-b4fb-212a5f4eb6d3" }, "ResponseBody": { "errors": [ @@ -574,33 +516,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "97af223bcc89fc8ee72e13d7a6a68d26", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:52 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "d52eb3e5-a0c5-440b-8ed4-8d8591fbfff0", - "x-ms-ratelimit-remaining-calls-per-second": "166.016667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -608,8 +523,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "46eec4b5b4a79e9fd4d0df8768b3e5a4", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3ada19c5e360e09e260f923f94158189", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -617,12 +532,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:52 GMT", + "Date": "Thu, 06 May 2021 00:52:38 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "ff64b585-6f09-4c2e-8091-1cbf4266daec", - "x-ms-ratelimit-remaining-calls-per-second": "166" + "X-Ms-Correlation-Request-Id": "4c764ccb-f367-4148-944e-1d1c7cdf2157", + "x-ms-ratelimit-remaining-calls-per-second": "164.7" }, "ResponseBody": { "access_token": "Sanitized" @@ -634,8 +549,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "2a929d9827ad0a445ad87aeafb82408a", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3a0f85e039e621e63b364d86e439de4c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -648,9 +563,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "938", + "Content-Length": "942", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:52 GMT", + "Date": "Thu, 06 May 2021 00:52:38 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library%2Fhello-world/_manifests?last=sha256%3Ae5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -659,7 +574,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "86c92faf-21dc-4f39-8f3b-1753d2327aee" + "X-Ms-Correlation-Request-Id": "699e8047-7af7-4dff-b0fe-36aed904027b" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -667,9 +582,9 @@ "manifests": [ { "digest": "sha256:e49abad529e5d9bd6787f3abeab94e09ba274fe34731349556a850b9aebbf7bf", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.3351841Z", - "lastUpdateTime": "2021-04-23T18:32:21.3351841Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:14.7156603Z", + "lastUpdateTime": "2021-05-06T00:52:14.7156603Z", "architecture": "s390x", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -683,9 +598,9 @@ }, { "digest": "sha256:e5785cb0c62cebbed4965129bae371f0589cadd6d84798fb58c2c5f9e237efd9", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.3983424Z", - "lastUpdateTime": "2021-04-23T18:32:20.3983424Z", + "imageSize": 525, + "createdTime": "2021-05-06T00:52:17.9098665Z", + "lastUpdateTime": "2021-05-06T00:52:17.9098665Z", "architecture": "arm", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -705,9 +620,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "710307cfe966cb000f95427e136d63b3", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "2a929d9827ad0a445ad87aeafb82408a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -719,19 +633,19 @@ "Link", "X-Ms-Correlation-Request-Id" ], - "Connection": "keep-alive", + "Connection": "close", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:52 GMT", + "Date": "Thu, 06 May 2021 00:52:38 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "62bc228d-e31d-44be-b880-5f5fcdb4ba47" + "X-Ms-Correlation-Request-Id": "a673b2ae-a93b-4e4a-9d6f-da1bd07aa138" }, "ResponseBody": { "errors": [ @@ -749,33 +663,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "3734544af99487e38211c3b8ed079334", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:52 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "fb7474cc-be03-4da0-95fe-0c90d563c25c", - "x-ms-ratelimit-remaining-calls-per-second": "165.983333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -783,8 +670,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "9e086e491ca2cbbfc322371272218a67", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "97af223bcc89fc8ee72e13d7a6a68d26", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -792,12 +679,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:52 GMT", + "Date": "Thu, 06 May 2021 00:52:39 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "6971ef00-e83c-4eb9-bba9-b061216c588a", - "x-ms-ratelimit-remaining-calls-per-second": "165.966667" + "X-Ms-Correlation-Request-Id": "9cfe436c-b894-47c8-ae1b-63b4a0e64ff1", + "x-ms-ratelimit-remaining-calls-per-second": "166.616667" }, "ResponseBody": { "access_token": "Sanitized" @@ -809,8 +696,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "710307cfe966cb000f95427e136d63b3", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "2a929d9827ad0a445ad87aeafb82408a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -823,9 +710,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "931", + "Content-Length": "928", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 20:09:52 GMT", + "Date": "Thu, 06 May 2021 00:52:39 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -833,7 +720,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "a4e9fac0-3ea7-4102-9a59-f80fd3220f21" + "X-Ms-Correlation-Request-Id": "805c6c00-cc59-4ebe-8354-c03d26079f29" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -841,9 +728,9 @@ "manifests": [ { "digest": "sha256:ea0cfb27fd41ea0405d3095880c1efa45710f5bcdddb7d7d5a7317ad4825ae14", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:21.2523432Z", - "lastUpdateTime": "2021-04-23T18:32:21.2523432Z", + "imageSize": 1125, + "createdTime": "2021-05-06T00:52:15.0979286Z", + "lastUpdateTime": "2021-05-06T00:52:15.0979286Z", "architecture": "amd64", "os": "windows", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -857,13 +744,12 @@ }, { "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.0014168Z", - "lastUpdateTime": "2021-04-23T18:32:20.0014168Z", + "imageSize": 5325, + "createdTime": "2021-05-06T00:52:13.9109659Z", + "lastUpdateTime": "2021-05-06T00:52:13.9109659Z", "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", "tags": [ "latest", - "newest", "v1", "v2", "v3", diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetRepositoryProperties.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetRepositoryProperties.json index 3f937803bfbf..4120b03bbc26 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetRepositoryProperties.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetRepositoryProperties.json @@ -1,12 +1,11 @@ { "Entries": [ { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3a6b7f8b94c223854b44e375d3bb28da", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:07 GMT", + "Date": "Mon, 10 May 2021 15:38:02 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "46b3e588-1f7c-4fbd-8377-cc654c9c7b38" + "X-Ms-Correlation-Request-Id": "1620dc2e-7319-435f-bb00-89108387029d" }, "ResponseBody": { "errors": [ @@ -50,66 +49,66 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e57ae8347b7f01f2e772010420c83025", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:07 GMT", + "Date": "Mon, 10 May 2021 15:38:03 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "f9abe39a-0766-4778-8619-f0ffb3c3ac71", - "x-ms-ratelimit-remaining-calls-per-second": "166.366667" + "X-Ms-Correlation-Request-Id": "2c52ed8b-11a9-4b45-ade4-a2511fb0b288", + "x-ms-ratelimit-remaining-calls-per-second": "165.983333" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEwNzF9.Sanitized" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "032f0d97205cdfcd1722a429e96231d6", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:07 GMT", + "Date": "Mon, 10 May 2021 15:38:03 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "a80e992a-390a-41ad-a339-a502be32876c", - "x-ms-ratelimit-remaining-calls-per-second": "166.35" + "X-Ms-Correlation-Request-Id": "dfb79317-cccc-4240-aa47-e06d5bb81bf6", + "x-ms-ratelimit-remaining-calls-per-second": "165.966667" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI5OTY0ZTA0NC0xOGNhLTQ3YmItODMwOC03NmU0NWYwMDNjNWYiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAxODMsImV4cCI6MTYyMDY2NDY4MywiaWF0IjoxNjIwNjYwMTgzLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.15wiJ-L4USeF92w_NfHxCvGif6U0q4IPdfD_Va1v_B5uho9dsC10mPFE4q9dhscyAQvHYC3MUSMfOey1-gDYBV-47sMMF35KfUe-ttGh-upWGOf2fS7pI4gDHP-xmRuECVORAg4hKwH5b6_aRnpUrj3WICD8XHs1TigBdNfYPSf0tI3f0SsApyspctoQc5XZjrtia6zLZ2p0pwLklxBYn1m2meEydxHUZXXfu0XlG_DTafbKa54Aod6mYYUJgK9rhuNT7-YvwzKJxRI84J0FfxkJDIxmlkJDr8J9gaifmJ-w-L_l-Lf4fBNBcR7Kih_58gcA4XCQySiobUazNLbSGQ" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3a6b7f8b94c223854b44e375d3bb28da", "x-ms-return-client-request-id": "true" }, @@ -123,9 +122,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "326", + "Content-Length": "327", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:07 GMT", + "Date": "Mon, 10 May 2021 15:38:03 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,15 +132,15 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "afea0873-23ff-4cd8-971b-ada5a5ccbac5" + "X-Ms-Correlation-Request-Id": "bb797d5e-3fb6-4321-b940-aaef3c709425" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", - "createdTime": "2021-04-08T22:38:23.986734Z", - "lastUpdateTime": "2021-04-22T16:53:04.2735546Z", - "manifestCount": 12, - "tagCount": 6, + "createdTime": "2021-05-10T15:37:44.1076792Z", + "lastUpdateTime": "2021-05-10T15:37:42.1740066Z", + "manifestCount": 10, + "tagCount": 5, "changeableAttributes": { "deleteEnabled": true, "writeEnabled": true, @@ -153,7 +152,7 @@ } ], "Variables": { - "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", "RandomSeed": "109656421" } } \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetRepositoryPropertiesAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetRepositoryPropertiesAsync.json index 01e501e81d61..abaf8f63ce29 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetRepositoryPropertiesAsync.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanGetRepositoryPropertiesAsync.json @@ -1,12 +1,11 @@ { "Entries": [ { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "572c2c4b3486d4cec50e9ce022ef7695", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:56 GMT", + "Date": "Mon, 10 May 2021 15:38:53 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "c8401000-2842-4864-bb3c-defe6ac3992d" + "X-Ms-Correlation-Request-Id": "d8ae648e-e04b-4893-97c3-209aa3bb10c8" }, "ResponseBody": { "errors": [ @@ -50,66 +49,66 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "49c6126fe5745b15065e8af81dc3d638", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:56 GMT", + "Date": "Mon, 10 May 2021 15:38:53 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "7feecaf4-6a0f-404a-88c2-273257e7f8dd", - "x-ms-ratelimit-remaining-calls-per-second": "165.083333" + "X-Ms-Correlation-Request-Id": "45f02d45-0242-4682-bf00-431bce479e60", + "x-ms-ratelimit-remaining-calls-per-second": "165.05" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDExMjF9.Sanitized" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "227de8bc69675d535e72ebaba81b7091", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:56 GMT", + "Date": "Mon, 10 May 2021 15:38:53 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "31712d29-0711-48b8-82d2-466c5306a51b", - "x-ms-ratelimit-remaining-calls-per-second": "165.066667" + "X-Ms-Correlation-Request-Id": "9ff8d6b7-c793-4063-8229-62212bbdbc11", + "x-ms-ratelimit-remaining-calls-per-second": "165.033333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIzY2MzNGY2Mi03OGU0LTQyNmUtYjBkMy1iM2E2MDY4ZTM3YmUiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyMzMsImV4cCI6MTYyMDY2NDczMywiaWF0IjoxNjIwNjYwMjMzLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.cBNmboPEpck5bXgjh6WrwuT0M_hedCrBuhYYsCP24IQ3iVKjQV9NnF5AZ4z0jAdiVFWEQtvAXdcdwF87NzDb05gJfMlbBVnHA-wXkaaNxlyEB1lEuznVJdpXjMCxe_cY8uaSNclhFsCBEb4HVKNFFcCCCAMJsaRiTSEiy5JAmXksQ5-KBchtEAvXCcumJGccG85jLs5j3uDqpCRpagTxqE6uZirT4BT4h_LwpUYpsQO2hJMxzOTF7kEfMJ-L2z5uCCS69G7LUlGIqOhLPZTsS8vM8_tRM89w95DGnVfxPdDwhUg57qcH31GHd9qFgb7hbkz1oroDhNyzJX36Mn5Qvw" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "572c2c4b3486d4cec50e9ce022ef7695", "x-ms-return-client-request-id": "true" }, @@ -125,7 +124,7 @@ "Connection": "keep-alive", "Content-Length": "327", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:56 GMT", + "Date": "Mon, 10 May 2021 15:38:53 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,13 +132,13 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "4fb5b239-e561-46f9-9f48-75561318c6d0" + "X-Ms-Correlation-Request-Id": "ea335984-e263-486d-ad6a-dcf238dc1e03" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", - "createdTime": "2021-04-23T18:31:32.6418181Z", - "lastUpdateTime": "2021-04-23T18:31:30.2530854Z", + "createdTime": "2021-05-10T15:38:32.7001869Z", + "lastUpdateTime": "2021-05-10T15:38:30.9547013Z", "manifestCount": 10, "tagCount": 5, "changeableAttributes": { @@ -153,7 +152,7 @@ } ], "Variables": { - "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", "RandomSeed": "1386774365" } } \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanSetRepositoryProperties.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanSetRepositoryProperties.json index abbb2923d0a9..3fbf74d70474 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanSetRepositoryProperties.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanSetRepositoryProperties.json @@ -1,12 +1,11 @@ { "Entries": [ { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5010e5c3a81a414fcce238a206c8841d", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:38 GMT", + "Date": "Mon, 10 May 2021 15:38:40 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "0f857fe8-2b26-4129-bb37-3747a22b1281" + "X-Ms-Correlation-Request-Id": "0226a925-26a4-44a0-b6e5-8f94c51432db" }, "ResponseBody": { "errors": [ @@ -50,66 +49,66 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e52a90f92f59bcd183f821fcf08aba50", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:39 GMT", + "Date": "Mon, 10 May 2021 15:38:40 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "d20298e1-930e-4ae4-b05e-98de133a7691", - "x-ms-ratelimit-remaining-calls-per-second": "165.583333" + "X-Ms-Correlation-Request-Id": "b5c47886-925c-4bf0-aed7-c69094d6b2c8", + "x-ms-ratelimit-remaining-calls-per-second": "165.8" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEwNzF9.Sanitized" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "94dfa8441163445da09b40968a4ddd57", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:39 GMT", + "Date": "Mon, 10 May 2021 15:38:40 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "5dbe0ee9-49f2-4fb1-9d61-7a2df3ea4ab1", - "x-ms-ratelimit-remaining-calls-per-second": "165.566667" + "X-Ms-Correlation-Request-Id": "c8a031fb-cccd-49ea-aa9a-00b6738384ab", + "x-ms-ratelimit-remaining-calls-per-second": "165.783333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJkOTZmNzBkYS1lYjEwLTQzYTItYjE0Ny0zMTg0ZGUzZTc1ZTMiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyMjAsImV4cCI6MTYyMDY2NDcyMCwiaWF0IjoxNjIwNjYwMjIwLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.St5LYpsFhz6wq54NBqcq8TSy9M1lMV11iNxY8F6cZcvAWLdSD8s4Z_-ryOdJ5NVLnhUWczJDsyN8TaHgqH0BqEWvvFEWfCqcLP1wd5LtADZonfSjDEX-LTpkL2a9_DpzKuiGMVWW7Hryj_kBwBp5DGKCvanKZ0rqD1W7Lu7OGewfoD8noEWm55ZhwYwosbgt_kH2OqZxE-iwCHWcc8XexBNd4DmcTnfJADtBEu0x3lmyoJFVZsu5EUyc9HCe169an8dCF00iYCDUd5hsTwbAg9pbPTaJfcgVZjb9ukEAreM6qAlYGXdPez4QFQ-VfeDRlnVCANKNEzqsMy70w_f9Jw" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5010e5c3a81a414fcce238a206c8841d", "x-ms-return-client-request-id": "true" }, @@ -125,7 +124,7 @@ "Connection": "keep-alive", "Content-Length": "327", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:39 GMT", + "Date": "Mon, 10 May 2021 15:38:40 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,13 +132,13 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "f26ba843-03af-4479-b044-22ac9b8ef05f" + "X-Ms-Correlation-Request-Id": "8974e9d5-a77e-4f4d-9925-57772acf524b" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", - "createdTime": "2021-04-23T18:31:32.6418181Z", - "lastUpdateTime": "2021-04-23T18:31:30.5531734Z", + "createdTime": "2021-05-10T15:38:32.7001869Z", + "lastUpdateTime": "2021-05-10T15:38:30.9547013Z", "manifestCount": 10, "tagCount": 5, "changeableAttributes": { @@ -152,14 +151,13 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", "Content-Length": "84", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "876ebaef5b0293011354cd2187535141", "x-ms-return-client-request-id": "true" }, @@ -180,16 +178,16 @@ "Connection": "keep-alive", "Content-Length": "222", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:39 GMT", + "Date": "Mon, 10 May 2021 15:38:40 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "dd029727-a84b-4c23-9a9e-cde620e85f3e" + "X-Ms-Correlation-Request-Id": "a0a2b1e7-d8cc-44f6-95c8-dbb52c03a9c8" }, "ResponseBody": { "errors": [ @@ -208,68 +206,41 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "5d5de828f0e9e8b932e645beef3b3235", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:39 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "3bdf7c52-97d6-4760-9ea3-85450d89c039", - "x-ms-ratelimit-remaining-calls-per-second": "165.55" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "140", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "350cc91b321be94ea74b800f433bbd4c", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "5d5de828f0e9e8b932e645beef3b3235", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:39 GMT", + "Date": "Mon, 10 May 2021 15:38:40 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "e4f1f7f5-01ab-43ed-a5c0-ce61a0bffe61", - "x-ms-ratelimit-remaining-calls-per-second": "165.533333" + "X-Ms-Correlation-Request-Id": "1fb282b6-06b9-4131-a364-54914ca24665", + "x-ms-ratelimit-remaining-calls-per-second": "165.766667" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJiZDJjOTdhYy1hMzFjLTQwYmUtYjY4YS05NjEwNDAwOTgxZTYiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyMjAsImV4cCI6MTYyMDY2NDcyMCwiaWF0IjoxNjIwNjYwMjIwLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV93cml0ZSJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.I7fhw9c1tAPY8I-mt6hFLE8e-fb5MVD-rfRDxOi3UbyHGLtjXncpFV15Ht12EBPObHdD-dlqPgErvum2v8d5hatO4ewxXBKOqY_V4kw98cHrDFkFQQF1DfFnDpF7hX8p9L98mSnw2Y2dghPYpAW3PF_n3k9vCotB5tI6NUQaYNiZRMm_RXzYjOSZPw4qg369Bwa7lLPlkeaR0cFY5-Af8kUji7BjizQqq5PE8uCOYUWczDBUfUtmmMEZ81IV04sFCoggM4PllzoxL7Il63Y74kK4XLdtEd5uVe0C07F3t6SF0zC41Eo2UwEf54ogyfYd3Du4farWVIs94PBWfdFA2w" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "84", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "876ebaef5b0293011354cd2187535141", "x-ms-return-client-request-id": "true" }, @@ -290,7 +261,7 @@ "Connection": "keep-alive", "Content-Length": "331", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:39 GMT", + "Date": "Mon, 10 May 2021 15:38:40 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -298,13 +269,13 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "09f72f8b-82f1-4d91-8c6a-889edc619629" + "X-Ms-Correlation-Request-Id": "e0d580df-8373-4e9c-a297-7f2264038b43" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", - "createdTime": "2021-04-23T18:31:32.6418181Z", - "lastUpdateTime": "2021-04-23T18:31:30.2530854Z", + "createdTime": "2021-05-10T15:38:32.7001869Z", + "lastUpdateTime": "2021-05-10T15:38:30.9547013Z", "manifestCount": 10, "tagCount": 5, "changeableAttributes": { @@ -317,13 +288,12 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "a26efe4a7ff0ff6e0186541c1643a4d8", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "350cc91b321be94ea74b800f433bbd4c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -338,16 +308,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:39 GMT", + "Date": "Mon, 10 May 2021 15:38:40 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "984e2e04-4bfe-4a1a-b471-de13d47906d4" + "X-Ms-Correlation-Request-Id": "e57833ff-dada-480f-a824-48799979c942" }, "ResponseBody": { "errors": [ @@ -366,67 +336,40 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "bd0698221b47f5259974b69d70aaa4f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:39 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "f2a1151f-c4a3-4c49-b8dc-322db9c017f5", - "x-ms-ratelimit-remaining-calls-per-second": "165.516667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "f073f8288fcc9b455b0d3395dd32d264", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a26efe4a7ff0ff6e0186541c1643a4d8", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:39 GMT", + "Date": "Mon, 10 May 2021 15:38:40 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "e630d5cd-9978-4e64-ab75-a3456d6388c4", - "x-ms-ratelimit-remaining-calls-per-second": "165.5" + "X-Ms-Correlation-Request-Id": "3fc1f9ea-1c56-407d-92aa-dbcd0b500cc7", + "x-ms-ratelimit-remaining-calls-per-second": "165.75" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIzYTY1ODJlYS1jMzI5LTQwOGUtYWJjOC0yZTFmNzQ2NTgzMmEiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyMjAsImV4cCI6MTYyMDY2NDcyMCwiaWF0IjoxNjIwNjYwMjIwLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.G1i2A1MoHp33rfswtvIjdlOQoAlGq17HpWKoYy0NeCobGC7TFLqiJnC2MC2oKO6HxdS0MGGweCoxg0av2FGqmnG86TMeeiDim-97vBzxWLBB_W-wkb2mwPCb3AsZKVMb6z6vud7z7uOi4hteYlmOrrKwh2bbSL-OBZV3JWK25qFsUAIgOs0t25HzcpN0D7jkifN0uvYzU3lIwMsYHuoBG72debtqC963lyWzHFEkv2lksCnVJUcNZBidkqlrLI4RgXZz9hrcjv1HWzRxvbFA2Eng8PvnPTMl5N_naSksx77Z2ajfx249YytX734eh14kjFho-w3n6n2HKnvJM2e6-w" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "a26efe4a7ff0ff6e0186541c1643a4d8", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "350cc91b321be94ea74b800f433bbd4c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -441,7 +384,7 @@ "Connection": "keep-alive", "Content-Length": "331", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:39 GMT", + "Date": "Mon, 10 May 2021 15:38:40 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -449,13 +392,13 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "276c943a-b3c5-45ed-a685-4b6318d14804" + "X-Ms-Correlation-Request-Id": "3dffcfda-22d3-4858-9381-52ca8e8db1cc" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", - "createdTime": "2021-04-23T18:31:32.6418181Z", - "lastUpdateTime": "2021-04-23T18:31:30.2530854Z", + "createdTime": "2021-05-10T15:38:32.7001869Z", + "lastUpdateTime": "2021-05-10T15:38:30.9547013Z", "manifestCount": 10, "tagCount": 5, "changeableAttributes": { @@ -468,15 +411,14 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", "Content-Length": "80", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "abeda7a7ff352e04d978087bc9d08e57", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "bd0698221b47f5259974b69d70aaa4f7", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -496,16 +438,16 @@ "Connection": "keep-alive", "Content-Length": "222", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:39 GMT", + "Date": "Mon, 10 May 2021 15:38:40 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "296e4d72-99b9-4556-bc69-e841fb700a97" + "X-Ms-Correlation-Request-Id": "09f7b4a9-dd71-42ef-8721-4e56b4cae7c8" }, "ResponseBody": { "errors": [ @@ -524,69 +466,42 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "1df35de2b3cf920c526a613ae7901766", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:40 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "9cb8569d-0037-4236-8a1c-adc4441bcd7b", - "x-ms-ratelimit-remaining-calls-per-second": "165.483333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "140", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "c8f652a1f8bd28c1f344175387cad28b", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "f073f8288fcc9b455b0d3395dd32d264", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:40 GMT", + "Date": "Mon, 10 May 2021 15:38:40 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "603056f4-e347-4f5a-b47a-dbc99ac3e29e", - "x-ms-ratelimit-remaining-calls-per-second": "165.466667" + "X-Ms-Correlation-Request-Id": "7525a543-9ef7-4635-a9a4-09f0155e6af8", + "x-ms-ratelimit-remaining-calls-per-second": "165.733333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJlNGUxODk1MS01NGM3LTQ1MWYtOWFhNy0wOTFlZmMyZjVkYTYiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyMjAsImV4cCI6MTYyMDY2NDcyMCwiaWF0IjoxNjIwNjYwMjIwLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV93cml0ZSJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.WD1cuFVs1WhdCQZSYWAdAk5DjKw_OKeoqr6hbQXwyf7YGWmBSsjlykGD1i_CkkfVKNMvK_P8Oz-9-jP-qsCS7vVyrelDUh198m8aW59etdMlCGxcuCuYbl6UnUzamjJaYVNAkpOHezxBFLhmzRlbwscB-V11KbIc_TRdEArFzdCSqpx1Siwio4nwOw_LPuq5OnPRUHXdIjzxjiDtOF9AkNq7yCP25rJ53sSOvi_P5B6wOa5JWV9q4B_QNQJ65n_vN2ce09e9ybFSGMhrkiiIRm_FD78w0hDJy4k6pDPr1JJhRZXTekFhwMBuc0ZAmGGCRDRXIeZKcFCvHOMMGSPSaA" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "80", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "abeda7a7ff352e04d978087bc9d08e57", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "bd0698221b47f5259974b69d70aaa4f7", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -606,7 +521,7 @@ "Connection": "keep-alive", "Content-Length": "327", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:31:40 GMT", + "Date": "Mon, 10 May 2021 15:38:41 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -614,13 +529,13 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "5703e469-78ae-4c2d-b0d1-38978b7aa5f3" + "X-Ms-Correlation-Request-Id": "520e23f2-5eb8-4068-ad37-ccf166eb6693" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", - "createdTime": "2021-04-23T18:31:32.6418181Z", - "lastUpdateTime": "2021-04-23T18:31:30.2530854Z", + "createdTime": "2021-05-10T15:38:32.7001869Z", + "lastUpdateTime": "2021-05-10T15:38:30.9547013Z", "manifestCount": 10, "tagCount": 5, "changeableAttributes": { @@ -634,7 +549,7 @@ } ], "Variables": { - "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", "RandomSeed": "1041870530" } } \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanSetRepositoryPropertiesAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanSetRepositoryPropertiesAsync.json index bd12c789e488..97c9d554591e 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanSetRepositoryPropertiesAsync.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanSetRepositoryPropertiesAsync.json @@ -1,12 +1,11 @@ { "Entries": [ { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f959e875a8dabeba67d058ba51a93d35", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:25 GMT", + "Date": "Mon, 10 May 2021 15:39:31 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "a0a8407d-1db0-45f8-a06d-3531585b3885" + "X-Ms-Correlation-Request-Id": "2db8d612-ff07-4f39-87d5-a9e6aca6385b" }, "ResponseBody": { "errors": [ @@ -50,66 +49,66 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5c8f81327e894d0d3738a1c590821969", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:26 GMT", + "Date": "Mon, 10 May 2021 15:39:31 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "f7e12f0d-c2c7-4e09-83b2-64b81744cbd9", - "x-ms-ratelimit-remaining-calls-per-second": "165.9" + "X-Ms-Correlation-Request-Id": "f2f8c0db-146a-4067-ac57-9cd2e8317b27", + "x-ms-ratelimit-remaining-calls-per-second": "165.916667" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDExMjF9.Sanitized" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1185a4c12e68687671c1748c8a6aece1", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:26 GMT", + "Date": "Mon, 10 May 2021 15:39:31 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "ab1bd8dd-2300-4d0a-82d0-9cd0e0b6ff52", - "x-ms-ratelimit-remaining-calls-per-second": "165.083333" + "X-Ms-Correlation-Request-Id": "d1ea5292-db98-47c0-a048-7806058adf6e", + "x-ms-ratelimit-remaining-calls-per-second": "165.816667" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJkOTI5YTk3ZS05MjQ5LTRjZTAtOWE3Zi00NjE1Njk3NDk5NDEiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyNzEsImV4cCI6MTYyMDY2NDc3MSwiaWF0IjoxNjIwNjYwMjcxLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.SJmuOQeBt5WXv1CPR7L61Q4cOCtjt1Dwy_wtuxXunmUxw4-geATU0BgGegAtSJjwxz7TXApMUP-KVPHaUOyzh7fTW1KMrkOozPCiNbZn2G0QXuXqL6wCqRJyMCaeyPRbkeUpY34eQ8-ISf9kfy2Fpl2gr-n8ctEnQ6MPfE0WrUYR3FJTzM8k5YJY-2emZ5WdiUpSkopL8k5ja6vmZDi7S4Rd7d5XCDcTMxE_pMaTBWX0H22vxYS3QTbXmySgIFB6IFQ1RpJFo262yFGH5TD8PvRSveqRcJJso-BHkBkGhxdQ8g8wDJtd7Tx8pnJf8-b15yTciSjNYCGvaMYsQxMuFQ" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f959e875a8dabeba67d058ba51a93d35", "x-ms-return-client-request-id": "true" }, @@ -125,7 +124,7 @@ "Connection": "keep-alive", "Content-Length": "327", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:26 GMT", + "Date": "Mon, 10 May 2021 15:39:31 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,13 +132,13 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "d510dbb2-fe98-426c-bfe9-8b810b8f99e7" + "X-Ms-Correlation-Request-Id": "a142422b-9bf5-4ce7-87ba-41d0c7b44b3d" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", - "createdTime": "2021-04-23T18:32:19.8800797Z", - "lastUpdateTime": "2021-04-23T18:32:16.8584237Z", + "createdTime": "2021-05-10T15:39:23.6841154Z", + "lastUpdateTime": "2021-05-10T15:39:21.9540372Z", "manifestCount": 10, "tagCount": 5, "changeableAttributes": { @@ -152,14 +151,13 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", "Content-Length": "84", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1beac7e18158f7f2db0cc1a106f42de5", "x-ms-return-client-request-id": "true" }, @@ -180,16 +178,16 @@ "Connection": "keep-alive", "Content-Length": "222", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:26 GMT", + "Date": "Mon, 10 May 2021 15:39:31 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "5322be20-5375-4023-89fc-50e1638e5f8d" + "X-Ms-Correlation-Request-Id": "597085e2-4e03-448f-82a2-c160c8dd6bb4" }, "ResponseBody": { "errors": [ @@ -208,68 +206,41 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "adf8eeb62c2303cd0b26ebc70a81c2cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:26 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "dd63163c-0a34-42af-9378-f9f206deb935", - "x-ms-ratelimit-remaining-calls-per-second": "165.066667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "140", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "c9e4bf4cfe974011b18e365b6dd5617c", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "adf8eeb62c2303cd0b26ebc70a81c2cd", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:26 GMT", + "Date": "Mon, 10 May 2021 15:39:31 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "f84810f0-9a3d-441b-83e5-d748b3f630ee", - "x-ms-ratelimit-remaining-calls-per-second": "165.05" + "X-Ms-Correlation-Request-Id": "638d0b5e-0f71-462d-b6a9-c0d0edd35ae6", + "x-ms-ratelimit-remaining-calls-per-second": "165.8" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIxNTJmNzg1MC03MWI0LTQ2MWMtODdmNy01YjFhYTYyY2I5ZTQiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyNzEsImV4cCI6MTYyMDY2NDc3MSwiaWF0IjoxNjIwNjYwMjcxLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV93cml0ZSJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.N_NnIhzKGPvPrCKJvsGkQ2pRAombYCHHr4vOweof-2lp1z8kuB-5cNoEtuBANC63DPtFVNuVcdGaJCVHrGAmwheKAEe3tbl2YrQzs_WSj2XQx4VZnxsSQvJZu2YvTcniUqHVSixxP3GDO5j5iWOZhJeGn0zG3QObwzgRDkJU22t8fRxzDwU_7KAsGSB6kHmHZ-1B2mo9p0656iMnnCGn6QR-v30QIk3cv-SrlEQDgvfRDFVwRL3VNwV_WQe0AYB_CL6mlFB0fwdr9GkNNKawmwidTbBl3N5_gIzDsPEJTEO7MFGt3wK2wdiVdeVJFSuxWoTxU54wxdydpFCiF4edqQ" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "84", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1beac7e18158f7f2db0cc1a106f42de5", "x-ms-return-client-request-id": "true" }, @@ -290,7 +261,7 @@ "Connection": "keep-alive", "Content-Length": "331", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:26 GMT", + "Date": "Mon, 10 May 2021 15:39:31 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -298,13 +269,13 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "6b2efd92-e206-4213-8989-59a1cda0e603" + "X-Ms-Correlation-Request-Id": "8c45141b-c241-454e-b581-66b4ed515394" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", - "createdTime": "2021-04-23T18:32:19.8800797Z", - "lastUpdateTime": "2021-04-23T18:32:16.8584237Z", + "createdTime": "2021-05-10T15:39:23.6841154Z", + "lastUpdateTime": "2021-05-10T15:39:21.9790435Z", "manifestCount": 10, "tagCount": 5, "changeableAttributes": { @@ -317,13 +288,12 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "9cd58e943e71b5befae61031952bec59", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c9e4bf4cfe974011b18e365b6dd5617c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -338,16 +308,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:26 GMT", + "Date": "Mon, 10 May 2021 15:39:32 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "6e421023-8734-4979-87ed-eb8eada53d5e" + "X-Ms-Correlation-Request-Id": "5f6e09cb-1796-4f6c-8181-5fc3d5d19646" }, "ResponseBody": { "errors": [ @@ -366,67 +336,40 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "4655f34a6310b84dddb8fb94f5719636", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:26 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "8a0f8604-54ea-4f0c-9f4c-7312835624d0", - "x-ms-ratelimit-remaining-calls-per-second": "165.033333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "7b336ec426ac0d5c012ecfb1eedfaa86", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "9cd58e943e71b5befae61031952bec59", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:26 GMT", + "Date": "Mon, 10 May 2021 15:39:32 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "30d93ce2-e49d-43f1-b473-efdb91a4fe40", - "x-ms-ratelimit-remaining-calls-per-second": "165.016667" + "X-Ms-Correlation-Request-Id": "422c957a-4876-45bb-9b95-850a2b5f354a", + "x-ms-ratelimit-remaining-calls-per-second": "165.783333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJkZTFlOTcyNi1iMDU5LTRlMDQtOTA5Mi01YWZjYWI3NzNjZTkiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyNzIsImV4cCI6MTYyMDY2NDc3MiwiaWF0IjoxNjIwNjYwMjcyLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.tTDm5eAruU8hhULajySVJ5QLjbdj9vA6pURZEbh5Mv9qHqrFEs31mrWFUf2FN_DW8iHfWEqMAuMDdDOb0zuuWnXfh-7oPTJUaDiAUOjgikEau8uloGmEWUgowJU6BhnKSrhhgR9ASzbXPJIEwzQH8xi836t0ngK-7bpOxFrKu1405TBQZiaMKLiGQhxUaSMT9_I4dJBqrwslKlu62b17y_2cP-FyASFGpqMUjMNI6EvyDGIxGKcRFvZzs-NO_JzgMsnbN-sRwE3rxF3TIY-os50ZqATbmvF63TUFZBmI7r3sM209Rc9qNEkJuhZe93C7Fvjlgrd_2eG5e0PF3t6svw" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "9cd58e943e71b5befae61031952bec59", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c9e4bf4cfe974011b18e365b6dd5617c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -441,7 +384,7 @@ "Connection": "keep-alive", "Content-Length": "331", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:26 GMT", + "Date": "Mon, 10 May 2021 15:39:32 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -449,13 +392,13 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "8cbad434-2e84-4add-b3c9-7bf41301f07e" + "X-Ms-Correlation-Request-Id": "735827c3-9dec-4ed9-9167-0fe87ae5ca20" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", - "createdTime": "2021-04-23T18:32:19.8800797Z", - "lastUpdateTime": "2021-04-23T18:32:16.8584237Z", + "createdTime": "2021-05-10T15:39:23.6841154Z", + "lastUpdateTime": "2021-05-10T15:39:21.9790435Z", "manifestCount": 10, "tagCount": 5, "changeableAttributes": { @@ -468,15 +411,14 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", "Content-Length": "80", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "7911dda21a80306c401cbeb94329bf88", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4655f34a6310b84dddb8fb94f5719636", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -496,16 +438,16 @@ "Connection": "keep-alive", "Content-Length": "222", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:26 GMT", + "Date": "Mon, 10 May 2021 15:39:32 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "5b32df3b-b20f-4287-931e-7f2d98d8da90" + "X-Ms-Correlation-Request-Id": "e22ac6ce-7c91-4bcc-89d6-91b9493071ee" }, "ResponseBody": { "errors": [ @@ -524,69 +466,42 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "276cda4f71f724ac964745e1949ccafe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:26 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "99da1836-8e2e-40a9-819d-8d102b815b0f", - "x-ms-ratelimit-remaining-calls-per-second": "165" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "140", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "18f2740d1c60aab601033a8f67a3cad7", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7b336ec426ac0d5c012ecfb1eedfaa86", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:26 GMT", + "Date": "Mon, 10 May 2021 15:39:32 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "26a1e649-148e-4b61-a60a-9d086f3b25c0", - "x-ms-ratelimit-remaining-calls-per-second": "164.983333" + "X-Ms-Correlation-Request-Id": "a52827f2-85dc-4428-8a9c-d2b950345cf6", + "x-ms-ratelimit-remaining-calls-per-second": "165.766667" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJkZGFjMjI1ZC05ZmFjLTQzOTgtODRhYS03YjVmMzkyOTJlODgiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyNzIsImV4cCI6MTYyMDY2NDc3MiwiaWF0IjoxNjIwNjYwMjcyLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV93cml0ZSJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.zL4_NgTofZ4cuhESax8ETMj_kkU93vtjjjoNGv6USA4CdG1nDWFgHASKKV6QFkATWClypLjOr0JTY0gSKXD2kGXQJmjsLAMBfgNJr8awQBkMAwE5QQZVVFlxCS1_G8NlU8uo8L63d--JXhSA848dmaexxBhNsqDvCcszuDC8xrYG88f2pHLgJMXHrPUz3Wz_NPGupZPuqqVdgO2VwJZLRGLQ2cHOIG335iVSoJ_tSgS98fvqYCW3AAHPafJpQZzOI42pT0ZnQ9rcAOZH0QPJCA_p0WYtKAgHDNtmNG3VzZ0bVNEevBdzgDk-9bg7lb9HfK-FG8KYnTt4xwMMTlHzyQ" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "80", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "7911dda21a80306c401cbeb94329bf88", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4655f34a6310b84dddb8fb94f5719636", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -606,7 +521,7 @@ "Connection": "keep-alive", "Content-Length": "327", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:27 GMT", + "Date": "Mon, 10 May 2021 15:39:32 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -614,13 +529,13 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "1c5ecd02-60d3-4275-9d3e-744052e127b0" + "X-Ms-Correlation-Request-Id": "ebc4b8ad-faee-494a-8c6f-fea9c1b696b5" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", - "createdTime": "2021-04-23T18:32:19.8800797Z", - "lastUpdateTime": "2021-04-23T18:32:16.8584237Z", + "createdTime": "2021-05-10T15:39:23.6841154Z", + "lastUpdateTime": "2021-05-10T15:39:21.9790435Z", "manifestCount": 10, "tagCount": 5, "changeableAttributes": { @@ -634,7 +549,7 @@ } ], "Variables": { - "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", "RandomSeed": "181583018" } } \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanSetRepositoryProperties_Anonymous.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanSetRepositoryProperties_Anonymous.json new file mode 100644 index 000000000000..7b1b6dc073fc --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanSetRepositoryProperties_Anonymous.json @@ -0,0 +1,146 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "84", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6e5ec282873a8c65f62ef943e96f8b4a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "deleteEnabled": false, + "writeEnabled": false, + "listEnabled": false, + "readEnabled": false + }, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "222", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:41 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "eacf3acc-afde-43ca-b229-7898fea3c78c" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_write" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "693c5742ef55c1ba48c43235c8bd1504", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:41 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "1d7270cb-a6b6-4ea7-a8f7-16c018804d5f", + "x-ms-ratelimit-remaining-calls-per-second": "166.366667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhY2ZmM2VhMC01OWFhLTRkY2EtYjU5NC0yYzgwMTRhYjBiOTAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMTM5LCJleHAiOjE2MjA2NjEzMzksImlhdCI6MTYyMDY2MDEzOSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.M20Bku9BqxvxxduQkQS7DArQK6PA16Xw2qxJdymQgnT6Enz9XtgdRXo9E-I0A1fCeP4o5xJ1IiSszpkVWKSiHnXZ8phADy4iG6XxF-WDaiyULzCJJrdCQZFcCxmcw8LnY2BTIyq5bGPaQ3pyX5GjpBqz3Tua28_Od22SGohdKGyGQLGV4tCsJnw9-D-tK5poJgS6Us7UpsfCyOJjNa2_bvFu5dkvRRq4oxwpwTc0ATITlTOEEQu2RbGdrVn5csC9kTvw0FwgPkzhbV-OFeKg30djZLXUIBh3JQkitiIg7GayRXaFNjB_725kZPqxCGs4O9wPCkg_NZJzR6p62Y3aDA" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "84", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6e5ec282873a8c65f62ef943e96f8b4a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "deleteEnabled": false, + "writeEnabled": false, + "listEnabled": false, + "readEnabled": false + }, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "222", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:38:41 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022,error=\u0022insufficient_scope\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "62cc01ac-4d0e-44c0-a810-760f006c5cd3" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_write" + } + ] + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "476270831" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanSetRepositoryProperties_AnonymousAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanSetRepositoryProperties_AnonymousAsync.json new file mode 100644 index 000000000000..f3b9c30dc45b --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/ContainerRepositoryLiveTests/CanSetRepositoryProperties_AnonymousAsync.json @@ -0,0 +1,146 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "84", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a7de6caadd4b7e34fe657378e9e51c0b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "deleteEnabled": false, + "writeEnabled": false, + "listEnabled": false, + "readEnabled": false + }, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "222", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:32 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "6651d708-ce35-4390-915d-e93d55d1a6a6" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_write" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "51129c07ce9cb7954141029776353439", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:32 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "29fb1ef3-618b-4a9a-b9e9-06573254218b", + "x-ms-ratelimit-remaining-calls-per-second": "166.416667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "84", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a7de6caadd4b7e34fe657378e9e51c0b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "deleteEnabled": false, + "writeEnabled": false, + "listEnabled": false, + "readEnabled": false + }, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "222", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:32 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022,error=\u0022insufficient_scope\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "758001d2-a928-4b01-a5c9-bdecfeeca57f" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_write" + } + ] + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "237047740" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanDeleteRegistryArtifact.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanDeleteRegistryArtifact.json index e2fefac268c3..a51e0beb9e23 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanDeleteRegistryArtifact.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanDeleteRegistryArtifact.json @@ -1,12 +1,11 @@ { "Entries": [ { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fnode/_tags/test-delete-image", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_tags/test-delete-image", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e537c108b0acb5d57b1757f3cfe9da6a", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:56 GMT", + "Date": "Mon, 10 May 2021 15:40:12 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/node:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/node:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "6e9249e7-9039-4500-8a0c-53bf94ea4337" + "X-Ms-Correlation-Request-Id": "cea1465c-ec97-48c3-9754-5252c6b02b56" }, "ResponseBody": { "errors": [ @@ -50,66 +49,66 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0ef9c40e0708919412fe0aa520d3d3f4", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:56 GMT", + "Date": "Mon, 10 May 2021 15:40:12 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "5f2def10-8f02-4ede-aa7e-7e31a6a404b9", - "x-ms-ratelimit-remaining-calls-per-second": "165.033333" + "X-Ms-Correlation-Request-Id": "e8dfdf29-3f41-4e37-8f43-7bbd951ae13d", + "x-ms-ratelimit-remaining-calls-per-second": "165.483333" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDExNzJ9.Sanitized" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "132", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "6eb4ec98abda71ff12a74ef3bc4b15c5", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fnode%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fnode%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:56 GMT", + "Date": "Mon, 10 May 2021 15:40:12 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "d3bfccf7-4697-4692-b4ae-c62e0d140c33", - "x-ms-ratelimit-remaining-calls-per-second": "165.016667" + "X-Ms-Correlation-Request-Id": "33247abf-c073-484d-a39c-13bf24403767", + "x-ms-ratelimit-remaining-calls-per-second": "165.466667" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI1YWY3OWIxYi0yMGIzLTRlY2UtOTJiYy1jNTU2ZTBiODk3NDAiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMTIsImV4cCI6MTYyMDY2NDgxMiwiaWF0IjoxNjIwNjYwMzEyLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L25vZGUiLCJhY3Rpb25zIjpbIm1ldGFkYXRhX3JlYWQiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.n-dEBqE76H1oo5LNdGTIiaT126ZsmEQGQBlyOQKlbx2dzOkJb-74VqHzh60u-tNyYlgGt-PNyayUt2aKkTDrbCxIPqnQILIL35nUrHPSflkzII_fsBq4dcRwMHAFG5HIs977xbnYHmGxo_5HiPvd1PrI4Zem9iHKZkuvNxPkbzF789x0-epJcUdAbaLUi9BuoN2fMa_C1LC_DVziwodRj7geL-Cf4yZ2Cb1NOcITZTYjUlOXichQqnXQmlHpAPAaVk8eCkia72D77hezhdHztmSqDEZXnV7X8yRQ9ItvbVzL2i76-9kIX9XSOyBiwV6o4-NDZ7fkwot9VH4XU2PYyQ" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fnode/_tags/test-delete-image", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_tags/test-delete-image", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e537c108b0acb5d57b1757f3cfe9da6a", "x-ms-return-client-request-id": "true" }, @@ -123,9 +122,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "397", + "Content-Length": "395", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:56 GMT", + "Date": "Mon, 10 May 2021 15:40:12 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,16 +132,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "370d3c1d-dab1-4dd6-bb75-83cbc62e8479" + "X-Ms-Correlation-Request-Id": "a1cb59cf-171d-45e5-80c4-0a6af8f9e356" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/node", "tag": { "name": "test-delete-image", - "digest": "sha256:6cbc150709d59d2667f5d34cbf03fb4594dc8b34acb8872f9ab27ba915b28b56", - "createdTime": "2021-04-23T18:32:48.7245382Z", - "lastUpdateTime": "2021-04-23T18:32:48.7245382Z", + "digest": "sha256:2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", + "createdTime": "2021-05-10T15:40:05.010916Z", + "lastUpdateTime": "2021-05-10T15:40:05.010916Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -154,12 +153,11 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/v2/library%2Fnode/manifests/sha256%3A6cbc150709d59d2667f5d34cbf03fb4594dc8b34acb8872f9ab27ba915b28b56", + "RequestUri": "https://localtestacr04.azurecr.io/v2/library%2Fnode/manifests/sha256%3A2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "617b5f8d6ce000312ca5d3aea53095a8", "x-ms-return-client-request-id": "true" }, @@ -175,16 +173,16 @@ "Connection": "keep-alive", "Content-Length": "207", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:56 GMT", + "Date": "Mon, 10 May 2021 15:40:12 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/node:delete\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/node:delete\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "4854bd83-0e97-418b-a9db-b85a7145fe57" + "X-Ms-Correlation-Request-Id": "ebd65b0e-70d6-49b9-82c1-b12950d84a00" }, "ResponseBody": { "errors": [ @@ -203,66 +201,39 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "e25a63446c346390c588fc60b9a1d4c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:56 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "717238a2-7dec-4bb8-be41-f730b88fa2cd", - "x-ms-ratelimit-remaining-calls-per-second": "165" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "125", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "c01745e872572c13bbb44235d750cce1", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e25a63446c346390c588fc60b9a1d4c7", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fnode%3adelete\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fnode%3adelete\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:56 GMT", + "Date": "Mon, 10 May 2021 15:40:12 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "62ccca9d-f5b8-4fc2-b7d3-28ccd0439018", - "x-ms-ratelimit-remaining-calls-per-second": "164.983333" + "X-Ms-Correlation-Request-Id": "07397c36-2445-43b3-9e87-efcf16e3e70a", + "x-ms-ratelimit-remaining-calls-per-second": "165.45" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJjMWZhMzNkYi04NGJiLTRhMDMtOGYzMC1hZDdkNTIxZDg5NjYiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMTIsImV4cCI6MTYyMDY2NDgxMiwiaWF0IjoxNjIwNjYwMzEyLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L25vZGUiLCJhY3Rpb25zIjpbImRlbGV0ZSJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.jdvvxUlhiRtz4zzv8qnkU9xA1PyG6Y_mCEJXfwsFEgKAvP2N1zRscCxx4m23EaE6-jcmwerA9H3uAc13yAU-FwABwchZQHMAXK__2u2AlMXMWYv5ON2Ap4ObGQGp_3XBV9yQPM-zVNZn6GPXoWqO-kQL9ZSXoGnx4u8KQo4XvwQiURk66QrAasgwfkIe8qoCVyLj_y9mP-46iplgrZRjy6vRJqaA1d8M3N9JSBjXuDFwm9Joy2yMXzg9pIDVJ26azasIDPX8Q8D9VCK7SEGdeFCM1IIfVWuajX56l_1wzg8Lo7kQBmDfxi1fovAk-M4U6lumbCJSiK5qycmQvqfZyg" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/v2/library%2Fnode/manifests/sha256%3A6cbc150709d59d2667f5d34cbf03fb4594dc8b34acb8872f9ab27ba915b28b56", + "RequestUri": "https://localtestacr04.azurecr.io/v2/library%2Fnode/manifests/sha256%3A2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "617b5f8d6ce000312ca5d3aea53095a8", "x-ms-return-client-request-id": "true" }, @@ -275,9 +246,9 @@ "Link", "X-Ms-Correlation-Request-Id" ], - "Connection": "close", + "Connection": "keep-alive", "Content-Length": "0", - "Date": "Fri, 23 Apr 2021 18:32:56 GMT", + "Date": "Mon, 10 May 2021 15:40:12 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -286,20 +257,19 @@ ], "X-Content-Type-Options": "nosniff", "X-Ms-Client-Request-Id": "617b5f8d6ce000312ca5d3aea53095a8", - "X-Ms-Correlation-Request-Id": "6f698ae3-5fdf-4616-875f-6aa07ec31b31", + "X-Ms-Correlation-Request-Id": "93ca3f32-126c-4109-86fd-c1da472bd070", "X-Ms-Ratelimit-Remaining-Calls-Per-Second": "8.000000", - "X-Ms-Request-Id": "71e58c8f-a9e9-4b5a-a22f-cd0438436c41" + "X-Ms-Request-Id": "17e95e33-14ec-4152-b4e1-a67a7ecef369" }, "ResponseBody": [] }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fnode/_manifests/sha256%3A6cbc150709d59d2667f5d34cbf03fb4594dc8b34acb8872f9ab27ba915b28b56", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_manifests/sha256%3A2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "59afa51133f02190cf189b5870d0478b", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c01745e872572c13bbb44235d750cce1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -314,16 +284,16 @@ "Connection": "keep-alive", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:01 GMT", + "Date": "Mon, 10 May 2021 15:40:17 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/node:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/node:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "102c2712-4ad3-4333-96e7-edba2ef94340" + "X-Ms-Correlation-Request-Id": "5eaba9cb-d15e-495c-8cff-acdd9d37d1f9" }, "ResponseBody": { "errors": [ @@ -342,67 +312,40 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "5fc50cd0d418d2514f2e2780295b8b74", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:01 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "3b3364ff-16a3-4714-b98b-00eca4a11690", - "x-ms-ratelimit-remaining-calls-per-second": "166.65" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "132", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "134e1abc7af2b5d6b5f6f13fd6bbbcea", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "59afa51133f02190cf189b5870d0478b", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fnode%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fnode%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:02 GMT", + "Date": "Mon, 10 May 2021 15:40:17 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "d437c364-2533-4aed-b360-b5317d2fbfb1", - "x-ms-ratelimit-remaining-calls-per-second": "166.633333" + "X-Ms-Correlation-Request-Id": "17aea438-6cea-427c-aa0b-29cfb03956df", + "x-ms-ratelimit-remaining-calls-per-second": "165.933333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI5NDZiNzYyZi04MDJhLTRmN2EtOTgwMS1kZDIyZmQ5MzI0ZTMiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMTcsImV4cCI6MTYyMDY2NDgxNywiaWF0IjoxNjIwNjYwMzE3LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L25vZGUiLCJhY3Rpb25zIjpbIm1ldGFkYXRhX3JlYWQiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.TrKv1v0rurxWpDedg1qtNdLNkYCZYPh8Eb6IG7JrktfMrKhXbt4rc1crxpKD99MzhEthH0dsVbVT_jkKJQaIBbbVB3ehsYyrko_OAtbRxTzZ1ZT5Ah4jEBuTZD4qkugSTM7t8BYDNIVWlwE3LIxgBDEECGydJGXVXG4N-Ow7D-gulD3rCWZv125vGozrIF9_OhlaXCojdQjlnydTFGyYlgWs6P61rQW0h9KCITdMoQedVt1BMx5fD-suZjnWQyloB90gTi5o2wn6w-KWXRrP9J_DrtkLSP8Z4eIJH4570oawmiScW6W2KFeBfH0L6gVuiXZ09tyhugSI5IXM5IkSjw" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fnode/_manifests/sha256%3A6cbc150709d59d2667f5d34cbf03fb4594dc8b34acb8872f9ab27ba915b28b56", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_manifests/sha256%3A2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "59afa51133f02190cf189b5870d0478b", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c01745e872572c13bbb44235d750cce1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -417,7 +360,7 @@ "Connection": "keep-alive", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:02 GMT", + "Date": "Mon, 10 May 2021 15:40:18 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -425,7 +368,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "8b7eb6de-182c-4916-90bc-ce0009474113" + "X-Ms-Correlation-Request-Id": "1376c143-a75b-455a-acf1-501dbaf47751" }, "ResponseBody": { "errors": [ @@ -438,11 +381,11 @@ } ], "Variables": { - "CLIENT_ID": "9de00b2f-0a92-4543-9928-f49b89bb1448", - "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", - "CONTAINERREGISTRY_REGISTRY_NAME": "localtestacr01", + "CLIENT_ID": "bbb27b06-7c67-402c-9a69-f04ad5a5b278", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "CONTAINERREGISTRY_REGISTRY_NAME": "localtestacr04", "RandomSeed": "2102937882", - "RESOURCE_GROUP": "rg-localtestacr01", + "RESOURCE_GROUP": "rg-localtestacr04", "SUBSCRIPTION_ID": "faa080af-c1d8-40ad-9cce-e1a450ca5b57", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanDeleteRegistryArtifactAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanDeleteRegistryArtifactAsync.json index 1c046ff3fc57..b2790fdb89de 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanDeleteRegistryArtifactAsync.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanDeleteRegistryArtifactAsync.json @@ -1,12 +1,11 @@ { "Entries": [ { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fnode/_tags/test-delete-image", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_tags/test-delete-image", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "817b7ad148acb0a3cb308ed2244d0ef2", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:50 GMT", + "Date": "Mon, 10 May 2021 15:41:17 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/node:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/node:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "41e7eb3b-7bbe-492b-bfb8-9bbe6316a69e" + "X-Ms-Correlation-Request-Id": "4668d7d0-0dc5-407e-947f-e28656b9ce61" }, "ResponseBody": { "errors": [ @@ -50,66 +49,66 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "653ab27a9dc4ed45c760f61105e26ce9", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:50 GMT", + "Date": "Mon, 10 May 2021 15:41:18 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "b292c883-7182-46d4-ab5a-f6fa2f4e4f83", - "x-ms-ratelimit-remaining-calls-per-second": "165.55" + "X-Ms-Correlation-Request-Id": "cd9f9605-2e43-496a-932d-18fa3d5b7e98", + "x-ms-ratelimit-remaining-calls-per-second": "165.683333" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEyMzd9.Sanitized" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "132", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "974df359cd63681264cb3418ecc4cb1a", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fnode%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fnode%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:50 GMT", + "Date": "Mon, 10 May 2021 15:41:18 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "923ea65b-429e-4669-9a0f-f7592605fc74", - "x-ms-ratelimit-remaining-calls-per-second": "165" + "X-Ms-Correlation-Request-Id": "ef782843-6e17-40b7-852e-9ef0ceffd67a", + "x-ms-ratelimit-remaining-calls-per-second": "165.566667" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIwNDBkZWY2Mi04YTMyLTQ5OTAtYTkxNC00Y2VmNGQ5NDQ1NTgiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzNzgsImV4cCI6MTYyMDY2NDg3OCwiaWF0IjoxNjIwNjYwMzc4LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L25vZGUiLCJhY3Rpb25zIjpbIm1ldGFkYXRhX3JlYWQiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.f2-2iGFirc7CkUgACT6sBiH1csIoHfXKbjlkxVHeCSp_D9za6ynrs5udzycfDovJLeDbbrFRhkWCtjpj5Et5_YbRQ_TKs_ITbb4I30thGI_X46Z3AkpR8OKsrSO0WZgQ5Eryg20nwkMsATJqGZH7rEepSrR3gtzmEZSqTQyR5zftqYJcVFF9411UKD8nK-52vKhrZr3XZ0FPMDIaCm3qWx1LULnRdMDn35JA0uy2peArITSkNMRjFSH6iDn6dPyCILXqmrQA53tfuwBNIcd-KBJ_ScuAkY5RK9aI3yl2HqXOU7C2ZQR3TTHQD-IqAEfA0p5ZKUROWq7KoLxamH5yhw" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fnode/_tags/test-delete-image", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_tags/test-delete-image", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "817b7ad148acb0a3cb308ed2244d0ef2", "x-ms-return-client-request-id": "true" }, @@ -125,7 +124,7 @@ "Connection": "keep-alive", "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:50 GMT", + "Date": "Mon, 10 May 2021 15:41:18 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,16 +132,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "98f08fdd-f78c-48ad-bcab-00711cd1bf8c" + "X-Ms-Correlation-Request-Id": "acb373e5-3397-479b-b094-c007c9d7dddc" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/node", "tag": { "name": "test-delete-image", - "digest": "sha256:6cbc150709d59d2667f5d34cbf03fb4594dc8b34acb8872f9ab27ba915b28b56", - "createdTime": "2021-04-23T18:33:43.0342063Z", - "lastUpdateTime": "2021-04-23T18:33:43.0342063Z", + "digest": "sha256:2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", + "createdTime": "2021-05-10T15:41:10.3704668Z", + "lastUpdateTime": "2021-05-10T15:41:10.3704668Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -154,12 +153,11 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/v2/library%2Fnode/manifests/sha256%3A6cbc150709d59d2667f5d34cbf03fb4594dc8b34acb8872f9ab27ba915b28b56", + "RequestUri": "https://localtestacr04.azurecr.io/v2/library%2Fnode/manifests/sha256%3A2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a370bf43862d33bd348eba4c5291abe8", "x-ms-return-client-request-id": "true" }, @@ -175,16 +173,16 @@ "Connection": "keep-alive", "Content-Length": "207", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:50 GMT", + "Date": "Mon, 10 May 2021 15:41:18 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/node:delete\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/node:delete\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "2a001411-74f1-485f-8cd0-c35a59470405" + "X-Ms-Correlation-Request-Id": "89e71f8f-c36e-433d-862f-ece01acf6027" }, "ResponseBody": { "errors": [ @@ -203,66 +201,39 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "3079a5c47700ad8f9fd100f9692d0003", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:51 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "53770616-6e03-460e-8ab0-80bcbffd6450", - "x-ms-ratelimit-remaining-calls-per-second": "164.983333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "125", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "46cddb94c871d2bb351962d513c616d2", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3079a5c47700ad8f9fd100f9692d0003", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fnode%3adelete\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fnode%3adelete\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:51 GMT", + "Date": "Mon, 10 May 2021 15:41:18 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "43eef9b6-f9bb-4019-a8d6-a0471ec5609f", - "x-ms-ratelimit-remaining-calls-per-second": "164.966667" + "X-Ms-Correlation-Request-Id": "eb7dedfc-42aa-4f34-bd21-e1b4878fa86b", + "x-ms-ratelimit-remaining-calls-per-second": "165.55" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJiNDRiMWJlOS1jNzZhLTQzMTItYmJmMy1iY2NlMGZkY2RjMGEiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzNzgsImV4cCI6MTYyMDY2NDg3OCwiaWF0IjoxNjIwNjYwMzc4LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L25vZGUiLCJhY3Rpb25zIjpbImRlbGV0ZSJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.Ibg9LEqIg98PI4Hjks4boHR3VfV3P3XjzLXIfQJMJhbWDeAF6vj03GW6cPWTcV34ruv5NNupM1Di3eCOtxn4aWbpUErCJaI2AnfbktffE5oGhm-5-ucVflR9DhU75qkHEJi9tKcf0OH9ygnZUt8a_hcLtxJGyOFYAmab47KckBIYrsbwSAKaFt0er0nyKm3KZDCy1T1e7cEBcU7akjdTKdjIjNfEFt_CFWTYMTr451GC2Rz3cviCagPtcw3jF3UNEPKI6Yy_2GuZeeotSuN2spRTQ3XS2iSTkyYdzNAkGraa1YksDW6aUYIawnyvrW3pliFOhnOfPeZuHlzNvxxWAg" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/v2/library%2Fnode/manifests/sha256%3A6cbc150709d59d2667f5d34cbf03fb4594dc8b34acb8872f9ab27ba915b28b56", + "RequestUri": "https://localtestacr04.azurecr.io/v2/library%2Fnode/manifests/sha256%3A2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a370bf43862d33bd348eba4c5291abe8", "x-ms-return-client-request-id": "true" }, @@ -277,7 +248,7 @@ ], "Connection": "keep-alive", "Content-Length": "0", - "Date": "Fri, 23 Apr 2021 18:33:51 GMT", + "Date": "Mon, 10 May 2021 15:41:18 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -286,20 +257,19 @@ ], "X-Content-Type-Options": "nosniff", "X-Ms-Client-Request-Id": "a370bf43862d33bd348eba4c5291abe8", - "X-Ms-Correlation-Request-Id": "15f05f86-ea68-461f-8d62-2aa41faddb58", + "X-Ms-Correlation-Request-Id": "f6308ddc-1341-4736-adcf-9d3e1dfd6500", "X-Ms-Ratelimit-Remaining-Calls-Per-Second": "8.000000", - "X-Ms-Request-Id": "82e3298f-53f8-48ff-87e1-41207189650a" + "X-Ms-Request-Id": "0ac22b70-857c-434c-873c-bdf1c2ee7439" }, "ResponseBody": [] }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fnode/_manifests/sha256%3A6cbc150709d59d2667f5d34cbf03fb4594dc8b34acb8872f9ab27ba915b28b56", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_manifests/sha256%3A2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "46534b209a4bcc1a30c3035c85c4c907", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "46cddb94c871d2bb351962d513c616d2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -314,16 +284,16 @@ "Connection": "keep-alive", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:56 GMT", + "Date": "Mon, 10 May 2021 15:41:23 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/node:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/node:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "038387f0-012d-4f5c-a0e7-d43f7c558a98" + "X-Ms-Correlation-Request-Id": "59a7adcb-5c70-41f2-a5eb-abdf3fc6327c" }, "ResponseBody": { "errors": [ @@ -342,67 +312,40 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "76b7b78d64c4fb77eaa6fae614b99ad9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:56 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "f765fc4a-9d7a-49c8-af05-9468af8e6c8a", - "x-ms-ratelimit-remaining-calls-per-second": "164.95" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "132", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "1dd82ebbbad9fab7c10016adc45e4c71", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "46534b209a4bcc1a30c3035c85c4c907", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fnode%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fnode%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:56 GMT", + "Date": "Mon, 10 May 2021 15:41:23 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "4aac7911-24f9-4c4f-ac9d-ef167189b0ff", - "x-ms-ratelimit-remaining-calls-per-second": "164.933333" + "X-Ms-Correlation-Request-Id": "1de8cbd1-111e-4feb-825c-b909fd857b3c", + "x-ms-ratelimit-remaining-calls-per-second": "165.533333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJkY2EwODkzMC03MjA2LTQ0YmYtYTVmNS03NmRlODRmMGU4YmQiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzODMsImV4cCI6MTYyMDY2NDg4MywiaWF0IjoxNjIwNjYwMzgzLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L25vZGUiLCJhY3Rpb25zIjpbIm1ldGFkYXRhX3JlYWQiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.ZoKaUY0bC9jCyAqOSr82tnIv5X2UTO0hALcyTZ0YwkvYEjoeqlNIpZgYu5NmxiMBuRxymcEaO23QkXp90sqT_VxYwbg_705atxWe47ENUcGKHJ3z8ITBGmnGX8MUsXGdUSvaggb_hrjpF3OHQ5AqjrJ8_FHLQ3oplZRe2oX9tfNxiBA1KIO5-XPQ2hDzHPuSk1nkDYzMC7mtwcr8_3QMpUVxqQsrYblAlIuycnP6Xh1-TYYdHeYFzIs8lMazZCocJ0fenrlaLd5-mylzCg9R0ljVTiZd7l_umP1g4qAY8HQC9pXKgrOJs0w-cQLuLRevtDMGHDFtGQQn5JIJjlwL4A" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fnode/_manifests/sha256%3A6cbc150709d59d2667f5d34cbf03fb4594dc8b34acb8872f9ab27ba915b28b56", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fnode/_manifests/sha256%3A2e0fc91aaa6081b9d871b81a01f1c80fda83071e5d7a32ec17e2ac346fa8f008", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "46534b209a4bcc1a30c3035c85c4c907", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "46cddb94c871d2bb351962d513c616d2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -417,7 +360,7 @@ "Connection": "keep-alive", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:56 GMT", + "Date": "Mon, 10 May 2021 15:41:24 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -425,7 +368,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "601839f6-f4a4-4a3f-a69e-dbdec7966827" + "X-Ms-Correlation-Request-Id": "c65ba065-8cf6-4e2f-af32-d9c1ee12cad8" }, "ResponseBody": { "errors": [ @@ -438,11 +381,11 @@ } ], "Variables": { - "CLIENT_ID": "9de00b2f-0a92-4543-9928-f49b89bb1448", - "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", - "CONTAINERREGISTRY_REGISTRY_NAME": "localtestacr01", + "CLIENT_ID": "bbb27b06-7c67-402c-9a69-f04ad5a5b278", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "CONTAINERREGISTRY_REGISTRY_NAME": "localtestacr04", "RandomSeed": "877719490", - "RESOURCE_GROUP": "rg-localtestacr01", + "RESOURCE_GROUP": "rg-localtestacr04", "SUBSCRIPTION_ID": "faa080af-c1d8-40ad-9cce-e1a450ca5b57", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanDeleteTag.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanDeleteTag.json index 519a010660a1..e2723297fcc6 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanDeleteTag.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanDeleteTag.json @@ -1,12 +1,11 @@ { "Entries": [ { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/test-delete-tag", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/test-delete-tag", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1d9fa790f95f011b0fcfe69c784c6916", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:13 GMT", + "Date": "Mon, 10 May 2021 15:40:28 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:delete\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:delete\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "a4eabb00-343a-4111-a345-21d730675bfd" + "X-Ms-Correlation-Request-Id": "f89943f3-3d59-450b-9fc0-abcd3bef896f" }, "ResponseBody": { "errors": [ @@ -50,66 +49,66 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a57042dc50ad4b370e80bfe128ea1b17", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:13 GMT", + "Date": "Mon, 10 May 2021 15:40:29 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "fe6bed45-0acd-4699-a04a-5e91dbeba907", - "x-ms-ratelimit-remaining-calls-per-second": "166.616667" + "X-Ms-Correlation-Request-Id": "61d771e6-9a0a-4310-acee-b5c744b0d859", + "x-ms-ratelimit-remaining-calls-per-second": "165.85" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDExNzJ9.Sanitized" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "132", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "df663b0fd5827062abf90f5ffa52c73d", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3adelete\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3adelete\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:13 GMT", + "Date": "Mon, 10 May 2021 15:40:29 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "aff4a339-6f2a-4c2c-bb18-e64f884d650d", - "x-ms-ratelimit-remaining-calls-per-second": "166.6" + "X-Ms-Correlation-Request-Id": "44190c12-081f-43b0-825e-5f89f0c83b48", + "x-ms-ratelimit-remaining-calls-per-second": "165.833333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJkZTk2NGNjOC1kYzI3LTRlMDUtOGJkOS0zZmY5M2U2YjA5NDQiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMjksImV4cCI6MTYyMDY2NDgyOSwiaWF0IjoxNjIwNjYwMzI5LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJkZWxldGUiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.sc-EpZC0i_PJU_mSQ9Rac5i_zBHdIhvfFYNuz6ksZ4A21Bidd7v-_GhAkfXREMS9Ic0qdq2YzIFkjE55n9Nj9-0dAROJxNz9mqMCvX7h8TVBW78DoVx0J12ErbitPD8r74nYo2Ghg2AsQ7CAJqSS2Z74St6andso8cTVnMgopwgg0jpSigEWRmiOw1duLmG6CM67J3lKc-VocEsRkRRjm01iE3a48WapupfoGtnd9ex1GCkOm4N0ajuFDgVwg2iNrC3yQ7K2KBecyB7qYiBxYys3_9MPSDggSYdjOLhh-i869MzDosCPqCbJqx3aGkv_cyodhMnWEK6qe0fT8vXdzQ" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/test-delete-tag", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/test-delete-tag", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1d9fa790f95f011b0fcfe69c784c6916", "x-ms-return-client-request-id": "true" }, @@ -124,7 +123,7 @@ ], "Connection": "keep-alive", "Content-Length": "0", - "Date": "Fri, 23 Apr 2021 18:33:13 GMT", + "Date": "Mon, 10 May 2021 15:40:29 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,20 +132,19 @@ ], "X-Content-Type-Options": "nosniff", "X-Ms-Client-Request-Id": "1d9fa790f95f011b0fcfe69c784c6916", - "X-Ms-Correlation-Request-Id": "22600aca-9a43-483b-a857-8424d29017eb", + "X-Ms-Correlation-Request-Id": "1f21aecd-a984-415c-9e0e-ebd9cddb8e64", "X-Ms-Int-Docker-Content-Digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "X-Ms-Ratelimit-Remaining-Calls-Per-Second": "8.000000", - "X-Ms-Request-Id": "0d02d033-02d9-4da3-a5b3-b8973463450c" + "X-Ms-Request-Id": "d60467a6-d178-4b52-9e7f-5edee12794bd" }, "ResponseBody": [] }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/test-delete-tag", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/test-delete-tag", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "40ac30a870e3400a6f530fde393ad924", "x-ms-return-client-request-id": "true" }, @@ -162,16 +160,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:18 GMT", + "Date": "Mon, 10 May 2021 15:40:34 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "2f4800af-4731-40c8-a1c0-654c549c4895" + "X-Ms-Correlation-Request-Id": "1b0640ed-b09e-4498-a95f-23e584e3490d" }, "ResponseBody": { "errors": [ @@ -190,66 +188,39 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "3c8dceb48ae60693e0fffab440d851bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:18 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "f950f579-e926-4069-abdc-24fda3fd237a", - "x-ms-ratelimit-remaining-calls-per-second": "166.583333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "f83981b8da3d9e3431266f2fc6843671", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3c8dceb48ae60693e0fffab440d851bc", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:18 GMT", + "Date": "Mon, 10 May 2021 15:40:34 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "f677e3ea-f4a7-4c87-ad52-d7716eefb9bb", - "x-ms-ratelimit-remaining-calls-per-second": "166.566667" + "X-Ms-Correlation-Request-Id": "a006bd6c-79ac-4d0e-ab74-13027a05109e", + "x-ms-ratelimit-remaining-calls-per-second": "166.466667" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIxNzQzZDRmOC04ZGEzLTRlN2ItYTc0YS1lZGJiMjM4MzVhMTEiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMzQsImV4cCI6MTYyMDY2NDgzNCwiaWF0IjoxNjIwNjYwMzM0LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.RBU6MD5X1eYvgb_Kgo2jYeY04YVxbUzue2ZtONPV2voBYzb_ur4vKxZXGWcRMTKYLAVFRwipHQQI3X45aTwJyvFRCz1UUdijhMyizPGC5q675N8qBmwccvYRwF1ObrsynrbPJLQy0hy9TLgIwVYT8aOHKp8L-1vyiqczYXwvja3Oa2vkyEiykaa4T1sFSyYEF5Aec1MCJv6A6WdFdhPtRG3RxLtgNXxv9D1yWSOwTL-6LwmgogxbUcDmZJAUSGvh6EcnoZjcYwD-kr8US8v7Y5XBpv81p_gy2V4hBc7JvU3AG7B2TTpOex4OVlEFyV4LGEDA3VdWmFhqMgOa5ij8xQ" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/test-delete-tag", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/test-delete-tag", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "40ac30a870e3400a6f530fde393ad924", "x-ms-return-client-request-id": "true" }, @@ -265,7 +236,7 @@ "Connection": "keep-alive", "Content-Length": "80", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:18 GMT", + "Date": "Mon, 10 May 2021 15:40:34 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -273,7 +244,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "173f485b-5e3c-4c14-925d-fabde89cf50a" + "X-Ms-Correlation-Request-Id": "e4965877-2635-46ec-8a19-e395e31cf397" }, "ResponseBody": { "errors": [ @@ -286,11 +257,11 @@ } ], "Variables": { - "CLIENT_ID": "9de00b2f-0a92-4543-9928-f49b89bb1448", - "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", - "CONTAINERREGISTRY_REGISTRY_NAME": "localtestacr01", + "CLIENT_ID": "bbb27b06-7c67-402c-9a69-f04ad5a5b278", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "CONTAINERREGISTRY_REGISTRY_NAME": "localtestacr04", "RandomSeed": "677472848", - "RESOURCE_GROUP": "rg-localtestacr01", + "RESOURCE_GROUP": "rg-localtestacr04", "SUBSCRIPTION_ID": "faa080af-c1d8-40ad-9cce-e1a450ca5b57", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanDeleteTagAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanDeleteTagAsync.json index 95d14a32c868..5e6ae61cee13 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanDeleteTagAsync.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanDeleteTagAsync.json @@ -1,12 +1,11 @@ { "Entries": [ { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/test-delete-tag", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/test-delete-tag", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "faa288ebbfcff4846a39d81f6e7264e9", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:07 GMT", + "Date": "Mon, 10 May 2021 15:41:34 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:delete\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:delete\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "f8c3fc45-dda2-4d6f-8620-7562d9f05883" + "X-Ms-Correlation-Request-Id": "306b3e87-29d7-4605-9ae7-34a29e13157c" }, "ResponseBody": { "errors": [ @@ -50,66 +49,66 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "cb0158b0380fdce888a14c61d6a4cb38", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:07 GMT", + "Date": "Mon, 10 May 2021 15:41:35 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "44bf6eb1-7be7-48ec-ae4f-6d28ba0ff16b", - "x-ms-ratelimit-remaining-calls-per-second": "165.2" + "X-Ms-Correlation-Request-Id": "6a469986-3b86-4cd6-b1ad-97c497b0f14d", + "x-ms-ratelimit-remaining-calls-per-second": "166.033333" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEyMzd9.Sanitized" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "132", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "144d755c53fcb8ad329e647cf1078185", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3adelete\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3adelete\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:07 GMT", + "Date": "Mon, 10 May 2021 15:41:35 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "1a61114e-c8b7-4d8c-8bd2-0cba6e966dc4", - "x-ms-ratelimit-remaining-calls-per-second": "165.183333" + "X-Ms-Correlation-Request-Id": "c41a9673-979b-4599-bafe-b6951f6eb188", + "x-ms-ratelimit-remaining-calls-per-second": "165.75" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI1YjYxNTRiOC1kNTgxLTRjMGEtYTcxZi0wYjU0ZDI4YWU5ZTAiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzOTUsImV4cCI6MTYyMDY2NDg5NSwiaWF0IjoxNjIwNjYwMzk1LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjEuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJkZWxldGUiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.htfbm99DYd4rB1il5N125lL3I6kiPvwULM0JjACZjTf0_EGkqNazcl86MMZbviYEcwSoSnTJ0VJ3Gs3dv-gKWG20bJHdowOweIYcG9U1H5BuegYqnKH2gc4JRQcXu1nNW2UriFNFgVCj6ljXrH6uKSWqEuMKgapsbOxgJUM5JEZVRhRwQzkM5i_OA87DwdhtdTxLQrbWJV52lO6c0QuuNt3o6SxutT_p7JwXD_VLLCkcjYpKMmMiUYpxXziSJBlLk9nGHhBl7d0Qk156zixptlBf8JQ_ylNOBrXZK6K128Zp7mOMwSIXp4IjN9lyt1vuPASFEwTETwGkNkUohxaT4A" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/test-delete-tag", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/test-delete-tag", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "faa288ebbfcff4846a39d81f6e7264e9", "x-ms-return-client-request-id": "true" }, @@ -124,7 +123,7 @@ ], "Connection": "keep-alive", "Content-Length": "0", - "Date": "Fri, 23 Apr 2021 18:34:08 GMT", + "Date": "Mon, 10 May 2021 15:41:35 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,20 +132,19 @@ ], "X-Content-Type-Options": "nosniff", "X-Ms-Client-Request-Id": "faa288ebbfcff4846a39d81f6e7264e9", - "X-Ms-Correlation-Request-Id": "2e02aaab-457d-4f8e-9842-2c7bc6c56a52", + "X-Ms-Correlation-Request-Id": "af73b98b-24e8-43d9-aa4a-354762017597", "X-Ms-Int-Docker-Content-Digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "X-Ms-Ratelimit-Remaining-Calls-Per-Second": "8.000000", - "X-Ms-Request-Id": "e8b46797-e264-49b0-9377-b6c9cd39274c" + "X-Ms-Request-Id": "8cc8ac05-d965-44c8-80db-8fb865a1aa05" }, "ResponseBody": [] }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/test-delete-tag", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/test-delete-tag", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d5e0bd9ea95bb22f9fc6722d72231dc5", "x-ms-return-client-request-id": "true" }, @@ -162,16 +160,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:13 GMT", + "Date": "Mon, 10 May 2021 15:41:40 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "d0977a51-f40a-4bcd-bf48-8b494534967b" + "X-Ms-Correlation-Request-Id": "375e9ed4-1f37-4552-9c0e-14e6b2f0c037" }, "ResponseBody": { "errors": [ @@ -190,66 +188,39 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "f8c3a06e4f245cedab489970d46cea80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:13 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "e70a2376-47da-428f-aa6f-fb2689a5a437", - "x-ms-ratelimit-remaining-calls-per-second": "165.166667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "19c3c720f5c4b3dc469a7535e17f460f", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "f8c3a06e4f245cedab489970d46cea80", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:13 GMT", + "Date": "Mon, 10 May 2021 15:41:40 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "7d0950d6-e3d3-40e8-8cf8-e618be6d084a", - "x-ms-ratelimit-remaining-calls-per-second": "165.15" + "X-Ms-Correlation-Request-Id": "15f8ca04-0fc0-4a24-9996-7dc30d50294c", + "x-ms-ratelimit-remaining-calls-per-second": "165.733333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI4NTM0YTg4Ny04MTQyLTQ5YzctOWY2ZC0zMTdjZGQzOWY3Y2QiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjA0MDAsImV4cCI6MTYyMDY2NDkwMCwiaWF0IjoxNjIwNjYwNDAwLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.zfElKCLF6rlSr5JyqfPaj1dYXjpvLsAQziqlNCcsqldl9RdQZO5n7gPWqjfwb9Lb1OFK_vUXIfYTdSVsPNPN8cflmOCy5Zdw5Lnc3UhTbTs5WgVO0YyplUkwvo-Wj9mLS7QmC_tb9GJHeBkAEvpxLiOAWK4R3QlaC6nva3uzVOg3rASfYjC4AiVCmjg3es--omCsPzHzDu0Vgx8pRKFagfS3GgiR6THKyeCmI0eXo0eexPGtUJAO-04M6DZ7hLzxtllSQnExzEefdgCMaGmeMMiclWnDlkfm8Gy3Pu_nU4Za_IADIwKns6iPjy2-rJjT_nU29g11Kukn9oEZ1WV4dQ" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/test-delete-tag", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/test-delete-tag", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d5e0bd9ea95bb22f9fc6722d72231dc5", "x-ms-return-client-request-id": "true" }, @@ -265,7 +236,7 @@ "Connection": "keep-alive", "Content-Length": "80", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:13 GMT", + "Date": "Mon, 10 May 2021 15:41:40 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -273,7 +244,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "d832e424-6b6f-41bb-995b-073094a68ac6" + "X-Ms-Correlation-Request-Id": "10f42ddd-31d9-4880-93fe-97c26550004e" }, "ResponseBody": { "errors": [ @@ -286,11 +257,11 @@ } ], "Variables": { - "CLIENT_ID": "9de00b2f-0a92-4543-9928-f49b89bb1448", - "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", - "CONTAINERREGISTRY_REGISTRY_NAME": "localtestacr01", + "CLIENT_ID": "bbb27b06-7c67-402c-9a69-f04ad5a5b278", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "CONTAINERREGISTRY_REGISTRY_NAME": "localtestacr04", "RandomSeed": "1372373483", - "RESOURCE_GROUP": "rg-localtestacr01", + "RESOURCE_GROUP": "rg-localtestacr04", "SUBSCRIPTION_ID": "faa080af-c1d8-40ad-9cce-e1a450ca5b57", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetManifestListProperties.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetManifestListProperties.json index 37d96875ec83..a782c67f01f6 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetManifestListProperties.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetManifestListProperties.json @@ -1,12 +1,11 @@ { "Entries": [ { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/v1", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/v1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "222825031632059678ec0d78e8145636", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:27 GMT", + "Date": "Mon, 10 May 2021 15:39:32 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "9460e732-94bd-48f8-a763-c5b872a173fc" + "X-Ms-Correlation-Request-Id": "10f1d9e8-8bc6-4fa4-af0a-ce2b71d8a32c" }, "ResponseBody": { "errors": [ @@ -50,66 +49,66 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1b5298b7fc4c11e7eea8b27f396c4945", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:27 GMT", + "Date": "Mon, 10 May 2021 15:39:32 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "169c4a14-603c-44de-8aba-6d777165894b", - "x-ms-ratelimit-remaining-calls-per-second": "164.966667" + "X-Ms-Correlation-Request-Id": "d6a6bba3-68d9-40f7-a2ff-0ab2f556c98f", + "x-ms-ratelimit-remaining-calls-per-second": "165.75" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDExNzJ9.Sanitized" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c91dd680136a9359cd3a62e689f0f53c", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:27 GMT", + "Date": "Mon, 10 May 2021 15:39:33 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "f29ddefd-b4f4-4944-a83c-332ad01e5efd", - "x-ms-ratelimit-remaining-calls-per-second": "164.95" + "X-Ms-Correlation-Request-Id": "f8337b8c-5ca3-4849-9a43-05616395f89c", + "x-ms-ratelimit-remaining-calls-per-second": "165.733333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI3MDUyYjlmZS1lZTY1LTQwN2QtYTAzNC1mZGJmZTUxNWZlYjIiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyNzMsImV4cCI6MTYyMDY2NDc3MywiaWF0IjoxNjIwNjYwMjczLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.mHm7pWQHVz_ZHc1MKx-6l9b5JRd3xHoWO-lU4Qb0JYqI6abezbXFULHbUDmeneq5NW8oODJPg9kZ2RtgimsFF7vomt6qkY-1tpqV9fotfd8WbySgfybFq0orhzZsH14an0DxYY9YEgUPse7kW7aJ-2qgKfm4Ur6LGgrmTJ0xIdbDX1A5RWt4pwZR5CMqQM2Rqph_3bSYsA6c5xRaDMwR_lxDoDpI_SYyGs9D4S9SPxLj3uWl4B3rdC1uMY_1gvkndZRrZFBb6K4H_hxvOBlKmDIFXDEwl-oAENjp2hC7mw54ALE8GNENWdQSQ4UhrgOAhlIIdzlqtgUUMes7zupe8g" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/v1", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/v1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "222825031632059678ec0d78e8145636", "x-ms-return-client-request-id": "true" }, @@ -123,9 +122,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "387", + "Content-Length": "389", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:27 GMT", + "Date": "Mon, 10 May 2021 15:39:33 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,16 +132,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "47e7b7ed-636e-4180-92ba-d2c2b95426fa" + "X-Ms-Correlation-Request-Id": "5be660e8-cbdb-4c07-97be-6d0a1a0d3d10" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "tag": { "name": "v1", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:21.182776Z", - "lastUpdateTime": "2021-04-23T18:32:21.182776Z", + "createdTime": "2021-05-10T15:39:25.1357818Z", + "lastUpdateTime": "2021-05-10T15:39:25.1357818Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -154,12 +153,11 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "72b8d147083c07723e17338a6416cc0b", "x-ms-return-client-request-id": "true" }, @@ -175,16 +173,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:27 GMT", + "Date": "Mon, 10 May 2021 15:39:33 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "4953e5c2-aa95-4e84-9cdc-6fe84cb0032e" + "X-Ms-Correlation-Request-Id": "57a6459b-ee12-493e-b12c-0eb0f30dc32e" }, "ResponseBody": { "errors": [ @@ -203,66 +201,39 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "12f7c7a28cf6a4cc3fbf4e11990087fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:27 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "cfad97c1-f842-48ac-aadf-7822f7336fe9", - "x-ms-ratelimit-remaining-calls-per-second": "164.933333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "683775b3d7b4770863168b52dfcf2fb6", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "12f7c7a28cf6a4cc3fbf4e11990087fd", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:28 GMT", + "Date": "Mon, 10 May 2021 15:39:33 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "47017552-741a-4b74-90df-3aeac5d12510", - "x-ms-ratelimit-remaining-calls-per-second": "164.916667" + "X-Ms-Correlation-Request-Id": "566fdb8c-9114-499e-a3af-c4639bb87e32", + "x-ms-ratelimit-remaining-calls-per-second": "165.716667" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI4OTU3ZjRiZS01ZGJmLTQwNGMtYWM0NC1mNjQ3YmY0YTk0NDIiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyNzMsImV4cCI6MTYyMDY2NDc3MywiaWF0IjoxNjIwNjYwMjczLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.dl1sC7UKvwracj82NTwqKfmgZnwPHhIw78CQ1fCmIdoj7-AmTR263b74vjjGflS4RPvjI1FAem6KlAkigBErL5bB92d4qDIyh7LUNKwgCNYf-o3ZMxy6ujoGAg9jr7ARtXXRc_HMnVUzVzep7HxrR5dS2cxuNgMpN9OO3CDRgFhh5iurPab9kON07QA7fdfco3gZre_WAbSQuRkotaYImfaBRLQTLcdYI0rqn_Xi2DU_qtyZcO-sXU-6UnquRw4vvWyC7aOX2rv8e_p9LyK-h6eef1zjjDGCN9-GRBOeUYYJWDDy2GTxj0JEBgAodAkaD9yvif5Rylza0wODCK71tw" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "72b8d147083c07723e17338a6416cc0b", "x-ms-return-client-request-id": "true" }, @@ -276,9 +247,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "1596", + "Content-Length": "1599", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:28 GMT", + "Date": "Mon, 10 May 2021 15:39:33 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -286,16 +257,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "049a6143-c55c-407b-9adf-bca68c5afdfe" + "X-Ms-Correlation-Request-Id": "d0f3e2a1-2174-4b0d-9b2d-86e3f6c20761" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "manifest": { "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.0014168Z", - "lastUpdateTime": "2021-04-23T18:32:20.0014168Z", + "imageSize": 5325, + "createdTime": "2021-05-10T15:39:23.7834081Z", + "lastUpdateTime": "2021-05-10T15:39:23.7834081Z", "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", "tags": [ "latest", @@ -362,7 +333,7 @@ } ], "Variables": { - "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", "RandomSeed": "1114084660" } } \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetManifestListPropertiesAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetManifestListPropertiesAsync.json index 0c0a57cbe718..582cc9f32bf3 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetManifestListPropertiesAsync.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetManifestListPropertiesAsync.json @@ -1,12 +1,11 @@ { "Entries": [ { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/v1", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/v1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d5d3fb5602c44e856d8b79e5b3400e0f", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:22 GMT", + "Date": "Mon, 10 May 2021 15:40:37 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "bf9f648c-89d6-4238-813b-4b907b43081b" + "X-Ms-Correlation-Request-Id": "9bdc0e4c-2dde-4b8a-981a-9a72eed9303d" }, "ResponseBody": { "errors": [ @@ -50,66 +49,66 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "09cc8a1611381994b262bcbc8bc72732", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:22 GMT", + "Date": "Mon, 10 May 2021 15:40:38 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "2b505644-091f-4e92-bbc6-4c042b9078da", - "x-ms-ratelimit-remaining-calls-per-second": "166.25" + "X-Ms-Correlation-Request-Id": "d5cc1b42-ba3f-4d83-adb2-11365bad94fc", + "x-ms-ratelimit-remaining-calls-per-second": "166.266667" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEyMzd9.Sanitized" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "828839e614e9a68e1c68f66c1324b5f8", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:22 GMT", + "Date": "Mon, 10 May 2021 15:40:38 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "d688bf07-b30c-41de-94db-50c1d0287f21", - "x-ms-ratelimit-remaining-calls-per-second": "166.233333" + "X-Ms-Correlation-Request-Id": "bc264ef1-542c-45da-843c-81ea6f10595d", + "x-ms-ratelimit-remaining-calls-per-second": "166.25" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI4YTg0OWVlMy03MGMzLTQzNWQtOTQ0Yy01NzFmZDAyZDVlNmMiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMzgsImV4cCI6MTYyMDY2NDgzOCwiaWF0IjoxNjIwNjYwMzM4LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.eXIFybUDe3BuPFppTbFxbrqE51j_BrRqHmcJH1Lg5WWwysOQ8m8mYDU9_njYwN9otMRzAtRB9mQm6MKeLcnq5D6M5iTkE5YwhDO9IfRg7ODpdHnke9-HPyJTXJabxuO5sTHpjpp6xSpqIOjmCDy6in9_3Dlybv6T9B336vmxUuoLRb331Fkq14gfNvkAYEGIfTSe-Hnue0Vm2e5RFxtbqzs4DV-XZCw6mmtlCFU_-0t3Mtv2vlMHdAjDVC65gyHFIDQteyEKIfvmC9l9qZZqNlEiwsW0J2O1C7f-8VEfFnrjT1pCAa6Z_FtTEaa8KNajDR3M8ATyVpoBVLzSOMk5Xw" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/v1", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/v1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d5d3fb5602c44e856d8b79e5b3400e0f", "x-ms-return-client-request-id": "true" }, @@ -123,9 +122,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "387", + "Content-Length": "389", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:22 GMT", + "Date": "Mon, 10 May 2021 15:40:38 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,16 +132,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "660ce8a1-6de3-4739-8c78-de7cd5571f1d" + "X-Ms-Correlation-Request-Id": "a552a2a0-1163-4389-9fd6-b1c481d40fbe" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "tag": { "name": "v1", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:21.182776Z", - "lastUpdateTime": "2021-04-23T18:32:21.182776Z", + "createdTime": "2021-05-10T15:39:25.1357818Z", + "lastUpdateTime": "2021-05-10T15:39:25.1357818Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -154,12 +153,11 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "adc8004aa0fd456b67ba226145c8c3a5", "x-ms-return-client-request-id": "true" }, @@ -175,16 +173,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:22 GMT", + "Date": "Mon, 10 May 2021 15:40:38 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "5c4ce51c-569f-45f5-9552-6ddfaa8f3c7c" + "X-Ms-Correlation-Request-Id": "ea328a9d-43bf-4951-b37f-7e7c963ebdde" }, "ResponseBody": { "errors": [ @@ -203,66 +201,39 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "79ff47638bb70126fc25edd01a28068e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:23 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "7cf55c14-4f70-4138-9d01-5615b0553146", - "x-ms-ratelimit-remaining-calls-per-second": "166.216667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "8b72c3ad7aff4534ce431b2ff22c6053", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "79ff47638bb70126fc25edd01a28068e", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:23 GMT", + "Date": "Mon, 10 May 2021 15:40:38 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "89585df6-ce90-4c45-bc2a-d6925161a0b0", - "x-ms-ratelimit-remaining-calls-per-second": "166.2" + "X-Ms-Correlation-Request-Id": "8e715f03-0af7-4565-80a9-d40724d65c9d", + "x-ms-ratelimit-remaining-calls-per-second": "166.233333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI5Mjc5ODdmNS05ZGQ4LTRlNWQtOTkyNS0xZGY5NTA0ZTlmMmMiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMzgsImV4cCI6MTYyMDY2NDgzOCwiaWF0IjoxNjIwNjYwMzM4LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.mxyAoWWo0myPry9M_J7MPmXDjifbZuGKlrrq-V9V2N3HwwYfvdTKVXqMBS5UMcE9mybrlnCHa_sx-5AHWhRLtiYaTfenMRFDeIetOIKxis5ePKSRrlZHFTfYEecJ1u5yaDy29RMC06iFll_0eog6-HTf6-uM0tXyby6i4we7XGKuau6mgwnkOFajVa0dQjEZOuH238LvqxpKdHTRjPT2BsPckf0ozvK-us6maQoifzA-Zwgsr-lfRKk8oVrw-M05HWLSO_cDntFEkZQScItisEqx8DAy-PK5DNa6uBkHbMzviXNnXjDIb8-SWOZv5j-rrQQZftejR_YOhQ_P-egWQw" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "adc8004aa0fd456b67ba226145c8c3a5", "x-ms-return-client-request-id": "true" }, @@ -276,9 +247,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "1605", + "Content-Length": "1608", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:23 GMT", + "Date": "Mon, 10 May 2021 15:40:38 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -286,16 +257,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "f276a321-b6f6-4d72-b5ab-065cc35ffb7f" + "X-Ms-Correlation-Request-Id": "1a8dcaf6-f2ae-4cfc-b38d-f3f3a5b412cc" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "manifest": { "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.0014168Z", - "lastUpdateTime": "2021-04-23T18:32:20.0014168Z", + "imageSize": 5325, + "createdTime": "2021-05-10T15:39:23.7834081Z", + "lastUpdateTime": "2021-05-10T15:39:23.7834081Z", "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", "tags": [ "latest", @@ -363,7 +334,7 @@ } ], "Variables": { - "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", "RandomSeed": "1099654919" } } \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetManifestProperties.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetManifestProperties.json index 6131abd69e88..dba21fef96fc 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetManifestProperties.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetManifestProperties.json @@ -1,12 +1,11 @@ { "Entries": [ { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/v1", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/v1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "6f01065e0bf9449bd549381cd6abcf37", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:28 GMT", + "Date": "Mon, 10 May 2021 15:39:33 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "0f8183d5-4fd6-4164-b63a-b165fd62b388" + "X-Ms-Correlation-Request-Id": "f0ffd69e-fdc1-495c-9738-c315233225d9" }, "ResponseBody": { "errors": [ @@ -50,66 +49,66 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a8318d7c2114a724a507a250059177f9", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:28 GMT", + "Date": "Mon, 10 May 2021 15:39:33 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "2cd23fb4-6054-4c63-a665-9169148f5e3f", - "x-ms-ratelimit-remaining-calls-per-second": "164.9" + "X-Ms-Correlation-Request-Id": "4c80f9b1-9fd4-4f15-aa6f-586337204615", + "x-ms-ratelimit-remaining-calls-per-second": "165.7" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDExNzJ9.Sanitized" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "cfbfddead4fdc23a889df8b1d69b2f07", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:28 GMT", + "Date": "Mon, 10 May 2021 15:39:33 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "9d7e19ed-bafc-4b25-b6e9-0eea4a21b8e1", - "x-ms-ratelimit-remaining-calls-per-second": "164.883333" + "X-Ms-Correlation-Request-Id": "3abb97f0-c7a7-4e37-a422-2f3f6dd08412", + "x-ms-ratelimit-remaining-calls-per-second": "165.683333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIzZTM1NjJlOS1hYTFiLTQ1MTEtYTNkMC1iYWUxYmIwZDdhMTgiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyNzMsImV4cCI6MTYyMDY2NDc3MywiaWF0IjoxNjIwNjYwMjczLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.GOiM7ifP0bDL3RFVOZjm0KyQBNDQ0vO3uHtaBnvdzyTyByj43c7IODK-7Sq96bd2XCZF8VEdrYKA-7ILH75lIgn2k4hAb4aaluL1wHAARMctOlZhKy8FAS25MMk3layeB6OYpJarEDNtAx_tUecw3A1prjb8qMGI4MnRMFyGj_cqU9IYhwa8VuYRksD6lgs7ehEpyLBi32AhUVECsQKrK9XQS7etExo0NWRMOrm98GfaCEd4BfmEA3z-YQk_SDKkmE2JULD2LoDHmRoHYcMWZtqSEBOi5MPDJd4Bf2oGCM8q76hN7Y5naE6FLdotF-ViDwRup1_i2Wz8WY2fH8VzOg" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/v1", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/v1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "6f01065e0bf9449bd549381cd6abcf37", "x-ms-return-client-request-id": "true" }, @@ -123,9 +122,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "387", + "Content-Length": "389", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:28 GMT", + "Date": "Mon, 10 May 2021 15:39:33 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,16 +132,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "0d1fe145-dd20-46f9-88dd-8a5fedb3da52" + "X-Ms-Correlation-Request-Id": "7eea217e-f65a-45ef-b248-ffba1374db50" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "tag": { "name": "v1", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:21.182776Z", - "lastUpdateTime": "2021-04-23T18:32:21.182776Z", + "createdTime": "2021-05-10T15:39:25.1357818Z", + "lastUpdateTime": "2021-05-10T15:39:25.1357818Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -154,12 +153,11 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4aaa9ccd334b3cd8e159caf2684b3e43", "x-ms-return-client-request-id": "true" }, @@ -175,16 +173,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:28 GMT", + "Date": "Mon, 10 May 2021 15:39:33 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "086cad5c-e2c5-46df-9656-2ac27f094962" + "X-Ms-Correlation-Request-Id": "62d803ca-05dd-4e9c-874a-be7dcbb7eadf" }, "ResponseBody": { "errors": [ @@ -203,66 +201,39 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "f9323fd2ffeca839526f1f762972d009", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:28 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "11228ece-902c-4d2e-8e49-0137f9ac205c", - "x-ms-ratelimit-remaining-calls-per-second": "164.866667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "69829bd82ce7b7ad0482eea40948593d", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "f9323fd2ffeca839526f1f762972d009", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:28 GMT", + "Date": "Mon, 10 May 2021 15:39:33 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "d4dabb3d-11b4-4a3a-a6b9-b7caa6a10c23", - "x-ms-ratelimit-remaining-calls-per-second": "164.85" + "X-Ms-Correlation-Request-Id": "b12a1f58-7c07-4215-9e7f-62817f8a455a", + "x-ms-ratelimit-remaining-calls-per-second": "165.666667" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJjNTRkODYxMS0xODRkLTQ4MmEtYWI0My03N2JmYzI1YjQ5M2YiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyNzMsImV4cCI6MTYyMDY2NDc3MywiaWF0IjoxNjIwNjYwMjczLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.TVxT5BpBD6-DdPRZDaUwmWH2EVVwOLJpN1dKVx3flBle9MYt_RjU2xUhh86u_emNHz9hX03_LQOIgJTMG1e1pSVReUtVwrTuUntNy1PO75LvrX_6V6HMI2w69m2ADoIh7-VDztSdOOPcUQKXwcbETtRhJyVeMNH2QuACFVqmzuxvw6fu1WSIgWzDgQP5MxOCWPJdhOAE7xSFmqma68ofKYufTAkJfpOJnACUevn0MrVHgAs6D1RRjrGm8lfm0buCOWSC_sSX8TYom6qhSlcDUU2hUsXYShPPbLENl1TGx2C02bfCndEW8DoEAdbG2AG5CFfG2UODUJmd0u04dVtbrg" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4aaa9ccd334b3cd8e159caf2684b3e43", "x-ms-return-client-request-id": "true" }, @@ -276,9 +247,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "1596", + "Content-Length": "1599", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:28 GMT", + "Date": "Mon, 10 May 2021 15:39:33 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -286,16 +257,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "3b49e45f-6a4a-4da0-8371-6005ef0be006" + "X-Ms-Correlation-Request-Id": "cbbcb151-2e0e-46f1-9e85-8b664a5bcbc7" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "manifest": { "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.0014168Z", - "lastUpdateTime": "2021-04-23T18:32:20.0014168Z", + "imageSize": 5325, + "createdTime": "2021-05-10T15:39:23.7834081Z", + "lastUpdateTime": "2021-05-10T15:39:23.7834081Z", "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", "tags": [ "latest", @@ -361,13 +332,12 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "97dfb55e3569cd1a6202f7dc1361136e", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "69829bd82ce7b7ad0482eea40948593d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -382,16 +352,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:28 GMT", + "Date": "Mon, 10 May 2021 15:39:33 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "f2b61d6f-a5d3-45ae-bc02-56c22b55699a" + "X-Ms-Correlation-Request-Id": "5492c34c-3f34-4bca-8a65-63bad11af155" }, "ResponseBody": { "errors": [ @@ -410,67 +380,40 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "cd1ac088d5c8a65c917af46a11949e0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:29 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "c5510299-fa80-480c-b892-f5906baa0ef7", - "x-ms-ratelimit-remaining-calls-per-second": "164.833333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "7318e2163993a2a080b406e434d1a3a3", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "97dfb55e3569cd1a6202f7dc1361136e", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:29 GMT", + "Date": "Mon, 10 May 2021 15:39:34 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "3fa044a5-df42-4aa9-bb81-e1133ef811f3", - "x-ms-ratelimit-remaining-calls-per-second": "164.816667" + "X-Ms-Correlation-Request-Id": "958e7db4-6ab5-4d91-b394-69839b7ef6a8", + "x-ms-ratelimit-remaining-calls-per-second": "165.65" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJiN2FmZDk3NS0wOTViLTQ2N2ItYmNiMS1lYjhiMzZlMTAzM2YiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyNzQsImV4cCI6MTYyMDY2NDc3NCwiaWF0IjoxNjIwNjYwMjc0LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.IBBvcgLbUE9yDbMsKZbxJoF-DQtQL-h6MBCZJojLz2mT1iyCoVVrh7fy5iS4x4oKcmOAsLiuYygZ3gC7F1poxkhkhnOFCEV0coquHxtSCLmRj5RIU35uGd31mnn1XYa24ZVQA6mU8hZb2yq86q9W2p-azCOymFOlv3MewFTrCtJLnZ7dUVPARD7PvWYQWr50blO_vzc0sMGndLb8bJsKH_T6cPDmkrVqOnI6nsZTDd1kXpETA-qqBxFTrk4OyBKkqlQV0EFvWHS23eNVmuPBgqyx9LMxF3FH1xXeFkBzFAaw-ExVzYLo4FtcJ4IBgm9RVdFMCIF0MVeIv0ClK-GuPw" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "97dfb55e3569cd1a6202f7dc1361136e", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "69829bd82ce7b7ad0482eea40948593d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -483,9 +426,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "828", + "Content-Length": "830", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:29 GMT", + "Date": "Mon, 10 May 2021 15:39:34 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -493,16 +436,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "9b8e6359-bd38-47f8-a76a-a5d79c65f860" + "X-Ms-Correlation-Request-Id": "1c49b642-7a8f-4718-b0f5-2e22c0f860ed" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "manifest": { "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.3113299Z", - "lastUpdateTime": "2021-04-23T18:32:20.3113299Z", + "imageSize": 525, + "createdTime": "2021-05-10T15:39:28.0912635Z", + "lastUpdateTime": "2021-05-10T15:39:28.0912635Z", "architecture": "arm64", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -511,7 +454,7 @@ "writeEnabled": true, "readEnabled": true, "listEnabled": true, - "quarantineDetails": "{\u0022state\u0022:\u0022Scan InProgress\u0022,\u0022link\u0022:\u0022https://aka.ms/test\u0022,\u0022scanner\u0022:\u0022Azure Security Monitoring-Qualys Scanner\u0022,\u0022result\u0022:{\u0022version\u0022:\u00224/23/2021 6:32:21 PM\u0022,\u0022summary\u0022:[{\u0022severity\u0022:\u0022High\u0022,\u0022count\u0022:0},{\u0022severity\u0022:\u0022Medium\u0022,\u0022count\u0022:0},{\u0022severity\u0022:\u0022Low\u0022,\u0022count\u0022:0}]}}", + "quarantineDetails": "{\u0022state\u0022:\u0022Scan InProgress\u0022,\u0022link\u0022:\u0022https://aka.ms/test\u0022,\u0022scanner\u0022:\u0022Azure Security Monitoring-Qualys Scanner\u0022,\u0022result\u0022:{\u0022version\u0022:\u00225/10/2021 3:39:29 PM\u0022,\u0022summary\u0022:[{\u0022severity\u0022:\u0022High\u0022,\u0022count\u0022:0},{\u0022severity\u0022:\u0022Medium\u0022,\u0022count\u0022:0},{\u0022severity\u0022:\u0022Low\u0022,\u0022count\u0022:0}]}}", "quarantineState": "Passed" } } @@ -519,7 +462,7 @@ } ], "Variables": { - "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", "RandomSeed": "92769314" } } \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetManifestPropertiesAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetManifestPropertiesAsync.json index 62fd72cef88b..6df407e6eadb 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetManifestPropertiesAsync.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetManifestPropertiesAsync.json @@ -1,12 +1,11 @@ { "Entries": [ { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/v1", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/v1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "cfd37eafb80dec61935fb235c2c25c57", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:23 GMT", + "Date": "Mon, 10 May 2021 15:40:38 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "49209b1b-980f-4213-954e-06dfd9370889" + "X-Ms-Correlation-Request-Id": "b19c426d-33a1-4e99-8586-b8b602563afe" }, "ResponseBody": { "errors": [ @@ -50,66 +49,66 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f44f1323d1c23e0e2eff14a51d8210ae", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:23 GMT", + "Date": "Mon, 10 May 2021 15:40:38 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "651ea9ff-b081-4363-9325-5440a5319139", - "x-ms-ratelimit-remaining-calls-per-second": "166.183333" + "X-Ms-Correlation-Request-Id": "3b084ee6-cd1c-4f8e-8009-e8aa6895fa06", + "x-ms-ratelimit-remaining-calls-per-second": "166.216667" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEyMzd9.Sanitized" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "380cc10264623064d3f47ec782d9baa9", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:23 GMT", + "Date": "Mon, 10 May 2021 15:40:38 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "e23a2ce9-2532-4b57-a464-26fd1436c317", - "x-ms-ratelimit-remaining-calls-per-second": "166.166667" + "X-Ms-Correlation-Request-Id": "924d9438-d65a-4f86-a363-21373710bd74", + "x-ms-ratelimit-remaining-calls-per-second": "166.2" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI2NGFiNmJjOS01ODdkLTQyYWYtYTM0Mi02YWE2MzdjMDkyZDMiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMzgsImV4cCI6MTYyMDY2NDgzOCwiaWF0IjoxNjIwNjYwMzM4LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.IT7BU2ylB76aH2hIRTuMD4pIMgrU5B6yQCbU7uDwtE84tQjoAsaDpHQW_NafqSxMjJukVdWeAtV1G-nv2dZkbv3cZrjuzjMEreXsWZyEt1xI_Z48AIyIMbj_KUgEN7ospsSDovqX6wvpZ-uHLduH4G_z18ikg5kjGcyhSC8ILAggQzj9DNZCgn-J_XI2BWhyqtoRQFiSt8k5Pw0s7gB1rnmchgJc_IA7Vd7lcGXBW1DyIQmX__ns7Bfbp91R9PYmujU1V39krB87EIbiu9X2uvQ8leN7KCEgMpJJUg6eM8ZDKHsNiCn4JI2mjATj1_OLlxUTpFOnHPcAYoq-pgihzg" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/v1", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/v1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "cfd37eafb80dec61935fb235c2c25c57", "x-ms-return-client-request-id": "true" }, @@ -123,9 +122,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "387", + "Content-Length": "389", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:23 GMT", + "Date": "Mon, 10 May 2021 15:40:38 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,16 +132,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "6eec2bae-5d8b-4804-99f2-9ad413583f5e" + "X-Ms-Correlation-Request-Id": "ce14bafd-74c1-41d9-9ecc-adbe772fb498" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "tag": { "name": "v1", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:21.182776Z", - "lastUpdateTime": "2021-04-23T18:32:21.182776Z", + "createdTime": "2021-05-10T15:39:25.1357818Z", + "lastUpdateTime": "2021-05-10T15:39:25.1357818Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -154,12 +153,11 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "62cb8cbdbe0dde1b6f95a00ea4bccf11", "x-ms-return-client-request-id": "true" }, @@ -175,16 +173,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:23 GMT", + "Date": "Mon, 10 May 2021 15:40:39 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "d6d16947-986c-4528-95c0-e265ad51e22a" + "X-Ms-Correlation-Request-Id": "5dabea37-269e-499e-b456-3f6d7f79526d" }, "ResponseBody": { "errors": [ @@ -203,66 +201,39 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "0133034f23b6bff4af1f21ce5347bc55", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:23 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "1e052880-6185-4e05-a8ad-70864dad6ec5", - "x-ms-ratelimit-remaining-calls-per-second": "166.15" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "90e86a44adb643a1a52ec8ccc3558b17", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0133034f23b6bff4af1f21ce5347bc55", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:23 GMT", + "Date": "Mon, 10 May 2021 15:40:39 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "3e56276e-b363-486f-97a0-2c6f04b02afd", - "x-ms-ratelimit-remaining-calls-per-second": "166.133333" + "X-Ms-Correlation-Request-Id": "61822311-6255-4928-941e-f01aebc3a852", + "x-ms-ratelimit-remaining-calls-per-second": "166.183333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJjZTM0ZDQ2NC1iOTRlLTQ1ZWItYTExOC1hNTAyYmQ3YWVmNGMiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMzksImV4cCI6MTYyMDY2NDgzOSwiaWF0IjoxNjIwNjYwMzM5LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.BHt_nueUtW_mJ4oVXsR-CvOVIoX3DXXZVserpz1aBip5YxmqW6PpC_9qk_YmDfONY2fJwE0qk_LMOnfhkqIwgzimL3eOiNzDD6MfSVoFkvsYlVo1ZKT5zBy2VCK4a3xQe18g591kVBWfvxaSo1oCvJVXSAWBxjoHB0BjCyGv8JEu-xLIjLb6pTH37lkI5VnH-kdtH9Ur_jzTSKJoeba8F8Opal08VVoQjt0Nj7Mdxe2CV0LClyTmQkYo2gjSOeILQLLIQ7m5g2gJvurjKqlMEwKc58G6fGvYIv5EEAxfSevefKU79_-pK5-FhEh2FFx2jBaL2rWgWIqcj_xv4UEw8w" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "62cb8cbdbe0dde1b6f95a00ea4bccf11", "x-ms-return-client-request-id": "true" }, @@ -276,9 +247,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "1605", + "Content-Length": "1608", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:23 GMT", + "Date": "Mon, 10 May 2021 15:40:39 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -286,16 +257,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "ceae68de-cf46-4417-8702-2716669e6979" + "X-Ms-Correlation-Request-Id": "dcfed2ac-90b2-407c-8c6d-0eb87575e16d" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "manifest": { "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.0014168Z", - "lastUpdateTime": "2021-04-23T18:32:20.0014168Z", + "imageSize": 5325, + "createdTime": "2021-05-10T15:39:23.7834081Z", + "lastUpdateTime": "2021-05-10T15:39:23.7834081Z", "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", "tags": [ "latest", @@ -362,13 +333,12 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "7e776d25b8a699f3970cb3ee9d4d8a28", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "90e86a44adb643a1a52ec8ccc3558b17", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -383,16 +353,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:23 GMT", + "Date": "Mon, 10 May 2021 15:40:39 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "88e0cf13-171f-465b-91fe-73ee966578ec" + "X-Ms-Correlation-Request-Id": "b53e48ea-1b5d-458e-8848-cc94929ce107" }, "ResponseBody": { "errors": [ @@ -411,67 +381,40 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "39ca4bd93ed3a15a62ef5b875b28fb59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:24 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "0185a43c-b290-4f97-bf14-eac73239bd4b", - "x-ms-ratelimit-remaining-calls-per-second": "166.116667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "e5a80a933dd08bae774ef8aafab2a657", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7e776d25b8a699f3970cb3ee9d4d8a28", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:24 GMT", + "Date": "Mon, 10 May 2021 15:40:39 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "b99e874c-f6fe-452a-b36c-c7d7a28d9bba", - "x-ms-ratelimit-remaining-calls-per-second": "166.1" + "X-Ms-Correlation-Request-Id": "241185c4-902b-4f8f-b87a-4ba3e30cd415", + "x-ms-ratelimit-remaining-calls-per-second": "166.166667" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIwYTIzODM2ZS0xNDE5LTQ2YTUtYjRhZS1iOGQ3OWZlZjc0NjkiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMzksImV4cCI6MTYyMDY2NDgzOSwiaWF0IjoxNjIwNjYwMzM5LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.u7QjvSNb2eaonwUPxlpcdVl2OSP6r0VAQduVYUn2ZSN8Q0VsixaU0ghqlhohhwy4UIwMIU8ASPj7Yf9FuGTfIpFielLOJul1VaZTPQlZFR2HR5YNkLAWj9FurfBRpVXVQB2LnY4OQO3dpWUnTQlw4Gpl5Mce3dGKuzkbPaNCgF0W9cnNw3Whq7wmOAyfKVtNVRcZcYZswAs4FOe0IDtWLjfXbrFZ5SXowi-RpJw4rrdbVtlqhigFmOSoDJS72SRDH2iT4t_Gub00kc2CF0WfvYn0M8uIuCq5W1E8JWo9kPYYTvBoKu9Ui1QGJPQ3paMEmGWbSJnaVD26kjhLUUXIQg" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3A963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "7e776d25b8a699f3970cb3ee9d4d8a28", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "90e86a44adb643a1a52ec8ccc3558b17", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -484,9 +427,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "828", + "Content-Length": "830", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:24 GMT", + "Date": "Mon, 10 May 2021 15:40:39 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -494,16 +437,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "8ef110ce-d3c9-402c-8c01-d94d2e0941eb" + "X-Ms-Correlation-Request-Id": "10563f15-dcc8-4a4d-9154-422b326818b6" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "manifest": { "digest": "sha256:963612c5503f3f1674f315c67089dee577d8cc6afc18565e0b4183ae355fb343", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.3113299Z", - "lastUpdateTime": "2021-04-23T18:32:20.3113299Z", + "imageSize": 525, + "createdTime": "2021-05-10T15:39:28.0912635Z", + "lastUpdateTime": "2021-05-10T15:39:28.0912635Z", "architecture": "arm64", "os": "linux", "mediaType": "application/vnd.docker.distribution.manifest.v2\u002Bjson", @@ -512,7 +455,7 @@ "writeEnabled": true, "readEnabled": true, "listEnabled": true, - "quarantineDetails": "{\u0022state\u0022:\u0022Scan InProgress\u0022,\u0022link\u0022:\u0022https://aka.ms/test\u0022,\u0022scanner\u0022:\u0022Azure Security Monitoring-Qualys Scanner\u0022,\u0022result\u0022:{\u0022version\u0022:\u00224/23/2021 6:33:07 PM\u0022,\u0022summary\u0022:[{\u0022severity\u0022:\u0022High\u0022,\u0022count\u0022:0},{\u0022severity\u0022:\u0022Medium\u0022,\u0022count\u0022:0},{\u0022severity\u0022:\u0022Low\u0022,\u0022count\u0022:0}]}}", + "quarantineDetails": "{\u0022state\u0022:\u0022Scan InProgress\u0022,\u0022link\u0022:\u0022https://aka.ms/test\u0022,\u0022scanner\u0022:\u0022Azure Security Monitoring-Qualys Scanner\u0022,\u0022result\u0022:{\u0022version\u0022:\u00225/10/2021 3:40:23 PM\u0022,\u0022summary\u0022:[{\u0022severity\u0022:\u0022High\u0022,\u0022count\u0022:0},{\u0022severity\u0022:\u0022Medium\u0022,\u0022count\u0022:0},{\u0022severity\u0022:\u0022Low\u0022,\u0022count\u0022:0}]}}", "quarantineState": "Passed" } } @@ -520,7 +463,7 @@ } ], "Variables": { - "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", "RandomSeed": "456077228" } } \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagProperties.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagProperties.json index 0b22ee6b15c8..3cfc63173dcb 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagProperties.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagProperties.json @@ -1,12 +1,11 @@ { "Entries": [ { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "cab9d508d52a540245a379d9addc475d", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:29 GMT", + "Date": "Mon, 10 May 2021 15:39:34 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "ff587de7-3dfc-4ebd-b7f7-8dfd1611e3fc" + "X-Ms-Correlation-Request-Id": "1518ab98-c8fc-4747-b747-48f9e04cfc93" }, "ResponseBody": { "errors": [ @@ -50,66 +49,66 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "95b5871dca0b0a8e967c86e9d1cc877c", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:29 GMT", + "Date": "Mon, 10 May 2021 15:39:34 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "d357ea33-2408-499a-9336-82cc2ddf8624", - "x-ms-ratelimit-remaining-calls-per-second": "164.8" + "X-Ms-Correlation-Request-Id": "6247d1c9-88ea-41d5-b974-5022b572782a", + "x-ms-ratelimit-remaining-calls-per-second": "165.633333" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDExNzJ9.Sanitized" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4e1ae8813702db62f3e5ce4b1e8cda72", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:29 GMT", + "Date": "Mon, 10 May 2021 15:39:34 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "08d8c470-a0e6-4314-92db-7cc4be56209d", - "x-ms-ratelimit-remaining-calls-per-second": "164.783333" + "X-Ms-Correlation-Request-Id": "d8b6cb66-96b3-4c35-9866-3be67dc93be7", + "x-ms-ratelimit-remaining-calls-per-second": "165.616667" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJlOWVlYmVjOC0yZTkwLTRkZWItYTQ3NS02MzUxMzcwYjdhMDAiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyNzQsImV4cCI6MTYyMDY2NDc3NCwiaWF0IjoxNjIwNjYwMjc0LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.BSqYEQl2_D_HB82JugDEE7TZbUMlbcQqII8ss62sIIRFFYaR_rb4mtOxuoXQ798sVBZK6r6dZ8CR_eTSFb5UHzYPCwRqCCTXa31eUyxqXl1-jgTEnUA6Sl6aLTij2F6WaTi3Q7uz0CNNI_NTe6yx1nt0H1LniNvXr36TM1eW_s2aO9G9EEJu5hqx4VWjgcUVZs1kbZPqMJXy66SwBH2q_J7pS0A2CcTIHnwtJZVmQSK_I3cucvOcAuN7MWdTOS5K8I7QDf4tqlKLv4NVv6_2fNXYUZB-5GlnaWT0xcDzBDxJlTR-wyK0u6Lv37v_G4AA3usAXc3a7PucsX-xngzQQQ" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "cab9d508d52a540245a379d9addc475d", "x-ms-return-client-request-id": "true" }, @@ -125,7 +124,7 @@ "Connection": "keep-alive", "Content-Length": "393", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:29 GMT", + "Date": "Mon, 10 May 2021 15:39:34 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,16 +132,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "4393f409-d235-4139-a07b-af63542efb84" + "X-Ms-Correlation-Request-Id": "5d37bb42-7849-4046-a43b-4e20415602ed" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "tag": { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -155,7 +154,7 @@ } ], "Variables": { - "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", "RandomSeed": "1137592503" } } \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagPropertiesAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagPropertiesAsync.json index cb3da460b78f..b702afd15f72 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagPropertiesAsync.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagPropertiesAsync.json @@ -1,12 +1,11 @@ { "Entries": [ { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2f504c118ce8cc1fb00e46e43fadc240", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:24 GMT", + "Date": "Mon, 10 May 2021 15:40:39 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "9fda6b2b-6ae1-4b11-849e-9b61da8d7c40" + "X-Ms-Correlation-Request-Id": "4cad5e06-ad42-46b0-b170-d655e08c9fe1" }, "ResponseBody": { "errors": [ @@ -50,66 +49,66 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2b81707b0fd0b3841b82ea8c3f0a81dd", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:24 GMT", + "Date": "Mon, 10 May 2021 15:40:39 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "f07d68d8-68b2-4a2e-a2f5-efb756381e96", - "x-ms-ratelimit-remaining-calls-per-second": "166.083333" + "X-Ms-Correlation-Request-Id": "187c4ad5-8ad0-44be-8cc3-1f442973cf6a", + "x-ms-ratelimit-remaining-calls-per-second": "166.15" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEyMzd9.Sanitized" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2a3d8d61c767d4103563ad38c585f0a4", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:24 GMT", + "Date": "Mon, 10 May 2021 15:40:39 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "131976ba-97e9-44a5-89c8-0260cd2f4c7d", - "x-ms-ratelimit-remaining-calls-per-second": "166.066667" + "X-Ms-Correlation-Request-Id": "a9ae859d-7413-4882-847b-d8410aab6ce6", + "x-ms-ratelimit-remaining-calls-per-second": "166.116667" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI4MDc4ZjI0ZC0zMTMzLTQwNDEtOTJiOS00YzJhZjFhMjU2YmMiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMzksImV4cCI6MTYyMDY2NDgzOSwiaWF0IjoxNjIwNjYwMzM5LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.RG0xatmDsrdt_vtXIeGvaO6aLqdH4CH5RzCCRqvhK7xr2oGCYVynTLNcg4mfaTcqh7tUHrKahNpwph71l1n9L3Mik_fLqHzVkGf-JTJj6P1RpTgD314nh8WTBI6OADx1sHBIefdyIIRs62w-p9KBdG8zzn88Z0UA1VD6YWeMX5ZMpQWPLkbVoQNBgP_7ibe5RnZfdHeA90rcq5rHr1TnbkvJSts0s69FR_-1Cf9NnBn7n4CGElVLHAeakm0G_4rq3Yywym9wP2HDyVsTKtnTrovRxghtsvS2Ot6NCWLX3EzQZklK5oDN2q8rTEgcKqqH6p5BGsz8m7kiRCOIz1idGg" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2f504c118ce8cc1fb00e46e43fadc240", "x-ms-return-client-request-id": "true" }, @@ -125,7 +124,7 @@ "Connection": "keep-alive", "Content-Length": "393", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:24 GMT", + "Date": "Mon, 10 May 2021 15:40:39 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,16 +132,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "cbc5ae74-1932-48d8-82cc-1421cf96695e" + "X-Ms-Correlation-Request-Id": "45ab2518-9ed8-4906-9f7b-752add4bb40d" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "tag": { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -155,7 +154,7 @@ } ], "Variables": { - "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", "RandomSeed": "1722667733" } } \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTags(False).json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTags(False).json new file mode 100644 index 000000000000..5cd9d531adb3 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTags(False).json @@ -0,0 +1,339 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "30461ebd144bf660b659c4e1b186c8e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:34 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "49af6a4f-af1d-4840-aa09-a2fe0d2fc24a" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c6515641571974cdd7b88a32d17c9552", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:35 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "41a5dd0f-d769-4d3d-b8aa-626503df9915", + "x-ms-ratelimit-remaining-calls-per-second": "165.6" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDExNzJ9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "bd8732fcd71cfa4e7808a8fed8134897", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:35 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "d628b993-e499-42b1-af7d-6a477d3d11a9", + "x-ms-ratelimit-remaining-calls-per-second": "165.583333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIzYWYwZDU2Yi0zYWM0LTQ2YzgtYTU1YS0xYjViNDA2YTBkZTkiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyNzUsImV4cCI6MTYyMDY2NDc3NSwiaWF0IjoxNjIwNjYwMjc1LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.YhPZvhnh5NYewO8iPoF3smZNC7Wdl_-uJ2Egh2OZQh-vvC52qinI3N6aoMyBXRXgerJwipQpGqyimS7LJtCHu_iNG3krp1GpJO510rFmamelXNsLCZh4AtkHIx_pqTtevDvLWNy2f3qWyfLCoC7bYsOJuQbWDOYDLxo44smOmrSnbcCBd4nlrLnwwwWmhMXuxlHkk0WDglRdFWUUmRXJ-4vPtWo5OnA8IAFWZSSzu-1j_HO6vOKa7espPJAXhdpbbGtuTrRxpb_SsmbkaiEPOhPERdrGCAAAxKQHzcvF8suU9jpG0a9SVczVhLPhYtyJc8dV0Qfp8pfyRw7HQA7b5g" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "30461ebd144bf660b659c4e1b186c8e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "393", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:35 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "374f23b4-9296-464e-acc6-6cf528206ac5" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tag": { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags?digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4fc99e80c5cf668550d158938a2d243a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:35 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "073ebcee-1b38-44b6-8512-5c12b2e5205e" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7fe571c30afe69ca07574e10afcf9cc4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:35 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "7a2f8963-af3c-4dd3-8f8a-f5304ed65953", + "x-ms-ratelimit-remaining-calls-per-second": "165.566667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI1YmM1MTc4Zi1iYWVjLTRhZDgtYjZiNi1mMjM2NGZhMDdkNmQiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyNzUsImV4cCI6MTYyMDY2NDc3NSwiaWF0IjoxNjIwNjYwMjc1LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.akhh5ObEhmVFT3eCC2NEaspTcSyvxRfHcLSvDzjMp9UKTL0wM8jBM9OKz0OXzBaPpNyHDyZauU4JuWtc89wt_9DRZChPByt5vNzGBMouYJcGRQHNzjJSK_wuv0kYwmGsfQxcVGSn2X7U2iLtNVFrbD0DML4eu5Idkr64YhhXwZFZFlHIVLuDEqbxyoM-xhuhpYLFl2DrBxrvW9y5VV2RGU_u6W7pHxeiD7bB5G7mRVj_wTcqGlbMnNURmDdkJlXJEvJ4PgcFawYt0aEG_6fAQmIeyainp6Q_VckjB0uTaNdqZCjWEU2iJiHampAUfX59hf52elxiPIL3tHvrOSrsVA" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags?digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4fc99e80c5cf668550d158938a2d243a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "1632", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:35 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "0e0d1b57-1ee1-4a64-bd5d-e6544441c9d9" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v1", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:25.1357818Z", + "lastUpdateTime": "2021-05-10T15:39:25.1357818Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v2", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:25.0744682Z", + "lastUpdateTime": "2021-05-10T15:39:25.0744682Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v3", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:24.7211858Z", + "lastUpdateTime": "2021-05-10T15:39:24.7211858Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v4", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:24.8594406Z", + "lastUpdateTime": "2021-05-10T15:39:24.8594406Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "RandomSeed": "59101963" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTags(False)Async.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTags(False)Async.json new file mode 100644 index 000000000000..499293ecac3e --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTags(False)Async.json @@ -0,0 +1,352 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6f66d8ee89440bd908a3864b81af0de8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:39 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "6628f26f-1737-4ac9-a739-d51327b13700" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "144646389dbd1a6df89abfcd804d9281", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:40 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "37558b70-9dd0-46b0-a6f9-52e806e8eb12", + "x-ms-ratelimit-remaining-calls-per-second": "166.1" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEyMzd9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "23d88d0ebc49d2d4ece29157e97346ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:40 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "3f65b91d-8d11-42e0-9b63-6fba07e16145", + "x-ms-ratelimit-remaining-calls-per-second": "166.066667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJmZGMzZGQ4NC1kMWQ2LTQ1ODAtYmQzNS02YzgyYjk5ZjIwN2UiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzNDAsImV4cCI6MTYyMDY2NDg0MCwiaWF0IjoxNjIwNjYwMzQwLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.ru42lDlFRMF_o9i06RSylDHHSAEyJC0t1YZfOLXxcEJv9DzGZkY8bp1vfhASX-bGjrxcwKunUBcA7h1KoLfDPFiuGSHsxAsRfeYck_IYw_NZhKBBpFlxKYXE17xNa-sm6PeRSHVG5u4WUAlG6dyT_p0ahCiee-oqySdcKLyNQInR85T24GekQScue7zzs4rPG28_a9L4lzYUQnhPfOAiuF9FYBhdrT8n4wE5d8_JmbZw6yQ_jfp3yXi7aaKpKBpjfnh6uDzN6Rc1_Zw43rlNEix-CCmuJ1XXICvA7k8JBeEs7Bww40KwA84Q87M14r0jvF4liF84hmleXomg-QrzMw" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6f66d8ee89440bd908a3864b81af0de8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "393", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:40 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "6eef2483-0076-4e06-a678-8d6f223b820b" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tag": { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags?digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b49827ecf40151cc6b4b77a9ca0b8aba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:40 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "53cf2b5e-17c3-40e8-b11c-907603918cec" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "f33d0511e9d67b9f727327db0b153184", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:40 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "0c54f017-bb98-4e78-91b4-0eaa7adfb3a4", + "x-ms-ratelimit-remaining-calls-per-second": "166.05" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI1ZGU4MDk1Yy03ZDM2LTQ5NmEtYWYzMC1jZDgzOTA1YzAwYzEiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzNDAsImV4cCI6MTYyMDY2NDg0MCwiaWF0IjoxNjIwNjYwMzQwLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.kR_H5V5pnREHeednfXmr8O1kw_WFWnhhmRhbNpha-iFNQAI2z0MozGhw0uqi1ODlIYF5SOOOzaaqjOj9VFbBtqs6dFO9VZL-SDXdNBHnZsc90JlWx_jKXuI2KFQOCdivArEf2fr9waDu5bb7ZPbPTc63pBK_KX6gddBMtxEk7frylU9dtSL3QA2uIZ5QdhzxlcASOLLZxcytCF_9zp0a9JdTiD6ERNRNEpF4stxNAJpp-IUE5Swu20YL3MyR1jv3Q6-pl3_GfOcuwZpNPgx4YVV0HC1PFFwqTaroxkY9C24R1kmcqJKdwg2chYRIgkLNifWVTAbvh5gdmKD8Wz5EWw" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags?digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b49827ecf40151cc6b4b77a9ca0b8aba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "1945", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:40 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "a0cf15e0-bcf1-4684-875b-2ab9734b9021" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "newest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:50.1872003Z", + "lastUpdateTime": "2021-05-10T15:39:50.1872003Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v1", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:25.1357818Z", + "lastUpdateTime": "2021-05-10T15:39:25.1357818Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v2", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:25.0744682Z", + "lastUpdateTime": "2021-05-10T15:39:25.0744682Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v3", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:24.7211858Z", + "lastUpdateTime": "2021-05-10T15:39:24.7211858Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v4", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:24.8594406Z", + "lastUpdateTime": "2021-05-10T15:39:24.8594406Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "RandomSeed": "2051731688" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTags(True).json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTags(True).json new file mode 100644 index 000000000000..f0dc5ff3dda4 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTags(True).json @@ -0,0 +1,325 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e978c39e4359dd61f5eaca484e327af6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:34 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "bec9492c-0e39-4dba-83d7-9b5cce328ee6" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0ead156e8ee2b77d3b541320bc08291b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:34 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "472b4e5b-33a9-45a0-b326-8eb13e63e8df", + "x-ms-ratelimit-remaining-calls-per-second": "166.4" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e978c39e4359dd61f5eaca484e327af6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:34 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "1b930631-ca30-492e-abf0-9f0ec6ce937f" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "tag": { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:37.7415439Z", + "lastUpdateTime": "2021-05-07T19:07:37.7415439Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags?digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "8c3c33ecb5a05467bea881ad39ec1c46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:34 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "688616c8-9870-4dc4-97bc-e7b4d216a754" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "afaa07c1db370f4745c0ad05304021ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:34 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "0ceb0da7-4905-418d-ba99-750705cf7535", + "x-ms-ratelimit-remaining-calls-per-second": "166.383333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags?digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "8c3c33ecb5a05467bea881ad39ec1c46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "1947", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:34 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "91c45108-27f4-49d7-84d4-d3fbf2aa3bc4" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:37.7415439Z", + "lastUpdateTime": "2021-05-07T19:07:37.7415439Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "newest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-08T00:24:56.1702111Z", + "lastUpdateTime": "2021-05-08T00:24:56.1702111Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v1", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:38.2864098Z", + "lastUpdateTime": "2021-05-07T19:07:38.2864098Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v2", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:39.887259Z", + "lastUpdateTime": "2021-05-07T19:07:39.887259Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v3", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:40.5916505Z", + "lastUpdateTime": "2021-05-07T19:07:40.5916505Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v4", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:39.1419449Z", + "lastUpdateTime": "2021-05-07T19:07:39.1419449Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "1749907977" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTags(True)Async.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTags(True)Async.json new file mode 100644 index 000000000000..a955fb0edf79 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTags(True)Async.json @@ -0,0 +1,325 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "29ecbbb87f9fe30a5b16fa531e2ebf28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:39 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "dee54f99-3b7b-402e-ae0d-5e2cef904afa" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "9fdb591d10d5c49c970738f75111b334", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:39 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "b1b19e4d-69fd-4acd-9ba3-ac1e9a16115b", + "x-ms-ratelimit-remaining-calls-per-second": "166.45" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "29ecbbb87f9fe30a5b16fa531e2ebf28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:39 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "fe426472-38b7-4fe0-8d5e-3ff905700893" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "tag": { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:37.7415439Z", + "lastUpdateTime": "2021-05-07T19:07:37.7415439Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags?digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "9b0928545393ed266adf547adcae51c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:39 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "b78c7a39-9cbf-45bc-ad54-17b32c68e9d6" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3579b45195b8a8711e28919746139149", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:39 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "0e32bced-116b-49e0-a648-101d7ece1540", + "x-ms-ratelimit-remaining-calls-per-second": "166.433333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags?digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "9b0928545393ed266adf547adcae51c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "1947", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:39 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "7bce3b82-40db-4f2c-b61e-302641168c61" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:37.7415439Z", + "lastUpdateTime": "2021-05-07T19:07:37.7415439Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "newest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-08T00:24:56.1702111Z", + "lastUpdateTime": "2021-05-08T00:24:56.1702111Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v1", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:38.2864098Z", + "lastUpdateTime": "2021-05-07T19:07:38.2864098Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v2", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:39.887259Z", + "lastUpdateTime": "2021-05-07T19:07:39.887259Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v3", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:40.5916505Z", + "lastUpdateTime": "2021-05-07T19:07:40.5916505Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v4", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:39.1419449Z", + "lastUpdateTime": "2021-05-07T19:07:39.1419449Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "2126606767" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTags.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTags.json index 01f61526f286..7f6b856535e3 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTags.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTags.json @@ -5,8 +5,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "df415e1bdb8c2ee0daf17dd37dcdbc26", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:30 GMT", + "Date": "Thu, 06 May 2021 00:53:12 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "ae946cd5-f172-4ea3-8eb3-0915df612389" + "X-Ms-Correlation-Request-Id": "3813b956-19cb-42b3-8296-a90487e1307f" }, "ResponseBody": { "errors": [ @@ -56,7 +55,7 @@ "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9b5a5be425d4525c0406f63156d9a032", "x-ms-return-client-request-id": "true" }, @@ -65,15 +64,15 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:30 GMT", + "Date": "Thu, 06 May 2021 00:53:13 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "326ae3cb-9405-4bc2-af59-6ad6b97dd52f", - "x-ms-ratelimit-remaining-calls-per-second": "164.766667" + "X-Ms-Correlation-Request-Id": "5d86d169-bb3b-4f07-8c58-f6a7d1d776b2", + "x-ms-ratelimit-remaining-calls-per-second": "165.533333" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjYzNDIzOTJ9.Sanitized" } }, { @@ -83,7 +82,7 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d2b8c00a6f812d409c376d385585e6cd", "x-ms-return-client-request-id": "true" }, @@ -92,12 +91,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:30 GMT", + "Date": "Thu, 06 May 2021 00:53:13 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "bd44a9ec-6ac1-4f65-b563-7a14b764a146", - "x-ms-ratelimit-remaining-calls-per-second": "164.75" + "X-Ms-Correlation-Request-Id": "f379b666-58bb-4a8f-b323-af652d0bcf7c", + "x-ms-ratelimit-remaining-calls-per-second": "165.516667" }, "ResponseBody": { "access_token": "Sanitized" @@ -109,7 +108,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "df415e1bdb8c2ee0daf17dd37dcdbc26", "x-ms-return-client-request-id": "true" }, @@ -125,7 +124,7 @@ "Connection": "keep-alive", "Content-Length": "393", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:30 GMT", + "Date": "Thu, 06 May 2021 00:53:13 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,7 +132,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "e417e0a7-466c-4e37-850a-cb2a54bd1f91" + "X-Ms-Correlation-Request-Id": "f5570630-c681-4b8e-9d6a-c08bd10627d7" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -141,8 +140,8 @@ "tag": { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-06T00:53:01.4496936Z", + "lastUpdateTime": "2021-05-06T00:53:01.4496936Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -158,8 +157,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f7265accf0a3f61d02efdb86e5aed700", "x-ms-return-client-request-id": "true" }, @@ -175,16 +173,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:30 GMT", + "Date": "Thu, 06 May 2021 00:53:13 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "3f3686c3-bdca-40f7-8265-91de982f2394" + "X-Ms-Correlation-Request-Id": "1212b854-c750-484b-b78f-4d2e74c9649d" }, "ResponseBody": { "errors": [ @@ -202,33 +200,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "bcc84a51ea1575a41b2dfe9cb824fd7e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:30 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "08da88d0-d9e0-4764-802a-7b52b08e4c68", - "x-ms-ratelimit-remaining-calls-per-second": "164.733333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -236,8 +207,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "fc64291fa8b31a8fa3c1cf9294b947ee", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "bcc84a51ea1575a41b2dfe9cb824fd7e", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -245,12 +216,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:30 GMT", + "Date": "Thu, 06 May 2021 00:53:13 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "3fce061c-20fd-43a7-98b1-bc749590dc8b", - "x-ms-ratelimit-remaining-calls-per-second": "164.716667" + "X-Ms-Correlation-Request-Id": "f3082fab-21b8-412f-a06d-070bfca8baea", + "x-ms-ratelimit-remaining-calls-per-second": "165.5" }, "ResponseBody": { "access_token": "Sanitized" @@ -262,7 +233,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f7265accf0a3f61d02efdb86e5aed700", "x-ms-return-client-request-id": "true" }, @@ -278,7 +249,7 @@ "Connection": "keep-alive", "Content-Length": "1630", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:30 GMT", + "Date": "Thu, 06 May 2021 00:53:13 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -286,7 +257,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "d194fcb3-8b76-4e1c-baa5-c5c98c4183f9" + "X-Ms-Correlation-Request-Id": "92cfed7e-aaed-49b1-889d-a7a3e1e73935" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -295,8 +266,8 @@ { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-06T00:53:01.4496936Z", + "lastUpdateTime": "2021-05-06T00:53:01.4496936Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -308,8 +279,8 @@ { "name": "v1", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:21.182776Z", - "lastUpdateTime": "2021-04-23T18:32:21.182776Z", + "createdTime": "2021-05-06T00:53:02.5770036Z", + "lastUpdateTime": "2021-05-06T00:53:02.5770036Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -321,8 +292,8 @@ { "name": "v2", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.9846021Z", - "lastUpdateTime": "2021-04-23T18:32:20.9846021Z", + "createdTime": "2021-05-06T00:53:02.722304Z", + "lastUpdateTime": "2021-05-06T00:53:02.722304Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -334,8 +305,8 @@ { "name": "v3", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.6929751Z", - "lastUpdateTime": "2021-04-23T18:32:20.6929751Z", + "createdTime": "2021-05-06T00:53:02.4515253Z", + "lastUpdateTime": "2021-05-06T00:53:02.4515253Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -347,8 +318,8 @@ { "name": "v4", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.5539173Z", - "lastUpdateTime": "2021-04-23T18:32:20.5539173Z", + "createdTime": "2021-05-06T00:53:02.5327704Z", + "lastUpdateTime": "2021-05-06T00:53:02.5327704Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsAsync.json index 1148f376c889..f8138c61ba5c 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsAsync.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsAsync.json @@ -5,8 +5,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "33b1bdc5a59a10ae68a8ba197ddda3bd", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:25 GMT", + "Date": "Thu, 06 May 2021 00:54:05 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "11aa51bf-2a1f-4e5b-a762-4a34fe918439" + "X-Ms-Correlation-Request-Id": "a7cd03f4-c10c-4b36-a5b8-cac9c62ffa69" }, "ResponseBody": { "errors": [ @@ -56,7 +55,7 @@ "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "57f70892f25af9bd1d047d8b2672cdf0", "x-ms-return-client-request-id": "true" }, @@ -65,15 +64,15 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:25 GMT", + "Date": "Thu, 06 May 2021 00:54:05 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "f521b646-6c1b-4624-bd3d-afc91f9da3ff", - "x-ms-ratelimit-remaining-calls-per-second": "166.05" + "X-Ms-Correlation-Request-Id": "22c11e08-c222-4e7c-abfc-5cce4b6e5e33", + "x-ms-ratelimit-remaining-calls-per-second": "165.116667" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjYzNDI0NDR9.Sanitized" } }, { @@ -83,7 +82,7 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ca05bcbb6f957c6d16fb2b00e6d762be", "x-ms-return-client-request-id": "true" }, @@ -92,12 +91,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:25 GMT", + "Date": "Thu, 06 May 2021 00:54:05 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "71288926-1973-4d66-97fe-7b7ebabd8838", - "x-ms-ratelimit-remaining-calls-per-second": "166.033333" + "X-Ms-Correlation-Request-Id": "d213a247-069d-4d15-89a7-2f5aa75530b0", + "x-ms-ratelimit-remaining-calls-per-second": "165.1" }, "ResponseBody": { "access_token": "Sanitized" @@ -109,7 +108,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "33b1bdc5a59a10ae68a8ba197ddda3bd", "x-ms-return-client-request-id": "true" }, @@ -125,7 +124,7 @@ "Connection": "keep-alive", "Content-Length": "393", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:25 GMT", + "Date": "Thu, 06 May 2021 00:54:05 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,7 +132,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "d9aeb5c9-5856-4d45-ab03-49b93d9e3885" + "X-Ms-Correlation-Request-Id": "7d971921-ec4f-4e15-902a-b901a008bfef" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -141,8 +140,8 @@ "tag": { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-06T00:53:01.4496936Z", + "lastUpdateTime": "2021-05-06T00:53:01.4496936Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -158,8 +157,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9aeb23c40258d269ffb816962722e9f6", "x-ms-return-client-request-id": "true" }, @@ -175,16 +173,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:25 GMT", + "Date": "Thu, 06 May 2021 00:54:05 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "30edff04-985d-49da-9645-7e5ce7ebb78f" + "X-Ms-Correlation-Request-Id": "c164c52c-59be-4938-9b38-75ddcb38d32e" }, "ResponseBody": { "errors": [ @@ -202,33 +200,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "c05dc9dbd8d722279a7a415ec6bd1345", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:25 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "2e25af9e-732b-42a0-9a69-f222ee7dee57", - "x-ms-ratelimit-remaining-calls-per-second": "166.016667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -236,8 +207,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "03c7bfa23286b9985332cadd58d754f4", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c05dc9dbd8d722279a7a415ec6bd1345", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -245,12 +216,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:25 GMT", + "Date": "Thu, 06 May 2021 00:54:05 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "80c29e9b-1f9c-46c0-95fb-2957a45dc398", - "x-ms-ratelimit-remaining-calls-per-second": "166" + "X-Ms-Correlation-Request-Id": "175003d6-4016-4b5f-95ce-34a482bae5f8", + "x-ms-ratelimit-remaining-calls-per-second": "165.083333" }, "ResponseBody": { "access_token": "Sanitized" @@ -262,7 +233,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9aeb23c40258d269ffb816962722e9f6", "x-ms-return-client-request-id": "true" }, @@ -278,7 +249,7 @@ "Connection": "keep-alive", "Content-Length": "1943", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:25 GMT", + "Date": "Thu, 06 May 2021 00:54:05 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -286,7 +257,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "91f5da69-6b8a-4b04-9232-913a833ed1c0" + "X-Ms-Correlation-Request-Id": "fadd33fe-8594-4df9-9e37-6417f6bc213c" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -295,8 +266,8 @@ { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-06T00:53:01.4496936Z", + "lastUpdateTime": "2021-05-06T00:53:01.4496936Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -308,8 +279,8 @@ { "name": "newest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:34.4042657Z", - "lastUpdateTime": "2021-04-23T18:32:34.4042657Z", + "createdTime": "2021-05-06T00:53:18.1963616Z", + "lastUpdateTime": "2021-05-06T00:53:18.1963616Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -321,8 +292,8 @@ { "name": "v1", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:21.182776Z", - "lastUpdateTime": "2021-04-23T18:32:21.182776Z", + "createdTime": "2021-05-06T00:53:02.5770036Z", + "lastUpdateTime": "2021-05-06T00:53:02.5770036Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -334,8 +305,8 @@ { "name": "v2", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.9846021Z", - "lastUpdateTime": "2021-04-23T18:32:20.9846021Z", + "createdTime": "2021-05-06T00:53:02.722304Z", + "lastUpdateTime": "2021-05-06T00:53:02.722304Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -347,8 +318,8 @@ { "name": "v3", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.6929751Z", - "lastUpdateTime": "2021-04-23T18:32:20.6929751Z", + "createdTime": "2021-05-06T00:53:02.4515253Z", + "lastUpdateTime": "2021-05-06T00:53:02.4515253Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -360,8 +331,8 @@ { "name": "v4", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.5539173Z", - "lastUpdateTime": "2021-04-23T18:32:20.5539173Z", + "createdTime": "2021-05-06T00:53:02.5327704Z", + "lastUpdateTime": "2021-05-06T00:53:02.5327704Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsOrdered(False).json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsOrdered(False).json new file mode 100644 index 000000000000..642517a90f0f --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsOrdered(False).json @@ -0,0 +1,357 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "8a8fe31f852408f9ab84e22a1d041427", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:56 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "2b98ba6b-ba61-4feb-9c39-99601d2a5157" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "52a690ae1265be26c6b686c64d3923f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:57 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "9994314c-4cc5-4c27-a485-6fa4d98b7e06", + "x-ms-ratelimit-remaining-calls-per-second": "166.066667" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDExNzJ9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e4c7d085d433ca343078cc8c66269340", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:57 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "c88b674e-12d0-4075-8243-d7a35d89e42e", + "x-ms-ratelimit-remaining-calls-per-second": "165.75" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI3YmVjYzc5NS1iNDJjLTQ1OTUtYTk0ZC0wNjYzOGJhNjhiODUiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyOTcsImV4cCI6MTYyMDY2NDc5NywiaWF0IjoxNjIwNjYwMjk3LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.LM7cu7jb5bmIUv1yEs2Qhew__xBVRFg5_hTPJWolomkss8GHAKdBSow-SGXzu1MpHfn8nb9kgo-Yt9HteY_WQtGpuWM_7sbITFnpD1x-joGFwUuJ5sVX0Xh7vgPJWHIRMLxWe4Cjjw-_7E2GoQ0ILChEM00D4W-g1Kiz2iwT6KTwhGOgm5j72Q_CvoLUIdVZkFvnZgHbVqzriHWFIP5b7c6a8hGeAlGTkXoNgbK8GnPkwSwBT6tJsluj6Xb1mJHHpyAMRo3NI_GTMuUAGPddCZl4hhP8luTevU9ECLe5oiJK6xldUe_AQEkL-oE1JWlrsxdmhCr4dd1XnKOgXjmaIQ" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "8a8fe31f852408f9ab84e22a1d041427", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "393", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:57 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "4ba92712-3f99-486d-95f5-4f2576db6282" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tag": { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags?orderby=timedesc\u0026digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b9dad57ec1de0d53bdd1c36eff32ba72", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:57 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "5d924857-92d6-400f-b561-8ce49b398aad" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4da5ed60303cd9f35bdb21ed459958a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:57 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "5db710b2-7c77-4b40-a5ac-ec71d7789872", + "x-ms-ratelimit-remaining-calls-per-second": "165.733333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI3YWEzNTBmMS04Y2QyLTQ5OGUtOWZhNi04OTQ2ZGUyNDFhNGIiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyOTcsImV4cCI6MTYyMDY2NDc5NywiaWF0IjoxNjIwNjYwMjk3LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.0-IMQuOA-iLv_6AnhW2xWOYiuBNTwX7MiDX8uh2xSdpxg_tRAARSNYk7mQaNEDThXD-2Gxo4Y2KHKoTiJnDbvITu_fH-cNKXbInj2Zpk0ePao6OwbaqxREuXohVktnYXA6i_cFZ2amQ2cmON6QSwDYFVuFXtb8R1gnAHK_cvJAmSO0UBEPg5VPFcy8BPXbOailJ8DtT6mXeIDaYamnaBGa0QfBgXwMhzDQhrXvSw2aP-YQ_2mCEctNgnzLgiREnAo2hHLXCKvXJyVZWeL1u1Yg5EkuJuo8Qd-BcvYTY_ZYuqAi-XgUqJaEO9KC5We5-qYQZSu62l5uSxv1yO6YJReQ" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags?orderby=timedesc\u0026digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b9dad57ec1de0d53bdd1c36eff32ba72", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "1945", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:57 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "37cee4e5-1c57-4b89-a4eb-92a1c3357f3e" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "newest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:50.1872003Z", + "lastUpdateTime": "2021-05-10T15:39:50.1872003Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v1", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:25.1357818Z", + "lastUpdateTime": "2021-05-10T15:39:25.1357818Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v2", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:25.0744682Z", + "lastUpdateTime": "2021-05-10T15:39:25.0744682Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v4", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:24.8594406Z", + "lastUpdateTime": "2021-05-10T15:39:24.8594406Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v3", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:24.7211858Z", + "lastUpdateTime": "2021-05-10T15:39:24.7211858Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CLIENT_ID": "bbb27b06-7c67-402c-9a69-f04ad5a5b278", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "CONTAINERREGISTRY_REGISTRY_NAME": "localtestacr04", + "RandomSeed": "827681498", + "RESOURCE_GROUP": "rg-localtestacr04", + "SUBSCRIPTION_ID": "faa080af-c1d8-40ad-9cce-e1a450ca5b57", + "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsOrdered(False)Async.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsOrdered(False)Async.json new file mode 100644 index 000000000000..da54f487bf29 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsOrdered(False)Async.json @@ -0,0 +1,357 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7582d96f1d7ca4e42b21fa0b2f1a5899", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:02 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "5e46de4b-ecec-40be-b928-754b413e1631" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6076efda376c41991b81c7421790c046", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:02 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "4521e3ad-317e-4f75-9c37-4074a135bf4c", + "x-ms-ratelimit-remaining-calls-per-second": "165.933333" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEyMzd9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7d3a4d086976bbe9592ed6af766c7b67", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:02 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "eb8dc5ef-ed26-4109-8fff-a7ff90f8148c", + "x-ms-ratelimit-remaining-calls-per-second": "165.916667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI2YTAxM2FlYS01ZDEzLTQ4NWEtYmZjMi1mY2E4NWIyNWQ4MjEiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzNjIsImV4cCI6MTYyMDY2NDg2MiwiaWF0IjoxNjIwNjYwMzYyLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.wCYLIhd3V51_tkrxMcAK_egvFnGQnxncBCd8Dbs5vYFVZ9l31o1tKGMspHke3Vpn5WFJKUiZIdQb2ILqOohLc-YX4-NVLFY_cG5JAY4CxibO3D5Iqb6FmowE3uhbRDA32BWpN0f7Qq637FtkFqzSm631Z81OkQ-PqESIeL50JtJxgzMf7ARCGB0zVgVWM3i2BSRGzy22hUpHtF0znfCf5LeBON0iOXyl0gFTWjAAuEp5yK9XEyOZfZ5zuaJ0sVKHLaRC7RyKJj3nsCj8k7Utk7mT0l2PG8-1FLIMBzrv7n-OczkO3SgNISi_UhnRjIF6JHvHJ-WNJjwf4kldgRHjcA" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7582d96f1d7ca4e42b21fa0b2f1a5899", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "393", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:02 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "a84d80d6-739a-4dc9-890f-5d03effff723" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tag": { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags?orderby=timedesc\u0026digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "15730694ba1f37053f405afb55a28d9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:02 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "b5755321-a1c8-4a15-aba2-2eb98468d82b" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e103b460dadf712205ba073e60eacbaf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:02 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "a5dec397-1b2e-44ca-96de-ccdeb36c143a", + "x-ms-ratelimit-remaining-calls-per-second": "165.9" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI2YzM3NWMwNC1jMGRmLTRhMzAtOTQ3Ny05NGQxOWZjZWU4YmUiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzNjIsImV4cCI6MTYyMDY2NDg2MiwiaWF0IjoxNjIwNjYwMzYyLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.aaCsyv9Po5jAYoUhfMs5GvNi9iXp1CIAtvp5-3IZ3YURyNFhjFhMznl6oamQgj6t_4_0RhT05_aPsATc6iCeHXU74cWQIDXDTGs8bO13bEN5TYlYYPKcDG0Ctf17c9n5SOh_gacfPKNazEts3gxgPU44HrZxQ22Z8qxFKTZtemVByPG2cpZWVpNYiKug7h0UXI1pNgltMlhacSOzCrWQodLYHI_Zo0WKEcNBxvqEUQgbXGTrSngaQZ1MtB-sYeOHDI17B3dvuKuZH63uiyhASRHq2tuQd_gafqzWSmlvmvSSUnHT7viJNCxN8BtgAagOhlWfvxdHyEydMUH7ATPqMg" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags?orderby=timedesc\u0026digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "15730694ba1f37053f405afb55a28d9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "1945", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:02 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "1931b2a1-bf22-4eed-aafd-4b9aeaebad49" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "newest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:50.1872003Z", + "lastUpdateTime": "2021-05-10T15:39:50.1872003Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v1", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:25.1357818Z", + "lastUpdateTime": "2021-05-10T15:39:25.1357818Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v2", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:25.0744682Z", + "lastUpdateTime": "2021-05-10T15:39:25.0744682Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v4", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:24.8594406Z", + "lastUpdateTime": "2021-05-10T15:39:24.8594406Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v3", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:24.7211858Z", + "lastUpdateTime": "2021-05-10T15:39:24.7211858Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CLIENT_ID": "bbb27b06-7c67-402c-9a69-f04ad5a5b278", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "CONTAINERREGISTRY_REGISTRY_NAME": "localtestacr04", + "RandomSeed": "1197289355", + "RESOURCE_GROUP": "rg-localtestacr04", + "SUBSCRIPTION_ID": "faa080af-c1d8-40ad-9cce-e1a450ca5b57", + "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsOrdered(True).json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsOrdered(True).json new file mode 100644 index 000000000000..cd9563d4d1bb --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsOrdered(True).json @@ -0,0 +1,330 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "659dbb606bbdb6e9362ecccf4c2a846e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:46 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "1a76dd1c-fe03-4c15-b23f-01667e4cbfc8" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7e2c3240dd9c6d4fec6c2d2c70da65a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:46 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "078884da-b5a4-405c-89ec-66cc243633a0", + "x-ms-ratelimit-remaining-calls-per-second": "166.516667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "659dbb606bbdb6e9362ecccf4c2a846e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:46 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "8a5092d9-6bf8-4df6-984a-cf138247cb3f" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "tag": { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:37.7415439Z", + "lastUpdateTime": "2021-05-07T19:07:37.7415439Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags?orderby=timedesc\u0026digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "45ee9f1cf3c38580e15191536d37db4b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:46 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "2b7fcf8f-30f8-46aa-856f-c9e24521121e" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "9e0a317b2c0883716c2f79503ebc455c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:46 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "4ae98726-c763-413f-a9f1-4a5cbdf0f2b7", + "x-ms-ratelimit-remaining-calls-per-second": "166.5" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags?orderby=timedesc\u0026digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "45ee9f1cf3c38580e15191536d37db4b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "1947", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:46 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "5176cd34-bef8-460a-a973-23c1da815bf5" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "newest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-08T00:24:56.1702111Z", + "lastUpdateTime": "2021-05-08T00:24:56.1702111Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v3", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:40.5916505Z", + "lastUpdateTime": "2021-05-07T19:07:40.5916505Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v2", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:39.887259Z", + "lastUpdateTime": "2021-05-07T19:07:39.887259Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v4", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:39.1419449Z", + "lastUpdateTime": "2021-05-07T19:07:39.1419449Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v1", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:38.2864098Z", + "lastUpdateTime": "2021-05-07T19:07:38.2864098Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:37.7415439Z", + "lastUpdateTime": "2021-05-07T19:07:37.7415439Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CLIENT_ID": "bbb27b06-7c67-402c-9a69-f04ad5a5b278", + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "CONTAINERREGISTRY_ANONREGISTRY_NAME": "localtestacr04anon", + "RandomSeed": "2140385403", + "RESOURCE_GROUP": "rg-localtestacr04", + "SUBSCRIPTION_ID": "faa080af-c1d8-40ad-9cce-e1a450ca5b57", + "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsOrdered(True)Async.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsOrdered(True)Async.json new file mode 100644 index 000000000000..0f0a12c9dc8d --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsOrdered(True)Async.json @@ -0,0 +1,330 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d241b610e9a4e70138824aedf645930c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:51 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "1b942c51-015b-46f4-b4f4-3e563fc669b9" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "cd4daaf00d3111e709d0ece1b2923cbd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:51 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "8ba9ff41-fd93-4f2d-9968-f3144eb8bac2", + "x-ms-ratelimit-remaining-calls-per-second": "166.4" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d241b610e9a4e70138824aedf645930c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:51 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "b5aefd1e-e86f-4b6b-9552-cf442ff1ac49" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "tag": { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:37.7415439Z", + "lastUpdateTime": "2021-05-07T19:07:37.7415439Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags?orderby=timedesc\u0026digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "72a01f98e7d0f9cc91df1a4632230bd7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:51 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "4571c3aa-8618-41ca-ab6a-6950dce04dbe" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4ad4ff9ec64f02f3cf2fc9d3fd2035a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:51 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "eecfcc58-465b-4723-8de4-6fcb390c1a9a", + "x-ms-ratelimit-remaining-calls-per-second": "166.383333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags?orderby=timedesc\u0026digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "72a01f98e7d0f9cc91df1a4632230bd7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "1947", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:51 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "c6dd8886-8d47-4795-a838-2c320649aee9" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "newest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-08T00:24:56.1702111Z", + "lastUpdateTime": "2021-05-08T00:24:56.1702111Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v3", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:40.5916505Z", + "lastUpdateTime": "2021-05-07T19:07:40.5916505Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v2", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:39.887259Z", + "lastUpdateTime": "2021-05-07T19:07:39.887259Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v4", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:39.1419449Z", + "lastUpdateTime": "2021-05-07T19:07:39.1419449Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v1", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:38.2864098Z", + "lastUpdateTime": "2021-05-07T19:07:38.2864098Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:37.7415439Z", + "lastUpdateTime": "2021-05-07T19:07:37.7415439Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CLIENT_ID": "bbb27b06-7c67-402c-9a69-f04ad5a5b278", + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "CONTAINERREGISTRY_ANONREGISTRY_NAME": "localtestacr04anon", + "RandomSeed": "383159535", + "RESOURCE_GROUP": "rg-localtestacr04", + "SUBSCRIPTION_ID": "faa080af-c1d8-40ad-9cce-e1a450ca5b57", + "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsOrdered.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsOrdered.json index fd78b806fe1f..23b405a77894 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsOrdered.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsOrdered.json @@ -5,8 +5,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "07927d5f5d387f6e72baeed4e326c49b", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:41 GMT", + "Date": "Thu, 06 May 2021 00:53:23 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "20c92360-3fef-454e-b56d-820b8cc2eefb" + "X-Ms-Correlation-Request-Id": "432b1253-7416-463d-84fc-097531692386" }, "ResponseBody": { "errors": [ @@ -56,7 +55,7 @@ "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0aa114d26c796cbd543a303848fca261", "x-ms-return-client-request-id": "true" }, @@ -65,15 +64,15 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:42 GMT", + "Date": "Thu, 06 May 2021 00:53:24 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "399f7005-b607-4d7f-8382-4be493354a2b", - "x-ms-ratelimit-remaining-calls-per-second": "164.683333" + "X-Ms-Correlation-Request-Id": "dd658f83-1f3b-430d-b9d3-d00d839b7bac", + "x-ms-ratelimit-remaining-calls-per-second": "164.966667" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjYzNDI0MDN9.Sanitized" } }, { @@ -83,7 +82,7 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8a25766ca8e4a91174ffff30c5ecf726", "x-ms-return-client-request-id": "true" }, @@ -92,12 +91,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:42 GMT", + "Date": "Thu, 06 May 2021 00:53:24 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "42683e74-732a-41fc-86a6-d82b02881066", - "x-ms-ratelimit-remaining-calls-per-second": "164.666667" + "X-Ms-Correlation-Request-Id": "b933114f-7086-4bf6-9b77-b8199abad277", + "x-ms-ratelimit-remaining-calls-per-second": "164.95" }, "ResponseBody": { "access_token": "Sanitized" @@ -109,7 +108,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "07927d5f5d387f6e72baeed4e326c49b", "x-ms-return-client-request-id": "true" }, @@ -125,7 +124,7 @@ "Connection": "keep-alive", "Content-Length": "393", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:42 GMT", + "Date": "Thu, 06 May 2021 00:53:24 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,7 +132,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "d0c79aff-a215-4553-98aa-9b8dd2ef35cf" + "X-Ms-Correlation-Request-Id": "43e679b6-f011-4870-aa34-4aaae81c0563" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -141,8 +140,8 @@ "tag": { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-06T00:53:01.4496936Z", + "lastUpdateTime": "2021-05-06T00:53:01.4496936Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -158,8 +157,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "04eac27c4b1cf22dbf25b2fe2c353675", "x-ms-return-client-request-id": "true" }, @@ -175,16 +173,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:42 GMT", + "Date": "Thu, 06 May 2021 00:53:24 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "fc9d7b10-3dea-44f2-9b2a-05acfbea0cb9" + "X-Ms-Correlation-Request-Id": "99f220ad-c93b-4675-aa8e-9b0cb8f3aa32" }, "ResponseBody": { "errors": [ @@ -202,33 +200,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "6d688d183a0129b603f896796d8da768", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:42 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "ba92ac45-222b-459e-bde9-b4747aff3505", - "x-ms-ratelimit-remaining-calls-per-second": "164.65" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -236,8 +207,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "86bc0a429d1120444832cbbff5137d3e", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6d688d183a0129b603f896796d8da768", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -245,12 +216,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:42 GMT", + "Date": "Thu, 06 May 2021 00:53:24 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "bc69c6b4-20d9-4663-8d08-db7cbe053261", - "x-ms-ratelimit-remaining-calls-per-second": "164.633333" + "X-Ms-Correlation-Request-Id": "b1197598-cc95-44ca-9775-fd4d9d466e72", + "x-ms-ratelimit-remaining-calls-per-second": "164.933333" }, "ResponseBody": { "access_token": "Sanitized" @@ -262,7 +233,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "04eac27c4b1cf22dbf25b2fe2c353675", "x-ms-return-client-request-id": "true" }, @@ -278,7 +249,7 @@ "Connection": "keep-alive", "Content-Length": "1943", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:42 GMT", + "Date": "Thu, 06 May 2021 00:53:24 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -286,7 +257,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "79196138-e697-4fba-bcc0-4febbcd80b5f" + "X-Ms-Correlation-Request-Id": "a4d65ac4-3d06-45ca-ad66-d2dfdfc7945e" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -295,8 +266,8 @@ { "name": "newest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:34.4042657Z", - "lastUpdateTime": "2021-04-23T18:32:34.4042657Z", + "createdTime": "2021-05-06T00:53:18.1963616Z", + "lastUpdateTime": "2021-05-06T00:53:18.1963616Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -306,10 +277,10 @@ } }, { - "name": "v1", + "name": "v2", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:21.182776Z", - "lastUpdateTime": "2021-04-23T18:32:21.182776Z", + "createdTime": "2021-05-06T00:53:02.722304Z", + "lastUpdateTime": "2021-05-06T00:53:02.722304Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -319,10 +290,10 @@ } }, { - "name": "v2", + "name": "v1", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.9846021Z", - "lastUpdateTime": "2021-04-23T18:32:20.9846021Z", + "createdTime": "2021-05-06T00:53:02.5770036Z", + "lastUpdateTime": "2021-05-06T00:53:02.5770036Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -332,10 +303,10 @@ } }, { - "name": "v3", + "name": "v4", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.6929751Z", - "lastUpdateTime": "2021-04-23T18:32:20.6929751Z", + "createdTime": "2021-05-06T00:53:02.5327704Z", + "lastUpdateTime": "2021-05-06T00:53:02.5327704Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -345,10 +316,10 @@ } }, { - "name": "v4", + "name": "v3", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.5539173Z", - "lastUpdateTime": "2021-04-23T18:32:20.5539173Z", + "createdTime": "2021-05-06T00:53:02.4515253Z", + "lastUpdateTime": "2021-05-06T00:53:02.4515253Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -360,8 +331,8 @@ { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-06T00:53:01.4496936Z", + "lastUpdateTime": "2021-05-06T00:53:01.4496936Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsOrderedAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsOrderedAsync.json index de525bfd6996..1e069a751e1b 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsOrderedAsync.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsOrderedAsync.json @@ -5,8 +5,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0879515187d6784a8323cda298328d2f", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:36 GMT", + "Date": "Thu, 06 May 2021 00:54:16 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "79f25cb3-1b57-4862-b16b-154e4b845076" + "X-Ms-Correlation-Request-Id": "abf2d7f5-9b93-4a9b-8210-b7c74caf3a4b" }, "ResponseBody": { "errors": [ @@ -56,7 +55,7 @@ "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "db702485d5615bae7c8def499860f6c0", "x-ms-return-client-request-id": "true" }, @@ -65,15 +64,15 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:36 GMT", + "Date": "Thu, 06 May 2021 00:54:17 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "01148659-2676-47e4-9482-a0fec2023506", - "x-ms-ratelimit-remaining-calls-per-second": "165.983333" + "X-Ms-Correlation-Request-Id": "448992cb-b382-414c-bdc2-f060b0efa5ff", + "x-ms-ratelimit-remaining-calls-per-second": "165.6" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjYzNDI0NTZ9.Sanitized" } }, { @@ -83,7 +82,7 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0cee923f6375efaff360ce189d8985fa", "x-ms-return-client-request-id": "true" }, @@ -92,12 +91,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:36 GMT", + "Date": "Thu, 06 May 2021 00:54:17 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "1d3039f4-2380-4e94-9fc0-42ef3da59474", - "x-ms-ratelimit-remaining-calls-per-second": "165.65" + "X-Ms-Correlation-Request-Id": "0d02a463-2099-43eb-9738-648283056dbe", + "x-ms-ratelimit-remaining-calls-per-second": "165.583333" }, "ResponseBody": { "access_token": "Sanitized" @@ -109,7 +108,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0879515187d6784a8323cda298328d2f", "x-ms-return-client-request-id": "true" }, @@ -125,7 +124,7 @@ "Connection": "keep-alive", "Content-Length": "393", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:36 GMT", + "Date": "Thu, 06 May 2021 00:54:17 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,7 +132,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "a0f7f621-c714-4f57-8c0e-1db682e1cdd4" + "X-Ms-Correlation-Request-Id": "e74c945c-926e-4d8a-8a6c-2667877d507b" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -141,8 +140,8 @@ "tag": { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-06T00:53:01.4496936Z", + "lastUpdateTime": "2021-05-06T00:53:01.4496936Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -158,8 +157,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "37589fb9c9817b5fa31e8b499800e023", "x-ms-return-client-request-id": "true" }, @@ -175,16 +173,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:36 GMT", + "Date": "Thu, 06 May 2021 00:54:17 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "1de6b39e-1a28-416a-a4ab-2d25798d80b5" + "X-Ms-Correlation-Request-Id": "b95c47a9-ac1c-44c6-bd32-952499697890" }, "ResponseBody": { "errors": [ @@ -202,33 +200,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "05630d2d814321b97481e7000796bdf2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:36 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "10ea452a-f92b-4b02-9ae1-ea66d397f76b", - "x-ms-ratelimit-remaining-calls-per-second": "165.633333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -236,8 +207,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "f890f407be07763e32736957d76656f2", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "05630d2d814321b97481e7000796bdf2", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -245,12 +216,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:37 GMT", + "Date": "Thu, 06 May 2021 00:54:17 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "8a4bc564-5a5d-4b2e-8536-07233352933a", - "x-ms-ratelimit-remaining-calls-per-second": "165.616667" + "X-Ms-Correlation-Request-Id": "e084eade-9df3-4191-96e4-a9eea33cfdb6", + "x-ms-ratelimit-remaining-calls-per-second": "165.566667" }, "ResponseBody": { "access_token": "Sanitized" @@ -262,7 +233,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "37589fb9c9817b5fa31e8b499800e023", "x-ms-return-client-request-id": "true" }, @@ -278,7 +249,7 @@ "Connection": "keep-alive", "Content-Length": "1943", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:37 GMT", + "Date": "Thu, 06 May 2021 00:54:17 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -286,7 +257,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "33dc50a9-1fe8-4a9e-a360-44a964b7241b" + "X-Ms-Correlation-Request-Id": "f748dfff-54ff-4edb-90ed-b13796b94ef6" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -295,8 +266,8 @@ { "name": "newest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:34.4042657Z", - "lastUpdateTime": "2021-04-23T18:32:34.4042657Z", + "createdTime": "2021-05-06T00:53:18.1963616Z", + "lastUpdateTime": "2021-05-06T00:53:18.1963616Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -306,10 +277,10 @@ } }, { - "name": "v1", + "name": "v2", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:21.182776Z", - "lastUpdateTime": "2021-04-23T18:32:21.182776Z", + "createdTime": "2021-05-06T00:53:02.722304Z", + "lastUpdateTime": "2021-05-06T00:53:02.722304Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -319,10 +290,10 @@ } }, { - "name": "v2", + "name": "v1", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.9846021Z", - "lastUpdateTime": "2021-04-23T18:32:20.9846021Z", + "createdTime": "2021-05-06T00:53:02.5770036Z", + "lastUpdateTime": "2021-05-06T00:53:02.5770036Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -332,10 +303,10 @@ } }, { - "name": "v3", + "name": "v4", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.6929751Z", - "lastUpdateTime": "2021-04-23T18:32:20.6929751Z", + "createdTime": "2021-05-06T00:53:02.5327704Z", + "lastUpdateTime": "2021-05-06T00:53:02.5327704Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -345,10 +316,10 @@ } }, { - "name": "v4", + "name": "v3", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.5539173Z", - "lastUpdateTime": "2021-04-23T18:32:20.5539173Z", + "createdTime": "2021-05-06T00:53:02.4515253Z", + "lastUpdateTime": "2021-05-06T00:53:02.4515253Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -360,8 +331,8 @@ { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-06T00:53:01.4496936Z", + "lastUpdateTime": "2021-05-06T00:53:01.4496936Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsStartingMidCollection(False).json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsStartingMidCollection(False).json new file mode 100644 index 000000000000..ebd20578ea99 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsStartingMidCollection(False).json @@ -0,0 +1,543 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "28544da5fa24c195e5fcd1ba7b20cb6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:58 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "2087dbcf-6971-4cd9-ba8a-2f6e2a27bea6" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c5d56fb6624c95130009f920acb47b7a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:59 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "7a3b0040-b240-482f-ad05-52f88e9e08fe", + "x-ms-ratelimit-remaining-calls-per-second": "165.633333" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDExNzJ9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "94003bc277d8e14ed7cc552d27357293", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:59 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "3ffaeb9e-2dd2-4e3d-9332-2a0cca80d3ad", + "x-ms-ratelimit-remaining-calls-per-second": "165.616667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhZGQ3Y2ZmNy0wNjUzLTRlZjAtYWNiNC1lYzI2OWVjMzU2YTMiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyOTksImV4cCI6MTYyMDY2NDc5OSwiaWF0IjoxNjIwNjYwMjk5LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.Ofs_1j-JBTc4D_OUKPhTsRkUg-UavLbc1c_WVt5aFQpbC4tEvxkZgu5cUZx7303KTdcdt7giS8Wxad7OhRvbfx3xOp_VugkAupUkYlUqWgpsP8cO54irQQvkZfDPqnJmHuJtIQe5LROvAPzmvcF2rvCmsz1bxrNkKayQ_au6SJl7Q5G8wQQtlzgXQfPOgAydhVJTU-GareiSG4SyaLK0w90qLIrhVo_B-WWE20g3-9zpasFfDnyxmNGE4NRi7SiCdCEgYgR-AjR7dTZUBlxC6LbAhSnWkHVsNoXRyNwH1_SRuD27bEhWIDAxhyiQ1bXmFlN6jJ1MRLvYgoJG_X8pVw" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "28544da5fa24c195e5fcd1ba7b20cb6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "393", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:59 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "d8b61967-5b89-460d-9524-c1be5273e7f1" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tag": { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v1\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e823f058e646431d39be281a01741430", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:59 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "ee72cf5e-2cb7-476c-9ccc-44a1f8779440" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "40f75780361f3f9221f4ee800de66eca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:59 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "2fd5af6b-a312-475e-a1bd-cb6752576610", + "x-ms-ratelimit-remaining-calls-per-second": "165.6" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI2Njc5ZjljYS1hNzk1LTQyZTktODM5Zi0xMDlkNzQxN2ZiZWIiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyOTksImV4cCI6MTYyMDY2NDc5OSwiaWF0IjoxNjIwNjYwMjk5LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.wl8d36M-HJ18RoNH3hsVGoXujYjOCicnFIxEOzwj5qzLpbWtcLYNjLevfMlOV7KBFAFOw9PKR0IY3j6AO1JaUqIOwVAErQJBOkcMXOAdndPUiJOUPWg4gZrWuMMzWyJ41dNj9nV1W00X9grSTLlUjogDTrkuxxFI39NntULjCGomINpBTtLqqkJEc0j8ZsH0E7aIVTkUsED2X7QsFnHZ9zYrI5-uGzNwz2nBhbK6Q7xG6wIpfEwYGhMiJOtE9zS0BGzyTUMhUNi95jWI0ZtZn7Dtc5dV9l4loBqtvErRXH9v0c9A6Xk9l-U29ypw66XBXKFdmCtVYws5nMWwoEgMiw" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v1\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e823f058e646431d39be281a01741430", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "392", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:59 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_tags?last=v2\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "745c3f86-09d2-4285-b22d-3637564bfb76" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "v2", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:25.0744682Z", + "lastUpdateTime": "2021-05-10T15:39:25.0744682Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v2\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "bcc766979290db341dbd5b1a4e33e062", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:59 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "dc2594a7-8cc5-42c0-91b0-ddf48e151be3" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d0ac25b7313d21735de4c751f89d3552", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:59 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "ed3f3c36-b77b-437a-94d4-3fc29fb41151", + "x-ms-ratelimit-remaining-calls-per-second": "165.583333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI0ZWVhNDI5Zi04OWUxLTRlOTMtYTMwMC1iNGFiZWMwYjU1MDAiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyOTksImV4cCI6MTYyMDY2NDc5OSwiaWF0IjoxNjIwNjYwMjk5LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.NOVZBU3VGdAgZfTZUXsBLYGVOTO7xBZFC_5Emj56IXdybwUiJ-DPpReSDxRSE22Rpe0y86ynv1Dhg-vZfrnhB4ro89UtLngGuCXaOZ5FQhQrcVhiV2uvHtIU2T6uSK2_QWLKzVIkGKUkM39b7ozb4M68AqtBmC0vveIKodt2a57slrWTQb87MwRF5y7YgQ8ioz3FtdNKGzDcZCbjNAyKv9tl6ikxMugwODrlv2Ha4LMJMXs0eV9-14g-5Qkjus6NbvFWytjqXIql_H6zM6U1mj_yzqmJYfDG1W4zuf9kK-NR9KGhjYLWLwEZlMQAc0m51Y0k4K0cU5K3sYsobOiJnw" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v2\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "bcc766979290db341dbd5b1a4e33e062", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "392", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:59 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_tags?last=v3\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "75d4f0fe-b9d8-4217-b8b9-b3487c5b692c" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "v3", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:24.7211858Z", + "lastUpdateTime": "2021-05-10T15:39:24.7211858Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v3\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "9a835d5057adee9f221c2262db78f1ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:59 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "2bf689f1-dca3-41af-8faa-1a37fe53ed9e" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e7c88b149d3a658cf3a55faccae2e280", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:59 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "714fcc85-6ff5-47d8-baaf-79629c54a96b", + "x-ms-ratelimit-remaining-calls-per-second": "165.566667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI4MjVkNTZmYS0yMDNlLTRlNjUtODgzOS0wNzJlYmZjYTMzMTgiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyOTksImV4cCI6MTYyMDY2NDc5OSwiaWF0IjoxNjIwNjYwMjk5LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.bJzOHuPTyR5MMqViMNWLidJktBPtX6wXEVV612xtBGzZTO2bxho7Eb7iQamaLnhb-tdPHQWlv0tgpOX7i0U_IxabAi3Ir2g9HNKj4gaT6UQ4M6gSSPiEGBv6Oupivxb3fzY-x6UxiVb3BpFjIS9kBzt0_8X9U8eTHWvYbEoXgPCQT32jt0CBbJ7KL2Dursv_6-SDejIHojVOhaZVz-xIbkVCFREKYhiNjZVJX3PVG04jurxbsKS8HQVmaff_RjWz6Abkh2jfrHQq8Ei4SHFQ5vF0MmXK_3N217DCrS1MKAymg2P_tBsSskDRWe3sY09CQzWeAUq807PGOoBDBZm21g" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v3\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "9a835d5057adee9f221c2262db78f1ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "392", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:59 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "ab51e42b-b704-4e0a-aa9d-d71cb99ab164" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "v4", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:24.8594406Z", + "lastUpdateTime": "2021-05-10T15:39:24.8594406Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "RandomSeed": "931038847" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsStartingMidCollection(False)Async.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsStartingMidCollection(False)Async.json new file mode 100644 index 000000000000..736ba4dd4d18 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsStartingMidCollection(False)Async.json @@ -0,0 +1,543 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "fa7d2dc829b44b9b70aefc8a3f208dcb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:03 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "aa98659a-7586-4c58-b64b-514ed735d49d" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "87877a4d1de7ed8c5b3691dd6dd89c2a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:04 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "86665ec9-610d-4583-900a-a142c92ba85a", + "x-ms-ratelimit-remaining-calls-per-second": "165.8" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEyMzd9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "fcafd04d481faffec9fe0cfd96374a83", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:04 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "8683ee67-12fd-468e-9f40-86a278c5782a", + "x-ms-ratelimit-remaining-calls-per-second": "165.783333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJiYmZmNDAxNS1iOTVlLTQ1ZTctODIyOC05OGRmNmVkZDQyZDciLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzNjQsImV4cCI6MTYyMDY2NDg2NCwiaWF0IjoxNjIwNjYwMzY0LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.GlXOJGA7q-PWj3XMdIGyslSgFCzrD0WHugab_5tmGz2OcFOA4kjG56l50arvKaVJI4yqquvA4HhwODNsbujKGAY0eFhU03pnsjqyJj5wg8-SzFMVNX4IgcYPbaXNTa51STAO2-YpPVaSsloGqBY6GJ156yqRNXuxeIX9nIVw5R8FZX2r1T8peQrBaZ5VWDT9oTZuWvwRbODIdlqTrkbc44NSRsq4_i4J1DFepMbXkygrQqpIJZF7m-GfFJbol7zgQwDviGY8JphUJU-YUaXCfjBB9bJhpbwKpgTnLZWQAPpUONa-O6A9Qroc70zIUa2fewA8BTt1xtKKAX20cSpnhA" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "fa7d2dc829b44b9b70aefc8a3f208dcb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "393", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "97994250-9295-4a44-b1af-0424d477a6be" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tag": { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v1\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ca6ec392ded5abd3a0909f7d97bede97", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "264780d1-e4b4-434b-a97d-f5c9a9eb9290" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6e3dd212917104ac7bd7bee9108f5623", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "close", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:04 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "24f75b1a-73cf-44cb-ac64-e5828ae320bf", + "x-ms-ratelimit-remaining-calls-per-second": "165.766667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIzM2UwNDg1Zi1mODFiLTQyODItOTNiMS1lMTFjNTFjNjZlOGYiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzNjQsImV4cCI6MTYyMDY2NDg2NCwiaWF0IjoxNjIwNjYwMzY0LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.MLFdwGJwijlIWsxdibpQgVnR6g4UX8YLM8kKgqdGv_blL75b3AIPlUyzxOIpon0BAp4trFG_OPY4KgVc9qLiLGNOf5rySwKM5aediHSjtKkixCovO2f6-QqGEm5cmZY_LYqthIKkgkV3ztomx7w_vOJLjLmdFoku-GeHV1DcKeesP89vLLbrgFBc5k4Gw2l_6e8aWCdJL2HM8WjsbYNat7dyV3HvWNiPl4UhSW8fD367DuUeJFnz9408G0oHE7IiFHeMaV9bhwTXozgTgHdiUREQBmZ1u5Cefqa8KFctASEbouL3m0B99sjDTdJlXFSHRL0ySvNRIsqZwsBYDbnMBQ" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v1\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ca6ec392ded5abd3a0909f7d97bede97", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "392", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_tags?last=v2\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "868313d7-aced-481a-9679-e153f984e0db" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "v2", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:25.0744682Z", + "lastUpdateTime": "2021-05-10T15:39:25.0744682Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v2\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "aa4a0eecd16a6e54fd035b8ea981180a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "08f6ecc6-f0ba-4a62-acc7-4f511bc53c72" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c3ea7420dbf9001216694efe20e99b11", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:04 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "08c166ef-eff8-42c8-ba91-e7163c4bc561", + "x-ms-ratelimit-remaining-calls-per-second": "165.75" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI4NTNhYTAwZC0yODZkLTQ0OTUtOGRmMC05OTVjNWFkZTRlOGYiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzNjQsImV4cCI6MTYyMDY2NDg2NCwiaWF0IjoxNjIwNjYwMzY0LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.Fobvg99UrxTenCrgNj6A0qJuwXdTuylFwfNzAPt9CVIWJFIg6iJNzxQLCBDRmW0DCm92ZcsU5IBLVTJ4e5ONqbtxXbX_8iWpzedWnv557T_ytlX1fiUy7ape9i210vILVDniB6t51duUnk6s6bJDCDb-DekyFuXaFWeDaSSZZz6PBvOmzbsWgHOvB4NejkKJHOONknZPBPq4gKh1cUnPwa-p0geWeU4G4gtSjhQQR8K3w_0GfN_2F0QDWW2xsN6dvnVHaXodn9E1IjcMqXsnPEPUEVTP1Zm-KzZ5ghZmD5Eps530vjVnL-HtTJ0fsETWJ7zsoltgGDBW1oZrWve6Wg" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v2\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "aa4a0eecd16a6e54fd035b8ea981180a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "392", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_tags?last=v3\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "a9598598-d5df-410a-b9fd-9462adcfd633" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "v3", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:24.7211858Z", + "lastUpdateTime": "2021-05-10T15:39:24.7211858Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v3\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "89917b393473402d7ecf716d351d5bfa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "d5bfa8c8-30bf-4956-8a79-35cb59353162" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "9cc9b4bf93a5112afb49930083564e13", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:04 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "88bb1753-f0cc-40d9-a7c7-82578955c434", + "x-ms-ratelimit-remaining-calls-per-second": "165.733333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIzOGQ3MzVjYi05ZGM5LTRjNjUtOGRlZC03NDgzNTA3YjM5ZTgiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzNjQsImV4cCI6MTYyMDY2NDg2NCwiaWF0IjoxNjIwNjYwMzY0LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.HvqLHo98SeYNI4TxJGXBVlcrBlAIglIMhEftitEaFnvqCXWpZ7TfHEINvXivbAf1_KGCfzkPC_WSzCdFWpfxGUJSWpNGx6r_XUwsVsv23F1IC5MXTCMmZimeRcJnnSx4MxUwPznztW9zA018jUvuSqknDn1D3UdAun74QHWBUfi1L7-counrleQ15p5n_WvErk10GlF5K3kHDkxgvHB9yi54DuXQbzsWZ_NRhiDopmz30O6ycW79AUbjXyy5r8LxtL33TXc1tAyU9iG1rRBxX7lSyhOD_n0VxcQ4WgZHN2ICCDZzxpePdkTg3xmHiftMVpqcAC7Cu9ksW30osJc0rw" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v3\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "89917b393473402d7ecf716d351d5bfa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "392", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "11dcfa91-b180-4544-a6be-b47cff3eb9d0" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "v4", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:24.8594406Z", + "lastUpdateTime": "2021-05-10T15:39:24.8594406Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "RandomSeed": "111130852" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsStartingMidCollection(True).json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsStartingMidCollection(True).json new file mode 100644 index 000000000000..d2797369db58 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsStartingMidCollection(True).json @@ -0,0 +1,543 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "44d057b5f20535a769c756be14bf3099", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:57 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "fc3a3f5c-ac7a-49e7-a8ed-9f78eff934c2" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d4f6b3073ba3444885886866cfdd275a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:58 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "b800d43f-9ca4-4c10-b7a2-ca0833744091", + "x-ms-ratelimit-remaining-calls-per-second": "165.716667" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDExNzJ9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "1593136b707d293e612a5554c6077905", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:58 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "7c72f4f3-1d4f-4282-9aef-4d956562463a", + "x-ms-ratelimit-remaining-calls-per-second": "165.7" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI0ZTg2YTQzYS03MmY3LTQ3ODgtYTcxZS05MTk3Y2M2NThmOGQiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyOTgsImV4cCI6MTYyMDY2NDc5OCwiaWF0IjoxNjIwNjYwMjk4LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.QdelnldI9mSQ6WhofWuf3z9zG5ICAwjlDwGsHsvE8Gvbhvu7CGRDY20obWsIDzzevgtOm4f49h7jwMIhXIe4LHASZ-ql_XTCv8F9OlIERt5khKBEvoIye8zEcLF3s_0epxUsnE0Kuwe-2GwQqsHhNdwc0ur0hm3uD7jk8GLFXjwx9wgglo_-Z9crAgXih4Trl_pOqv2FT6u7GEhDHsdVheJWcs5qUnvHuH2DSIhS9VmIqdxluKe_t7fJJ-MfJzqWrYYGThNEZkVr8vE81qxeetLSXlb7485HKx45skUGCgfe3cTiqWG1XJ3Aq5s9f_q-qNOC5d32qoFKnq4zlWUQww" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "44d057b5f20535a769c756be14bf3099", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "393", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:58 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "3134fb5e-e7b8-430b-8d69-e15e25a78939" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tag": { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v1\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "5f86243c82867a420e8cbe7d8940668c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:58 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "7ed94ae8-16d0-4b5c-94d0-3e00282786c7" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0053fba01a2b971c74cc7379e5f47e7e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:58 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "dcb6e7cd-9865-4df8-866c-9743da0dce88", + "x-ms-ratelimit-remaining-calls-per-second": "165.683333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhZjQ2M2JhNi0yOTFjLTQwNDUtODRkOS0zNmU4OWMxMDg5OTciLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyOTgsImV4cCI6MTYyMDY2NDc5OCwiaWF0IjoxNjIwNjYwMjk4LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.XDcfy66jqfIQ-BZ8Nqj_BPePwfEd3HkT1iOnhXnNpO24sK623ZXNPsq8u29uDx2XsETtnUnn5MfWX4DKOalhbpVlIWGXL3yyEY78xa2ALbFcY4j0Z3Q9yMBlka8g5Pl7Ba_aMX1qnYZvgIEE4-CWv602K4SX_V9ZC5I5loouKor7jaUOPTXwsAP8Z4fso9KyoURfHoS7CH4Rehd4nFdjF0lf-9UZ12t7ec3zA-AfCF1exEpiXviRz4MC-k00EnryhZDz7RGR_4p-PmbIR0ZIKqIstLH4AOrFTP_p-Wzo0igMtTL2j63KrxFe9Bh5e5J6vQVeAkNWAqWM-epr00urOA" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v1\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "5f86243c82867a420e8cbe7d8940668c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "392", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:58 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_tags?last=v2\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "320d9dc7-46ad-42d1-afe7-cbc4867f8a5b" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "v2", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:25.0744682Z", + "lastUpdateTime": "2021-05-10T15:39:25.0744682Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v2\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ab2a620fc857e8d4d11907f1b1c19f20", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:58 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "63583398-de3e-44b7-b1a7-90f826896ff8" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "cab3c8c478b421da07eeeab90ec89419", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:58 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "78f61d2c-d4c7-4f01-9bb0-87b3cb4a0e16", + "x-ms-ratelimit-remaining-calls-per-second": "165.666667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI3MzIxNjMyYy00M2NmLTQ1YzgtYWE1OS1jZjE3Y2U3NzMyMmUiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyOTgsImV4cCI6MTYyMDY2NDc5OCwiaWF0IjoxNjIwNjYwMjk4LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.O6zAeTLlq6R3wLX9zTohertdOArO9n6_n6wlHEWpwUHvg5ZTaWP0hdRjFJCVETpPrK6m6O_XGNUEpqC92nP0VucIu3r8y5U9t2UfDEMEqwOQ_JRfUWh_5aTpEP8mjUQVGvamatxl_0nioVtB47rd6YPQUHNnvRrshes5eo_Ue905QFoHAMUiwhLTxC90Fyij6Q_7Tf9nHLM7oKhshRSgSJ4cHBpQYGoT7tx7zeTmmYLwhYIDVfValS3FZBxFXYhRFbdkpv73rYhb5rwmSe3AweRogMsL8JYz3t808G9vtXLmBOr3eQF4uRmookubJM25rmnmCzWksFgnTEf9pJJH1w" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v2\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ab2a620fc857e8d4d11907f1b1c19f20", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "392", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:58 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_tags?last=v3\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "d8d23261-40d4-45f2-a998-06a9f7ce35d8" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "v3", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:24.7211858Z", + "lastUpdateTime": "2021-05-10T15:39:24.7211858Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v3\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "276e400ebb16d835276a2f12122be5b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:58 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "fab315b5-fd72-4fc8-bb00-aa63467d4a0b" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "1db5522cb34196ca8808a368dd1bd908", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:58 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "e0e0350a-c818-439c-8fac-2e2725c4cd24", + "x-ms-ratelimit-remaining-calls-per-second": "165.65" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI3NDU1YWEzMi05MzJkLTQ2MDMtODc2Zi1jNjU0MzdhZDQyYTgiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAyOTgsImV4cCI6MTYyMDY2NDc5OCwiaWF0IjoxNjIwNjYwMjk4LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.LdXzkSSDDuRLvgS0voqP4aMjhhivAr6BZAzuUHofXi0TjfrJm5J2riSwNg-cwaagG4bqh50yU1rHvsjzUaeQHC7Ub7ao2zg7pwf7IfBo1P2fvsUh8IDHjbf4eO8Kik4RbnjyMavV6K8pn06wjkJljwhNn6Wv-IG5ns2JonpfxRtI0rPTXK4knEYCp7VMtqIV-lfgKdx__RBnRMQ3abgIDBbnMpdnrBwbhvfv513u2SivpEjGuaf1bmbtXaJoB4tI0aXWEtgjIzevts_DgS6xDGfdbg6KAHGUOYE85u4ZM9wZ0qjx87RZxEWT8Aytp5W-WJrb7o7ge-QVwHRFlz8R8Q" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v3\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "276e400ebb16d835276a2f12122be5b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "392", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:58 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "7fe566b2-2876-48ac-94bc-46490e4fb8d6" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "v4", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:24.8594406Z", + "lastUpdateTime": "2021-05-10T15:39:24.8594406Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "RandomSeed": "1626523583" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsStartingMidCollection(True)Async.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsStartingMidCollection(True)Async.json new file mode 100644 index 000000000000..780556bee999 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsStartingMidCollection(True)Async.json @@ -0,0 +1,543 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6b7b3aa2c682296cda1499b8a2a5f2b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:02 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "6369bb04-3c6b-4f3e-b7d2-d6229864b2fd" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "2e06a42d512b276de79dea7e5bb035d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:03 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "7898bdd4-f192-4ef1-83b3-37959d7712dd", + "x-ms-ratelimit-remaining-calls-per-second": "165.883333" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEyMzd9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "f29c14da4b749df9c2dfd4c3c7859141", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:03 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "676b8e04-9739-4372-b395-4b36991147f9", + "x-ms-ratelimit-remaining-calls-per-second": "165.866667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI4NjQ1ZDViZS03MDMzLTQ5ODMtYWI0OS0xNjhlMDgzZWVlY2MiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzNjMsImV4cCI6MTYyMDY2NDg2MywiaWF0IjoxNjIwNjYwMzYzLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.HbDp8f-BF3kuXjw49Lpmdv5E6iJzIknMXl_ODnqTx_5xJSdA2QTS8MIHPrPpQ1vslcnD6Vp7UfVbtHiHHdjzzZjGQWx76AvbvQwStxKf0N0-A_WavrHf0HfNjCyfdO6bx_BuUy1e34sg64OxwY7nh24dJndSAWXXKU7eecJZ5UVsgfL64XILvqTN5XcW4TyskoB6k0dzi4gT1Z1YUxJ_AtKMm9XLJ4B6LvlwNeWcYLqFu7ZzNHQdr6_YicyHni0Ng3GajHFTjT3CxOkk_Asxgrz8noy_ELJKkcDCN-N-wlgBb7Y3QfGpGR1brafN8LlxG33Y0tz7vq2ND-XqYSRo3g" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6b7b3aa2c682296cda1499b8a2a5f2b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "393", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:03 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "e2e8e8a1-c99d-43f1-8e27-c190930e5f36" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tag": { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v1\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6afc72f02656516fcd5483e5dcedcd2a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:03 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "e504524d-1e22-4ea2-87dc-3cbf58a90746" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "8ddec7de0009e145ab686b4c7ca95f62", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:03 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "c668aef8-794a-4c9d-862f-619a64b1c039", + "x-ms-ratelimit-remaining-calls-per-second": "165.85" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhNmNkNTkxZS02MzM3LTRkY2ItYWMyNi00ZTgyZjA0OTk4YTIiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzNjMsImV4cCI6MTYyMDY2NDg2MywiaWF0IjoxNjIwNjYwMzYzLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.gsGAvjB3VjmdvjmWzV9PWDnBVFAd20SQpUoUWggf9LmLuoNs0g_ZfqYSrR7Ihvr1UM6mQ-2ISLbpLuLZcWtzlbeNT9kQoaJpngVmNoP6895mF-3AESTwYgH4qwT4QC2HRnRnFdcvkICX-P6b-nXVOqBXLo5-hfhLV--PKJ7F3PmivtwvADTpgpkJZ2n1ttWsGYLZZosOBQ29KLjgUnrow-AcN-Wh4m4waOtDwzLt36_MfbczzC5nUdI-GGrhELiixhNVms_I3avVgzv965URh7ecBWo8O9vSLXAtxfzqjJ4pAHOm0dxGU7ntd2dLnGxjmxBFui_SFNPk4S99W8NjMg" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v1\u0026n=1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6afc72f02656516fcd5483e5dcedcd2a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "392", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:03 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_tags?last=v2\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "4af7b72e-490e-4f6c-9198-0902d3ec363b" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "v2", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:25.0744682Z", + "lastUpdateTime": "2021-05-10T15:39:25.0744682Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v2\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e98ea90bcbb4b37aa54b251fc813c1d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:03 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "45e78871-4dbf-4170-b989-35cda1470759" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "00e5aa1104a7f0382c1abfedba23d423", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:03 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "30b4c070-ea35-42e9-8ef0-aaf270581df8", + "x-ms-ratelimit-remaining-calls-per-second": "165.833333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI4MzJkYWMxZi0xNzRiLTQ5MDAtOWJkMS04OTc0Zjg5MmI1ZGUiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzNjMsImV4cCI6MTYyMDY2NDg2MywiaWF0IjoxNjIwNjYwMzYzLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.zP9N77wecXbMnIKPsO96O4Cx-wHG8eIVIcLDXNGzYkDbiYR0zZ-SgE1t3vdtXLY8G0AI0wvzc0hFQsfGPyBb8Gi5hUCQHDwCGEwTOyvUuRV3RA_cTQcmi7p2hl8i1sH9oGGS8xCnnheYL7snnK0LBVCUvXwML5e7V58m2PIEJ2Lr7zs5OHhpXaZRiK37PfSZc0ggowUWtu6bDKHsOeJEwmfwTjt_ZiWkOe3SQWyPpZ1MTg5Or3Tp6lQe7BDdQsYGheybaaSC7ZI3wQ38Z79vu1_my5yUs6Vnh6tua1yVU1hhEKWx3BbnfoeUVHS4LRHXNNoE0ZZncF4hrP-aIoRvJw" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v2\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e98ea90bcbb4b37aa54b251fc813c1d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "392", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:03 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library/hello-world/_tags?last=v3\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "411623b5-15f1-40ef-a41b-311a223ec22e" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "v3", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:24.7211858Z", + "lastUpdateTime": "2021-05-10T15:39:24.7211858Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v3\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "32d920f5e45f12754d2ae8bdda261997", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:03 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "392ab3fa-e52b-43f6-a9a3-3bd79853bc66" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d23b96a75ec307bb719ebc990c8cf881", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:03 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "33f06b02-3a84-4b3d-99f0-6e42742bb8d5", + "x-ms-ratelimit-remaining-calls-per-second": "165.816667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI1YmM4MGE3Yi1iMWM2LTQ1OGYtOTM3Ni1iYmM4NzQzNWJiNjYiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzNjMsImV4cCI6MTYyMDY2NDg2MywiaWF0IjoxNjIwNjYwMzYzLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.be_laBI-_4OfPwzNPKvl_LvCUrpILHRbdd0s_LV1RPm9LHk16st1gmIfK4DVMK7AOMKZgvTum4KFnrwfiCP5ybEFENeZo8bSBDWIAXkHBwp2fVe5IJIOS4UOtPFR39MtiAYVoUxyUkQ6prS4OcG0h9kdbMdN2dAVoQZMO_BWqmasvfmk9fZEQ92KEjB5ZXIQccwEjWCtKL5KuHedDzGJV3J9fEqIgqDkMyAnVv09nlIEXSBEbW5qeZNARq9iAB0Ww_OhihM2-BxDcf_yu0uLIrnSdy-xCsAHYgELmVqn2EdA8qyrUocblJmWr8vhznhC2ERbcwJtWYjhh_jg3rdb3Q" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library/hello-world/_tags?last=v3\u0026n=1\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "32d920f5e45f12754d2ae8bdda261997", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "392", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:03 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "1a44cf27-5f6e-4533-8d0c-9544cec032fd" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "v4", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:24.8594406Z", + "lastUpdateTime": "2021-05-10T15:39:24.8594406Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "RandomSeed": "813706521" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsStartingMidCollection.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsStartingMidCollection.json index 33f0ec5239bd..2dd5649b4433 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsStartingMidCollection.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsStartingMidCollection.json @@ -5,8 +5,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "922e13cd94a1d02993ed02bcc707e903", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:42 GMT", + "Date": "Thu, 06 May 2021 00:53:24 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "265080a4-2c1b-43bb-8b4f-47ef4d3d6380" + "X-Ms-Correlation-Request-Id": "2926186f-d301-4106-8570-d7ff6eac43ba" }, "ResponseBody": { "errors": [ @@ -56,7 +55,7 @@ "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0cf5bb2395341b9871120e9754258383", "x-ms-return-client-request-id": "true" }, @@ -65,15 +64,15 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:42 GMT", + "Date": "Thu, 06 May 2021 00:53:25 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "f24678b7-a85e-4bbe-852b-993bfe570de9", - "x-ms-ratelimit-remaining-calls-per-second": "164.616667" + "X-Ms-Correlation-Request-Id": "e3ec523a-56b1-4ef7-be62-4f41b9bf11f9", + "x-ms-ratelimit-remaining-calls-per-second": "164.916667" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjYzNDI0MDR9.Sanitized" } }, { @@ -83,7 +82,7 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5e12527b90ecd1ff797eab3abb2c7eed", "x-ms-return-client-request-id": "true" }, @@ -92,12 +91,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:42 GMT", + "Date": "Thu, 06 May 2021 00:53:25 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "b21b20e4-7437-497b-9b27-971d7ec9ac5e", - "x-ms-ratelimit-remaining-calls-per-second": "164.6" + "X-Ms-Correlation-Request-Id": "bcfa6a64-c9c7-4abe-8602-28c0e0af46cb", + "x-ms-ratelimit-remaining-calls-per-second": "164.9" }, "ResponseBody": { "access_token": "Sanitized" @@ -109,7 +108,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "922e13cd94a1d02993ed02bcc707e903", "x-ms-return-client-request-id": "true" }, @@ -125,7 +124,7 @@ "Connection": "keep-alive", "Content-Length": "393", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:42 GMT", + "Date": "Thu, 06 May 2021 00:53:25 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,7 +132,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "59d3369d-8709-40ef-90b5-270bc8673074" + "X-Ms-Correlation-Request-Id": "646d4916-7d63-4bf6-b594-3a206bc4e9a7" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -141,8 +140,8 @@ "tag": { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-06T00:53:01.4496936Z", + "lastUpdateTime": "2021-05-06T00:53:01.4496936Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -158,8 +157,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0ac570deddbf371f7b12218f85927b6e", "x-ms-return-client-request-id": "true" }, @@ -175,16 +173,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:42 GMT", + "Date": "Thu, 06 May 2021 00:53:25 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "b9a388ce-555a-4847-acf0-e4bf13ab6f29" + "X-Ms-Correlation-Request-Id": "a9e46ef7-b1d6-43e8-bf47-7ffd8a9fce8d" }, "ResponseBody": { "errors": [ @@ -202,33 +200,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "74407e6a8bf49317bb2493b5e95e6044", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:43 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "e5e191d4-f129-42e7-8658-81fabb1f46e8", - "x-ms-ratelimit-remaining-calls-per-second": "164.583333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -236,8 +207,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "e3b82193795f9dc433dbe2da6f704be7", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "74407e6a8bf49317bb2493b5e95e6044", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -245,12 +216,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:43 GMT", + "Date": "Thu, 06 May 2021 00:53:25 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "d7ee8ff2-bb4e-405f-abf2-3f90a7eefbcc", - "x-ms-ratelimit-remaining-calls-per-second": "164.566667" + "X-Ms-Correlation-Request-Id": "a0cfcb41-7a6f-466d-a22e-da90ee3efcb3", + "x-ms-ratelimit-remaining-calls-per-second": "164.883333" }, "ResponseBody": { "access_token": "Sanitized" @@ -262,7 +233,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0ac570deddbf371f7b12218f85927b6e", "x-ms-return-client-request-id": "true" }, @@ -276,9 +247,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "392", + "Content-Length": "390", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:43 GMT", + "Date": "Thu, 06 May 2021 00:53:25 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library/hello-world/_tags?last=v2\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -287,7 +258,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "3f87ec7c-83c2-4632-8653-a5d3d4f80420" + "X-Ms-Correlation-Request-Id": "18a41027-73be-4ec5-b9f2-575ac9da16db" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -296,8 +267,8 @@ { "name": "v2", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.9846021Z", - "lastUpdateTime": "2021-04-23T18:32:20.9846021Z", + "createdTime": "2021-05-06T00:53:02.722304Z", + "lastUpdateTime": "2021-05-06T00:53:02.722304Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -314,9 +285,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "3ccf3c020aeb53f859324e9b4a694d1d", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e3b82193795f9dc433dbe2da6f704be7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -331,16 +301,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:43 GMT", + "Date": "Thu, 06 May 2021 00:53:25 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "7b4a9e1d-7360-4fdb-af9c-d55f08817485" + "X-Ms-Correlation-Request-Id": "7153bea0-ba3b-4f2b-9a27-237e049ae786" }, "ResponseBody": { "errors": [ @@ -358,33 +328,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "64fbdcb198d9f10fbaa34119a83c234a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:43 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "73b4d14f-f79f-4159-a647-b401ce223eb7", - "x-ms-ratelimit-remaining-calls-per-second": "164.55" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -392,8 +335,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "acb3acd8238e89582865892d2a2853ca", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3ccf3c020aeb53f859324e9b4a694d1d", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -401,12 +344,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:43 GMT", + "Date": "Thu, 06 May 2021 00:53:25 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "95b6f8b7-f58b-4361-ad97-d999ffee22a0", - "x-ms-ratelimit-remaining-calls-per-second": "164.533333" + "X-Ms-Correlation-Request-Id": "0d652cb8-0cda-410b-b656-761ee78912aa", + "x-ms-ratelimit-remaining-calls-per-second": "164.866667" }, "ResponseBody": { "access_token": "Sanitized" @@ -418,8 +361,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "3ccf3c020aeb53f859324e9b4a694d1d", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e3b82193795f9dc433dbe2da6f704be7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -434,7 +377,7 @@ "Connection": "keep-alive", "Content-Length": "392", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:43 GMT", + "Date": "Thu, 06 May 2021 00:53:25 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library/hello-world/_tags?last=v3\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -443,7 +386,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "ebe6b1c6-2fbf-4d4b-89f3-c18c4f613986" + "X-Ms-Correlation-Request-Id": "9f8cac60-ae31-4e64-a5f5-2d64f6e7ee25" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -452,8 +395,8 @@ { "name": "v3", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.6929751Z", - "lastUpdateTime": "2021-04-23T18:32:20.6929751Z", + "createdTime": "2021-05-06T00:53:02.4515253Z", + "lastUpdateTime": "2021-05-06T00:53:02.4515253Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -470,9 +413,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "9228c58de7756a0d2dde8248c9deaa1c", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "64fbdcb198d9f10fbaa34119a83c234a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -487,16 +429,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:43 GMT", + "Date": "Thu, 06 May 2021 00:53:25 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "84742a81-f0ee-4958-a327-b4bded282af0" + "X-Ms-Correlation-Request-Id": "8490d71d-2dd4-40d8-b87f-f4215aac8f80" }, "ResponseBody": { "errors": [ @@ -514,33 +456,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "9dc3030ea1b58e8e83713b730ee1c791", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:43 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "f4abf9ab-18de-49a3-b1a0-3826d082d422", - "x-ms-ratelimit-remaining-calls-per-second": "164.516667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -548,8 +463,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "e28c764f9114f1d59f487eb0a110c049", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "acb3acd8238e89582865892d2a2853ca", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -557,12 +472,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:43 GMT", + "Date": "Thu, 06 May 2021 00:53:25 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "6efaabc7-6a60-4112-b77c-b1837bcdc033", - "x-ms-ratelimit-remaining-calls-per-second": "164.5" + "X-Ms-Correlation-Request-Id": "c7cbd994-1992-4293-8c3b-50fd0eb72fa0", + "x-ms-ratelimit-remaining-calls-per-second": "164.85" }, "ResponseBody": { "access_token": "Sanitized" @@ -574,8 +489,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "9228c58de7756a0d2dde8248c9deaa1c", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "64fbdcb198d9f10fbaa34119a83c234a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -590,7 +505,7 @@ "Connection": "keep-alive", "Content-Length": "392", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:43 GMT", + "Date": "Thu, 06 May 2021 00:53:25 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -598,7 +513,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "268e8551-4d71-4f2c-bfd9-16a2639331b9" + "X-Ms-Correlation-Request-Id": "84f9069b-0730-4d57-bd13-75f046f85982" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -607,8 +522,8 @@ { "name": "v4", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.5539173Z", - "lastUpdateTime": "2021-04-23T18:32:20.5539173Z", + "createdTime": "2021-05-06T00:53:02.5327704Z", + "lastUpdateTime": "2021-05-06T00:53:02.5327704Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsStartingMidCollectionAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsStartingMidCollectionAsync.json index c00fd4886374..d7771998fb36 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsStartingMidCollectionAsync.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsStartingMidCollectionAsync.json @@ -5,8 +5,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3cdaf1118a38fd172fd3336d5ca4cfba", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:37 GMT", + "Date": "Thu, 06 May 2021 00:54:17 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "342ea82c-a0f2-4be9-bb2f-a42feaa68861" + "X-Ms-Correlation-Request-Id": "d840839c-9c3e-4954-970d-666ff5fd3c33" }, "ResponseBody": { "errors": [ @@ -56,7 +55,7 @@ "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7863f5873544ffa3069c23c3bee6b9de", "x-ms-return-client-request-id": "true" }, @@ -65,15 +64,15 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:37 GMT", + "Date": "Thu, 06 May 2021 00:54:17 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "e1b32579-3e8b-4e63-806f-c29b50aca2a5", - "x-ms-ratelimit-remaining-calls-per-second": "165.6" + "X-Ms-Correlation-Request-Id": "b87b2021-34c3-4d7d-95a7-9750e3691023", + "x-ms-ratelimit-remaining-calls-per-second": "165.55" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjYzNDI0NTd9.Sanitized" } }, { @@ -83,7 +82,7 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1bb21eba0b2a4ea8408106b602bfdf36", "x-ms-return-client-request-id": "true" }, @@ -92,12 +91,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:37 GMT", + "Date": "Thu, 06 May 2021 00:54:17 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "8053ad6e-f709-4c1c-8d6a-7f790b53434a", - "x-ms-ratelimit-remaining-calls-per-second": "165.583333" + "X-Ms-Correlation-Request-Id": "c6d59396-2466-49b7-bfe5-48754cdb9bf6", + "x-ms-ratelimit-remaining-calls-per-second": "165.533333" }, "ResponseBody": { "access_token": "Sanitized" @@ -109,7 +108,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3cdaf1118a38fd172fd3336d5ca4cfba", "x-ms-return-client-request-id": "true" }, @@ -125,7 +124,7 @@ "Connection": "keep-alive", "Content-Length": "393", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:37 GMT", + "Date": "Thu, 06 May 2021 00:54:17 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,7 +132,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "a04e54e6-e73f-4074-bb02-248ad01444ba" + "X-Ms-Correlation-Request-Id": "890ce45f-ed3c-477b-a0e6-985ead76a683" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -141,8 +140,8 @@ "tag": { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-06T00:53:01.4496936Z", + "lastUpdateTime": "2021-05-06T00:53:01.4496936Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -158,8 +157,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "18f5fc981f54dcae4ddb359b66543f48", "x-ms-return-client-request-id": "true" }, @@ -175,16 +173,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:37 GMT", + "Date": "Thu, 06 May 2021 00:54:17 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "da92263a-735d-477e-904b-fe16b5d921a2" + "X-Ms-Correlation-Request-Id": "7b8a688c-4e4d-4ed1-aaae-8ddd6bf125aa" }, "ResponseBody": { "errors": [ @@ -202,33 +200,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "3eb2541ab3f17c8f4c1438c32eedfc46", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:37 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "782b4a98-1206-4970-bd2c-09e374a2a685", - "x-ms-ratelimit-remaining-calls-per-second": "165.566667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -236,8 +207,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "c22aedbda1f19b896fd5ce4fd50ce8eb", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3eb2541ab3f17c8f4c1438c32eedfc46", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -245,12 +216,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:37 GMT", + "Date": "Thu, 06 May 2021 00:54:17 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "ed14624a-8108-42bb-9cae-9a6cb2f4d079", - "x-ms-ratelimit-remaining-calls-per-second": "165.55" + "X-Ms-Correlation-Request-Id": "52bb5a5c-2ea0-4eec-8bdf-a458be045667", + "x-ms-ratelimit-remaining-calls-per-second": "165.516667" }, "ResponseBody": { "access_token": "Sanitized" @@ -262,7 +233,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "18f5fc981f54dcae4ddb359b66543f48", "x-ms-return-client-request-id": "true" }, @@ -276,9 +247,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "392", + "Content-Length": "390", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:37 GMT", + "Date": "Thu, 06 May 2021 00:54:18 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library/hello-world/_tags?last=v2\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -287,7 +258,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "d3f02397-d7b2-4975-ae03-07ab9e188133" + "X-Ms-Correlation-Request-Id": "402b408d-f246-43b9-b8f6-7de8b4b9257f" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -296,8 +267,8 @@ { "name": "v2", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.9846021Z", - "lastUpdateTime": "2021-04-23T18:32:20.9846021Z", + "createdTime": "2021-05-06T00:53:02.722304Z", + "lastUpdateTime": "2021-05-06T00:53:02.722304Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -314,9 +285,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "ae9bbd42a10de5456c79cb40e6ebae5f", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c22aedbda1f19b896fd5ce4fd50ce8eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -331,16 +301,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:37 GMT", + "Date": "Thu, 06 May 2021 00:54:18 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "d6ce9847-59f2-431e-923e-b91c7bf88160" + "X-Ms-Correlation-Request-Id": "9fece4c3-f485-4eb5-b6b2-0192b7d68d1c" }, "ResponseBody": { "errors": [ @@ -358,33 +328,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "79deefde7d297957cb17ce1be53fa640", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:38 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "9c1f709c-d042-4999-a910-cd29c766b85c", - "x-ms-ratelimit-remaining-calls-per-second": "165.533333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -392,8 +335,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "71814c2c4e511b39a7455578d649b483", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ae9bbd42a10de5456c79cb40e6ebae5f", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -401,12 +344,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:38 GMT", + "Date": "Thu, 06 May 2021 00:54:18 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "ff40d78b-f655-4047-b692-c4af2edf2ce7", - "x-ms-ratelimit-remaining-calls-per-second": "165.516667" + "X-Ms-Correlation-Request-Id": "8e97c980-72ee-409c-b6ff-faca6c2ca6c9", + "x-ms-ratelimit-remaining-calls-per-second": "165.5" }, "ResponseBody": { "access_token": "Sanitized" @@ -418,8 +361,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "ae9bbd42a10de5456c79cb40e6ebae5f", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c22aedbda1f19b896fd5ce4fd50ce8eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -431,10 +374,10 @@ "Link", "X-Ms-Correlation-Request-Id" ], - "Connection": "close", + "Connection": "keep-alive", "Content-Length": "392", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:38 GMT", + "Date": "Thu, 06 May 2021 00:54:18 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library/hello-world/_tags?last=v3\u0026n=1\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -443,7 +386,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "6f0c85c1-ef0e-4451-8844-5bd64f609566" + "X-Ms-Correlation-Request-Id": "e80cf361-01ac-4410-bc92-b2b7e8e9630f" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -452,8 +395,8 @@ { "name": "v3", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.6929751Z", - "lastUpdateTime": "2021-04-23T18:32:20.6929751Z", + "createdTime": "2021-05-06T00:53:02.4515253Z", + "lastUpdateTime": "2021-05-06T00:53:02.4515253Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -470,9 +413,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "e6716e276e2dc5c26622e2f5d329ff2c", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "79deefde7d297957cb17ce1be53fa640", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -487,16 +429,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:38 GMT", + "Date": "Thu, 06 May 2021 00:54:18 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "04e5cf00-416c-4e95-a724-bab20d6e507b" + "X-Ms-Correlation-Request-Id": "0273f074-5ad1-4992-9915-5e0b0c55cfb9" }, "ResponseBody": { "errors": [ @@ -514,33 +456,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "99148ad33c6a900eb5c2d1e327dfa381", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:38 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "b61af844-8563-4989-ba11-852d2976c3aa", - "x-ms-ratelimit-remaining-calls-per-second": "165.633333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -548,8 +463,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "76f34a62bfcebd138abb0a2e6b43487d", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "71814c2c4e511b39a7455578d649b483", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -557,12 +472,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:38 GMT", + "Date": "Thu, 06 May 2021 00:54:18 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "38b516d3-ada8-42fe-a729-080beda11302", - "x-ms-ratelimit-remaining-calls-per-second": "165.616667" + "X-Ms-Correlation-Request-Id": "edcbbab4-e19a-4af3-be6e-644d547bcc72", + "x-ms-ratelimit-remaining-calls-per-second": "165.483333" }, "ResponseBody": { "access_token": "Sanitized" @@ -574,8 +489,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "e6716e276e2dc5c26622e2f5d329ff2c", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "79deefde7d297957cb17ce1be53fa640", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -590,7 +505,7 @@ "Connection": "keep-alive", "Content-Length": "392", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:38 GMT", + "Date": "Thu, 06 May 2021 00:54:18 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -598,7 +513,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "75c38fb3-8501-46e4-bb21-7571b9836b9a" + "X-Ms-Correlation-Request-Id": "fc9545e7-cec2-4699-91f1-5a8fe7398493" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -607,8 +522,8 @@ { "name": "v4", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.5539173Z", - "lastUpdateTime": "2021-04-23T18:32:20.5539173Z", + "createdTime": "2021-05-06T00:53:02.5327704Z", + "lastUpdateTime": "2021-05-06T00:53:02.5327704Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsWithCustomPageSize(False).json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsWithCustomPageSize(False).json new file mode 100644 index 000000000000..117f2be183ce --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsWithCustomPageSize(False).json @@ -0,0 +1,582 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "77a24b44352f718101ab441b47ffdc25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:00 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "729461f3-7083-4984-8a1e-84a7372c73b2" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "612b8ddbb747655764a17df3aac2f1ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:00 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "12f233ee-9ca3-4193-ad62-93e4aa81af6a", + "x-ms-ratelimit-remaining-calls-per-second": "165.75" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDExNzJ9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "5d5e0b3030d819b74dfe90a9769f5ddf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:00 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "91863568-fa84-4c6a-90b8-73148260ff6a", + "x-ms-ratelimit-remaining-calls-per-second": "165.733333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIwZDQ2NmVlYy1lNTRiLTQ5OWYtOGJmYS01MTc2NWFiNTA4YjMiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMDAsImV4cCI6MTYyMDY2NDgwMCwiaWF0IjoxNjIwNjYwMzAwLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.lun06y1sfqBaWc29ky68mPeTuv0sR6DmlYhWs2IDaf7QFdfby7yf8ZiqozUYLo6B5rKCUy49bAA2bQUXdScbQOL-gsJ_GZpiDCeaOVu942SOcJif0ZjY-m6Z1PsMq4LS0MyxcYLXNCT81S0RgJ2SBfxBuqz99ZPm-K4JDJxjRgE5jEVIBwFmuv0BEiYnPKIcimaDtZR0mVWiYRyEXEbW6L5YqT3SOAAaHuQ-vUPeSStQ5n2Q2HHMcA988qMW8iBWG97WunuSJQ5dR2AtwWwUgafAQ-iOxjAL-AyyWLpTsSSEbNoeMnyxaSCBKO_XXJt1R-9aFxSQ67ONXVj6qqiXxg" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "77a24b44352f718101ab441b47ffdc25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "393", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:00 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "65a2e954-20a3-4207-a5f8-1b81a476d7a9" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tag": { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags?n=2\u0026digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e1ae9d9313ea8d5cf43c128db88dc73f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:01 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "5a05706b-807a-40c0-8edd-6df6470b283c" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3beb58ba7fa0aa4cd512134926adefc5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:01 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "05905dc6-37f4-420f-a278-fb64cdc1e260", + "x-ms-ratelimit-remaining-calls-per-second": "165.716667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJkM2ExYTU4MS04MGFmLTQ1OTMtYmNiNy05NGRkNDg4YTUzZWEiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMDEsImV4cCI6MTYyMDY2NDgwMSwiaWF0IjoxNjIwNjYwMzAxLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.GmjbWBwTzYwEpaBLg0J73eOrr_VnloWaLfgxY4JNmI633dZTjKkWQNFZOhTwyczTHa6rOfe6eKOmr6FDMCtwtyY89WlxhRQcLyLDtvkeXA1oOhTlBfDjQUs_yZsR1Z4nGptQYkR3y8O5LDfQtV_aQzWhlBTDWAzqgGVkv5Y_ouS-u1oDUZVdolXfA4zOHatjrZEp7xphd1HsfClXMufSot4SalebMAfM9xLwNuIQjlV5lLimd2Odd1lRJb1klele3kZU9cv0O_D-zuTBXruDsiVY1flZGGq64-xXkDH9uo0Xf5uRPyJGo6PKwvUAEJmN2LIcixWhO6Zu6T72Vj_YUA" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags?n=2\u0026digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e1ae9d9313ea8d5cf43c128db88dc73f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "709", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:01 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_tags?last=newest\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "3a81f983-7371-4906-8dc3-5ffbd2ffadeb" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "newest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:50.1872003Z", + "lastUpdateTime": "2021-05-10T15:39:50.1872003Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags?last=newest\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0c609d430f141d02afd1689b1e2961c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:01 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "372dd3af-26fe-42f3-9f5a-3807c80823f6" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "1eee513622b4143e50030cd7ff136746", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:01 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "35d232f2-4a3d-4106-bf85-1504eb139412", + "x-ms-ratelimit-remaining-calls-per-second": "165.7" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI4NmU3Y2U4My1mMDc4LTRkZjAtYWRlNC1jZTY2OTVlMjUwMmIiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMDEsImV4cCI6MTYyMDY2NDgwMSwiaWF0IjoxNjIwNjYwMzAxLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.k7eDqp0dtcXgXBEOtG_JisHkDeZowEQMEeUQ26tcRVrer2TbYV3rqMzeG5T03y1Rs9J-3wvKIi2hm4888M7kESFtz4mXxEw2cRcTS3O_6EcvKSx22YP9l70BkfvBia6sWV7j072kOLxgcwAI9ktR5uegm84zRsURfR-FBvH031HeI4xWX84BcMgD2yv_lUPSeCW1-cz7KkFe1sUaap2uIkAKe6-Qx4UI7s0mjRPQtAgMW6TiFT3Py9pQwEJMG9IrjFDiJetkgcEbvCcf9QdtggGO1hEd2yCXdyBad3YOpo8r68B-nAwD0RIQGOHYHAiUuz6ZppbniJ9LgSNjtI5_uQ" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags?last=newest\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0c609d430f141d02afd1689b1e2961c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "701", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:01 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_tags?last=v2\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "6e54d988-c73a-4405-a7f2-c4789fa7a769" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "v1", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:25.1357818Z", + "lastUpdateTime": "2021-05-10T15:39:25.1357818Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v2", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:25.0744682Z", + "lastUpdateTime": "2021-05-10T15:39:25.0744682Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags?last=v2\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "1a4a4d4dbb2dab2b55cd8ccf16b18cac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:01 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "d0542fa8-2719-450c-89c4-fe3e3f1c7358" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d51253b1d0bf21115f4cbb10032a1d9b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:01 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "9ab3ceca-71f4-49f3-bff9-80b0d884de55", + "x-ms-ratelimit-remaining-calls-per-second": "165.683333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIxYTE4ODBkOC1lN2NhLTQwYWItOWZmZC1mNGNjOWZmMDUwNjAiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMDEsImV4cCI6MTYyMDY2NDgwMSwiaWF0IjoxNjIwNjYwMzAxLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.mNASWAR6biq83JhuuoWzfve_vJgcYgUE8qWKDzdIUCEq2zt4cvCPbrco2yzyL3FhhA9Aej3y3976fIyuwCNLnNGR-Tj3RYE_N4EURi6c1jPE0vmUqPgkYldd53aC_88nTLsFHNENNB0VzTi7nUvCVH3Kfz2TgbicyGIu7qAwWuu41OJ0JveFNQrgiCqmpsn3vgTudSbjw0y3hkvWiZMZ9Vdvx58sKCD_nCRrnJHodyELNRpd8_Znfe6zh5uk_doGOW_D_SYIH8icGpRtMEccvOLAYcifUaIXjAu58GA4sy6rEzuiqboK_tNg-Ga-rAY0i6ovOUUNAUI_Qil5cSeGdg" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags?last=v2\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "1a4a4d4dbb2dab2b55cd8ccf16b18cac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "close", + "Content-Length": "701", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:01 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "1c0a422a-93d5-466c-8f58-ba058d308748" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "v3", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:24.7211858Z", + "lastUpdateTime": "2021-05-10T15:39:24.7211858Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v4", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:24.8594406Z", + "lastUpdateTime": "2021-05-10T15:39:24.8594406Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "RandomSeed": "1994312384" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsWithCustomPageSize(False)Async.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsWithCustomPageSize(False)Async.json new file mode 100644 index 000000000000..aa6a39d51355 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsWithCustomPageSize(False)Async.json @@ -0,0 +1,582 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c1911aa934f3627766f5f383e7e3c56d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:06 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "227eda8c-34d9-4c42-956c-4b456e001285" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "80", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "1846f1776c397d224f3a8a50278d4369", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:06 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "4ce2af47-b1a8-47d4-82df-47c73bd791ac", + "x-ms-ratelimit-remaining-calls-per-second": "165.65" + }, + "ResponseBody": { + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEyMzd9.Sanitized" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "fa8944fc55ca251d04410cd0589464ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:06 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "218e6528-deb7-4d54-9e0a-6c8108650282", + "x-ms-ratelimit-remaining-calls-per-second": "165.633333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI0NGY0ZTA3Ny05Y2M3LTRhZTItOTliOC1lY2FiZmUzMjZlOTciLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzNjYsImV4cCI6MTYyMDY2NDg2NiwiaWF0IjoxNjIwNjYwMzY2LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.46PPAMpaozLzBG57w4LmbZK86vNXQ-YqGy2Zvor3P19OsyOqNkufBTY__hRFMYpAfms3mF3yaFk4NtE8ZThtPRW3ibX_I5_4zjvnJF-jdiLliKmO9sGxgs7pcTAvZYkn_SepiweSqX54wl4Rvn-T33PwDIt5zDe9T0e5VJep_8MnZxl5rUbTMa2EhtqpSNq5YL8QqasyUEP_U6KF6Uar5hRF7T4-77sKPy3drO0qgM5baIsbSrDTb3MAYedn4REPSyyFfoZS1SMQHVuf59rqw8HKLZf8jPT35uOrCX8t-dzI3p7fIxe-UYaU4WNzMtJyOYrwvNm46x0bnsOEBV_8Xw" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c1911aa934f3627766f5f383e7e3c56d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "393", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:06 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "a213f73a-ec75-40b8-82a3-b9836185fab7" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tag": { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags?n=2\u0026digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ddd85acbf7563d8ef71372b9aa263ad8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:07 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "fd31f48c-648d-4cec-b796-a3438900e664" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a28789b1ca5921a3d42114f75f5225bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:07 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "44d68415-cbf2-42dc-a3d6-e710217a1c80", + "x-ms-ratelimit-remaining-calls-per-second": "165.616667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIzMGUyZjdiMy0xZmU5LTRjNDctYTRlMy1hZGZmZjBmNjIwM2MiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzNjcsImV4cCI6MTYyMDY2NDg2NywiaWF0IjoxNjIwNjYwMzY3LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.2gMp17swfczHo7lAUqwV6IUSSt3iWmmkBRCMFR2hdDugZ0pfrW2hz2D0EhGeLoCoFnMfcGKl_6dcGLNtpTUfx5R15BgI1SPua9a60tEXFnuhF8WAeDtpntKeQxaNmQaA9lHuOjbTIgtEEoOcI397NMCEUqzmrBdhhFjazqCHEH4xAUDcdLOF9phq5eOliKlrUZZKfUc8ePPIDOHwLGNl68zRPsZT7PsFQ0vnxkNQSdWULnBhFXRmzb3Y-jbyGzWqKTjdOqOnfgcyOMQtURRmp4Ku3GsmV6SLEFpcBw48pvs51W8q5g2Ofm-LR8JEYFpPebqzb1kdBdAFDQFQ_8A1TQ" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags?n=2\u0026digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ddd85acbf7563d8ef71372b9aa263ad8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "709", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:07 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_tags?last=newest\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "10ad052b-b3ca-4cf9-b0c1-19f385f184cd" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "newest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:50.1872003Z", + "lastUpdateTime": "2021-05-10T15:39:50.1872003Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags?last=newest\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "cd85bbd566b50413b64c02b6e3647ade", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:07 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "71835e10-53ee-4a1e-9c2d-82ce0f2ed531" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "cf1f3307c10c0074b6b60934e396dda5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:07 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "37e709bb-9d48-4eac-bd3f-aa399b3f241b", + "x-ms-ratelimit-remaining-calls-per-second": "165.6" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI3YjZhYTg5OC03ZThlLTRlMGUtOTQ0NS03NThmMjc3ZjVjYzQiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzNjcsImV4cCI6MTYyMDY2NDg2NywiaWF0IjoxNjIwNjYwMzY3LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.GVAIG9AKBNMPIAKES8SNtX9K7_PFCHB8hA3pcK-iHTLaj9xNiUzrM8hzZhRsAN_Rms1tEsTfK1EnbL6AF3XmxE5_P-wnkl0upGR2Gzu40IpZu6SxHlsdcYxxKv06BUI_oGDviEln4ZG7JVV_fZMddO9uCyzbokqVBhXFF_LUnMhnc6fRdChZaVl08XujHwX2S1EGRopjkuuErtcQ_O-WTA3Qm0f7gHJLNlyIj6DaYTBf4BnUYUeCkgI8BdHDWUkO-svi2YAOj63qOuk-HBMinjX-ArYg_Nd3j8fFhpTQeZ8zm5woO0hFCS4ZRNKrR8NJZoXvvnAFUWC6ycpmamhXiQ" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags?last=newest\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "cd85bbd566b50413b64c02b6e3647ade", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "701", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:07 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_tags?last=v2\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "acfb91f1-e42c-44cf-bbb5-aacee1993ba8" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "v1", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:25.1357818Z", + "lastUpdateTime": "2021-05-10T15:39:25.1357818Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v2", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:25.0744682Z", + "lastUpdateTime": "2021-05-10T15:39:25.0744682Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags?last=v2\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "eee3b6ee6da14b237582ec0cc8ed3e6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:07 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "97e2c653-6e6c-4058-bfe6-1cdfa9f9b176" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "2bf035a6553213ae478516ff5dde201f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:07 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "0fe0c46c-12f7-4538-a27a-d22220af40fd", + "x-ms-ratelimit-remaining-calls-per-second": "165.583333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJlOTQzNjU3ZC04ZmE2LTQ2MzEtOTUyYi1mMmFkZjQyMTFlZDciLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzNjcsImV4cCI6MTYyMDY2NDg2NywiaWF0IjoxNjIwNjYwMzY3LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.duitJpehdXHoYUbaQuv7D_PEmDAv33sNzHsulWj-7bg-8aG6_-PdnumG25TPz_VqcPgefqedGlazR10sIrOHz-kZUoFFQtZ6fY49eCXxrIIUxQEqP_j7Kp-tsuFZPYeTxqg7pO76aVeqNMC5_qcp7OWVyMB1ShQ18sxaQRm6vHn9yatKX_2cEmDc1tISUivtO1gjR8R_3omuh_4qRK8SJ1SjHpnYz3uh2lAMj0QE96ClPZIwKSkq4b0OcjwK_5tpMD_hB4D_tLpiFpy3IuIIsnzZragjHJHAelc8uqdQzPZh7ffuwktxpYnvy-8FzfernqS6gfFVBh5yJ3Ntn_eLHQ" + } + }, + { + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags?last=v2\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "eee3b6ee6da14b237582ec0cc8ed3e6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "701", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:07 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "2f82da69-ff0e-4285-9b14-a2485104c9cd" + }, + "ResponseBody": { + "registry": "localtestacr04.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "v3", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:24.7211858Z", + "lastUpdateTime": "2021-05-10T15:39:24.7211858Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v4", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-10T15:39:24.8594406Z", + "lastUpdateTime": "2021-05-10T15:39:24.8594406Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", + "RandomSeed": "867645027" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsWithCustomPageSize(True).json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsWithCustomPageSize(True).json new file mode 100644 index 000000000000..688e5f318ced --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsWithCustomPageSize(True).json @@ -0,0 +1,555 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c971592b4c0578135759c552bb5dfac8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:39:59 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "302831bc-4d21-4378-86a4-71d20d9e28ef" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "208682a2a5486bc8dfaa9bc75c7fae76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:00 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "76666449-d8cd-45af-87ef-9e8b0f7ec8e8", + "x-ms-ratelimit-remaining-calls-per-second": "166.5" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c971592b4c0578135759c552bb5dfac8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:00 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "21a2e3b5-8999-48db-bcb5-742975f5859d" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "tag": { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:37.7415439Z", + "lastUpdateTime": "2021-05-07T19:07:37.7415439Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags?n=2\u0026digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "82ea946403e19bd47ea5ad7e0b8eb4f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:00 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "c032473c-5c7e-442b-86c4-0eb8ac326fcc" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0fd04206389b85ac9106e95ab04b1cd7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:00 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "c4ce64a2-3d45-4acf-b5d2-61acfc1d9739", + "x-ms-ratelimit-remaining-calls-per-second": "166.483333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags?n=2\u0026digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "82ea946403e19bd47ea5ad7e0b8eb4f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "713", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:00 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_tags?last=newest\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "4484f0d8-7cbc-407d-b37c-77dbb81dc4e7" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:37.7415439Z", + "lastUpdateTime": "2021-05-07T19:07:37.7415439Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "newest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-08T00:24:56.1702111Z", + "lastUpdateTime": "2021-05-08T00:24:56.1702111Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags?last=newest\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "27ed4faa78739ee7adeba2a2f7495f50", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:00 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "e1a6eec0-0678-49b0-9ce6-4f123126d7df" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "19c1a5f69eaf2bdae764f1db1a7aeb32", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:00 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "6c38d919-a338-49d1-adcd-eec1bb4b1692", + "x-ms-ratelimit-remaining-calls-per-second": "166.466667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags?last=newest\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "27ed4faa78739ee7adeba2a2f7495f50", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "703", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:00 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_tags?last=v2\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "5c1cb98f-f7f0-435e-b0bc-f4afdfa33285" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "v1", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:38.2864098Z", + "lastUpdateTime": "2021-05-07T19:07:38.2864098Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v2", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:39.887259Z", + "lastUpdateTime": "2021-05-07T19:07:39.887259Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags?last=v2\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "bcd3d6898ca08d825b3162b0960a8d47", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:00 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "cc2bdb71-4743-488a-9fce-1e6e640540c4" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0a6498a6028a0c2874c1400e860c8433", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:00 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "a41ec383-b744-4f18-8615-6db8e014ae09", + "x-ms-ratelimit-remaining-calls-per-second": "166.45" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags?last=v2\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "bcd3d6898ca08d825b3162b0960a8d47", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "705", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:00 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "23263034-6fb7-4536-99dd-ecc560e5201c" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "v3", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:40.5916505Z", + "lastUpdateTime": "2021-05-07T19:07:40.5916505Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v4", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:39.1419449Z", + "lastUpdateTime": "2021-05-07T19:07:39.1419449Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "347950786" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsWithCustomPageSize(True)Async.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsWithCustomPageSize(True)Async.json new file mode 100644 index 000000000000..ec0f6d4fae18 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsWithCustomPageSize(True)Async.json @@ -0,0 +1,555 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "10b933adb9b006db2ba9dcc6f5b801f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "a43ce67a-b262-40c9-a455-f5667ff71ac3" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d89ff65bed4ef0593e63bf9bc15ad0b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:04 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "82486952-e947-4955-8e8c-1527bc51da02", + "x-ms-ratelimit-remaining-calls-per-second": "166.216667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJiMDc1YzFmNC1mMTIzLTQxMzYtOTBlOC05ODI1MjNmNGQzODAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMzY0LCJleHAiOjE2MjA2NjE1NjQsImlhdCI6MTYyMDY2MDM2NCwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.b-kIdXRNAquS2Rxp6aQFlaYDQwc9dBayNbnBgl7CpEbd426SrjhgOSwxrY-hUz2ZyGmWqUPaJaxOvO4DsW1dLrwgSPeHi7jzqXsMMyeQXSZyhys-viBaVkoiBRvz1o3zTTGCoEH6C74APvYQkzAxNPLRZScPjb213DLP-f1zb1w7Hazmmrr_WcVHAhq5eTr6XYZfuoMZBNlZlO1WC8XAxtKhH54rSqfjjuA1cjo2EdAT92tpCelknEhat-nL0KStbzBwPrwAu4katgaGJZFTOsyLCYFKRthP93YrttKsKR1D-oPKPQK-RlgyubCJ5d1ZKKRiYcmvRsI1UbIMDCNqfg" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "10b933adb9b006db2ba9dcc6f5b801f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "88573605-b394-4cfe-9cbf-768baef728fb" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "tag": { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:37.7415439Z", + "lastUpdateTime": "2021-05-07T19:07:37.7415439Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags?n=2\u0026digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d046f57ff21e864e1d0d7de9f0f5dfd0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:04 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "65280256-9c97-4549-b002-09a9072e8195" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0f0a2936be78bfbad9c9d24dfa3f45d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:04 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "8fe6a3c1-cffe-476b-8576-e2c46cbfd9a5", + "x-ms-ratelimit-remaining-calls-per-second": "166.2" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJiMDc1YzFmNC1mMTIzLTQxMzYtOTBlOC05ODI1MjNmNGQzODAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMzY0LCJleHAiOjE2MjA2NjE1NjQsImlhdCI6MTYyMDY2MDM2NCwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.b-kIdXRNAquS2Rxp6aQFlaYDQwc9dBayNbnBgl7CpEbd426SrjhgOSwxrY-hUz2ZyGmWqUPaJaxOvO4DsW1dLrwgSPeHi7jzqXsMMyeQXSZyhys-viBaVkoiBRvz1o3zTTGCoEH6C74APvYQkzAxNPLRZScPjb213DLP-f1zb1w7Hazmmrr_WcVHAhq5eTr6XYZfuoMZBNlZlO1WC8XAxtKhH54rSqfjjuA1cjo2EdAT92tpCelknEhat-nL0KStbzBwPrwAu4katgaGJZFTOsyLCYFKRthP93YrttKsKR1D-oPKPQK-RlgyubCJ5d1ZKKRiYcmvRsI1UbIMDCNqfg" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags?n=2\u0026digest=sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d046f57ff21e864e1d0d7de9f0f5dfd0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "713", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:05 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_tags?last=newest\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "6411a523-e1e3-4673-bc0a-f2b184ead7d5" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:37.7415439Z", + "lastUpdateTime": "2021-05-07T19:07:37.7415439Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "newest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-08T00:24:56.1702111Z", + "lastUpdateTime": "2021-05-08T00:24:56.1702111Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags?last=newest\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "004627d8317269d5a719ba416f70ff48", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:05 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "d395ce79-9eb4-4dde-bc64-b085c1e9d659" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "9765ee83c050c13c3a86f75520018bde", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:05 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "dc1ac020-2910-434d-98b2-698bb7fcbf47", + "x-ms-ratelimit-remaining-calls-per-second": "166.183333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJiMDc1YzFmNC1mMTIzLTQxMzYtOTBlOC05ODI1MjNmNGQzODAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMzY0LCJleHAiOjE2MjA2NjE1NjQsImlhdCI6MTYyMDY2MDM2NCwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.b-kIdXRNAquS2Rxp6aQFlaYDQwc9dBayNbnBgl7CpEbd426SrjhgOSwxrY-hUz2ZyGmWqUPaJaxOvO4DsW1dLrwgSPeHi7jzqXsMMyeQXSZyhys-viBaVkoiBRvz1o3zTTGCoEH6C74APvYQkzAxNPLRZScPjb213DLP-f1zb1w7Hazmmrr_WcVHAhq5eTr6XYZfuoMZBNlZlO1WC8XAxtKhH54rSqfjjuA1cjo2EdAT92tpCelknEhat-nL0KStbzBwPrwAu4katgaGJZFTOsyLCYFKRthP93YrttKsKR1D-oPKPQK-RlgyubCJ5d1ZKKRiYcmvRsI1UbIMDCNqfg" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags?last=newest\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "004627d8317269d5a719ba416f70ff48", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "703", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:05 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Link": "\u003C/acr/v1/library%2Fhello-world/_tags?last=v2\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "971b6a0b-d85b-42da-902b-f5555c8d94df" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "v1", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:38.2864098Z", + "lastUpdateTime": "2021-05-07T19:07:38.2864098Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v2", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:39.887259Z", + "lastUpdateTime": "2021-05-07T19:07:39.887259Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags?last=v2\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c910acc7dfaf045d54a1685f04795068", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:05 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "184a6bc5-5b43-4cc6-820e-35e32c7f76d8" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0bc989c9aed91781ea85c5eb397f49a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "close", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:05 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "1b97a28a-3ac0-4f59-a25b-13e1f496d38e", + "x-ms-ratelimit-remaining-calls-per-second": "166.166667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJiMDc1YzFmNC1mMTIzLTQxMzYtOTBlOC05ODI1MjNmNGQzODAiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMzY0LCJleHAiOjE2MjA2NjE1NjQsImlhdCI6MTYyMDY2MDM2NCwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.b-kIdXRNAquS2Rxp6aQFlaYDQwc9dBayNbnBgl7CpEbd426SrjhgOSwxrY-hUz2ZyGmWqUPaJaxOvO4DsW1dLrwgSPeHi7jzqXsMMyeQXSZyhys-viBaVkoiBRvz1o3zTTGCoEH6C74APvYQkzAxNPLRZScPjb213DLP-f1zb1w7Hazmmrr_WcVHAhq5eTr6XYZfuoMZBNlZlO1WC8XAxtKhH54rSqfjjuA1cjo2EdAT92tpCelknEhat-nL0KStbzBwPrwAu4katgaGJZFTOsyLCYFKRthP93YrttKsKR1D-oPKPQK-RlgyubCJ5d1ZKKRiYcmvRsI1UbIMDCNqfg" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags?last=v2\u0026n=2\u0026orderby=", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c910acc7dfaf045d54a1685f04795068", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "705", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:05 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "abb1a45b-46a1-4594-914e-475d16a86cd3" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "tags": [ + { + "name": "v3", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:40.5916505Z", + "lastUpdateTime": "2021-05-07T19:07:40.5916505Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + }, + { + "name": "v4", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:39.1419449Z", + "lastUpdateTime": "2021-05-07T19:07:39.1419449Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "1862798192" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsWithCustomPageSize.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsWithCustomPageSize.json index df0231e3a091..643444069603 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsWithCustomPageSize.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsWithCustomPageSize.json @@ -5,8 +5,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "efde36e73243b337fc8a6ff0f91fabed", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:44 GMT", + "Date": "Thu, 06 May 2021 00:53:25 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "c60d7a71-d637-4850-a76a-96dece29d0b9" + "X-Ms-Correlation-Request-Id": "f6320a9a-c676-43cd-aa71-fdef2b2d5b0c" }, "ResponseBody": { "errors": [ @@ -56,7 +55,7 @@ "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0477246cf3827f35b6d2da2bd6df965b", "x-ms-return-client-request-id": "true" }, @@ -65,15 +64,15 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:44 GMT", + "Date": "Thu, 06 May 2021 00:53:26 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "dcf45102-8351-4bc4-8d4c-2aa93c103087", - "x-ms-ratelimit-remaining-calls-per-second": "164.483333" + "X-Ms-Correlation-Request-Id": "95ab1066-fee3-417d-9a27-7d35c6e464eb", + "x-ms-ratelimit-remaining-calls-per-second": "164.833333" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjYzNDI0MDV9.Sanitized" } }, { @@ -83,7 +82,7 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "bb78c468a3a789fd1e8f5bed22b0ef09", "x-ms-return-client-request-id": "true" }, @@ -92,12 +91,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:44 GMT", + "Date": "Thu, 06 May 2021 00:53:26 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "2d9b222c-da4e-468e-8199-1b9b4094becf", - "x-ms-ratelimit-remaining-calls-per-second": "164.466667" + "X-Ms-Correlation-Request-Id": "c5cd35a1-1927-47b9-b165-45e9471717f5", + "x-ms-ratelimit-remaining-calls-per-second": "164.816667" }, "ResponseBody": { "access_token": "Sanitized" @@ -109,7 +108,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "efde36e73243b337fc8a6ff0f91fabed", "x-ms-return-client-request-id": "true" }, @@ -125,7 +124,7 @@ "Connection": "keep-alive", "Content-Length": "393", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:44 GMT", + "Date": "Thu, 06 May 2021 00:53:26 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,7 +132,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "1ace03a2-45fa-497d-ada6-ef4a4e3cc104" + "X-Ms-Correlation-Request-Id": "dd080c6d-28cd-454a-8c3a-14253b15aa41" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -141,8 +140,8 @@ "tag": { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-06T00:53:01.4496936Z", + "lastUpdateTime": "2021-05-06T00:53:01.4496936Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -158,8 +157,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ce644a1cebabf45f005e3971580bdc1d", "x-ms-return-client-request-id": "true" }, @@ -175,16 +173,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:44 GMT", + "Date": "Thu, 06 May 2021 00:53:26 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "03a61dd3-91a0-4802-a615-cdaf5014fc6f" + "X-Ms-Correlation-Request-Id": "ab666551-6006-45d7-a0c9-2fdc9d3c5d2f" }, "ResponseBody": { "errors": [ @@ -202,33 +200,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "358713f4f0a7c84527eee5f397485d05", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:44 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "602d0872-bf05-4c6a-8991-98b49b936f09", - "x-ms-ratelimit-remaining-calls-per-second": "164.45" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -236,8 +207,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "8c0ed0e2c77a7db06483ba49698c3113", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "358713f4f0a7c84527eee5f397485d05", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -245,12 +216,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:44 GMT", + "Date": "Thu, 06 May 2021 00:53:26 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "a7683424-fd20-4d2d-89c5-fef3dfed2911", - "x-ms-ratelimit-remaining-calls-per-second": "164.433333" + "X-Ms-Correlation-Request-Id": "87f8db60-7209-4cc1-a987-8b3b3022dd34", + "x-ms-ratelimit-remaining-calls-per-second": "164.8" }, "ResponseBody": { "access_token": "Sanitized" @@ -262,7 +233,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ce644a1cebabf45f005e3971580bdc1d", "x-ms-return-client-request-id": "true" }, @@ -278,7 +249,7 @@ "Connection": "keep-alive", "Content-Length": "709", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:44 GMT", + "Date": "Thu, 06 May 2021 00:53:26 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library%2Fhello-world/_tags?last=newest\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -287,7 +258,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "b740384c-734f-4fa6-80f6-1c4843e6329e" + "X-Ms-Correlation-Request-Id": "4f5b3032-2df9-4a41-94b0-ba4d2a4ce2c2" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -296,8 +267,8 @@ { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-06T00:53:01.4496936Z", + "lastUpdateTime": "2021-05-06T00:53:01.4496936Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -309,8 +280,8 @@ { "name": "newest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:34.4042657Z", - "lastUpdateTime": "2021-04-23T18:32:34.4042657Z", + "createdTime": "2021-05-06T00:53:18.1963616Z", + "lastUpdateTime": "2021-05-06T00:53:18.1963616Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -327,9 +298,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "0ef93db2b9282c62049ba7bc056c5cb8", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "8c0ed0e2c77a7db06483ba49698c3113", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -344,16 +314,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:44 GMT", + "Date": "Thu, 06 May 2021 00:53:26 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "15b369ca-1f47-460a-8637-80cb64b5906f" + "X-Ms-Correlation-Request-Id": "e1442557-427e-47c8-a79c-75c007d725b3" }, "ResponseBody": { "errors": [ @@ -371,33 +341,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "878e330150fc2ca2620ad02335fc5f9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:44 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "aa8065a8-df67-4a8f-8ee1-4ce300267d3b", - "x-ms-ratelimit-remaining-calls-per-second": "164.416667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -405,8 +348,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "5a40d2bd4e4e28dd6ee287df20f377f8", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0ef93db2b9282c62049ba7bc056c5cb8", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -414,12 +357,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:44 GMT", + "Date": "Thu, 06 May 2021 00:53:26 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "2dad6fcb-75bf-4084-9d15-40c3dfa980e2", - "x-ms-ratelimit-remaining-calls-per-second": "164.4" + "X-Ms-Correlation-Request-Id": "e0c8b0bd-24fc-4f97-84b1-65f393afa8e8", + "x-ms-ratelimit-remaining-calls-per-second": "164.783333" }, "ResponseBody": { "access_token": "Sanitized" @@ -431,8 +374,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "0ef93db2b9282c62049ba7bc056c5cb8", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "8c0ed0e2c77a7db06483ba49698c3113", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -447,7 +390,7 @@ "Connection": "keep-alive", "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:44 GMT", + "Date": "Thu, 06 May 2021 00:53:26 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library%2Fhello-world/_tags?last=v2\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -456,7 +399,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "4d629665-616c-46c0-8338-c2b4dbeae41b" + "X-Ms-Correlation-Request-Id": "43fb3f0a-f17d-47d3-868e-2d67e5f1d889" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -465,8 +408,8 @@ { "name": "v1", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:21.182776Z", - "lastUpdateTime": "2021-04-23T18:32:21.182776Z", + "createdTime": "2021-05-06T00:53:02.5770036Z", + "lastUpdateTime": "2021-05-06T00:53:02.5770036Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -478,8 +421,8 @@ { "name": "v2", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.9846021Z", - "lastUpdateTime": "2021-04-23T18:32:20.9846021Z", + "createdTime": "2021-05-06T00:53:02.722304Z", + "lastUpdateTime": "2021-05-06T00:53:02.722304Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -496,9 +439,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "35470227a9fe61169acdab1ee93ef607", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "878e330150fc2ca2620ad02335fc5f9b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -513,16 +455,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:44 GMT", + "Date": "Thu, 06 May 2021 00:53:26 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "888c4fa2-f749-4c3a-a95b-1b2573bc8c13" + "X-Ms-Correlation-Request-Id": "e6b268b5-0ff0-4874-9cf8-5342cf5356c5" }, "ResponseBody": { "errors": [ @@ -540,33 +482,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "32ff0c3c022bb26956651919c8c30c6e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:45 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "08e147b4-bfa6-4d6e-aeb9-782ee99a7184", - "x-ms-ratelimit-remaining-calls-per-second": "164.383333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -574,8 +489,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "33fcd89329b4149dbcdfbf81a2be3f2f", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "5a40d2bd4e4e28dd6ee287df20f377f8", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -583,12 +498,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:45 GMT", + "Date": "Thu, 06 May 2021 00:53:26 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "e1d37c78-8fde-4071-80d2-124d13991a91", - "x-ms-ratelimit-remaining-calls-per-second": "165.066667" + "X-Ms-Correlation-Request-Id": "625d21a3-f5b8-4f7f-b691-bf03acef4a8c", + "x-ms-ratelimit-remaining-calls-per-second": "164.766667" }, "ResponseBody": { "access_token": "Sanitized" @@ -600,8 +515,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "35470227a9fe61169acdab1ee93ef607", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "878e330150fc2ca2620ad02335fc5f9b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -616,7 +531,7 @@ "Connection": "keep-alive", "Content-Length": "701", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:32:45 GMT", + "Date": "Thu, 06 May 2021 00:53:26 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -624,7 +539,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "1f6b4727-ec40-4f1f-b1c9-0d13c531973f" + "X-Ms-Correlation-Request-Id": "6f68fae8-e89c-4152-b06c-c289000f41cc" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -633,8 +548,8 @@ { "name": "v3", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.6929751Z", - "lastUpdateTime": "2021-04-23T18:32:20.6929751Z", + "createdTime": "2021-05-06T00:53:02.4515253Z", + "lastUpdateTime": "2021-05-06T00:53:02.4515253Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -646,8 +561,8 @@ { "name": "v4", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.5539173Z", - "lastUpdateTime": "2021-04-23T18:32:20.5539173Z", + "createdTime": "2021-05-06T00:53:02.5327704Z", + "lastUpdateTime": "2021-05-06T00:53:02.5327704Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsWithCustomPageSizeAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsWithCustomPageSizeAsync.json index 503007b7ffaa..47003f10e80a 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsWithCustomPageSizeAsync.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanGetTagsWithCustomPageSizeAsync.json @@ -5,8 +5,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "56c3ebd9ae4d1b857bcfaa9c82c42500", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:38 GMT", + "Date": "Thu, 06 May 2021 00:54:18 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "2f5a83eb-2ee4-4640-a986-38acea681d3f" + "X-Ms-Correlation-Request-Id": "16f4ff0a-9bb0-47df-83c2-f96e1e12d988" }, "ResponseBody": { "errors": [ @@ -56,7 +55,7 @@ "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d37d617d729691aa76a9340a2b571ea7", "x-ms-return-client-request-id": "true" }, @@ -65,15 +64,15 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:39 GMT", + "Date": "Thu, 06 May 2021 00:54:18 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "59714f9f-b3da-4a1c-a722-75a24ca4964e", - "x-ms-ratelimit-remaining-calls-per-second": "165.6" + "X-Ms-Correlation-Request-Id": "c63d690e-2d47-46a7-af9c-b305a485c459", + "x-ms-ratelimit-remaining-calls-per-second": "165.466667" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjYzNDI0NTh9.Sanitized" } }, { @@ -83,7 +82,7 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3f180e9debd844e4a26b23565a0c459b", "x-ms-return-client-request-id": "true" }, @@ -92,12 +91,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:39 GMT", + "Date": "Thu, 06 May 2021 00:54:18 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "d4de306e-aa3a-4a7c-acca-71a04be4b031", - "x-ms-ratelimit-remaining-calls-per-second": "165.583333" + "X-Ms-Correlation-Request-Id": "d96d9446-515b-4148-8033-dc2375aa7a08", + "x-ms-ratelimit-remaining-calls-per-second": "165.45" }, "ResponseBody": { "access_token": "Sanitized" @@ -109,7 +108,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "56c3ebd9ae4d1b857bcfaa9c82c42500", "x-ms-return-client-request-id": "true" }, @@ -125,7 +124,7 @@ "Connection": "keep-alive", "Content-Length": "393", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:39 GMT", + "Date": "Thu, 06 May 2021 00:54:18 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,7 +132,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "0547d0ef-501d-4a60-a962-725e53fce0b6" + "X-Ms-Correlation-Request-Id": "515fbf3b-08d4-47aa-bfb3-9edaab8ae3c2" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -141,8 +140,8 @@ "tag": { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-06T00:53:01.4496936Z", + "lastUpdateTime": "2021-05-06T00:53:01.4496936Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -158,8 +157,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "597f3944538666bc4031dfa4797aef23", "x-ms-return-client-request-id": "true" }, @@ -175,16 +173,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:39 GMT", + "Date": "Thu, 06 May 2021 00:54:18 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "830684aa-d2d7-4454-b952-752083113224" + "X-Ms-Correlation-Request-Id": "3f0c449a-3335-4743-93c7-ec4c85f76c40" }, "ResponseBody": { "errors": [ @@ -202,33 +200,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "73fe03b1e6ac91287d39302a4f53366a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:39 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "b8867f34-d2c5-4f9a-8de4-cac7e250bd56", - "x-ms-ratelimit-remaining-calls-per-second": "165.566667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -236,8 +207,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "f2c69863c4d8492052b1ffa70c3fca27", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "73fe03b1e6ac91287d39302a4f53366a", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -245,12 +216,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:39 GMT", + "Date": "Thu, 06 May 2021 00:54:19 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "e692653b-0c97-4c44-9130-1323ba5f3360", - "x-ms-ratelimit-remaining-calls-per-second": "165.55" + "X-Ms-Correlation-Request-Id": "9b887051-300d-4e72-aaf4-0df017b94c98", + "x-ms-ratelimit-remaining-calls-per-second": "165.433333" }, "ResponseBody": { "access_token": "Sanitized" @@ -262,7 +233,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "597f3944538666bc4031dfa4797aef23", "x-ms-return-client-request-id": "true" }, @@ -278,7 +249,7 @@ "Connection": "keep-alive", "Content-Length": "709", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:39 GMT", + "Date": "Thu, 06 May 2021 00:54:19 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library%2Fhello-world/_tags?last=newest\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -287,7 +258,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "a5cab4f9-9ea2-4950-afda-c6aff5412ee5" + "X-Ms-Correlation-Request-Id": "59857cb1-a4fc-4560-90bf-7b20ddd758d4" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -296,8 +267,8 @@ { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-06T00:53:01.4496936Z", + "lastUpdateTime": "2021-05-06T00:53:01.4496936Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -309,8 +280,8 @@ { "name": "newest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:34.4042657Z", - "lastUpdateTime": "2021-04-23T18:32:34.4042657Z", + "createdTime": "2021-05-06T00:53:18.1963616Z", + "lastUpdateTime": "2021-05-06T00:53:18.1963616Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -327,9 +298,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "57a5007bd20d5eef11eddc4d229117ec", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "f2c69863c4d8492052b1ffa70c3fca27", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -344,16 +314,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:39 GMT", + "Date": "Thu, 06 May 2021 00:54:19 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "f55413a6-2efb-4fda-9173-7ac3e5e05753" + "X-Ms-Correlation-Request-Id": "1285d1c1-3b78-49e3-a3ca-e16eb5669ea3" }, "ResponseBody": { "errors": [ @@ -371,33 +341,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "e04075fafdb4ec4be2b520fae780853d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:39 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "0aa4a9ac-b855-47ad-8b75-5c6154c899dc", - "x-ms-ratelimit-remaining-calls-per-second": "165.533333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -405,8 +348,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "4faf096edfae915ca968e1eae8d326c1", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "57a5007bd20d5eef11eddc4d229117ec", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -414,12 +357,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:39 GMT", + "Date": "Thu, 06 May 2021 00:54:19 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "02ef2be6-d0cd-483e-9688-779e8010377c", - "x-ms-ratelimit-remaining-calls-per-second": "165.516667" + "X-Ms-Correlation-Request-Id": "14061ee6-cbe1-4c59-bf47-b5fa643f958f", + "x-ms-ratelimit-remaining-calls-per-second": "165.416667" }, "ResponseBody": { "access_token": "Sanitized" @@ -431,8 +374,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "57a5007bd20d5eef11eddc4d229117ec", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "f2c69863c4d8492052b1ffa70c3fca27", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -447,7 +390,7 @@ "Connection": "keep-alive", "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:39 GMT", + "Date": "Thu, 06 May 2021 00:54:19 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Link": "\u003C/acr/v1/library%2Fhello-world/_tags?last=v2\u0026n=2\u0026orderby=\u003E; rel=\u0022next\u0022", "Server": "openresty", @@ -456,7 +399,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "942993a5-fbfe-4c5d-a2d1-44f7084880e5" + "X-Ms-Correlation-Request-Id": "ca96a048-db50-4c76-abb6-de0b91e48120" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -465,8 +408,8 @@ { "name": "v1", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:21.182776Z", - "lastUpdateTime": "2021-04-23T18:32:21.182776Z", + "createdTime": "2021-05-06T00:53:02.5770036Z", + "lastUpdateTime": "2021-05-06T00:53:02.5770036Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -478,8 +421,8 @@ { "name": "v2", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.9846021Z", - "lastUpdateTime": "2021-04-23T18:32:20.9846021Z", + "createdTime": "2021-05-06T00:53:02.722304Z", + "lastUpdateTime": "2021-05-06T00:53:02.722304Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -496,9 +439,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "96ac129aeaff7e73b4b87558b1f57690", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e04075fafdb4ec4be2b520fae780853d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -513,16 +455,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:39 GMT", + "Date": "Thu, 06 May 2021 00:54:19 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "b387ab64-45e9-42e5-8d93-d47753e493b9" + "X-Ms-Correlation-Request-Id": "55763ea5-416a-4d21-b574-7201d851fb4b" }, "ResponseBody": { "errors": [ @@ -540,33 +482,6 @@ ] } }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "19df9e68c8e11b3e18af374c1b61030e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:39 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "593b7535-cd32-4aff-9dd5-7a35cf4fcc61", - "x-ms-ratelimit-remaining-calls-per-second": "165.5" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, { "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", "RequestMethod": "POST", @@ -574,8 +489,8 @@ "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "d45f5f8eefd4843e96319af56904e0b3", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4faf096edfae915ca968e1eae8d326c1", "x-ms-return-client-request-id": "true" }, "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", @@ -583,12 +498,12 @@ "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:39 GMT", + "Date": "Thu, 06 May 2021 00:54:19 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "3a5a6114-e1e4-4b73-bf83-61134c2b3db6", - "x-ms-ratelimit-remaining-calls-per-second": "165.483333" + "X-Ms-Correlation-Request-Id": "fccb7e2f-42c9-418a-b3c1-ca09efd75596", + "x-ms-ratelimit-remaining-calls-per-second": "165.4" }, "ResponseBody": { "access_token": "Sanitized" @@ -600,8 +515,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "96ac129aeaff7e73b4b87558b1f57690", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210505.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e04075fafdb4ec4be2b520fae780853d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -616,7 +531,7 @@ "Connection": "keep-alive", "Content-Length": "701", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:39 GMT", + "Date": "Thu, 06 May 2021 00:54:19 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -624,7 +539,7 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "f7f3a624-b5b2-4ce9-8bbd-0f4b62ea6b63" + "X-Ms-Correlation-Request-Id": "50f972da-a1db-400e-81c5-5a1ff9bf090d" }, "ResponseBody": { "registry": "localtestacr01.azurecr.io", @@ -633,8 +548,8 @@ { "name": "v3", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.6929751Z", - "lastUpdateTime": "2021-04-23T18:32:20.6929751Z", + "createdTime": "2021-05-06T00:53:02.4515253Z", + "lastUpdateTime": "2021-05-06T00:53:02.4515253Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -646,8 +561,8 @@ { "name": "v4", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:20.5539173Z", - "lastUpdateTime": "2021-04-23T18:32:20.5539173Z", + "createdTime": "2021-05-06T00:53:02.5327704Z", + "lastUpdateTime": "2021-05-06T00:53:02.5327704Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetManifestProperties.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetManifestProperties.json index 332e390e2c46..56daef644963 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetManifestProperties.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetManifestProperties.json @@ -1,12 +1,11 @@ { "Entries": [ { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "61c7efbc1adaa4aef1e2a257f38603c8", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:19 GMT", + "Date": "Mon, 10 May 2021 15:40:34 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "451cfe31-4a3c-41d3-81ef-5ffc7f13d4d9" + "X-Ms-Correlation-Request-Id": "0d2a4948-31c7-4f5c-ada1-83353eeae35f" }, "ResponseBody": { "errors": [ @@ -50,66 +49,66 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b3358c5e0f9d4b1e14085ce0514ef6a8", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:19 GMT", + "Date": "Mon, 10 May 2021 15:40:34 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "845a824b-5ce1-4cf2-98e4-c70790ec4897", - "x-ms-ratelimit-remaining-calls-per-second": "166.55" + "X-Ms-Correlation-Request-Id": "909e923b-7de4-441a-9110-48459b0e56d5", + "x-ms-ratelimit-remaining-calls-per-second": "166.45" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDExNzJ9.Sanitized" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5fea9bdc3b7d4509f6e10b7e9ada5861", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:19 GMT", + "Date": "Mon, 10 May 2021 15:40:35 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "4fb3109d-0eb2-40d1-a65e-66255add4f33", - "x-ms-ratelimit-remaining-calls-per-second": "166.533333" + "X-Ms-Correlation-Request-Id": "c07af60b-d32f-4d64-a6ff-3bf23f4c297e", + "x-ms-ratelimit-remaining-calls-per-second": "166.433333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI0ZGEzNzU5My01OTMwLTRlMzUtYmQ2YS1iMzQ5OGViMmY1MzIiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMzUsImV4cCI6MTYyMDY2NDgzNSwiaWF0IjoxNjIwNjYwMzM1LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.IJmL9h2I6gcy-hAaV3fG0EHnyhJR87D25csHr-qm8Jqe7pd2ITTbxG9i_LkMFSAJitiOuhTd-s-m1cnzLwYLxUKo6mrkqRwrhavQfiYxVMBoMHcUVyXetvbQnXpepOTvn60pyfovpk0UqsxUNUySLzHh_fQd-Q-sHGy365uxRyYAAYmoJqQCy5C-jjEYUIQ76bvZX6D_qEReMeZvBm2uA5y7D16xQJrWRqr4k-cMKqkCx6d9wtu4eMy0zsKG49QPFFRtCOC78Emurh-c5LqKr33Qr0x32KjdMUiSJcshrqlrK-pYSGliYKGJ27oGDNa6YuSZI8zvJD4__zbX74UW1A" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "61c7efbc1adaa4aef1e2a257f38603c8", "x-ms-return-client-request-id": "true" }, @@ -125,7 +124,7 @@ "Connection": "keep-alive", "Content-Length": "393", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:19 GMT", + "Date": "Mon, 10 May 2021 15:40:35 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,16 +132,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "a4795e6a-0130-4a7d-a00f-4609295b8da5" + "X-Ms-Correlation-Request-Id": "9ef48f02-6a81-4430-b7f4-e235ba3af525" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "tag": { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -154,12 +153,11 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "dc51e1977feeac32d07c4dd1bdce52a2", "x-ms-return-client-request-id": "true" }, @@ -175,16 +173,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:19 GMT", + "Date": "Mon, 10 May 2021 15:40:35 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "f6bd299a-2d29-4f5f-b7e1-bd4d3ac7ad47" + "X-Ms-Correlation-Request-Id": "7190190b-5b68-4c63-9596-c8670d4e9f3f" }, "ResponseBody": { "errors": [ @@ -203,66 +201,39 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "577bfaeba49b234b83f0bcbc049fb03a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:19 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "35553d73-6ee5-493c-a6f1-cdaa1105011a", - "x-ms-ratelimit-remaining-calls-per-second": "166.516667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "6f48fbaf1afc5cb9693e8f01ee378728", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "577bfaeba49b234b83f0bcbc049fb03a", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:19 GMT", + "Date": "Mon, 10 May 2021 15:40:35 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "fae285e6-99e5-4aef-a83b-f3c99fe61960", - "x-ms-ratelimit-remaining-calls-per-second": "166.5" + "X-Ms-Correlation-Request-Id": "38f0864c-adb0-44e9-aacf-9183b449bbd2", + "x-ms-ratelimit-remaining-calls-per-second": "166.416667" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhNTEyZGQ5Zi02YzU0LTQ2ZGQtODg3NC00OTc4NjkwY2RlNzYiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMzUsImV4cCI6MTYyMDY2NDgzNSwiaWF0IjoxNjIwNjYwMzM1LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.mM-_ZZf46wqbjC36B_9wtUHaZZbxr35eDaWmmZl41DXiutivzxVb0QafxRoA8UetyX0QNSn05EKAdgFetyyZz6Z8WVdKWSU89eIorcTxcXF5BYRgPLm9LJtTD4VB-S0HaIrLx_LqzIU-9jppT5WFd5V-_x3va1wx-E4gwRPUME0oIDq53kmMNQKCKdz4BoUBsPPsgsiSwHcdnde0nd5wPcDZz9_Y7errbxPO-51W8rbT0h2RMlLmW-74162FFUsd4PwmY-90PAFY4bXm7bIZRnoariFsgn9PL9lTId0wrTvKpIhfjUbx7Oyzdtr9mMVWpzMIpIju4POOP37KHG2L_Q" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "dc51e1977feeac32d07c4dd1bdce52a2", "x-ms-return-client-request-id": "true" }, @@ -276,9 +247,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "1605", + "Content-Length": "1608", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:19 GMT", + "Date": "Mon, 10 May 2021 15:40:35 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -286,16 +257,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "be5e659b-02e0-468e-89d5-2d2943cb284e" + "X-Ms-Correlation-Request-Id": "3b06f35a-8f67-47af-82b4-a51100b2110d" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "manifest": { "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.0014168Z", - "lastUpdateTime": "2021-04-23T18:32:20.0014168Z", + "imageSize": 5325, + "createdTime": "2021-05-10T15:39:23.7834081Z", + "lastUpdateTime": "2021-05-10T15:39:23.7834081Z", "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", "tags": [ "latest", @@ -362,15 +333,14 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", "Content-Length": "84", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "a092698e015ef3c5952e59fdc276a830", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6f48fbaf1afc5cb9693e8f01ee378728", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -390,16 +360,16 @@ "Connection": "keep-alive", "Content-Length": "222", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:19 GMT", + "Date": "Mon, 10 May 2021 15:40:35 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "4d9ef11c-0abd-462e-bdf4-356085fc9b1b" + "X-Ms-Correlation-Request-Id": "cb4a680c-4b71-4fcb-b695-56a7ba9a70ee" }, "ResponseBody": { "errors": [ @@ -418,69 +388,42 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "c22212cce385d1a5401fee5d144a354b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:19 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "afa7d959-49b9-43a0-8d8e-25d4c6eb565a", - "x-ms-ratelimit-remaining-calls-per-second": "166.483333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "140", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "9b2d9468100caedc3554d9cec1bc99f2", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a092698e015ef3c5952e59fdc276a830", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:19 GMT", + "Date": "Mon, 10 May 2021 15:40:35 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "a0b1d05d-338c-4334-a835-0e182defbb41", - "x-ms-ratelimit-remaining-calls-per-second": "166.466667" + "X-Ms-Correlation-Request-Id": "248d7669-e472-435d-9981-2094c870c00d", + "x-ms-ratelimit-remaining-calls-per-second": "166.4" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJiMzk1OGVkZi1jNjdkLTQ1ZDEtYWRiNi04MmUzZWRkMjIxYzkiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMzUsImV4cCI6MTYyMDY2NDgzNSwiaWF0IjoxNjIwNjYwMzM1LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV93cml0ZSJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.sXqOY7Eb77Ck9QUucLg_WyYC0Nj726UquoGEchB0tx2QDaziVoIE3GDuqYopUqKQSHbw1WYH-RwjxB3OIaVH1vcWFMBtJi6IJTpmEaHeXqz8whYpLZSHD7BQB9kjRBT9PP8aNGKql-_8N3-xaV3_2K4dDqqO2IAEYG93QeZ4VBUTblSX68GAWWbM8KPYpxlQnHT8SwQTtgz57IWnc_TdI8OQPOOtsMA0FpXAmXDG-09Ev_cRnkVCdHSZy_oz-NRMYwUWYDBzzYkrVN2ShN9U7i7ZtB7FeUBjcmhSbSIcG8ZN2UiI2GmEBn5-W8w69Yso_8KmDn2P26lVhYhp-ZU5aA" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "84", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "a092698e015ef3c5952e59fdc276a830", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6f48fbaf1afc5cb9693e8f01ee378728", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -498,9 +441,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "1609", + "Content-Length": "1612", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:20 GMT", + "Date": "Mon, 10 May 2021 15:40:35 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -508,16 +451,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "7a5d2fa1-8166-4178-86e8-aaea410c4297" + "X-Ms-Correlation-Request-Id": "6790b99a-7a01-4925-8a54-234b4f0488a4" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "manifest": { "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.0014168Z", - "lastUpdateTime": "2021-04-23T18:32:20.0014168Z", + "imageSize": 5325, + "createdTime": "2021-05-10T15:39:23.7834081Z", + "lastUpdateTime": "2021-05-10T15:39:23.7834081Z", "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", "tags": [ "latest", @@ -584,13 +527,12 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "db345e95c515aba2c3c15f3f1268df4b", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c22212cce385d1a5401fee5d144a354b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -605,16 +547,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:20 GMT", + "Date": "Mon, 10 May 2021 15:40:35 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "c2bb2af7-2d2e-4c03-9cfe-07cd485eab91" + "X-Ms-Correlation-Request-Id": "ffb261e7-7142-4f6f-a04c-b89d81472fa5" }, "ResponseBody": { "errors": [ @@ -633,67 +575,40 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "2e950df80d49bb2436738d3109d60f84", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:20 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "53390abc-c89c-4711-8804-bcc783bb0dff", - "x-ms-ratelimit-remaining-calls-per-second": "166.45" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "b6c7fc855915a336f281d74bb09c9ccc", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "9b2d9468100caedc3554d9cec1bc99f2", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:20 GMT", + "Date": "Mon, 10 May 2021 15:40:35 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "d81eeb1d-b538-4851-9411-16e4deeeb9ce", - "x-ms-ratelimit-remaining-calls-per-second": "166.433333" + "X-Ms-Correlation-Request-Id": "9cb6a5da-5273-4a14-889a-96008f393a06", + "x-ms-ratelimit-remaining-calls-per-second": "166.383333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIxMzc1YTRlYy1iMzlkLTQyMjItOGQ0ZS01ODNhZmI3NzM0NzAiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMzUsImV4cCI6MTYyMDY2NDgzNSwiaWF0IjoxNjIwNjYwMzM1LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.MH3vZqMdpDaibb5MPTbc-j0KLTSBQAsHmeTj6elmHso9nGQIyQKMXSJfZqOKadjqCYjfn2cZgLTl-e35B2GeEfO07Lef2TMflz-B-0GA4mwMYJl9Y4pwOPM97iA0qlaw46k6Y697uwRT5Mqq6GH9-fLnALKhRK5P0QfhGtwnDN8E1j5n8f9V2-Mq-g1oB8IojYOlQ3hN2imp3E9q8SCInwG2VBrsj0qUByLeNdWO8LOx3qzapMJTEsXc9K2ox-FOFwwC9YDO4k1QX6ig88M-JFHTYgP0WbOndU8M4jLSa-0BbKJcGnucKx_h-N89Pc5yo74JJ4-q6VQNntYmw7YT8w" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "db345e95c515aba2c3c15f3f1268df4b", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c22212cce385d1a5401fee5d144a354b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -706,9 +621,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "1609", + "Content-Length": "1612", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:20 GMT", + "Date": "Mon, 10 May 2021 15:40:35 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -716,16 +631,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "ecc120d1-6bac-455d-abaf-c7b7b795572d" + "X-Ms-Correlation-Request-Id": "73fd99b8-d482-429a-951a-dedf44d0c208" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "manifest": { "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.0014168Z", - "lastUpdateTime": "2021-04-23T18:32:20.0014168Z", + "imageSize": 5325, + "createdTime": "2021-05-10T15:39:23.7834081Z", + "lastUpdateTime": "2021-05-10T15:39:23.7834081Z", "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", "tags": [ "latest", @@ -792,15 +707,14 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", "Content-Length": "80", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "b4d58e756b2688a93a79a5a13871a2ec", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "db345e95c515aba2c3c15f3f1268df4b", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -820,16 +734,16 @@ "Connection": "keep-alive", "Content-Length": "222", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:20 GMT", + "Date": "Mon, 10 May 2021 15:40:35 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "5984cfe2-979b-4d9d-8ba2-dd9c1cc841d5" + "X-Ms-Correlation-Request-Id": "36fc6e80-32de-4db5-8764-92cb8dc7b3c3" }, "ResponseBody": { "errors": [ @@ -848,69 +762,42 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "16b9dab228a09f36d7f23cc735d90a99", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:20 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "8d82f757-7e3b-45d5-aa9b-e05cc061ca58", - "x-ms-ratelimit-remaining-calls-per-second": "166.416667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "140", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "7bbbc0d75b001a5d523f7b9cb3946b80", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "2e950df80d49bb2436738d3109d60f84", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:20 GMT", + "Date": "Mon, 10 May 2021 15:40:35 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "6eae78cb-e4d8-4537-a420-b81262c26eeb", - "x-ms-ratelimit-remaining-calls-per-second": "166.4" + "X-Ms-Correlation-Request-Id": "b412996d-0695-4d74-9118-2a36253059d1", + "x-ms-ratelimit-remaining-calls-per-second": "166.366667" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIxZTg1N2E4NC00OWI2LTRlY2YtYmM2ZS1mMmEwZTcyNGE1ZDEiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMzUsImV4cCI6MTYyMDY2NDgzNSwiaWF0IjoxNjIwNjYwMzM1LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV93cml0ZSJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.ZXMM3v46ZmSXqosbNu4sWxUs76JJ3RQS4IhIi053MrmDC-WjlaCGFRq8QWvTabC-h4Vivg13LInSt0GUJf6qDSiXa-2OIpufH1xMe5nGc7BqLd79XfUhVwBT1NF8fHWsBkDiZjBiPVv3vFsVVQEX71LzAgF2qzlyBT0jjiR4os9q_1k2C0NnOAINM82Jw9yGasfELjoXJ4lkhjywRNvsvuVh7Cj4A030xczR5MlhMpSqTMsgx__ATET8rhQzuv2vE3H02vVQSh_gAYWdcCDCEAm2QBqfS2YcnD6LwNTr-pZ9dGgo3CcOCXUt59sy-XkTeZvIRxxQIYn5LJjlfJF3aA" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "80", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "b4d58e756b2688a93a79a5a13871a2ec", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "db345e95c515aba2c3c15f3f1268df4b", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -928,9 +815,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "1605", + "Content-Length": "1608", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:20 GMT", + "Date": "Mon, 10 May 2021 15:40:36 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -938,16 +825,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "645528ba-127e-4ad6-af87-b60b6d10fefe" + "X-Ms-Correlation-Request-Id": "3154c66e-34d6-407c-b097-eb7f9a7e0b9b" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "manifest": { "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.0014168Z", - "lastUpdateTime": "2021-04-23T18:32:20.0014168Z", + "imageSize": 5325, + "createdTime": "2021-05-10T15:39:23.7834081Z", + "lastUpdateTime": "2021-05-10T15:39:23.7834081Z", "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", "tags": [ "latest", @@ -1015,7 +902,7 @@ } ], "Variables": { - "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", "RandomSeed": "1898042240" } } \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetManifestPropertiesAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetManifestPropertiesAsync.json index 9140412b0f0d..4ea022c0bd3b 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetManifestPropertiesAsync.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetManifestPropertiesAsync.json @@ -1,12 +1,11 @@ { "Entries": [ { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4f86aa8e0dab3b35144fb700b39a93b8", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:13 GMT", + "Date": "Mon, 10 May 2021 15:41:40 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "f0e51e60-a77f-41ed-90f4-86cb4f177a32" + "X-Ms-Correlation-Request-Id": "1922c7a5-aea4-403c-9df0-f818c1fb6d60" }, "ResponseBody": { "errors": [ @@ -50,66 +49,66 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e7bc8b7a34ef97e4bf5f1e6db66de681", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:13 GMT", + "Date": "Mon, 10 May 2021 15:41:41 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "3047866a-d9e0-4608-80b4-cc516af53b95", - "x-ms-ratelimit-remaining-calls-per-second": "165.133333" + "X-Ms-Correlation-Request-Id": "c3ddfb66-ea2c-4b4e-82af-86b00ad7bf84", + "x-ms-ratelimit-remaining-calls-per-second": "165.716667" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEyMzd9.Sanitized" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d02bb403909a6e9b96e2971d16d43c34", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:13 GMT", + "Date": "Mon, 10 May 2021 15:41:41 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "4a1becc0-184e-41f0-9ce7-4c85515667d3", - "x-ms-ratelimit-remaining-calls-per-second": "165.116667" + "X-Ms-Correlation-Request-Id": "05b7610e-1429-453e-9b86-b05f470bf435", + "x-ms-ratelimit-remaining-calls-per-second": "165.7" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI3NDg4ODlhZi03ZjljLTRjNTUtODliYS0zOWI4NzQ3MmZiNWIiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjA0MDEsImV4cCI6MTYyMDY2NDkwMSwiaWF0IjoxNjIwNjYwNDAxLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.gv5F6WpN91VJwdlh-enONNYRAtM6XUVNaLZM1X54qupE9hO60qV0eOPcTNdHqLTAsWA0mLCUNWgXsstIPVTKWsH8VIiNjoKFVvm0WLkyVgcMzIvF9zMx2l5v52PuMzPJ8ohIHiaxNC8_iNt9qyw-BuG4tgv2U_7XQ8bocXiWu_uDV0paoj6nakZia0JpaD9DorASOALzrooYAEF7aXp3VRyQvG6XoTouWxkrpuVpRBjfdCXjw8-4J_fnJd-yISXKYXsAJiLFFYOelnSi51DHz2F7-yEeZrCgeyrBNiMlDpQmHM-YKHPMvbci_QKKxijA5H-U9J5t_dqc_azN5Nmmiw" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4f86aa8e0dab3b35144fb700b39a93b8", "x-ms-return-client-request-id": "true" }, @@ -125,7 +124,7 @@ "Connection": "keep-alive", "Content-Length": "393", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:13 GMT", + "Date": "Mon, 10 May 2021 15:41:41 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,16 +132,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "d21342bb-f1e1-4e75-9523-2b45a839ac1d" + "X-Ms-Correlation-Request-Id": "6ffd7637-142b-4a31-ba4f-3ffc7f16bdaf" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "tag": { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -154,12 +153,11 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "17924c7477ed599cc6ee8f4ceec885a7", "x-ms-return-client-request-id": "true" }, @@ -175,16 +173,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:13 GMT", + "Date": "Mon, 10 May 2021 15:41:41 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "cc247007-4dc0-4efc-b14e-99e0b6e4dfb8" + "X-Ms-Correlation-Request-Id": "1a8f5273-7286-436e-a967-069b587026d4" }, "ResponseBody": { "errors": [ @@ -203,66 +201,39 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "fffc3668c26eea1def4e510c9dc681eb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:14 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "919f8424-1aa8-4c8f-80b9-72ba2d986903", - "x-ms-ratelimit-remaining-calls-per-second": "165.1" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "69f8ea22ceda8c9318d20aab004f7fce", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "fffc3668c26eea1def4e510c9dc681eb", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:14 GMT", + "Date": "Mon, 10 May 2021 15:41:41 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "f219d4b5-e877-4e6d-82e3-8427d29b8351", - "x-ms-ratelimit-remaining-calls-per-second": "165.083333" + "X-Ms-Correlation-Request-Id": "90d505ed-17ee-4166-a3b8-88dcea33360b", + "x-ms-ratelimit-remaining-calls-per-second": "165.683333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI3OTJkODgxOS1lMzIxLTQyNjQtYTE2Yi01NGEwYWIwYmQxZjgiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjA0MDEsImV4cCI6MTYyMDY2NDkwMSwiaWF0IjoxNjIwNjYwNDAxLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.0jsclRG_JOQINYw_Hb73Kec0Be_9C8QSJIKV48fOGGKe-I9UbW9KgpNj5HymueWRQ88Ea6RzXxYog7YVHkzcRBo7zXfs1C8Cm-0dqPBkBlpBi7s8qxBwczr5Y4HpA-ZgoIQyi7ufansLH05J17D3VV0W7RtZbYfaVWpT5R80YfFubfZvq5ODgP2EH1S6p8lvgqzXOe-lUVUKbLRXbzIPILR0Xc6KnflMf-c-TQ61vEjFnSwFOfX7PNblM7pvACHyYYXeopq5ln5QzUmDTidCsk-2z4N48Bwf8cUBEYlikYzNSH8vaZozp9hAOQLY_vCEsFyY7y_ahsD8nVwVHuShoA" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "17924c7477ed599cc6ee8f4ceec885a7", "x-ms-return-client-request-id": "true" }, @@ -276,9 +247,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "1605", + "Content-Length": "1608", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:14 GMT", + "Date": "Mon, 10 May 2021 15:41:41 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -286,16 +257,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "24c62659-c41d-43a0-9c8b-71c7c536bbaa" + "X-Ms-Correlation-Request-Id": "beff1083-3229-41b0-ac2e-64a868f9ba74" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "manifest": { "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.0014168Z", - "lastUpdateTime": "2021-04-23T18:32:20.0014168Z", + "imageSize": 5325, + "createdTime": "2021-05-10T15:39:23.7834081Z", + "lastUpdateTime": "2021-05-10T15:39:23.7834081Z", "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", "tags": [ "latest", @@ -362,15 +333,14 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", "Content-Length": "84", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "e0b5f05d3dd7b2c52ea8279f268fbcff", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "69f8ea22ceda8c9318d20aab004f7fce", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -390,16 +360,16 @@ "Connection": "keep-alive", "Content-Length": "222", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:14 GMT", + "Date": "Mon, 10 May 2021 15:41:41 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "96fd3cd0-2d34-4478-bf0b-df74bccc3f08" + "X-Ms-Correlation-Request-Id": "925edc62-7d48-4018-afdf-7e3ed6a5a025" }, "ResponseBody": { "errors": [ @@ -418,69 +388,42 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "0429a36d1bcf99cda26fe69cb772e9a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:14 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "bb566fe6-41d0-4b68-bff0-ae3c4156ff76", - "x-ms-ratelimit-remaining-calls-per-second": "165.066667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "140", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "acaf83cea011e51424463b32a6f46688", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e0b5f05d3dd7b2c52ea8279f268fbcff", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:14 GMT", + "Date": "Mon, 10 May 2021 15:41:41 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "a56d55c8-8adb-4dac-a78d-ac5adc5ccb20", - "x-ms-ratelimit-remaining-calls-per-second": "165.05" + "X-Ms-Correlation-Request-Id": "194144c3-0e04-4381-ac83-4fc2564a48ee", + "x-ms-ratelimit-remaining-calls-per-second": "165.666667" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI1ZDE0ZGY3OC1hNDUwLTQwM2QtOTQyYS0wNjA1ZDA1YjUzMDAiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjA0MDEsImV4cCI6MTYyMDY2NDkwMSwiaWF0IjoxNjIwNjYwNDAxLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV93cml0ZSJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.UTgx5KU20Ugq1dyEGmRSYqprFRwlQIPhV-seETXysGBKEN2TVauXMmTIzgfia2LszSAt8zqA52T5iTcKYm-wGYxtNqdJwTR7a7a3j86agISMmbmSPgOcfMr5ORFaSxt8H-lgQhk8n2VoavgW6U4f1s3-iSSy7YzRdQrkKHX5ZdWOobgpcTBqcPx0y3sncnOMpSxvsI9R8aOJ5sP0hi99SbA77pSQ9B9xGarwrzXa-6ZKSlW7DfSqJ41KIpw8Ioc8CPDAYAVFECWAAc0HHrvI7GEozSw8HQ1CkOyam9Q360Keuwv8dPVuXwm75oy9wsM_agmlsSsV0Jq2_s0pr1JNcw" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "84", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "e0b5f05d3dd7b2c52ea8279f268fbcff", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "69f8ea22ceda8c9318d20aab004f7fce", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -498,9 +441,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "1609", + "Content-Length": "1612", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:14 GMT", + "Date": "Mon, 10 May 2021 15:41:41 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -508,16 +451,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "b180d4d0-5578-4830-a151-a298a5855783" + "X-Ms-Correlation-Request-Id": "f2169a76-36ea-41ae-8073-8216d89288dd" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "manifest": { "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.0014168Z", - "lastUpdateTime": "2021-04-23T18:32:20.0014168Z", + "imageSize": 5325, + "createdTime": "2021-05-10T15:39:23.7834081Z", + "lastUpdateTime": "2021-05-10T15:39:23.7834081Z", "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", "tags": [ "latest", @@ -584,13 +527,12 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "5c3e0a157b2642fe231b3d675629fabc", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0429a36d1bcf99cda26fe69cb772e9a0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -605,16 +547,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:14 GMT", + "Date": "Mon, 10 May 2021 15:41:41 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "e4a1bb43-d038-4a9a-abdd-b18eed437049" + "X-Ms-Correlation-Request-Id": "9a31071d-2fa7-4356-a08e-d35e81c903c9" }, "ResponseBody": { "errors": [ @@ -633,67 +575,40 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "a3d187be0fe0ccee8f44df89df9af2ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:14 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "40d76712-c912-4485-ba95-64e3fe73eeb7", - "x-ms-ratelimit-remaining-calls-per-second": "165.033333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "ad865e098c335279846c89f563ac8efb", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "acaf83cea011e51424463b32a6f46688", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:14 GMT", + "Date": "Mon, 10 May 2021 15:41:41 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "9047c4cb-6d3f-4678-ab3b-95579fd77e0b", - "x-ms-ratelimit-remaining-calls-per-second": "165.016667" + "X-Ms-Correlation-Request-Id": "d42c0a94-a265-499a-883f-e9a5df2186bd", + "x-ms-ratelimit-remaining-calls-per-second": "165.65" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIzMWJmZjkzZi1hZGJmLTQwN2QtOWNkOS05NzAzMDM4OWZkZTAiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjA0MDEsImV4cCI6MTYyMDY2NDkwMSwiaWF0IjoxNjIwNjYwNDAxLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.odWP9-nxVDE_L170gLYTT9w1k_TtxPWHO555dilDmX0s3BLqvcsdY2ERqh0TJUITnaTdO3Dwlz0uvwRFJyeVRTQtK9Ic5xn0ULy5_WXA11gnI1QmSjSCXCN1rrwQSYGRAENuLT62LiYWKN69LhqfnzspDQuvuP3xg2oQKCP9Z59gYHmIn-YT2ZMLGBJQlhR8HM0l-_6HddyIK3i1842Tpbq27oyy9nLkKt5ANvYL4NxVoC-nf-DqOnezcXk8mzlC9CUWdwb_i0OPmSbfntAuM4Ei6k7QRvbx6x-iNFs_kAOn853e_j3yARGBprsWUGpS3kZPJYgDjKEizQdWioBcEA" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "5c3e0a157b2642fe231b3d675629fabc", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0429a36d1bcf99cda26fe69cb772e9a0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -706,9 +621,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "1609", + "Content-Length": "1612", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:14 GMT", + "Date": "Mon, 10 May 2021 15:41:41 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -716,16 +631,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "919acacf-f5e1-4465-add6-558a06f056d4" + "X-Ms-Correlation-Request-Id": "8f1a2970-a11f-4c84-b0a2-253fb77b1475" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "manifest": { "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.0014168Z", - "lastUpdateTime": "2021-04-23T18:32:20.0014168Z", + "imageSize": 5325, + "createdTime": "2021-05-10T15:39:23.7834081Z", + "lastUpdateTime": "2021-05-10T15:39:23.7834081Z", "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", "tags": [ "latest", @@ -792,15 +707,14 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", "Content-Length": "80", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "1e737e4bc32306a71b71cde29c756288", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "5c3e0a157b2642fe231b3d675629fabc", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -820,16 +734,16 @@ "Connection": "keep-alive", "Content-Length": "222", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:15 GMT", + "Date": "Mon, 10 May 2021 15:41:41 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "cbd943c1-babe-416f-b115-dc3acc73d670" + "X-Ms-Correlation-Request-Id": "7d0697f7-3233-4b5f-8483-20ae90c6da97" }, "ResponseBody": { "errors": [ @@ -848,69 +762,42 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "f85e8f284da331880e7e1e7385f969e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:15 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "ef5836ce-b0a2-49e5-a27c-651a35be6b58", - "x-ms-ratelimit-remaining-calls-per-second": "165.233333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "140", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "613de4b5d327468ab67f91c2bf97b60e", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a3d187be0fe0ccee8f44df89df9af2ae", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:15 GMT", + "Date": "Mon, 10 May 2021 15:41:41 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "91498292-bea3-4a25-a52e-9834df032c16", - "x-ms-ratelimit-remaining-calls-per-second": "165.216667" + "X-Ms-Correlation-Request-Id": "4f932c95-ab8c-433b-8531-b78478083e01", + "x-ms-ratelimit-remaining-calls-per-second": "165.633333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJlOGMxNTVkMS01ZGE0LTRmNmQtYmUxNy0xNTFhZjNhYmUyNzMiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjA0MDEsImV4cCI6MTYyMDY2NDkwMSwiaWF0IjoxNjIwNjYwNDAxLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV93cml0ZSJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.QdU0PlVRnN-SS-hI7iTBfznrY95bqtbu5svEApXF8etcx4dqMGh3hWKm9TOh-Tbc9j209QF4PUCnwL5SBHvcUCLMjtjiubWZnU0hAbHVxuT0-CUcWl2Zwh3GFWk59KePv8tl9qCWxgTz0lzeEQZYG9dI6FL6lZEl2ehmKc9DRKF9nBWmu-3FmXBFyamlbyjl7OdFraMbiO1K3TruJW9sLor2X6v8OQUQb7U708tTl0-BHHdkuN3Eoeh8AFQH-lb8HT6-assTirEP6Wudq7N9u2M7xNLAGJatSfLgGXJcllLoSKFk0Zn3xjgnVXqSZz9-K_6SQO9ex-SN-YSoMI874Q" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "80", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "1e737e4bc32306a71b71cde29c756288", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "5c3e0a157b2642fe231b3d675629fabc", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -928,9 +815,9 @@ "X-Ms-Correlation-Request-Id" ], "Connection": "keep-alive", - "Content-Length": "1605", + "Content-Length": "1608", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:15 GMT", + "Date": "Mon, 10 May 2021 15:41:41 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -938,16 +825,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "56357133-f8c2-439b-b15f-da6b71b99a23" + "X-Ms-Correlation-Request-Id": "2fecabbb-e31c-436c-9b6c-f8bc986cfb34" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "manifest": { "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "imageSize": 0, - "createdTime": "2021-04-23T18:32:20.0014168Z", - "lastUpdateTime": "2021-04-23T18:32:20.0014168Z", + "imageSize": 5325, + "createdTime": "2021-05-10T15:39:23.7834081Z", + "lastUpdateTime": "2021-05-10T15:39:23.7834081Z", "mediaType": "application/vnd.docker.distribution.manifest.list.v2\u002Bjson", "tags": [ "latest", @@ -1015,7 +902,7 @@ } ], "Variables": { - "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", "RandomSeed": "33394124" } } \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetManifestProperties_Anonymous.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetManifestProperties_Anonymous.json new file mode 100644 index 000000000000..2605855edafa --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetManifestProperties_Anonymous.json @@ -0,0 +1,271 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "869b10de278a4d71563132bb3c6dbd06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:36 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "9427556a-52ce-4a54-a866-fda9b39fcd61" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e38132fa4906765d9184a6158858ed52", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:36 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "f16ea4c4-20de-4526-9229-d149a53a7ce3", + "x-ms-ratelimit-remaining-calls-per-second": "166.5" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "869b10de278a4d71563132bb3c6dbd06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:36 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "5d4c9890-675a-461e-8f8f-0d482988702b" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "tag": { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:37.7415439Z", + "lastUpdateTime": "2021-05-07T19:07:37.7415439Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "84", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c209c9c97ea017be788476508c26dcb0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "deleteEnabled": false, + "writeEnabled": false, + "listEnabled": false, + "readEnabled": false + }, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "222", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:36 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "cf1f4144-fcd5-4ac5-872c-84ef9f2fd7bf" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_write" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e54b1767f8f39422b225f505805cc4fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:36 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "41f41409-32e7-4203-8d89-b70e42e01411", + "x-ms-ratelimit-remaining-calls-per-second": "166.483333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "84", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c209c9c97ea017be788476508c26dcb0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "deleteEnabled": false, + "writeEnabled": false, + "listEnabled": false, + "readEnabled": false + }, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "222", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:36 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022,error=\u0022insufficient_scope\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "cab1f1a7-7e0d-4119-8cf3-0bd9999e249d" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_write" + } + ] + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "1046916320" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetManifestProperties_AnonymousAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetManifestProperties_AnonymousAsync.json new file mode 100644 index 000000000000..f902961ffe0d --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetManifestProperties_AnonymousAsync.json @@ -0,0 +1,271 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "49028e9c3335b3268241f519cc61ce07", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "221", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:42 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "92bb7461-f0ba-4a91-b625-3c0cee486ddc" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_read" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "138", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6bcd9df5bf00e8fcd1b737d6dd8ee4b1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:42 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "b7372d83-9033-450b-a74c-bc9392c32d8e", + "x-ms-ratelimit-remaining-calls-per-second": "166.6" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJmODJiOWFkZi0wNDBiLTRjNzUtYmMwYS1mMjJmZTVlNDZiNTEiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwNDAyLCJleHAiOjE2MjA2NjE2MDIsImlhdCI6MTYyMDY2MDQwMiwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.S_sVmPMwli2vbpNHG7OKjg7fXBwYP8uVRjv7qU4vMVDnzu8TsDFfyq_18gh1swgAwsiCpniPLUQqBReux5NWJFCYlybAmGVTODkg2pc7arP2K21db15yMAz846JgPBkXKeM83DTxmLXuIb_H2-pP1lcoDHw5GwFXloawvQDh_HK0qGyx5V7doembFm0DRy8odvPs6bQ8HgxOQVOx2T6NYL3845_BcojM4JGiaFiqtTcl4khBAg1mJqlRgrDVzT2-pZ-qetFHPDoEaBDxUC7ljBegO4DU-tl066uU0DtZ2_oQgKFGYgm9DdyuxrJE2QFlZR20x9RjaODi_pQw3GSmLg" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "49028e9c3335b3268241f519cc61ce07", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:42 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "749cc09e-954c-4b09-9826-69923fbb7aed" + }, + "ResponseBody": { + "registry": "localtestacr04anon.azurecr.io", + "imageName": "library/hello-world", + "tag": { + "name": "latest", + "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "createdTime": "2021-05-07T19:07:37.7415439Z", + "lastUpdateTime": "2021-05-07T19:07:37.7415439Z", + "signed": false, + "changeableAttributes": { + "deleteEnabled": true, + "writeEnabled": true, + "readEnabled": true, + "listEnabled": true + } + } + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "84", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ed34f4803e719da29f7acf4951abc434", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "deleteEnabled": false, + "writeEnabled": false, + "listEnabled": false, + "readEnabled": false + }, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "222", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:42 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "cc2a7e66-f452-40bb-903d-47f3b9b59680" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_write" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "da499b7920ecddef921a787dfb4fd6f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:42 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "1475158d-599e-4d82-9940-d574b9334327", + "x-ms-ratelimit-remaining-calls-per-second": "166.583333" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJmODJiOWFkZi0wNDBiLTRjNzUtYmMwYS1mMjJmZTVlNDZiNTEiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwNDAyLCJleHAiOjE2MjA2NjE2MDIsImlhdCI6MTYyMDY2MDQwMiwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.S_sVmPMwli2vbpNHG7OKjg7fXBwYP8uVRjv7qU4vMVDnzu8TsDFfyq_18gh1swgAwsiCpniPLUQqBReux5NWJFCYlybAmGVTODkg2pc7arP2K21db15yMAz846JgPBkXKeM83DTxmLXuIb_H2-pP1lcoDHw5GwFXloawvQDh_HK0qGyx5V7doembFm0DRy8odvPs6bQ8HgxOQVOx2T6NYL3845_BcojM4JGiaFiqtTcl4khBAg1mJqlRgrDVzT2-pZ-qetFHPDoEaBDxUC7ljBegO4DU-tl066uU0DtZ2_oQgKFGYgm9DdyuxrJE2QFlZR20x9RjaODi_pQw3GSmLg" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_manifests/sha256%3Af2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "84", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ed34f4803e719da29f7acf4951abc434", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "deleteEnabled": false, + "writeEnabled": false, + "listEnabled": false, + "readEnabled": false + }, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "222", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:42 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022,error=\u0022insufficient_scope\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "d46cc6e0-9998-4710-b955-ea386164e1b3" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_write" + } + ] + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "1229420536" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetTagProperties.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetTagProperties.json index a010062093c6..4f1d8824abb9 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetTagProperties.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetTagProperties.json @@ -1,12 +1,11 @@ { "Entries": [ { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5e34df74440e4d0ab80895827407f5e0", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:21 GMT", + "Date": "Mon, 10 May 2021 15:40:36 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "ad5a7e31-89d6-4be6-a3ca-c73539632584" + "X-Ms-Correlation-Request-Id": "3867a58a-8279-4ceb-850e-03356d92eb56" }, "ResponseBody": { "errors": [ @@ -50,66 +49,66 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ea2fb4f775982df0fe96f8e09b98af91", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:21 GMT", + "Date": "Mon, 10 May 2021 15:40:36 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "8c2709e5-544b-423c-9f80-d8617c5a9e96", - "x-ms-ratelimit-remaining-calls-per-second": "166.383333" + "X-Ms-Correlation-Request-Id": "611f2c3b-659c-49df-a64d-0f0446cb7102", + "x-ms-ratelimit-remaining-calls-per-second": "166.35" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDExNzJ9.Sanitized" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "02bdbf162186f454e26d29025454c45b", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:21 GMT", + "Date": "Mon, 10 May 2021 15:40:36 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "bc830140-afe5-4aed-9efb-e18acb6f7b87", - "x-ms-ratelimit-remaining-calls-per-second": "166.366667" + "X-Ms-Correlation-Request-Id": "2f65d655-70bc-4865-b7c5-43d250ec1744", + "x-ms-ratelimit-remaining-calls-per-second": "166.333333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJiZjFjNjU3NC1lNzdlLTQ0MzktYTE4NS04ZjMwODdlYTIyZDMiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMzYsImV4cCI6MTYyMDY2NDgzNiwiaWF0IjoxNjIwNjYwMzM2LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.XVBhFkWR8L1HQ5wQSmdVe--C6SZBTpRPNXnCbdYewbd20TO90pYvc1SUi-0JAmU_RVNplNvi2e8QbBcWbB_ZxEvyn36QT6cejh8IImVIn-85H6CLvm2GmP28FyOH0AMPPaEVPbnMQ60im6XnZ7K7HdpqntUUUhIiIZXVweZuc2v9rQWxx7FeynuLjftErA3MR9uHZxvQ3dhcJzIfJOPkiqQtQceqrbgsKzcuWEohki4obyfUorLKeBOvC9nnjnfW__iPBD0Zv7CUFMxbXNIRshCW_AvES7NHt0hqWZrxd6ArTAqFP8W1uPPRCINtAVGlc2QLH_N2J_JFAd-JAP5dPw" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5e34df74440e4d0ab80895827407f5e0", "x-ms-return-client-request-id": "true" }, @@ -125,7 +124,7 @@ "Connection": "keep-alive", "Content-Length": "393", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:21 GMT", + "Date": "Mon, 10 May 2021 15:40:36 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,16 +132,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "444f60c7-bb4d-4c3f-8111-ddecfc27983f" + "X-Ms-Correlation-Request-Id": "3459ea48-bcb8-4b3b-b799-7a19d3d0d11f" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "tag": { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -154,14 +153,13 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", "Content-Length": "84", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a783e95f2ce0fe1bef0760774c29b11f", "x-ms-return-client-request-id": "true" }, @@ -182,16 +180,16 @@ "Connection": "keep-alive", "Content-Length": "222", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:21 GMT", + "Date": "Mon, 10 May 2021 15:40:37 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "58b2e146-963e-47ed-9260-dc1ea8acbf5c" + "X-Ms-Correlation-Request-Id": "ff50c8ac-4c7c-4fec-a848-ab64a866ed57" }, "ResponseBody": { "errors": [ @@ -210,68 +208,41 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "b56c0459f34ad559603a072b4beed9a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:21 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "01d04cc8-1a84-4d09-ae33-5b01ca6c2c1a", - "x-ms-ratelimit-remaining-calls-per-second": "166.35" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "140", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "b1819cd20815e9b0a4be137fc1dda8b9", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b56c0459f34ad559603a072b4beed9a9", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:21 GMT", + "Date": "Mon, 10 May 2021 15:40:37 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "d39d4646-9628-45ad-8e93-f94e7c302273", - "x-ms-ratelimit-remaining-calls-per-second": "166.333333" + "X-Ms-Correlation-Request-Id": "022ef321-0ffc-49ce-ad6d-5958e54b6720", + "x-ms-ratelimit-remaining-calls-per-second": "166.316667" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJjNDI1ODEwZi0xZjYxLTQ5M2ItYTgzNy0zNzI2NWQzMzA0ZmQiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMzcsImV4cCI6MTYyMDY2NDgzNywiaWF0IjoxNjIwNjYwMzM3LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV93cml0ZSJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.m4X-S4GKnmR5nZOfvA4QgxM-ppae4w8oyDzf9oxS7_t3UiOCchL6_9ajksge9iIPwAH6ZahijDkFg1ed6bqEuclDbMJJtA1R2dGOEh_-WU8k6kW_rit7cV9DOSc0bvf64D0N2qcYrcSF9148WjfgzJGyZpAxKHy7TQPF0zPALs1AeTCwS8Y7pNcQu4PEdZadxkF4sicT8onP7OAA0RpirSLBS6AKZqAsNaPfVp0KOyGPvXKtkcpv66mNumpU0iA1jtFPZgihWnDY5-2gEJSIC3-ijeFOoueIBYGHf6tu4uc2DC6C1w7JWbrvV6eUv2uGqk9wzlpSkFuMraB2h2xY4g" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "84", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a783e95f2ce0fe1bef0760774c29b11f", "x-ms-return-client-request-id": "true" }, @@ -292,7 +263,7 @@ "Connection": "keep-alive", "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:21 GMT", + "Date": "Mon, 10 May 2021 15:40:37 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -300,16 +271,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "5b62440a-c9cd-4ba2-80cb-f08211657bb8" + "X-Ms-Correlation-Request-Id": "70d00e1e-ced1-4aaf-b5e5-3504304e063b" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "tag": { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", "signed": false, "changeableAttributes": { "deleteEnabled": false, @@ -321,13 +292,12 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "4fa80abb0fe86c1190ad47a525f0b200", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b1819cd20815e9b0a4be137fc1dda8b9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -342,16 +312,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:21 GMT", + "Date": "Mon, 10 May 2021 15:40:37 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "10713388-036d-4dcf-9b72-934144629ee7" + "X-Ms-Correlation-Request-Id": "5143812c-21f1-4437-8c37-687552b531bf" }, "ResponseBody": { "errors": [ @@ -370,67 +340,40 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "afa5b62effa8500a5382108bdfda1483", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:21 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "e271ade8-5981-4d8b-af09-e45ae204e66d", - "x-ms-ratelimit-remaining-calls-per-second": "166.316667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "416f4d928945c3c18b142167c10bc4b4", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4fa80abb0fe86c1190ad47a525f0b200", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:21 GMT", + "Date": "Mon, 10 May 2021 15:40:37 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "d2eeaeb2-ec49-43bc-acb4-29e60d5140f2", + "X-Ms-Correlation-Request-Id": "3adfbf29-062d-4a26-8a4c-183b23d5e14a", "x-ms-ratelimit-remaining-calls-per-second": "166.3" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJmMWY2ZjVkYy1mZWQ0LTQxYTItODkxNC1jZmJkZWI0ZWE0Y2IiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMzcsImV4cCI6MTYyMDY2NDgzNywiaWF0IjoxNjIwNjYwMzM3LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.jqvgjx2a1VTnfBYIZHZzV3Vz27PQrRI94NQK5Am-yiAtNu5WcHT8lFREtU1Nlva1TW0FILNbY1_iFion4Y995xx71NXXiqxyY_t6j5d86wzviC0B-aUOSqG4lhq-EON1VwrqmqlUOEvnkQClrOo2ttuNzaz5tvvMRmbMkm5lTRpxLyzWFrPH3up5aoiUMZYiIiWdrZ5dyQJuHAEvIe0UWI1_lxSRKY0Nbijcu3MDQLpGLKl4jQWlux_Q_OOECWKgSssonBvdxkoyv46982J8h_ANnHT8LhYZqTtdhdPJ8ia6dl4bk6beOXeM75DElJemzN-if8cv7iyR-TAl40F0ng" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "4fa80abb0fe86c1190ad47a525f0b200", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b1819cd20815e9b0a4be137fc1dda8b9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -445,7 +388,7 @@ "Connection": "keep-alive", "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:21 GMT", + "Date": "Mon, 10 May 2021 15:40:37 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -453,16 +396,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "8cfc4667-7503-418c-83af-8af310dbc1ac" + "X-Ms-Correlation-Request-Id": "ab774f75-4efc-46e0-b737-343e45f5d602" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "tag": { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", "signed": false, "changeableAttributes": { "deleteEnabled": false, @@ -474,15 +417,14 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", "Content-Length": "80", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "0a50120bf937bb110058fc65fe858cb6", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "afa5b62effa8500a5382108bdfda1483", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -502,16 +444,16 @@ "Connection": "keep-alive", "Content-Length": "222", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:21 GMT", + "Date": "Mon, 10 May 2021 15:40:37 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "bcd61265-cb59-41d0-9f19-62ccb6bad9da" + "X-Ms-Correlation-Request-Id": "d97a05f5-9589-4aa2-a95b-1da4f5e66042" }, "ResponseBody": { "errors": [ @@ -530,69 +472,42 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "d713c4997180a5bbf5e12393dea28f47", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:22 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "f3bcdf0a-3c51-4217-ab1c-45010d886f03", - "x-ms-ratelimit-remaining-calls-per-second": "166.283333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "140", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "cd805cbd0989984b3cb341ed8c5cc506", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "416f4d928945c3c18b142167c10bc4b4", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:22 GMT", + "Date": "Mon, 10 May 2021 15:40:37 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "ecd01bfd-1bd9-433d-b035-eb3d3d7b3ad9", - "x-ms-ratelimit-remaining-calls-per-second": "166.266667" + "X-Ms-Correlation-Request-Id": "a9c55922-4de0-414c-9798-343c7ca25edb", + "x-ms-ratelimit-remaining-calls-per-second": "166.283333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiIyYTFjNzFlZi1kMDk0LTRhOGEtOWY5ZS0zNDFjOWUzZTQzODgiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjAzMzcsImV4cCI6MTYyMDY2NDgzNywiaWF0IjoxNjIwNjYwMzM3LCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV93cml0ZSJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.fv7buae1CIQToNfOlj8OXOl0BtK5M4i4HY_i9vBjLtJmQPk5hjwGPPL-7LYoEYjzncI69fG0KndLUH62O9Ey6678WUuF11BXJXVH2tEY0-blNfblXYy4NtSRuRKKPcajtz6yPCC2Nl5Z5PpSZymsh5H0TAl73CzuLBp4FNYfWsJS1zAW6curACWRseMjfGvIB8_ZII4D_1SUm67sOkSBOhZBvcde2SZ6BCF0TF-A4nuHMStXrG70JqF9qr62pRJUdiudf8zHN44txnkHICLKeij4RYv6tR2Qc-jU-5U_c7Eydh1z6xX5sEYkZj8pTT5ouK79UMtAjwsYegQ1kf2I8w" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "80", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "0a50120bf937bb110058fc65fe858cb6", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "afa5b62effa8500a5382108bdfda1483", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -612,7 +527,7 @@ "Connection": "keep-alive", "Content-Length": "393", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:33:22 GMT", + "Date": "Mon, 10 May 2021 15:40:37 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -620,16 +535,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "7f3d1667-4d5b-4857-8ff9-361a0f382b35" + "X-Ms-Correlation-Request-Id": "e32dc3fd-91ed-4dae-b6ef-60d3862e43e4" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "tag": { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -642,7 +557,7 @@ } ], "Variables": { - "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", "RandomSeed": "312710081" } } \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetTagPropertiesAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetTagPropertiesAsync.json index 966aaafda4e5..9d4132b3b122 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetTagPropertiesAsync.json +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetTagPropertiesAsync.json @@ -1,12 +1,11 @@ { "Entries": [ { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7df72e6935223381f58f33299dab5ec7", "x-ms-return-client-request-id": "true" }, @@ -22,16 +21,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:15 GMT", + "Date": "Mon, 10 May 2021 15:41:42 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "0ee95fa9-8a3d-4f76-a5eb-11c16268c1bf" + "X-Ms-Correlation-Request-Id": "5af8dfa8-7b97-4d45-b040-783edfda141f" }, "ResponseBody": { "errors": [ @@ -50,66 +49,66 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/exchange", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "80", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "337ccc2bcd0970b99cf69afca9ec6400", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", + "RequestBody": "grant_type=access_token\u0026service=localtestacr04.azurecr.io\u0026access_token=Sanitized", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:15 GMT", + "Date": "Mon, 10 May 2021 15:41:42 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "0f2fc25a-c173-4c08-a65b-db241e2889a2", - "x-ms-ratelimit-remaining-calls-per-second": "165.2" + "X-Ms-Correlation-Request-Id": "18bca6d3-4dfe-4052-aaad-e45d18ae9cef", + "x-ms-ratelimit-remaining-calls-per-second": "165.6" }, "ResponseBody": { - "refresh_token": "Sanitized" + "refresh_token": "Sanitized.eyJleHAiOjI1NjY3NDEyMzd9.Sanitized" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "782f896fa8c7b7b6b51e54b5a519bafb", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:15 GMT", + "Date": "Mon, 10 May 2021 15:41:42 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "6ba73ab9-7710-4003-b8e2-b397de8fd298", - "x-ms-ratelimit-remaining-calls-per-second": "165.183333" + "X-Ms-Correlation-Request-Id": "5c29b244-d056-47ac-ab70-0f52893ba73b", + "x-ms-ratelimit-remaining-calls-per-second": "165.583333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJkYzUyODYxNy02Y2E2LTQwNTYtOWY0MS01YzM4OTNkZmZiYWYiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjA0MDIsImV4cCI6MTYyMDY2NDkwMiwiaWF0IjoxNjIwNjYwNDAyLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.0bx1Q6y3AtWRFCx0CTS17TycNNP5DkitNK7oHo_aq8_JEPu1Ty-L0sibYl_gimQfLNiX8Pf-3q2yz3U6fG2pVAcDeY-MnMbRi5ToFokbV47SvnJP6YxYtipE-lyTziv2_rumE-seXy-fwXRJ5xJMOl0HLlziCTkpznJM_PBtggw8-Zz_Nyjez_YvOqGpkFZUKincXSgAhvLdCmqlrjWGMdkozj7h_RnfkAJkF--TxcL7mpTW3PqoR9p4Mgi5s0wV0L4JjpNvk_PbZO4X8zwrF-daVGzewALcG7iAe0zDvBjH_tmg_HfBosjOgCYRW4cEVCGuLE0jj9j2oICI4dYbrA" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7df72e6935223381f58f33299dab5ec7", "x-ms-return-client-request-id": "true" }, @@ -125,7 +124,7 @@ "Connection": "keep-alive", "Content-Length": "393", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:15 GMT", + "Date": "Mon, 10 May 2021 15:41:42 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -133,16 +132,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "1b4ffdc2-da1e-4a94-adfe-731309d063a6" + "X-Ms-Correlation-Request-Id": "20b4b3d3-bd40-41f9-8158-d79a013b4645" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "tag": { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -154,14 +153,13 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", "Content-Length": "84", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5d9fa87c4e249bc87587e02c9b848908", "x-ms-return-client-request-id": "true" }, @@ -182,16 +180,16 @@ "Connection": "keep-alive", "Content-Length": "222", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:15 GMT", + "Date": "Mon, 10 May 2021 15:41:43 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "f988b248-de8a-43fc-a6a7-a0e7a002998e" + "X-Ms-Correlation-Request-Id": "634e64c9-ef90-478c-aa1a-39f6ded58784" }, "ResponseBody": { "errors": [ @@ -210,68 +208,41 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "14ba322ae67c82ff16c47deb7803ca82", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:16 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "6f83ca89-85bd-44bb-9f5b-5e88f7bcfcf5", - "x-ms-ratelimit-remaining-calls-per-second": "165.166667" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "140", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "00809e3b074c20dcc1930240c7891c30", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "14ba322ae67c82ff16c47deb7803ca82", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:16 GMT", + "Date": "Mon, 10 May 2021 15:41:43 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "6f145e60-d1b3-4eeb-8dc1-89719fcf03f1", - "x-ms-ratelimit-remaining-calls-per-second": "165.15" + "X-Ms-Correlation-Request-Id": "0a92300b-5946-42da-be64-e7914417bc63", + "x-ms-ratelimit-remaining-calls-per-second": "165.566667" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI0ZTEyNWEyMi04Yzg1LTQwOGYtYmI5MC1kN2ExMDg0MTEyNjQiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjA0MDMsImV4cCI6MTYyMDY2NDkwMywiaWF0IjoxNjIwNjYwNDAzLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV93cml0ZSJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.ypdYQWYcR4D6WQeMD8d5Wv8p1tlApBMNtoaYU_CkPW9gk-FRzTDqDvm6T8yo5efoernp9aCRcmbEj9vznbwYv2h9SSl9UPxoDK6nu5KUTEF-rAnhXYFOGZUigIPTqdvEuscJRIH_XvAk06UnQGOrVdM3Te6Vm8eqHD2pJTbYD7Fm1Nz5h1L-6YMYubXuTI8I_BdL7e4Mu-tyHfftr-kO65Z2C-0bNoGUiLpbQbnRtmjI8hy7hJOhxUzLLi8uofkzYfNu4y6H3trPgIc_n9KOz-CNXmc74bgZQ1MUgbjH5Re7s4AHPmSeDT_MQhvJN6xi30siOBvxtKGLE0ZE1OjjLA" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "84", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5d9fa87c4e249bc87587e02c9b848908", "x-ms-return-client-request-id": "true" }, @@ -292,7 +263,7 @@ "Connection": "keep-alive", "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:16 GMT", + "Date": "Mon, 10 May 2021 15:41:43 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -300,16 +271,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "484d3ae8-610e-4a65-a61f-93e9ce8eb4b6" + "X-Ms-Correlation-Request-Id": "ea6e26ae-d592-4aee-b0a8-e388aab637b1" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "tag": { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", "signed": false, "changeableAttributes": { "deleteEnabled": false, @@ -321,13 +292,12 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "738a4c94a65f967fa91c475fd0dd2371", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "00809e3b074c20dcc1930240c7891c30", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -342,16 +312,16 @@ "Connection": "keep-alive", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:16 GMT", + "Date": "Mon, 10 May 2021 15:41:43 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_read\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "6ca82cc8-e263-47d4-a4be-8abd9e68ccaa" + "X-Ms-Correlation-Request-Id": "9e3d1384-98c2-49e0-a0af-afd2de3d1034" }, "ResponseBody": { "errors": [ @@ -370,67 +340,40 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "fcf15dbc880423bb559953e8e3bfbb8c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:16 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "96df6cdd-57a0-452b-bb77-188995148152", - "x-ms-ratelimit-remaining-calls-per-second": "165.133333" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "139", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "2c564da7577894231eea572fc07c50e4", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "738a4c94a65f967fa91c475fd0dd2371", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_read\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:16 GMT", + "Date": "Mon, 10 May 2021 15:41:43 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "0f144ef0-62e9-4d38-9a26-10cb238660bf", - "x-ms-ratelimit-remaining-calls-per-second": "165.116667" + "X-Ms-Correlation-Request-Id": "61aefb0e-3b92-4cb5-9be6-c74d74d56167", + "x-ms-ratelimit-remaining-calls-per-second": "165.55" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI4YjJhNmNhMC1kMmQ1LTRkMDAtOGI5Zi1iMjNlNWFmOWVjYWIiLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjA0MDMsImV4cCI6MTYyMDY2NDkwMywiaWF0IjoxNjIwNjYwNDAzLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV9yZWFkIl19XSwicm9sZXMiOltdLCJncmFudF90eXBlIjoiYWNjZXNzX3Rva2VuIn0.hPPkywk2B2kA0z7cPq8gP5W2djDqDSNZb_Qw292moWdbXHMj6ciolloXjQugkiR_pVA1FdYxYj20IoxvG9B3NGgUaQ7plxCLttmHk3YCdJzwXY35EtaYvDvksr3qbGsESdZ9UbYJNCeGuuwQEnOsgpHz-Rfub4iMKBfzGNTPGWooQb3i0P75KPcaX2FmpWPy2F-bjKOpABOZtkXZ8JIY7CSYtbm_D38XdPtAVSHGO2bDKeyT1S4qYYaslFYkd-AkBuuQXSdHI0Yr3K8nVB9nFrCToiL0cjGL5-JndA5Bz1vAHxQAGtM_2HvnZ8ghxAdb1IuGpa0XDNdc49mv7C6CoA" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "738a4c94a65f967fa91c475fd0dd2371", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "00809e3b074c20dcc1930240c7891c30", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -445,7 +388,7 @@ "Connection": "keep-alive", "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:16 GMT", + "Date": "Mon, 10 May 2021 15:41:43 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -453,16 +396,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "cd4cf226-58f8-4cd7-8226-3a8c805ecc46" + "X-Ms-Correlation-Request-Id": "d5f681b7-0a9c-46bc-a91a-11328a40e138" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "tag": { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", "signed": false, "changeableAttributes": { "deleteEnabled": false, @@ -474,15 +417,14 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", - "Authorization": "Sanitized", "Content-Length": "80", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "6983917020980c2b90671dc65397b2e9", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "fcf15dbc880423bb559953e8e3bfbb8c", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -502,16 +444,16 @@ "Connection": "keep-alive", "Content-Length": "222", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:16 GMT", + "Date": "Mon, 10 May 2021 15:41:43 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains", "max-age=31536000; includeSubDomains" ], - "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr01.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr01.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022,error=\u0022invalid_token\u0022", + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022", "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "cff3804d-5e82-46a2-931c-0597908b67ce" + "X-Ms-Correlation-Request-Id": "419e5ce7-6a4d-4511-9059-82894076f2a2" }, "ResponseBody": { "errors": [ @@ -530,69 +472,42 @@ } }, { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/exchange", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "80", - "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "83b8bb61f68664f93a5cdd1a308b63d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": "grant_type=access_token\u0026service=localtestacr01.azurecr.io\u0026access_token=Sanitized", - "StatusCode": 200, - "ResponseHeaders": { - "Connection": "keep-alive", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:16 GMT", - "Server": "openresty", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "d67e6b51-be59-48b7-a82d-6eb85d55c31f", - "x-ms-ratelimit-remaining-calls-per-second": "165.1" - }, - "ResponseBody": { - "refresh_token": "Sanitized" - } - }, - { - "RequestUri": "https://localtestacr01.azurecr.io/oauth2/token", + "RequestUri": "https://localtestacr04.azurecr.io/oauth2/token", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "140", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "52776f49513b87f3214a9c11395c4187", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "2c564da7577894231eea572fc07c50e4", "x-ms-return-client-request-id": "true" }, - "RequestBody": "grant_type=refresh_token\u0026service=localtestacr01.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized", + "RequestBody": "service=localtestacr04.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized\u0026grant_type=refresh_token", "StatusCode": 200, "ResponseHeaders": { "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:16 GMT", + "Date": "Mon, 10 May 2021 15:41:43 GMT", "Server": "openresty", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", - "X-Ms-Correlation-Request-Id": "fa8fb91f-bc18-4cf4-a9da-22f68384c16b", - "x-ms-ratelimit-remaining-calls-per-second": "165.083333" + "X-Ms-Correlation-Request-Id": "5b06201c-c3d1-48ad-ba63-90da2a7048db", + "x-ms-ratelimit-remaining-calls-per-second": "165.533333" }, "ResponseBody": { - "access_token": "Sanitized" + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiI0MjI1MjY2OS1kZTBlLTQwOTUtOGUxZC00MDRjMmVlYzFhZjciLCJzdWIiOiI2NmZjYTY2Yy1iOTkwLTQzODEtYjM3Yi01ODhhMTc5OGNlNjUiLCJuYmYiOjE2MjA2NjA0MDMsImV4cCI6MTYyMDY2NDkwMywiaWF0IjoxNjIwNjYwNDAzLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJsb2NhbHRlc3RhY3IwNC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6ImJmNmNlNzhlYzM2MjQ1OWQ4ODRmN2NlNjMxNGY1YWJmIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJsaWJyYXJ5L2hlbGxvLXdvcmxkIiwiYWN0aW9ucyI6WyJtZXRhZGF0YV93cml0ZSJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.hgcmtYfEqJUlmXLMGM74JRL4la-Z8xRZ78EwLYSBKYyd9UCJ0rnGIfy4vU3okOv0ysHjom6NggQfsNw0PWwqINB0T1bSY6kpEBcsAVhZKp7gqG4iS7BEr-vDcnloOu5mUDG9xZvnozVEhXDObEiO5xNL5kHI1sf1BVbRT-6Aj1EA3Ed6Lf90aG1jWU7V8Jzo1RR_gODChfBKePBgnqFFrZeyP6GlFu5noyYIEA0X4Z8LiE-7NJUa4ChlEM2SVLezSP1dInsyujJere5HP-lByfvhctH3vsMeScz_xcB6sXS6XV2g2adB_JRi0HPuLRt4oNe9Kxjo299MSCvtPLfi3w" } }, { - "RequestUri": "https://localtestacr01.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestUri": "https://localtestacr04.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "80", "Content-Type": "application/json", - "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210423.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "6983917020980c2b90671dc65397b2e9", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "fcf15dbc880423bb559953e8e3bfbb8c", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -612,7 +527,7 @@ "Connection": "keep-alive", "Content-Length": "393", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 23 Apr 2021 18:34:16 GMT", + "Date": "Mon, 10 May 2021 15:41:43 GMT", "Docker-Distribution-Api-Version": "registry/2.0", "Server": "openresty", "Strict-Transport-Security": [ @@ -620,16 +535,16 @@ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": "nosniff", - "X-Ms-Correlation-Request-Id": "76d7262f-2a37-4f0e-a48e-68276e78123a" + "X-Ms-Correlation-Request-Id": "5567eac3-6fc0-48a3-a0a5-362864fb9939" }, "ResponseBody": { - "registry": "localtestacr01.azurecr.io", + "registry": "localtestacr04.azurecr.io", "imageName": "library/hello-world", "tag": { "name": "latest", "digest": "sha256:f2266cbfc127c960fd30e76b7c792dc23b588c0db76233517e1891a4e357d519", - "createdTime": "2021-04-23T18:32:19.9441775Z", - "lastUpdateTime": "2021-04-23T18:32:19.9441775Z", + "createdTime": "2021-05-10T15:39:23.7063677Z", + "lastUpdateTime": "2021-05-10T15:39:23.7063677Z", "signed": false, "changeableAttributes": { "deleteEnabled": true, @@ -642,7 +557,7 @@ } ], "Variables": { - "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr01.azurecr.io", + "CONTAINERREGISTRY_ENDPOINT": "https://localtestacr04.azurecr.io", "RandomSeed": "1979592264" } } \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetTagProperties_Anonymous.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetTagProperties_Anonymous.json new file mode 100644 index 000000000000..c80ff685191a --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetTagProperties_Anonymous.json @@ -0,0 +1,146 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "84", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3cda678ebd7fed9d491fbcac75c762fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "deleteEnabled": false, + "writeEnabled": false, + "listEnabled": false, + "readEnabled": false + }, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "222", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:37 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "c1d61580-2aad-465f-91fa-3659e1a32173" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_write" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "5b9ec631ab7b465fa4ddffc9d7f1ac19", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:37 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "13017612-a119-4969-9e68-2f31f3cc4e16", + "x-ms-ratelimit-remaining-calls-per-second": "166.466667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJhOTUwZGFhZS1mYzkyLTQ1NjYtYmE3MC1mNjM2MzJkZWE4YmMiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwMjM1LCJleHAiOjE2MjA2NjE0MzUsImlhdCI6MTYyMDY2MDIzNSwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.XpkH9RDBF5Dgd_d41KKnbAwpw0wAx8cThAY-DkzHyjQHdWXbVR8RdUzI6kXfkGO-FBEN3CT8O-ZRQKPNn9ZDeqfUiFVcdWK5wvdj-le6AbtGrxxd_qhZMU7_SVXAySWHQ6Eu13lCCDJ-r1Um8rE_nrYIvdtMDbMD03op3ZYeYZfKe4leOGGibeoit_DvF1KvF2aTz99Moz8XvAYfVY43nUpPvIbLr53KzHoT3U4NqkYmUpdmFRXKAmF5J5mRKlR8UBXOqlFVE3M1lJy2bYQqYcso9BVaeUt2SuRW9zVyFGjRKx6cYoQgCMhIie3qru62hbfdE3obeG9TQRWpUmfj7A" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "84", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3cda678ebd7fed9d491fbcac75c762fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "deleteEnabled": false, + "writeEnabled": false, + "listEnabled": false, + "readEnabled": false + }, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "222", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:40:37 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022,error=\u0022insufficient_scope\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "42550c49-ab17-447e-910f-6708df4d1348" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_write" + } + ] + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "620837463" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetTagProperties_AnonymousAsync.json b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetTagProperties_AnonymousAsync.json new file mode 100644 index 000000000000..765c7326e4f8 --- /dev/null +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/SessionRecords/RegistryArtifactLiveTests/CanSetTagProperties_AnonymousAsync.json @@ -0,0 +1,146 @@ +{ + "Entries": [ + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "84", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0e63869ab15c68d4e8a6551e2a9b238d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "deleteEnabled": false, + "writeEnabled": false, + "listEnabled": false, + "readEnabled": false + }, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "222", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:43 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "b40053d5-c411-4fba-9c61-706f6af72062" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_write" + } + ] + } + ] + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/oauth2/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "139", + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "38892463a066f55839db6ac17e4f5bb3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "service=localtestacr04anon.azurecr.io\u0026scope=repository%3alibrary%2fhello-world%3ametadata_write\u0026refresh_token=Sanitized\u0026grant_type=password", + "StatusCode": 200, + "ResponseHeaders": { + "Connection": "keep-alive", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:43 GMT", + "Server": "openresty", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "X-Ms-Correlation-Request-Id": "c5fb1dba-e4e7-4a96-8b2d-12c5a1fa425f", + "x-ms-ratelimit-remaining-calls-per-second": "166.566667" + }, + "ResponseBody": { + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjQ1NlA6WjNCRjpCQ0tPOkpUN0w6MlNLSTpVQUpZOkRCSU46VU5KWTpHWUZHOjdMQTI6WUpNSzpWUkVaIn0.eyJqdGkiOiJmODJiOWFkZi0wNDBiLTRjNzUtYmMwYS1mMjJmZTVlNDZiNTEiLCJzdWIiOiJhY3JfYW5vbl9wdWxsIiwibmJmIjoxNjIwNjYwNDAyLCJleHAiOjE2MjA2NjE2MDIsImlhdCI6MTYyMDY2MDQwMiwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoibG9jYWx0ZXN0YWNyMDRhbm9uLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMS4wIiwicmlkIjoiYjVjNzM5YWYxYzllNDkzZmIyOTc5NDgxOTBlNTZjNjMiLCJhY2Nlc3MiOlt7InR5cGUiOiJyZXBvc2l0b3J5IiwibmFtZSI6IioiLCJhY3Rpb25zIjpbInB1bGwiXX1dLCJyb2xlcyI6W10sImdyYW50X3R5cGUiOiJhY2Nlc3NfdG9rZW4ifQ.S_sVmPMwli2vbpNHG7OKjg7fXBwYP8uVRjv7qU4vMVDnzu8TsDFfyq_18gh1swgAwsiCpniPLUQqBReux5NWJFCYlybAmGVTODkg2pc7arP2K21db15yMAz846JgPBkXKeM83DTxmLXuIb_H2-pP1lcoDHw5GwFXloawvQDh_HK0qGyx5V7doembFm0DRy8odvPs6bQ8HgxOQVOx2T6NYL3845_BcojM4JGiaFiqtTcl4khBAg1mJqlRgrDVzT2-pZ-qetFHPDoEaBDxUC7ljBegO4DU-tl066uU0DtZ2_oQgKFGYgm9DdyuxrJE2QFlZR20x9RjaODi_pQw3GSmLg" + } + }, + { + "RequestUri": "https://localtestacr04anon.azurecr.io/acr/v1/library%2Fhello-world/_tags/latest", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "84", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-Containers.ContainerRegistry/1.0.0-alpha.20210510.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0e63869ab15c68d4e8a6551e2a9b238d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "deleteEnabled": false, + "writeEnabled": false, + "listEnabled": false, + "readEnabled": false + }, + "StatusCode": 401, + "ResponseHeaders": { + "Access-Control-Expose-Headers": [ + "Docker-Content-Digest", + "WWW-Authenticate", + "Link", + "X-Ms-Correlation-Request-Id" + ], + "Connection": "keep-alive", + "Content-Length": "222", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 10 May 2021 15:41:43 GMT", + "Docker-Distribution-Api-Version": "registry/2.0", + "Server": "openresty", + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains", + "max-age=31536000; includeSubDomains" + ], + "WWW-Authenticate": "Bearer realm=\u0022https://localtestacr04anon.azurecr.io/oauth2/token\u0022,service=\u0022localtestacr04anon.azurecr.io\u0022,scope=\u0022repository:library/hello-world:metadata_write\u0022,error=\u0022insufficient_scope\u0022", + "X-Content-Type-Options": "nosniff", + "X-Ms-Correlation-Request-Id": "5782f488-8041-4bab-a58d-127c65ac753d" + }, + "ResponseBody": { + "errors": [ + { + "code": "UNAUTHORIZED", + "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", + "detail": [ + { + "Type": "repository", + "Name": "library/hello-world", + "Action": "metadata_write" + } + ] + } + ] + } + } + ], + "Variables": { + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": "https://localtestacr04anon.azurecr.io", + "RandomSeed": "332482180" + } +} \ No newline at end of file diff --git a/sdk/containerregistry/test-resources-post.ps1 b/sdk/containerregistry/test-resources-post.ps1 index b3ffabc03eee..725fa0dbbb8f 100644 --- a/sdk/containerregistry/test-resources-post.ps1 +++ b/sdk/containerregistry/test-resources-post.ps1 @@ -7,19 +7,38 @@ param ( Import-AzContainerRegistryImage ` -ResourceGroupName $DeploymentOutputs['CONTAINERREGISTRY_RESOURCE_GROUP'] ` - -RegistryName $DeploymentOutputs['CONTAINERREGISTRY_USERNAME'] ` + -RegistryName $DeploymentOutputs['CONTAINERREGISTRY_REGISTRY_NAME'] ` -SourceImage 'library/hello-world' -SourceRegistryUri 'registry.hub.docker.com' ` -TargetTag @('library/hello-world:latest', 'library/hello-world:v1', 'library/hello-world:v2', 'library/hello-world:v3', 'library/hello-world:v4') ` -Mode 'Force' Import-AzContainerRegistryImage ` -ResourceGroupName $DeploymentOutputs['CONTAINERREGISTRY_RESOURCE_GROUP'] ` - -RegistryName $DeploymentOutputs['CONTAINERREGISTRY_USERNAME'] ` + -RegistryName $DeploymentOutputs['CONTAINERREGISTRY_REGISTRY_NAME'] ` -SourceImage 'library/alpine' -SourceRegistryUri 'registry.hub.docker.com' ` -Mode 'Force' Import-AzContainerRegistryImage ` -ResourceGroupName $DeploymentOutputs['CONTAINERREGISTRY_RESOURCE_GROUP'] ` - -RegistryName $DeploymentOutputs['CONTAINERREGISTRY_USERNAME'] ` + -RegistryName $DeploymentOutputs['CONTAINERREGISTRY_REGISTRY_NAME'] ` + -SourceImage 'library/busybox' -SourceRegistryUri 'registry.hub.docker.com' ` + -Mode 'Force' + +Import-AzContainerRegistryImage ` + -ResourceGroupName $DeploymentOutputs['CONTAINERREGISTRY_RESOURCE_GROUP'] ` + -RegistryName $DeploymentOutputs['CONTAINERREGISTRY_ANONREGISTRY_NAME'] ` + -SourceImage 'library/hello-world' -SourceRegistryUri 'registry.hub.docker.com' ` + -TargetTag @('library/hello-world:latest', 'library/hello-world:v1', 'library/hello-world:v2', 'library/hello-world:v3', 'library/hello-world:v4') ` + -Mode 'Force' + +Import-AzContainerRegistryImage ` + -ResourceGroupName $DeploymentOutputs['CONTAINERREGISTRY_RESOURCE_GROUP'] ` + -RegistryName $DeploymentOutputs['CONTAINERREGISTRY_ANONREGISTRY_NAME'] ` + -SourceImage 'library/alpine' -SourceRegistryUri 'registry.hub.docker.com' ` + -Mode 'Force' + +Import-AzContainerRegistryImage ` + -ResourceGroupName $DeploymentOutputs['CONTAINERREGISTRY_RESOURCE_GROUP'] ` + -RegistryName $DeploymentOutputs['CONTAINERREGISTRY_ANONREGISTRY_NAME'] ` -SourceImage 'library/busybox' -SourceRegistryUri 'registry.hub.docker.com' ` -Mode 'Force' diff --git a/sdk/containerregistry/test-resources.json b/sdk/containerregistry/test-resources.json index b4cd0bae1311..bc88af61d0e8 100644 --- a/sdk/containerregistry/test-resources.json +++ b/sdk/containerregistry/test-resources.json @@ -2,69 +2,72 @@ "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { - "baseName": { - "type": "string", - "defaultValue": "[resourceGroup().name]", - "metadata": { - "description": "The base resource name." - } - }, - "tenantId": { - "type": "string", - "metadata": { - "description": "The tenant ID to which the application and resources belong." - } - }, - "testApplicationOid": { - "type": "string", - "metadata": { - "description": "The client OID to grant access to test resources." - } - }, - "location": { - "type": "string", - "defaultValue": "[resourceGroup().location]", - "metadata": { - "description": "The location of the resource. By default, this is the same as the resource group." - } + "baseName": { + "type": "string", + "defaultValue": "[resourceGroup().name]", + "metadata": { + "description": "The base resource name." } + }, + "location": { + "type": "string", + "defaultValue": "[resourceGroup().location]", + "metadata": { + "description": "The location of the resource. By default, this is the same as the resource group." + } + } }, "variables": { - "apiVersion": "2019-05-01", - "endpointValue": "[format('https://{0}.azurecr.io', parameters('baseName'))]" + "apiVersion": "2020-11-01-preview", + "endpointValue": "[format('https://{0}.azurecr.io', parameters('baseName'))]", + "anonRegistryName": "[format('{0}anon', parameters('baseName'))]", + "anonEndpointValue": "[format('https://{0}.azurecr.io', variables('anonRegistryName'))]" }, "resources": [ - { - "type": "Microsoft.ContainerRegistry/registries", - "apiVersion": "[variables('apiVersion')]", - "name": "[parameters('baseName')]", - "location": "[parameters('location')]", - "properties": { - "endpoint": "[variables('endpointValue')]", - "adminUserEnabled": true - }, - "sku": { - "name": "Basic", - "tier": "Basic" - } - } - ], - "outputs": { - "CONTAINERREGISTRY_REGISTRY_NAME": { - "type": "string", - "value": "[parameters('baseName')]" - }, - "CONTAINERREGISTRY_ENDPOINT": { - "type": "string", - "value": "[variables('endpointValue')]" + { + "type": "Microsoft.ContainerRegistry/registries", + "apiVersion": "[variables('apiVersion')]", + "name": "[parameters('baseName')]", + "location": "[parameters('location')]", + "properties": { + "endpoint": "[variables('endpointValue')]", }, - "CONTAINERREGISTRY_USERNAME": { - "type": "string", - "value": "[listCredentials(parameters('baseName'), variables('apiVersion')).username]" + "sku": { + "name": "Basic", + "tier": "Basic" + } + }, + { + "type": "Microsoft.ContainerRegistry/registries", + "apiVersion": "[variables('apiVersion')]", + "name": "[variables('anonRegistryName')]", + "location": "[parameters('location')]", + "properties": { + "endpoint": "[variables('anonEndpointValue')]", + "anonymousPullEnabled": true }, - "CONTAINERREGISTRY_PASSWORD": { - "type": "string", - "value": "[listCredentials(parameters('baseName'), variables('apiVersion')).passwords[0].value]" + "sku": { + "name": "Standard", + "tier": "Standard" } + } + ], + "outputs": { + "CONTAINERREGISTRY_REGISTRY_NAME": { + "type": "string", + "value": "[parameters('baseName')]" + }, + "CONTAINERREGISTRY_ENDPOINT": { + "type": "string", + "value": "[variables('endpointValue')]" + }, + "CONTAINERREGISTRY_ANONREGISTRY_NAME": { + "type": "string", + "value": "[variables('anonRegistryName')]" + }, + "CONTAINERREGISTRY_ANONREGISTRY_ENDPOINT": { + "type": "string", + "value": "[variables('anonEndpointValue')]" + } } -} + } \ No newline at end of file diff --git a/sdk/core/Azure.Core.Experimental/CHANGELOG.md b/sdk/core/Azure.Core.Experimental/CHANGELOG.md index 0c880444f289..cb2e2c879693 100644 --- a/sdk/core/Azure.Core.Experimental/CHANGELOG.md +++ b/sdk/core/Azure.Core.Experimental/CHANGELOG.md @@ -1,6 +1,9 @@ # Release History -## 0.1.0-preview.12 (Unreleased) +## 0.1.0-preview.13 (Unreleased) + + +## 0.1.0-preview.12 (2021-05-11) ### New Features - Added `RequestOptions`. diff --git a/sdk/core/Azure.Core.Experimental/src/Azure.Core.Experimental.csproj b/sdk/core/Azure.Core.Experimental/src/Azure.Core.Experimental.csproj index 0f97e3fde679..b57bd62199da 100644 --- a/sdk/core/Azure.Core.Experimental/src/Azure.Core.Experimental.csproj +++ b/sdk/core/Azure.Core.Experimental/src/Azure.Core.Experimental.csproj @@ -2,7 +2,7 @@ Experimental types that might eventually move to Azure.Core Microsoft Azure Client Pipeline Experimental Extensions - 0.1.0-preview.12 + 0.1.0-preview.13 Microsoft Azure Client Pipeline enable $(RequiredTargetFrameworks) diff --git a/sdk/core/Azure.Core.TestFramework/README.md b/sdk/core/Azure.Core.TestFramework/README.md index eb2790ac712b..ec3ada409663 100644 --- a/sdk/core/Azure.Core.TestFramework/README.md +++ b/sdk/core/Azure.Core.TestFramework/README.md @@ -265,7 +265,8 @@ For example: } ``` -Another sanitizer property that is available for sanitizing Json payloads is the `JsonPathSanitizers`. This property contains a list of [Json Path](https://www.newtonsoft.com/json/help/html/QueryJsonSelectToken.htm) format strings that will be validated against the body. If a match exists, the value will be sanitized. +Another sanitizer feature that is available for sanitizing Json payloads is the `AddJsonPathSanitizer`. +This method allows adding a [Json Path](https://www.newtonsoft.com/json/help/html/QueryJsonSelectToken.htm) format strings that will be validated against the body. If a match exists, the value will be sanitized. ```c# public class FormRecognizerRecordedTestSanitizer : RecordedTestSanitizer @@ -273,12 +274,20 @@ Another sanitizer property that is available for sanitizing Json payloads is the public FormRecognizerRecordedTestSanitizer() : base() { - JsonPathSanitizers.Add("$..accessToken"); - JsonPathSanitizers.Add("$..source"); + AddJsonPathSanitizer("$..accessToken"); + AddJsonPathSanitizer("$..source"); } } ``` +Sometimes it's useful to be able to have a custom replacement values for JsonPath-based sanitization (connection strings, JWT tokens). +To enable this the `AddJsonPathSanitizer` provides an additional callback that would be called for every match. + +```C# +AddJsonPathSanitizer("$..jwt_token", token => SanitizeJwt(token)); +``` + + ### Matching When tests are run in replay mode, HTTP method, Uri and headers are used to match the request to the recordings. Some headers change on every request and are not controlled by the client code and should be ignored during the matching. Common headers like `Date`, `x-ms-date`, `x-ms-client-request-id`, `User-Agent`, `Request-Id` are ignored by default but if more headers need to be ignored, use `RecordMatcher` extensions point. diff --git a/sdk/core/Azure.Core.TestFramework/src/RecordedTestSanitizer.cs b/sdk/core/Azure.Core.TestFramework/src/RecordedTestSanitizer.cs index 1f6f0a4e8ae9..e1802637ce53 100644 --- a/sdk/core/Azure.Core.TestFramework/src/RecordedTestSanitizer.cs +++ b/sdk/core/Azure.Core.TestFramework/src/RecordedTestSanitizer.cs @@ -14,7 +14,7 @@ namespace Azure.Core.TestFramework public class RecordedTestSanitizer { public const string SanitizeValue = "Sanitized"; - public List JsonPathSanitizers { get; } = new List(); + private List<(string JsonPath, Func Sanitizer)> JsonPathSanitizers { get; } = new(); /// /// This is just a temporary workaround to avoid breaking tests that need to be re-recorded @@ -32,6 +32,11 @@ public class RecordedTestSanitizer public List SanitizedHeaders { get; } = new List { "Authorization" }; + public void AddJsonPathSanitizer(string jsonPath, Func sanitizer = null) + { + JsonPathSanitizers.Add((jsonPath, sanitizer ?? (_ => JToken.FromObject(SanitizeValue)))); + } + public virtual string SanitizeUri(string uri) { return uri; @@ -66,11 +71,11 @@ public virtual string SanitizeTextBody(string contentType, string body) jsonO = JToken.Parse(body); } - foreach (string jsonPath in JsonPathSanitizers) + foreach (var (jsonPath, sanitizer) in JsonPathSanitizers) { foreach (JToken token in jsonO.SelectTokens(jsonPath)) { - token.Replace(JToken.FromObject(SanitizeValue)); + token.Replace(sanitizer(token)); } } return JsonConvert.SerializeObject(jsonO, SerializerSettings); diff --git a/sdk/core/Azure.Core/CHANGELOG.md b/sdk/core/Azure.Core/CHANGELOG.md index 5a5b26873713..d163ec52d433 100644 --- a/sdk/core/Azure.Core/CHANGELOG.md +++ b/sdk/core/Azure.Core/CHANGELOG.md @@ -1,6 +1,9 @@ # Release History -## 1.14.0-beta.1 (Unreleased) +## 1.15.0-beta.1 (Unreleased) + + +## 1.14.0 (2021-05-11) ### Added diff --git a/sdk/core/Azure.Core/api/Azure.Core.net461.cs b/sdk/core/Azure.Core/api/Azure.Core.net461.cs index b9e5a690210d..43db576dbdbb 100644 --- a/sdk/core/Azure.Core/api/Azure.Core.net461.cs +++ b/sdk/core/Azure.Core/api/Azure.Core.net461.cs @@ -300,7 +300,6 @@ public HttpMessage(Azure.Core.Request request, Azure.Core.ResponseClassifier res public bool BufferResponse { get { throw null; } set { } } public System.Threading.CancellationToken CancellationToken { get { throw null; } } public bool HasResponse { get { throw null; } } - public System.TimeSpan? NetworkTimeout { get { throw null; } set { } } public Azure.Core.Request Request { get { throw null; } } public Azure.Response Response { get { throw null; } set { } } public Azure.Core.ResponseClassifier ResponseClassifier { get { throw null; } } @@ -514,10 +513,10 @@ public partial class BearerTokenAuthenticationPolicy : Azure.Core.Pipeline.HttpP { public BearerTokenAuthenticationPolicy(Azure.Core.TokenCredential credential, System.Collections.Generic.IEnumerable scopes) { } public BearerTokenAuthenticationPolicy(Azure.Core.TokenCredential credential, string scope) { } + protected void AuthenticateAndAuthorizeRequest(Azure.Core.HttpMessage message, Azure.Core.TokenRequestContext context) { } + protected System.Threading.Tasks.ValueTask AuthenticateAndAuthorizeRequestAsync(Azure.Core.HttpMessage message, Azure.Core.TokenRequestContext context) { throw null; } protected virtual void AuthorizeRequest(Azure.Core.HttpMessage message) { } - protected void AuthorizeRequest(Azure.Core.HttpMessage message, Azure.Core.TokenRequestContext context) { } protected virtual System.Threading.Tasks.ValueTask AuthorizeRequestAsync(Azure.Core.HttpMessage message) { throw null; } - protected System.Threading.Tasks.ValueTask AuthorizeRequestAsync(Azure.Core.HttpMessage message, Azure.Core.TokenRequestContext context) { throw null; } protected virtual bool AuthorizeRequestOnChallenge(Azure.Core.HttpMessage message) { throw null; } protected virtual System.Threading.Tasks.ValueTask AuthorizeRequestOnChallengeAsync(Azure.Core.HttpMessage message) { throw null; } public override void Process(Azure.Core.HttpMessage message, System.ReadOnlyMemory pipeline) { } diff --git a/sdk/core/Azure.Core/api/Azure.Core.net5.0.cs b/sdk/core/Azure.Core/api/Azure.Core.net5.0.cs index fa6a03c591fc..581f6bbce2d9 100644 --- a/sdk/core/Azure.Core/api/Azure.Core.net5.0.cs +++ b/sdk/core/Azure.Core/api/Azure.Core.net5.0.cs @@ -300,7 +300,6 @@ public HttpMessage(Azure.Core.Request request, Azure.Core.ResponseClassifier res public bool BufferResponse { get { throw null; } set { } } public System.Threading.CancellationToken CancellationToken { get { throw null; } } public bool HasResponse { get { throw null; } } - public System.TimeSpan? NetworkTimeout { get { throw null; } set { } } public Azure.Core.Request Request { get { throw null; } } public Azure.Response Response { get { throw null; } set { } } public Azure.Core.ResponseClassifier ResponseClassifier { get { throw null; } } @@ -514,10 +513,10 @@ public partial class BearerTokenAuthenticationPolicy : Azure.Core.Pipeline.HttpP { public BearerTokenAuthenticationPolicy(Azure.Core.TokenCredential credential, System.Collections.Generic.IEnumerable scopes) { } public BearerTokenAuthenticationPolicy(Azure.Core.TokenCredential credential, string scope) { } + protected void AuthenticateAndAuthorizeRequest(Azure.Core.HttpMessage message, Azure.Core.TokenRequestContext context) { } + protected System.Threading.Tasks.ValueTask AuthenticateAndAuthorizeRequestAsync(Azure.Core.HttpMessage message, Azure.Core.TokenRequestContext context) { throw null; } protected virtual void AuthorizeRequest(Azure.Core.HttpMessage message) { } - protected void AuthorizeRequest(Azure.Core.HttpMessage message, Azure.Core.TokenRequestContext context) { } protected virtual System.Threading.Tasks.ValueTask AuthorizeRequestAsync(Azure.Core.HttpMessage message) { throw null; } - protected System.Threading.Tasks.ValueTask AuthorizeRequestAsync(Azure.Core.HttpMessage message, Azure.Core.TokenRequestContext context) { throw null; } protected virtual bool AuthorizeRequestOnChallenge(Azure.Core.HttpMessage message) { throw null; } protected virtual System.Threading.Tasks.ValueTask AuthorizeRequestOnChallengeAsync(Azure.Core.HttpMessage message) { throw null; } public override void Process(Azure.Core.HttpMessage message, System.ReadOnlyMemory pipeline) { } diff --git a/sdk/core/Azure.Core/api/Azure.Core.netcoreapp2.1.cs b/sdk/core/Azure.Core/api/Azure.Core.netcoreapp2.1.cs index b9e5a690210d..43db576dbdbb 100644 --- a/sdk/core/Azure.Core/api/Azure.Core.netcoreapp2.1.cs +++ b/sdk/core/Azure.Core/api/Azure.Core.netcoreapp2.1.cs @@ -300,7 +300,6 @@ public HttpMessage(Azure.Core.Request request, Azure.Core.ResponseClassifier res public bool BufferResponse { get { throw null; } set { } } public System.Threading.CancellationToken CancellationToken { get { throw null; } } public bool HasResponse { get { throw null; } } - public System.TimeSpan? NetworkTimeout { get { throw null; } set { } } public Azure.Core.Request Request { get { throw null; } } public Azure.Response Response { get { throw null; } set { } } public Azure.Core.ResponseClassifier ResponseClassifier { get { throw null; } } @@ -514,10 +513,10 @@ public partial class BearerTokenAuthenticationPolicy : Azure.Core.Pipeline.HttpP { public BearerTokenAuthenticationPolicy(Azure.Core.TokenCredential credential, System.Collections.Generic.IEnumerable scopes) { } public BearerTokenAuthenticationPolicy(Azure.Core.TokenCredential credential, string scope) { } + protected void AuthenticateAndAuthorizeRequest(Azure.Core.HttpMessage message, Azure.Core.TokenRequestContext context) { } + protected System.Threading.Tasks.ValueTask AuthenticateAndAuthorizeRequestAsync(Azure.Core.HttpMessage message, Azure.Core.TokenRequestContext context) { throw null; } protected virtual void AuthorizeRequest(Azure.Core.HttpMessage message) { } - protected void AuthorizeRequest(Azure.Core.HttpMessage message, Azure.Core.TokenRequestContext context) { } protected virtual System.Threading.Tasks.ValueTask AuthorizeRequestAsync(Azure.Core.HttpMessage message) { throw null; } - protected System.Threading.Tasks.ValueTask AuthorizeRequestAsync(Azure.Core.HttpMessage message, Azure.Core.TokenRequestContext context) { throw null; } protected virtual bool AuthorizeRequestOnChallenge(Azure.Core.HttpMessage message) { throw null; } protected virtual System.Threading.Tasks.ValueTask AuthorizeRequestOnChallengeAsync(Azure.Core.HttpMessage message) { throw null; } public override void Process(Azure.Core.HttpMessage message, System.ReadOnlyMemory pipeline) { } diff --git a/sdk/core/Azure.Core/api/Azure.Core.netstandard2.0.cs b/sdk/core/Azure.Core/api/Azure.Core.netstandard2.0.cs index b9e5a690210d..43db576dbdbb 100644 --- a/sdk/core/Azure.Core/api/Azure.Core.netstandard2.0.cs +++ b/sdk/core/Azure.Core/api/Azure.Core.netstandard2.0.cs @@ -300,7 +300,6 @@ public HttpMessage(Azure.Core.Request request, Azure.Core.ResponseClassifier res public bool BufferResponse { get { throw null; } set { } } public System.Threading.CancellationToken CancellationToken { get { throw null; } } public bool HasResponse { get { throw null; } } - public System.TimeSpan? NetworkTimeout { get { throw null; } set { } } public Azure.Core.Request Request { get { throw null; } } public Azure.Response Response { get { throw null; } set { } } public Azure.Core.ResponseClassifier ResponseClassifier { get { throw null; } } @@ -514,10 +513,10 @@ public partial class BearerTokenAuthenticationPolicy : Azure.Core.Pipeline.HttpP { public BearerTokenAuthenticationPolicy(Azure.Core.TokenCredential credential, System.Collections.Generic.IEnumerable scopes) { } public BearerTokenAuthenticationPolicy(Azure.Core.TokenCredential credential, string scope) { } + protected void AuthenticateAndAuthorizeRequest(Azure.Core.HttpMessage message, Azure.Core.TokenRequestContext context) { } + protected System.Threading.Tasks.ValueTask AuthenticateAndAuthorizeRequestAsync(Azure.Core.HttpMessage message, Azure.Core.TokenRequestContext context) { throw null; } protected virtual void AuthorizeRequest(Azure.Core.HttpMessage message) { } - protected void AuthorizeRequest(Azure.Core.HttpMessage message, Azure.Core.TokenRequestContext context) { } protected virtual System.Threading.Tasks.ValueTask AuthorizeRequestAsync(Azure.Core.HttpMessage message) { throw null; } - protected System.Threading.Tasks.ValueTask AuthorizeRequestAsync(Azure.Core.HttpMessage message, Azure.Core.TokenRequestContext context) { throw null; } protected virtual bool AuthorizeRequestOnChallenge(Azure.Core.HttpMessage message) { throw null; } protected virtual System.Threading.Tasks.ValueTask AuthorizeRequestOnChallengeAsync(Azure.Core.HttpMessage message) { throw null; } public override void Process(Azure.Core.HttpMessage message, System.ReadOnlyMemory pipeline) { } diff --git a/sdk/core/Azure.Core/src/Azure.Core.csproj b/sdk/core/Azure.Core/src/Azure.Core.csproj index d1d9ab51a55d..988589971780 100644 --- a/sdk/core/Azure.Core/src/Azure.Core.csproj +++ b/sdk/core/Azure.Core/src/Azure.Core.csproj @@ -2,9 +2,9 @@ This is the implementation of the Azure Client Pipeline Microsoft Azure Client Pipeline - 1.14.0-beta.1 + 1.15.0-beta.1 - 1.13.0 + 1.14.0 Microsoft Azure Client Pipeline enable $(DefineConstants);AZURE_NULLABLE diff --git a/sdk/core/Azure.Core/src/Azure.Core.props b/sdk/core/Azure.Core/src/Azure.Core.props deleted file mode 100644 index 40224c9755bb..000000000000 --- a/sdk/core/Azure.Core/src/Azure.Core.props +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - $(NullableContextOptions) - - - $(DefineConstants);AZURE_NULLABLE - - - - - diff --git a/sdk/core/Azure.Core/src/HttpMessage.cs b/sdk/core/Azure.Core/src/HttpMessage.cs index 75576665e880..739c5cbf417c 100644 --- a/sdk/core/Azure.Core/src/HttpMessage.cs +++ b/sdk/core/Azure.Core/src/HttpMessage.cs @@ -78,7 +78,7 @@ public Response Response /// Gets or sets the network timeout value for this message. If null the value provided in would be used instead. /// Defaults to null. /// - public TimeSpan? NetworkTimeout { get; set; } + internal TimeSpan? NetworkTimeout { get; set; } /// /// Gets a property that modifies the pipeline behavior. Please refer to individual policies documentation on what properties it supports. diff --git a/sdk/core/Azure.Core/src/Pipeline/BearerTokenAuthenticationPolicy.cs b/sdk/core/Azure.Core/src/Pipeline/BearerTokenAuthenticationPolicy.cs index f6d2630187e7..775bd3d1a774 100644 --- a/sdk/core/Azure.Core/src/Pipeline/BearerTokenAuthenticationPolicy.cs +++ b/sdk/core/Azure.Core/src/Pipeline/BearerTokenAuthenticationPolicy.cs @@ -64,7 +64,7 @@ public override void Process(HttpMessage message, ReadOnlyMemory /// Executes before or /// is called. - /// Implementers of this method are expected to call or + /// Implementers of this method are expected to call or /// if authorization is required for requests not related to handling a challenge response. /// /// The this policy would be applied to. @@ -72,20 +72,20 @@ public override void Process(HttpMessage message, ReadOnlyMemory /// Executes before or /// is called. - /// Implementers of this method are expected to call or + /// Implementers of this method are expected to call or /// if authorization is required for requests not related to handling a challenge response. /// /// The this policy would be applied to. protected virtual void AuthorizeRequest(HttpMessage message) { var context = new TokenRequestContext(_scopes, message.Request.ClientRequestId); - AuthorizeRequest(message, context); + AuthenticateAndAuthorizeRequest(message, context); } /// @@ -152,22 +152,22 @@ private async ValueTask ProcessAsync(HttpMessage message, ReadOnlyMemory - /// Sets the Authorization header on the . + /// Sets the Authorization header on the by calling GetToken, or from cache, if possible. /// /// The with the to be authorized. /// The used to authorize the . - protected async ValueTask AuthorizeRequestAsync(HttpMessage message, TokenRequestContext context) + protected async ValueTask AuthenticateAndAuthorizeRequestAsync(HttpMessage message, TokenRequestContext context) { string headerValue = await _accessTokenCache.GetHeaderValueAsync(message, context, true).ConfigureAwait(false); message.Request.Headers.SetValue(HttpHeader.Names.Authorization, headerValue); } /// - /// Sets the Authorization header on the . + /// Sets the Authorization header on the by calling GetToken, or from cache, if possible. /// /// The with the to be authorized. /// The used to authorize the . - protected void AuthorizeRequest(HttpMessage message, TokenRequestContext context) + protected void AuthenticateAndAuthorizeRequest(HttpMessage message, TokenRequestContext context) { string headerValue = _accessTokenCache.GetHeaderValueAsync(message, context, false).EnsureCompleted(); message.Request.Headers.SetValue(HttpHeader.Names.Authorization, headerValue); diff --git a/sdk/core/Azure.Core/src/Shared/ARMChallengeAuthenticationPolicy.cs b/sdk/core/Azure.Core/src/Shared/ARMChallengeAuthenticationPolicy.cs index 6ae3e1d8ea5c..6bd3b10c76be 100644 --- a/sdk/core/Azure.Core/src/Shared/ARMChallengeAuthenticationPolicy.cs +++ b/sdk/core/Azure.Core/src/Shared/ARMChallengeAuthenticationPolicy.cs @@ -49,7 +49,7 @@ protected override async ValueTask AuthorizeRequestOnChallengeAsync(HttpMe string claimsChallenge = Base64Url.DecodeString(challenge); var context = new TokenRequestContext(_scopes, message.Request.ClientRequestId, claimsChallenge); - await AuthorizeRequestAsync(message, context); + await AuthenticateAndAuthorizeRequestAsync(message, context); return true; } @@ -64,7 +64,7 @@ protected override bool AuthorizeRequestOnChallenge(HttpMessage message) string claimsChallenge = Base64Url.DecodeString(challenge); var context = new TokenRequestContext(_scopes, message.Request.ClientRequestId, claimsChallenge); - AuthorizeRequest(message, context); + AuthenticateAndAuthorizeRequest(message, context); return true; } } diff --git a/sdk/core/Azure.Core/tests/RecordSessionTests.cs b/sdk/core/Azure.Core/tests/RecordSessionTests.cs index 47cc02ddc5bf..c0ee6b14b6f2 100644 --- a/sdk/core/Azure.Core/tests/RecordSessionTests.cs +++ b/sdk/core/Azure.Core/tests/RecordSessionTests.cs @@ -376,7 +376,7 @@ public void RecordingSessionSanitizeSanitizesVariables() public void RecordingSessionSanitizeTextBody(string jsonPath, string body, string expected) { var sanitizer = new RecordedTestSanitizer(); - sanitizer.JsonPathSanitizers.Add(jsonPath); + sanitizer.AddJsonPathSanitizer(jsonPath); string response = sanitizer.SanitizeTextBody(default, body); @@ -387,8 +387,8 @@ public void RecordingSessionSanitizeTextBody(string jsonPath, string body, strin public void RecordingSessionSanitizeTextBodyMultipleValues() { var sanitizer = new RecordedTestSanitizer(); - sanitizer.JsonPathSanitizers.Add("$..secret"); - sanitizer.JsonPathSanitizers.Add("$..topSecret"); + sanitizer.AddJsonPathSanitizer("$..secret"); + sanitizer.AddJsonPathSanitizer("$..topSecret"); var body = "{\"secret\":\"I should be sanitized\",\"key\":\"value\",\"topSecret\":\"I should be sanitized\"}"; var expected = "{\"secret\":\"Sanitized\",\"key\":\"value\",\"topSecret\":\"Sanitized\"}"; diff --git a/sdk/core/Microsoft.Azure.Core.NewtonsoftJson/src/Microsoft.Azure.Core.NewtonsoftJson.csproj b/sdk/core/Microsoft.Azure.Core.NewtonsoftJson/src/Microsoft.Azure.Core.NewtonsoftJson.csproj index c747c8165a9d..05b61e8ebe48 100644 --- a/sdk/core/Microsoft.Azure.Core.NewtonsoftJson/src/Microsoft.Azure.Core.NewtonsoftJson.csproj +++ b/sdk/core/Microsoft.Azure.Core.NewtonsoftJson/src/Microsoft.Azure.Core.NewtonsoftJson.csproj @@ -12,6 +12,7 @@ + @@ -20,5 +21,4 @@ - diff --git a/sdk/deviceupdate/Azure.IoT.DeviceUpdate/src/Azure.IoT.DeviceUpdate.csproj b/sdk/deviceupdate/Azure.IoT.DeviceUpdate/src/Azure.IoT.DeviceUpdate.csproj index 530934928f79..62e99c021e8b 100644 --- a/sdk/deviceupdate/Azure.IoT.DeviceUpdate/src/Azure.IoT.DeviceUpdate.csproj +++ b/sdk/deviceupdate/Azure.IoT.DeviceUpdate/src/Azure.IoT.DeviceUpdate.csproj @@ -11,6 +11,10 @@ $(NoWarn);CS1591;AZC0001;AZC0012 + + + + @@ -23,6 +27,4 @@ - - diff --git a/sdk/digitaltwins/Azure.DigitalTwins.Core/src/Azure.DigitalTwins.Core.csproj b/sdk/digitaltwins/Azure.DigitalTwins.Core/src/Azure.DigitalTwins.Core.csproj index e6203b750b27..cfb005896948 100644 --- a/sdk/digitaltwins/Azure.DigitalTwins.Core/src/Azure.DigitalTwins.Core.csproj +++ b/sdk/digitaltwins/Azure.DigitalTwins.Core/src/Azure.DigitalTwins.Core.csproj @@ -17,6 +17,7 @@ + @@ -54,5 +55,4 @@ - diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/Azure.Messaging.EventGrid.sln b/sdk/eventgrid/Azure.Messaging.EventGrid/Azure.Messaging.EventGrid.sln index f7da22ebd0d8..d02b114c1d34 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/Azure.Messaging.EventGrid.sln +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/Azure.Messaging.EventGrid.sln @@ -17,6 +17,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Messaging.E EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Messaging.EventGrid.CloudNativeCloudEvents.Tests", "..\Microsoft.Azure.Messaging.EventGrid.CloudNativeCloudEvents\tests\Microsoft.Azure.Messaging.EventGrid.CloudNativeCloudEvents.Tests.csproj", "{28B77D76-084F-4C7E-8A1B-631444EED6A2}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventGridSourceGenerator", "EventGridSourceGenerator\src\EventGridSourceGenerator.csproj", "{FFBE6318-A232-4490-8DB4-2441EA3ED8C7}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -51,6 +53,10 @@ Global {28B77D76-084F-4C7E-8A1B-631444EED6A2}.Debug|Any CPU.Build.0 = Debug|Any CPU {28B77D76-084F-4C7E-8A1B-631444EED6A2}.Release|Any CPU.ActiveCfg = Release|Any CPU {28B77D76-084F-4C7E-8A1B-631444EED6A2}.Release|Any CPU.Build.0 = Release|Any CPU + {FFBE6318-A232-4490-8DB4-2441EA3ED8C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FFBE6318-A232-4490-8DB4-2441EA3ED8C7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FFBE6318-A232-4490-8DB4-2441EA3ED8C7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FFBE6318-A232-4490-8DB4-2441EA3ED8C7}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/EventGridSourceGenerator/Directory.Build.props b/sdk/eventgrid/Azure.Messaging.EventGrid/EventGridSourceGenerator/Directory.Build.props new file mode 100644 index 000000000000..9477fe59954a --- /dev/null +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/EventGridSourceGenerator/Directory.Build.props @@ -0,0 +1,11 @@ + + + + true + true + false + + + diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/EventGridSourceGenerator/src/EventGridSourceGenerator.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/EventGridSourceGenerator/src/EventGridSourceGenerator.cs new file mode 100644 index 000000000000..38baa05de7fa --- /dev/null +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/EventGridSourceGenerator/src/EventGridSourceGenerator.cs @@ -0,0 +1,131 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System.Diagnostics; +using System.Linq; +using System.Text; +using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis.CSharp; +using Microsoft.CodeAnalysis.Text; + +namespace EventGridSourceGenerator +{ + /// + /// This class generates the SystemEventNames constant values as well as the SystemEventExtensions which contains a mapping + /// from constant values to deserialization method for each system event. + /// + [Generator] + internal class EventGridSourceGenerator : ISourceGenerator + { + private SourceVisitor _visitor; + private const string Indent = " "; + + public void Execute(GeneratorExecutionContext context) + { + _visitor = new SourceVisitor(); + var root = context.Compilation.GetSymbolsWithName( + "SystemEvents", + SymbolFilter.Namespace) + .Single(); + _visitor.Visit(root); + + context.AddSource("SystemEventNames.cs", SourceText.From(ConstructSystemEventNames(), Encoding.UTF8)); + context.AddSource("SystemEventExtensions.cs", SourceText.From(ConstructSystemEventExtensions(), Encoding.UTF8)); + } + + public void Initialize(GeneratorInitializationContext context) + { + // Uncomment to debug + //if (!Debugger.IsAttached) + //{ + // Debugger.Launch(); + //} + } + + private string ConstructSystemEventNames() + { + var sourceBuilder = new StringBuilder( +@"// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +using Azure.Messaging.EventGrid.SystemEvents; + +namespace Azure.Messaging.EventGrid +{ + /// + /// Represents the names of the various event types for the system events published to + /// Azure Event Grid. + /// + public static class SystemEventNames + { +"); + for (int i = 0; i < _visitor.SystemEvents.Count; i++) + { + if (i > 0) + { + sourceBuilder.AppendLine(); + } + SystemEventNode sysEvent = _visitor.SystemEvents[i]; + + // Add the ref docs for each constant + sourceBuilder.AppendLine($"{Indent}{Indent}/// "); + sourceBuilder.AppendLine($"{Indent}{Indent}/// The value of the Event Type stored in and "); + sourceBuilder.AppendLine($"{Indent}{Indent}/// for the system event."); + sourceBuilder.AppendLine($"{Indent}{Indent}/// "); + + // Add the constant + sourceBuilder.AppendLine($"{Indent}{Indent}public const string {sysEvent.EventConstantName} = {sysEvent.EventType};"); + } + + sourceBuilder.Append($@"{Indent}}} +}}"); + return sourceBuilder.ToString(); + } + + private string ConstructSystemEventExtensions() + { + var sourceBuilder = new StringBuilder( + @"// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +using System; +using System.Collections.Generic; +using System.Text.Json; +using Azure.Messaging.EventGrid.SystemEvents; + +namespace Azure.Messaging.EventGrid +{ + internal class SystemEventExtensions + { + public static object AsSystemEventData(string eventType, JsonElement data) + { + if (s_systemEventDeserializers.TryGetValue(eventType, out Func systemDeserializationFunction)) + { + return systemDeserializationFunction(data); + } + else + { + return null; + } + } + + internal static readonly IReadOnlyDictionary> s_systemEventDeserializers = new Dictionary>(StringComparer.OrdinalIgnoreCase) + { +"); + foreach (SystemEventNode sysEvent in _visitor.SystemEvents) + { + // Add each an entry for each system event to the dictionary containing a mapping from constant name to deserialization method. + sourceBuilder.AppendLine( + $"{Indent}{Indent}{Indent}{{ SystemEventNames.{sysEvent.EventConstantName}, {sysEvent.EventName}.{sysEvent.DeserializeMethod} }},"); + } + sourceBuilder.Append($@"{Indent}{Indent}}}; +{Indent}}} +}}"); + return sourceBuilder.ToString(); + } + } +} diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/EventGridSourceGenerator/src/EventGridSourceGenerator.csproj b/sdk/eventgrid/Azure.Messaging.EventGrid/EventGridSourceGenerator/src/EventGridSourceGenerator.csproj new file mode 100644 index 000000000000..d11e1d46d7af --- /dev/null +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/EventGridSourceGenerator/src/EventGridSourceGenerator.csproj @@ -0,0 +1,12 @@ + + + + netstandard2.0 + latest + true + + + + + + diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/EventGridSourceGenerator/src/SourceVisitor.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/EventGridSourceGenerator/src/SourceVisitor.cs new file mode 100644 index 000000000000..65d3070c745c --- /dev/null +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/EventGridSourceGenerator/src/SourceVisitor.cs @@ -0,0 +1,56 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System.Collections.Generic; +using System.Linq; +using System.Text.RegularExpressions; +using System.Xml; +using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis.CSharp.Syntax; + +namespace EventGridSourceGenerator +{ + internal class SourceVisitor : SymbolVisitor + { + public List SystemEvents { get; } = new(); + + public override void VisitNamespace(INamespaceSymbol symbol) + { + foreach (var childSymbol in symbol.GetMembers()) + { + childSymbol.Accept(this); + } + } + + public override void VisitNamedType(INamedTypeSymbol symbol) + { + if (symbol.Name.EndsWith("EventData")) + { + string type = null; + XmlDocument xmlDoc = new(); + xmlDoc.LoadXml(symbol.GetDocumentationCommentXml()); + var xmlNode = xmlDoc.SelectSingleNode("member/summary"); + var match = Regex.Match(xmlNode.InnerText, "[a-zA-Z]+\\.[a-zA-Z]+\\.[a-zA-Z]+"); + if (!match.Success) + { + // We expect some EventData to not have event types if they are base types, + // e.g. ContainerRegistryEventData + return; + } + + type = $@"""{match.Value}"""; + SystemEvents.Add( + new SystemEventNode() + { + EventName = symbol.Name, + EventType = + // temporary workaround until https://github.com/Azure/azure-rest-api-specs/pull/14261/ is merged + type == @"""Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListenersEvent""" ? + @"""Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListener""" + : type, + DeserializeMethod = symbol.MemberNames.Single(m => m.StartsWith("Deserialize")) + }); + } + } + } +} diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/EventGridSourceGenerator/src/SystemEventNode.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/EventGridSourceGenerator/src/SystemEventNode.cs new file mode 100644 index 000000000000..2ca3e1138995 --- /dev/null +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/EventGridSourceGenerator/src/SystemEventNode.cs @@ -0,0 +1,29 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace EventGridSourceGenerator +{ + internal class SystemEventNode + { + public string EventName { get; set; } + + public string EventConstantName + { + get + { + // special case a few events that don't follow the pattern + return EventName switch + { + "ServiceBusDeadletterMessagesAvailableWithNoListenersEventData" => "ServiceBusDeadletterMessagesAvailableWithNoListener", + "SubscriptionDeletedEventData" => "EventGridSubscriptionDeleted", + "SubscriptionValidationEventData" => "EventGridSubscriptionValidation", + _ => EventName?.Replace("EventData", ""), + }; + } + } + + public string EventType { get; set; } + + public string DeserializeMethod { get; set; } + } +} diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/api/Azure.Messaging.EventGrid.netstandard2.0.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/api/Azure.Messaging.EventGrid.netstandard2.0.cs index ab3b29202048..8ab737ad411d 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/api/Azure.Messaging.EventGrid.netstandard2.0.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/api/Azure.Messaging.EventGrid.netstandard2.0.cs @@ -135,6 +135,9 @@ public static partial class SystemEventNames public const string MediaLiveEventIncomingVideoStreamsOutOfSync = "Microsoft.Media.LiveEventIncomingVideoStreamsOutOfSync"; public const string MediaLiveEventIngestHeartbeat = "Microsoft.Media.LiveEventIngestHeartbeat"; public const string MediaLiveEventTrackDiscontinuityDetected = "Microsoft.Media.LiveEventTrackDiscontinuityDetected"; + public const string PolicyInsightsPolicyStateChanged = "Microsoft.PolicyInsights.PolicyStateChanged"; + public const string PolicyInsightsPolicyStateCreated = "Microsoft.PolicyInsights.PolicyStateCreated"; + public const string PolicyInsightsPolicyStateDeleted = "Microsoft.PolicyInsights.PolicyStateDeleted"; public const string RedisExportRdbCompleted = "Microsoft.Cache.ExportRDBCompleted"; public const string RedisImportRdbCompleted = "Microsoft.Cache.ImportRDBCompleted"; public const string RedisPatchingCompleted = "Microsoft.Cache.PatchingCompleted"; @@ -154,9 +157,11 @@ public static partial class SystemEventNames public const string ServiceBusDeadletterMessagesAvailableWithNoListener = "Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListener"; public const string SignalRServiceClientConnectionConnected = "Microsoft.SignalRService.ClientConnectionConnected"; public const string SignalRServiceClientConnectionDisconnected = "Microsoft.SignalRService.ClientConnectionDisconnected"; + public const string StorageAsyncOperationInitiated = "Microsoft.Storage.AsyncOperationInitiated"; public const string StorageBlobCreated = "Microsoft.Storage.BlobCreated"; public const string StorageBlobDeleted = "Microsoft.Storage.BlobDeleted"; public const string StorageBlobRenamed = "Microsoft.Storage.BlobRenamed"; + public const string StorageBlobTierChanged = "Microsoft.Storage.BlobTierChanged"; public const string StorageDirectoryCreated = "Microsoft.Storage.DirectoryCreated"; public const string StorageDirectoryDeleted = "Microsoft.Storage.DirectoryDeleted"; public const string StorageDirectoryRenamed = "Microsoft.Storage.DirectoryRenamed"; @@ -1105,6 +1110,39 @@ public partial class PhoneNumberIdentifierModel internal PhoneNumberIdentifierModel() { } public string Value { get { throw null; } } } + public partial class PolicyInsightsPolicyStateChangedEventData + { + internal PolicyInsightsPolicyStateChangedEventData() { } + public string ComplianceReasonCode { get { throw null; } } + public string ComplianceState { get { throw null; } } + public string PolicyAssignmentId { get { throw null; } } + public string PolicyDefinitionId { get { throw null; } } + public string PolicyDefinitionReferenceId { get { throw null; } } + public string SubscriptionId { get { throw null; } } + public System.DateTimeOffset? Timestamp { get { throw null; } } + } + public partial class PolicyInsightsPolicyStateCreatedEventData + { + internal PolicyInsightsPolicyStateCreatedEventData() { } + public string ComplianceReasonCode { get { throw null; } } + public string ComplianceState { get { throw null; } } + public string PolicyAssignmentId { get { throw null; } } + public string PolicyDefinitionId { get { throw null; } } + public string PolicyDefinitionReferenceId { get { throw null; } } + public string SubscriptionId { get { throw null; } } + public System.DateTimeOffset? Timestamp { get { throw null; } } + } + public partial class PolicyInsightsPolicyStateDeletedEventData + { + internal PolicyInsightsPolicyStateDeletedEventData() { } + public string ComplianceReasonCode { get { throw null; } } + public string ComplianceState { get { throw null; } } + public string PolicyAssignmentId { get { throw null; } } + public string PolicyDefinitionId { get { throw null; } } + public string PolicyDefinitionReferenceId { get { throw null; } } + public string SubscriptionId { get { throw null; } } + public System.DateTimeOffset? Timestamp { get { throw null; } } + } public partial class RedisExportRdbCompletedEventData { internal RedisExportRdbCompletedEventData() { } @@ -1344,6 +1382,20 @@ internal SignalRServiceClientConnectionDisconnectedEventData() { } public static bool operator !=(Azure.Messaging.EventGrid.SystemEvents.StampKind left, Azure.Messaging.EventGrid.SystemEvents.StampKind right) { throw null; } public override string ToString() { throw null; } } + public partial class StorageAsyncOperationInitiatedEventData + { + internal StorageAsyncOperationInitiatedEventData() { } + public string Api { get { throw null; } } + public string BlobType { get { throw null; } } + public string ClientRequestId { get { throw null; } } + public long? ContentLength { get { throw null; } } + public string ContentType { get { throw null; } } + public string Identity { get { throw null; } } + public string RequestId { get { throw null; } } + public string Sequencer { get { throw null; } } + public object StorageDiagnostics { get { throw null; } } + public string Url { get { throw null; } } + } public partial class StorageBlobCreatedEventData { internal StorageBlobCreatedEventData() { } @@ -1385,6 +1437,20 @@ internal StorageBlobRenamedEventData() { } public string SourceUrl { get { throw null; } } public object StorageDiagnostics { get { throw null; } } } + public partial class StorageBlobTierChangedEventData + { + internal StorageBlobTierChangedEventData() { } + public string Api { get { throw null; } } + public string BlobType { get { throw null; } } + public string ClientRequestId { get { throw null; } } + public long? ContentLength { get { throw null; } } + public string ContentType { get { throw null; } } + public string Identity { get { throw null; } } + public string RequestId { get { throw null; } } + public string Sequencer { get { throw null; } } + public object StorageDiagnostics { get { throw null; } } + public string Url { get { throw null; } } + } public partial class StorageDirectoryCreatedEventData { internal StorageDirectoryCreatedEventData() { } diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Azure.Messaging.EventGrid.csproj b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Azure.Messaging.EventGrid.csproj index 695bfa51a045..d74a49ac4009 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Azure.Messaging.EventGrid.csproj +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Azure.Messaging.EventGrid.csproj @@ -1,4 +1,4 @@ - + This library can be used to publish events to Azure Event Grid and to consume events delivered by EventGrid. It also defines the event schemas for the events published to EventGrid by various Azure services. Microsoft Azure.Messaging.EventGrid client library @@ -7,15 +7,14 @@ 4.1.0 Microsoft Azure EventGrid;Event Grid;Event Grid Publishing; $(RequiredTargetFrameworks) - - + + + - - @@ -30,4 +29,7 @@ + + + diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Customization/SystemEventExtensions.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Customization/SystemEventExtensions.cs deleted file mode 100644 index 0a2ccaff8462..000000000000 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Customization/SystemEventExtensions.cs +++ /dev/null @@ -1,177 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -using System; -using System.Collections.Generic; -using System.Text.Json; -using Azure.Messaging.EventGrid.SystemEvents; - -namespace Azure.Messaging.EventGrid -{ - internal class SystemEventExtensions - { - public static object AsSystemEventData(string eventType, JsonElement data) - { - if (s_systemEventDeserializers.TryGetValue(eventType, out Func systemDeserializationFunction)) - { - return systemDeserializationFunction(data); - } - else - { - return null; - } - } - - internal static readonly IReadOnlyDictionary> s_systemEventDeserializers = new Dictionary>(StringComparer.OrdinalIgnoreCase) - { - // KEEP THIS SORTED BY THE NAME OF THE PUBLISHING SERVICE - // Add handling for additional event types here. - - // AppConfiguration events - { SystemEventNames.AppConfigurationKeyValueDeleted, AppConfigurationKeyValueDeletedEventData.DeserializeAppConfigurationKeyValueDeletedEventData }, - { SystemEventNames.AppConfigurationKeyValueModified, AppConfigurationKeyValueModifiedEventData.DeserializeAppConfigurationKeyValueModifiedEventData }, - - // Communication events - { SystemEventNames.AcsChatParticipantAddedToThread, AcsChatParticipantAddedToThreadEventData.DeserializeAcsChatParticipantAddedToThreadEventData }, - { SystemEventNames.AcsChatParticipantAddedToThreadWithUser, AcsChatParticipantAddedToThreadWithUserEventData.DeserializeAcsChatParticipantAddedToThreadWithUserEventData }, - { SystemEventNames.AcsChatParticipantRemovedFromThread, AcsChatParticipantRemovedFromThreadEventData.DeserializeAcsChatParticipantRemovedFromThreadEventData }, - { SystemEventNames.AcsChatParticipantRemovedFromThreadWithUser, AcsChatParticipantRemovedFromThreadWithUserEventData.DeserializeAcsChatParticipantRemovedFromThreadWithUserEventData }, - { SystemEventNames.AcsChatMessageDeleted, AcsChatMessageDeletedEventData.DeserializeAcsChatMessageDeletedEventData }, - { SystemEventNames.AcsChatMessageDeletedInThread, AcsChatMessageDeletedInThreadEventData.DeserializeAcsChatMessageDeletedInThreadEventData }, - { SystemEventNames.AcsChatMessageEdited, AcsChatMessageEditedEventData.DeserializeAcsChatMessageEditedEventData }, - { SystemEventNames.AcsChatMessageEditedInThread, AcsChatMessageEditedInThreadEventData.DeserializeAcsChatMessageEditedInThreadEventData }, - { SystemEventNames.AcsChatMessageReceived, AcsChatMessageReceivedEventData.DeserializeAcsChatMessageReceivedEventData }, - { SystemEventNames.AcsChatMessageReceivedInThread, AcsChatMessageReceivedInThreadEventData.DeserializeAcsChatMessageReceivedInThreadEventData }, - { SystemEventNames.AcsChatThreadCreated, AcsChatThreadCreatedEventData.DeserializeAcsChatThreadCreatedEventData }, - { SystemEventNames.AcsChatThreadCreatedWithUser, AcsChatThreadCreatedWithUserEventData.DeserializeAcsChatThreadCreatedWithUserEventData }, - { SystemEventNames.AcsChatThreadPropertiesUpdated, AcsChatThreadPropertiesUpdatedEventData.DeserializeAcsChatThreadPropertiesUpdatedEventData }, - { SystemEventNames.AcsChatThreadPropertiesUpdatedPerUser, AcsChatThreadPropertiesUpdatedPerUserEventData.DeserializeAcsChatThreadPropertiesUpdatedPerUserEventData }, - { SystemEventNames.AcsChatThreadDeleted, AcsChatThreadDeletedEventData.DeserializeAcsChatThreadDeletedEventData }, - { SystemEventNames.AcsChatThreadWithUserDeleted, AcsChatThreadWithUserDeletedEventData.DeserializeAcsChatThreadWithUserDeletedEventData }, - { SystemEventNames.AcsSmsDeliveryReportReceived, AcsSmsDeliveryReportReceivedEventData.DeserializeAcsSmsDeliveryReportReceivedEventData }, - { SystemEventNames.AcsSmsReceived, AcsSmsReceivedEventData.DeserializeAcsSmsReceivedEventData }, - { SystemEventNames.AcsRecordingFileStatusUpdated, AcsRecordingFileStatusUpdatedEventData.DeserializeAcsRecordingFileStatusUpdatedEventData }, - - // ContainerRegistry events - { SystemEventNames.ContainerRegistryImagePushed, ContainerRegistryImagePushedEventData.DeserializeContainerRegistryImagePushedEventData }, - { SystemEventNames.ContainerRegistryImageDeleted, ContainerRegistryImageDeletedEventData.DeserializeContainerRegistryImageDeletedEventData }, - { SystemEventNames.ContainerRegistryChartDeleted, ContainerRegistryChartDeletedEventData.DeserializeContainerRegistryChartDeletedEventData }, - { SystemEventNames.ContainerRegistryChartPushed, ContainerRegistryChartPushedEventData.DeserializeContainerRegistryChartPushedEventData }, - - // IoTHub Device events - { SystemEventNames.IotHubDeviceCreated, IotHubDeviceCreatedEventData.DeserializeIotHubDeviceCreatedEventData }, - { SystemEventNames.IotHubDeviceDeleted, IotHubDeviceDeletedEventData.DeserializeIotHubDeviceDeletedEventData }, - { SystemEventNames.IotHubDeviceConnected, IotHubDeviceConnectedEventData.DeserializeIotHubDeviceConnectedEventData }, - { SystemEventNames.IotHubDeviceDisconnected, IotHubDeviceDisconnectedEventData.DeserializeIotHubDeviceDisconnectedEventData }, - { SystemEventNames.IotHubDeviceTelemetry, IotHubDeviceTelemetryEventData.DeserializeIotHubDeviceTelemetryEventData }, - - // EventGrid events - { SystemEventNames.EventGridSubscriptionValidation, SubscriptionValidationEventData.DeserializeSubscriptionValidationEventData }, - { SystemEventNames.EventGridSubscriptionDeleted, SubscriptionDeletedEventData.DeserializeSubscriptionDeletedEventData }, - - // Event Hub events - { SystemEventNames.EventHubCaptureFileCreated, EventHubCaptureFileCreatedEventData.DeserializeEventHubCaptureFileCreatedEventData }, - - // Key Vault events - { SystemEventNames.KeyVaultCertificateNewVersionCreated, KeyVaultCertificateNewVersionCreatedEventData.DeserializeKeyVaultCertificateNewVersionCreatedEventData }, - { SystemEventNames.KeyVaultCertificateNearExpiry, KeyVaultCertificateNearExpiryEventData.DeserializeKeyVaultCertificateNearExpiryEventData }, - { SystemEventNames.KeyVaultCertificateExpired, KeyVaultCertificateExpiredEventData.DeserializeKeyVaultCertificateExpiredEventData }, - { SystemEventNames.KeyVaultKeyNearExpiry, KeyVaultKeyNearExpiryEventData.DeserializeKeyVaultKeyNearExpiryEventData }, - { SystemEventNames.KeyVaultKeyNewVersionCreated, KeyVaultKeyNewVersionCreatedEventData.DeserializeKeyVaultKeyNewVersionCreatedEventData }, - { SystemEventNames.KeyVaultKeyExpired, KeyVaultKeyExpiredEventData.DeserializeKeyVaultKeyExpiredEventData }, - { SystemEventNames.KeyVaultSecretNewVersionCreated, KeyVaultSecretNewVersionCreatedEventData.DeserializeKeyVaultSecretNewVersionCreatedEventData }, - { SystemEventNames.KeyVaultSecretNearExpiry, KeyVaultSecretNearExpiryEventData.DeserializeKeyVaultSecretNearExpiryEventData }, - { SystemEventNames.KeyVaultSecretExpired, KeyVaultSecretExpiredEventData.DeserializeKeyVaultSecretExpiredEventData }, - { SystemEventNames.KeyVaultAccessPolicyChanged, KeyVaultAccessPolicyChangedEventData.DeserializeKeyVaultAccessPolicyChangedEventData }, - - // MachineLearningServices events - { SystemEventNames.MachineLearningServicesDatasetDriftDetected, MachineLearningServicesDatasetDriftDetectedEventData.DeserializeMachineLearningServicesDatasetDriftDetectedEventData }, - { SystemEventNames.MachineLearningServicesModelDeployed, MachineLearningServicesModelDeployedEventData.DeserializeMachineLearningServicesModelDeployedEventData }, - { SystemEventNames.MachineLearningServicesModelRegistered, MachineLearningServicesModelRegisteredEventData.DeserializeMachineLearningServicesModelRegisteredEventData }, - { SystemEventNames.MachineLearningServicesRunCompleted, MachineLearningServicesRunCompletedEventData.DeserializeMachineLearningServicesRunCompletedEventData }, - { SystemEventNames.MachineLearningServicesRunStatusChanged, MachineLearningServicesRunStatusChangedEventData.DeserializeMachineLearningServicesRunStatusChangedEventData }, - - // Maps events - { SystemEventNames.MapsGeofenceEntered, MapsGeofenceEnteredEventData.DeserializeMapsGeofenceEnteredEventData }, - { SystemEventNames.MapsGeofenceExited, MapsGeofenceExitedEventData.DeserializeMapsGeofenceExitedEventData }, - { SystemEventNames.MapsGeofenceResult, MapsGeofenceResultEventData.DeserializeMapsGeofenceResultEventData }, - - // Media Services events - { SystemEventNames.MediaJobStateChange, MediaJobStateChangeEventData.DeserializeMediaJobStateChangeEventData }, - { SystemEventNames.MediaJobOutputStateChange, MediaJobOutputStateChangeEventData.DeserializeMediaJobOutputStateChangeEventData }, - { SystemEventNames.MediaJobScheduled, MediaJobScheduledEventData.DeserializeMediaJobScheduledEventData }, - { SystemEventNames.MediaJobProcessing, MediaJobProcessingEventData.DeserializeMediaJobProcessingEventData }, - { SystemEventNames.MediaJobCanceling, MediaJobCancelingEventData.DeserializeMediaJobCancelingEventData }, - { SystemEventNames.MediaJobFinished, MediaJobFinishedEventData.DeserializeMediaJobFinishedEventData }, - { SystemEventNames.MediaJobCanceled, MediaJobCanceledEventData.DeserializeMediaJobCanceledEventData }, - { SystemEventNames.MediaJobErrored, MediaJobErroredEventData.DeserializeMediaJobErroredEventData }, - { SystemEventNames.MediaJobOutputCanceled, MediaJobOutputCanceledEventData.DeserializeMediaJobOutputCanceledEventData }, - { SystemEventNames.MediaJobOutputCanceling, MediaJobOutputCancelingEventData.DeserializeMediaJobOutputCancelingEventData }, - { SystemEventNames.MediaJobOutputErrored, MediaJobOutputErroredEventData.DeserializeMediaJobOutputErroredEventData }, - { SystemEventNames.MediaJobOutputFinished, MediaJobOutputFinishedEventData.DeserializeMediaJobOutputFinishedEventData }, - { SystemEventNames.MediaJobOutputProcessing, MediaJobOutputProcessingEventData.DeserializeMediaJobOutputProcessingEventData }, - { SystemEventNames.MediaJobOutputScheduled, MediaJobOutputScheduledEventData.DeserializeMediaJobOutputScheduledEventData }, - { SystemEventNames.MediaJobOutputProgress, MediaJobOutputProgressEventData.DeserializeMediaJobOutputProgressEventData }, - { SystemEventNames.MediaLiveEventEncoderConnected, MediaLiveEventEncoderConnectedEventData.DeserializeMediaLiveEventEncoderConnectedEventData }, - { SystemEventNames.MediaLiveEventConnectionRejected, MediaLiveEventConnectionRejectedEventData.DeserializeMediaLiveEventConnectionRejectedEventData }, - { SystemEventNames.MediaLiveEventEncoderDisconnected, MediaLiveEventEncoderDisconnectedEventData.DeserializeMediaLiveEventEncoderDisconnectedEventData }, - { SystemEventNames.MediaLiveEventIncomingStreamReceived, MediaLiveEventIncomingStreamReceivedEventData.DeserializeMediaLiveEventIncomingStreamReceivedEventData }, - { SystemEventNames.MediaLiveEventIncomingStreamsOutOfSync, MediaLiveEventIncomingStreamsOutOfSyncEventData.DeserializeMediaLiveEventIncomingStreamsOutOfSyncEventData }, - { SystemEventNames.MediaLiveEventIncomingVideoStreamsOutOfSync, MediaLiveEventIncomingVideoStreamsOutOfSyncEventData.DeserializeMediaLiveEventIncomingVideoStreamsOutOfSyncEventData }, - { SystemEventNames.MediaLiveEventIncomingDataChunkDropped, MediaLiveEventIncomingDataChunkDroppedEventData.DeserializeMediaLiveEventIncomingDataChunkDroppedEventData }, - { SystemEventNames.MediaLiveEventIngestHeartbeat, MediaLiveEventIngestHeartbeatEventData.DeserializeMediaLiveEventIngestHeartbeatEventData }, - { SystemEventNames.MediaLiveEventTrackDiscontinuityDetected, MediaLiveEventTrackDiscontinuityDetectedEventData.DeserializeMediaLiveEventTrackDiscontinuityDetectedEventData }, - - // Resource Manager (Azure Subscription/Resource Group) events - { SystemEventNames.ResourceWriteSuccess, ResourceWriteSuccessEventData.DeserializeResourceWriteSuccessEventData }, - { SystemEventNames.ResourceWriteFailure, ResourceWriteFailureEventData.DeserializeResourceWriteFailureEventData }, - { SystemEventNames.ResourceWriteCancel, ResourceWriteCancelEventData.DeserializeResourceWriteCancelEventData }, - { SystemEventNames.ResourceDeleteSuccess, ResourceDeleteSuccessEventData.DeserializeResourceDeleteSuccessEventData }, - { SystemEventNames.ResourceDeleteFailure, ResourceDeleteFailureEventData.DeserializeResourceDeleteFailureEventData }, - { SystemEventNames.ResourceDeleteCancel, ResourceDeleteCancelEventData.DeserializeResourceDeleteCancelEventData }, - { SystemEventNames.ResourceActionSuccess, ResourceActionSuccessEventData.DeserializeResourceActionSuccessEventData }, - { SystemEventNames.ResourceActionFailure, ResourceActionFailureEventData.DeserializeResourceActionFailureEventData }, - { SystemEventNames.ResourceActionCancel, ResourceActionCancelEventData.DeserializeResourceActionCancelEventData }, - - // Redis - { SystemEventNames.RedisExportRdbCompleted, RedisExportRdbCompletedEventData.DeserializeRedisExportRdbCompletedEventData }, - { SystemEventNames.RedisImportRdbCompleted, RedisImportRdbCompletedEventData.DeserializeRedisImportRdbCompletedEventData }, - { SystemEventNames.RedisPatchingCompleted, RedisPatchingCompletedEventData.DeserializeRedisPatchingCompletedEventData }, - { SystemEventNames.RedisScalingCompleted, RedisScalingCompletedEventData.DeserializeRedisScalingCompletedEventData }, - - // ServiceBus events - { SystemEventNames.ServiceBusActiveMessagesAvailableWithNoListeners, ServiceBusActiveMessagesAvailableWithNoListenersEventData.DeserializeServiceBusActiveMessagesAvailableWithNoListenersEventData }, - { SystemEventNames.ServiceBusDeadletterMessagesAvailableWithNoListener, ServiceBusDeadletterMessagesAvailableWithNoListenersEventData.DeserializeServiceBusDeadletterMessagesAvailableWithNoListenersEventData }, - { SystemEventNames.ServiceBusActiveMessagesAvailablePeriodicNotifications, ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData.DeserializeServiceBusActiveMessagesAvailablePeriodicNotificationsEventData }, - { SystemEventNames.ServiceBusDeadletterMessagesAvailablePeriodicNotifications, ServiceBusDeadletterMessagesAvailablePeriodicNotificationsEventData.DeserializeServiceBusDeadletterMessagesAvailablePeriodicNotificationsEventData }, - - // SignalR - { SystemEventNames.SignalRServiceClientConnectionConnected, SignalRServiceClientConnectionConnectedEventData.DeserializeSignalRServiceClientConnectionConnectedEventData }, - { SystemEventNames.SignalRServiceClientConnectionDisconnected, SignalRServiceClientConnectionDisconnectedEventData.DeserializeSignalRServiceClientConnectionDisconnectedEventData }, - - // Storage events - { SystemEventNames.StorageBlobCreated, StorageBlobCreatedEventData.DeserializeStorageBlobCreatedEventData }, - { SystemEventNames.StorageBlobDeleted, StorageBlobDeletedEventData.DeserializeStorageBlobDeletedEventData }, - { SystemEventNames.StorageBlobRenamed, StorageBlobRenamedEventData.DeserializeStorageBlobRenamedEventData }, - { SystemEventNames.StorageDirectoryCreated, StorageDirectoryCreatedEventData.DeserializeStorageDirectoryCreatedEventData }, - { SystemEventNames.StorageDirectoryDeleted, StorageDirectoryDeletedEventData.DeserializeStorageDirectoryDeletedEventData }, - { SystemEventNames.StorageDirectoryRenamed, StorageDirectoryRenamedEventData.DeserializeStorageDirectoryRenamedEventData }, - { SystemEventNames.StorageLifecyclePolicyCompleted, StorageLifecyclePolicyCompletedEventData.DeserializeStorageLifecyclePolicyCompletedEventData }, - - // App Service - { SystemEventNames.WebAppUpdated, WebAppUpdatedEventData.DeserializeWebAppUpdatedEventData }, - { SystemEventNames.WebBackupOperationStarted, WebBackupOperationStartedEventData.DeserializeWebBackupOperationStartedEventData }, - { SystemEventNames.WebBackupOperationCompleted, WebBackupOperationCompletedEventData.DeserializeWebBackupOperationCompletedEventData }, - { SystemEventNames.WebBackupOperationFailed, WebBackupOperationFailedEventData.DeserializeWebBackupOperationFailedEventData }, - { SystemEventNames.WebRestoreOperationStarted, WebRestoreOperationStartedEventData.DeserializeWebRestoreOperationStartedEventData }, - { SystemEventNames.WebRestoreOperationCompleted, WebRestoreOperationCompletedEventData.DeserializeWebRestoreOperationCompletedEventData }, - { SystemEventNames.WebRestoreOperationFailed, WebRestoreOperationFailedEventData.DeserializeWebRestoreOperationFailedEventData }, - { SystemEventNames.WebSlotSwapStarted, WebSlotSwapStartedEventData.DeserializeWebSlotSwapStartedEventData }, - { SystemEventNames.WebSlotSwapCompleted, WebSlotSwapCompletedEventData.DeserializeWebSlotSwapCompletedEventData }, - { SystemEventNames.WebSlotSwapFailed, WebSlotSwapFailedEventData.DeserializeWebSlotSwapFailedEventData }, - { SystemEventNames.WebSlotSwapWithPreviewStarted, WebSlotSwapWithPreviewStartedEventData.DeserializeWebSlotSwapWithPreviewStartedEventData }, - { SystemEventNames.WebSlotSwapWithPreviewCancelled, WebSlotSwapWithPreviewCancelledEventData.DeserializeWebSlotSwapWithPreviewCancelledEventData }, - { SystemEventNames.WebAppServicePlanUpdated, WebAppServicePlanUpdatedEventData.DeserializeWebAppServicePlanUpdatedEventData } - }; - } -} diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Customization/SystemEventNames.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Customization/SystemEventNames.cs deleted file mode 100644 index 8c35522111db..000000000000 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Customization/SystemEventNames.cs +++ /dev/null @@ -1,734 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -using Azure.Messaging.EventGrid.SystemEvents; - -namespace Azure.Messaging.EventGrid -{ - /// - /// Represents the names of the various event types for the system events published to - /// Azure Event Grid. - /// - public static class SystemEventNames - { - // Keep this sorted by the name of the service publishing the events. - - #region AppConfiguration events - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string AppConfigurationKeyValueDeleted = "Microsoft.AppConfiguration.KeyValueDeleted"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string AppConfigurationKeyValueModified = "Microsoft.AppConfiguration.KeyValueModified"; - #endregion - - #region Communication events - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string AcsChatParticipantAddedToThread = "Microsoft.Communication.ChatThreadParticipantAdded"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string AcsChatParticipantAddedToThreadWithUser = "Microsoft.Communication.ChatParticipantAddedToThreadWithUser"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string AcsChatParticipantRemovedFromThread = "Microsoft.Communication.ChatThreadParticipantRemoved"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string AcsChatParticipantRemovedFromThreadWithUser = "Microsoft.Communication.ChatParticipantRemovedFromThreadWithUser"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string AcsChatMessageDeleted = "Microsoft.Communication.ChatMessageDeleted"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string AcsChatMessageDeletedInThread = "Microsoft.Communication.ChatMessageDeletedInThread"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string AcsChatMessageEdited = "Microsoft.Communication.ChatMessageEdited"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string AcsChatMessageEditedInThread = "Microsoft.Communication.ChatMessageEditedInThread"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string AcsChatMessageReceived = "Microsoft.Communication.ChatMessageReceived"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string AcsChatMessageReceivedInThread = "Microsoft.Communication.ChatMessageReceivedInThread"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string AcsChatThreadCreated = "Microsoft.Communication.ChatThreadCreated"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string AcsChatThreadCreatedWithUser = "Microsoft.Communication.ChatThreadCreatedWithUser"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string AcsChatThreadPropertiesUpdated = "Microsoft.Communication.ChatThreadPropertiesUpdated"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string AcsChatThreadPropertiesUpdatedPerUser = "Microsoft.Communication.ChatThreadPropertiesUpdatedPerUser"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string AcsChatThreadDeleted = "Microsoft.Communication.ChatThreadDeleted"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string AcsChatThreadWithUserDeleted = "Microsoft.Communication.ChatThreadWithUserDeleted"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string AcsSmsDeliveryReportReceived = "Microsoft.Communication.SMSDeliveryReportReceived"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string AcsSmsReceived = "Microsoft.Communication.SMSReceived"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string AcsRecordingFileStatusUpdated = "Microsoft.Communication.RecordingFileStatusUpdated"; - #endregion - - #region ContainerRegistry events - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string ContainerRegistryImagePushed = "Microsoft.ContainerRegistry.ImagePushed"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string ContainerRegistryImageDeleted = "Microsoft.ContainerRegistry.ImageDeleted"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string ContainerRegistryChartDeleted = "Microsoft.ContainerRegistry.ChartDeleted"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string ContainerRegistryChartPushed = "Microsoft.ContainerRegistry.ChartPushed"; - - #endregion - - #region Device events - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string IotHubDeviceCreated = "Microsoft.Devices.DeviceCreated"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string IotHubDeviceDeleted = "Microsoft.Devices.DeviceDeleted"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string IotHubDeviceConnected = "Microsoft.Devices.DeviceConnected"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string IotHubDeviceDisconnected = "Microsoft.Devices.DeviceDisconnected"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string IotHubDeviceTelemetry = "Microsoft.Devices.DeviceTelemetry"; - #endregion - - #region EventGrid events - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string EventGridSubscriptionValidation = "Microsoft.EventGrid.SubscriptionValidationEvent"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string EventGridSubscriptionDeleted = "Microsoft.EventGrid.SubscriptionDeletedEvent"; - #endregion - - #region Event Hub Events - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string EventHubCaptureFileCreated = "Microsoft.EventHub.CaptureFileCreated"; - #endregion - - #region Key Vault Events - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string KeyVaultCertificateNewVersionCreated = "Microsoft.KeyVault.CertificateNewVersionCreated"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string KeyVaultCertificateNearExpiry = "Microsoft.KeyVault.CertificateNearExpiry"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string KeyVaultCertificateExpired = "Microsoft.KeyVault.CertificateExpired"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string KeyVaultKeyNewVersionCreated = "Microsoft.KeyVault.KeyNewVersionCreated"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string KeyVaultKeyNearExpiry = "Microsoft.KeyVault.KeyNearExpiry"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string KeyVaultKeyExpired = "Microsoft.KeyVault.KeyExpired"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string KeyVaultSecretNewVersionCreated = "Microsoft.KeyVault.SecretNewVersionCreated"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string KeyVaultSecretNearExpiry = "Microsoft.KeyVault.SecretNearExpiry"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string KeyVaultSecretExpired = "Microsoft.KeyVault.SecretExpired"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string KeyVaultAccessPolicyChanged = "Microsoft.KeyVault.VaultAccessPolicyChanged"; - #endregion - - #region MachineLearningServices events - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MachineLearningServicesDatasetDriftDetected = "Microsoft.MachineLearningServices.DatasetDriftDetected"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MachineLearningServicesModelDeployed = "Microsoft.MachineLearningServices.ModelDeployed"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MachineLearningServicesModelRegistered = "Microsoft.MachineLearningServices.ModelRegistered"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MachineLearningServicesRunCompleted = "Microsoft.MachineLearningServices.RunCompleted"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MachineLearningServicesRunStatusChanged = "Microsoft.MachineLearningServices.RunStatusChanged"; - #endregion - - #region Maps events - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MapsGeofenceEntered = "Microsoft.Maps.GeofenceEntered"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MapsGeofenceExited = "Microsoft.Maps.GeofenceExited"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MapsGeofenceResult = "Microsoft.Maps.GeofenceResult"; - #endregion - - #region Media Services events - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaJobStateChange= "Microsoft.Media.JobStateChange"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaJobOutputStateChange = "Microsoft.Media.JobOutputStateChange"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaJobScheduled = "Microsoft.Media.JobScheduled"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaJobProcessing = "Microsoft.Media.JobProcessing"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaJobCanceling = "Microsoft.Media.JobCanceling"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaJobFinished = "Microsoft.Media.JobFinished"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaJobCanceled = "Microsoft.Media.JobCanceled"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaJobErrored = "Microsoft.Media.JobErrored"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaJobOutputCanceled = "Microsoft.Media.JobOutputCanceled"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaJobOutputCanceling = "Microsoft.Media.JobOutputCanceling"; - - /// - /// The value of the Event Type stored in and for the - /// MediaJobOutputErroredEvent system event. - /// - public const string MediaJobOutputErrored = "Microsoft.Media.JobOutputErrored"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaJobOutputFinished = "Microsoft.Media.JobOutputFinished"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaJobOutputProcessing = "Microsoft.Media.JobOutputProcessing"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaJobOutputScheduled = "Microsoft.Media.JobOutputScheduled"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaJobOutputProgress = "Microsoft.Media.JobOutputProgress"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaLiveEventEncoderConnected = "Microsoft.Media.LiveEventEncoderConnected"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaLiveEventConnectionRejected = "Microsoft.Media.LiveEventConnectionRejected"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaLiveEventEncoderDisconnected = "Microsoft.Media.LiveEventEncoderDisconnected"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaLiveEventIncomingStreamReceived = "Microsoft.Media.LiveEventIncomingStreamReceived"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaLiveEventIncomingStreamsOutOfSync = "Microsoft.Media.LiveEventIncomingStreamsOutOfSync"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaLiveEventIncomingVideoStreamsOutOfSync = "Microsoft.Media.LiveEventIncomingVideoStreamsOutOfSync"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaLiveEventIncomingDataChunkDropped = "Microsoft.Media.LiveEventIncomingDataChunkDropped"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaLiveEventIngestHeartbeat = "Microsoft.Media.LiveEventIngestHeartbeat"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string MediaLiveEventTrackDiscontinuityDetected = "Microsoft.Media.LiveEventTrackDiscontinuityDetected"; - #endregion - - #region Resource Manager (Azure Subscription/Resource Group) events - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string ResourceWriteSuccess = "Microsoft.Resources.ResourceWriteSuccess"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string ResourceWriteFailure = "Microsoft.Resources.ResourceWriteFailure"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string ResourceWriteCancel = "Microsoft.Resources.ResourceWriteCancel"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string ResourceDeleteSuccess = "Microsoft.Resources.ResourceDeleteSuccess"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string ResourceDeleteFailure = "Microsoft.Resources.ResourceDeleteFailure"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string ResourceDeleteCancel = "Microsoft.Resources.ResourceDeleteCancel"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string ResourceActionSuccess = "Microsoft.Resources.ResourceActionSuccess"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string ResourceActionFailure = "Microsoft.Resources.ResourceActionFailure"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string ResourceActionCancel = "Microsoft.Resources.ResourceActionCancel"; - #endregion - - #region ServiceBus events - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string ServiceBusActiveMessagesAvailableWithNoListeners = "Microsoft.ServiceBus.ActiveMessagesAvailableWithNoListeners"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string ServiceBusDeadletterMessagesAvailableWithNoListener = "Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListener"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string ServiceBusActiveMessagesAvailablePeriodicNotifications = "Microsoft.ServiceBus.ActiveMessagesAvailablePeriodicNotifications"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string ServiceBusDeadletterMessagesAvailablePeriodicNotifications = "Microsoft.ServiceBus.DeadletterMessagesAvailablePeriodicNotifications"; - #endregion - - #region Storage events - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string StorageBlobCreated = "Microsoft.Storage.BlobCreated"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string StorageBlobDeleted = "Microsoft.Storage.BlobDeleted"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string StorageBlobRenamed = "Microsoft.Storage.BlobRenamed"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string StorageDirectoryCreated = "Microsoft.Storage.DirectoryCreated"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string StorageDirectoryDeleted = "Microsoft.Storage.DirectoryDeleted"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string StorageDirectoryRenamed = "Microsoft.Storage.DirectoryRenamed"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string StorageLifecyclePolicyCompleted = "Microsoft.Storage.LifecyclePolicyCompleted"; - #endregion - - #region App Service - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string WebAppUpdated = "Microsoft.Web.AppUpdated"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string WebBackupOperationStarted = "Microsoft.Web.BackupOperationStarted"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string WebBackupOperationCompleted = "Microsoft.Web.BackupOperationCompleted"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string WebBackupOperationFailed = "Microsoft.Web.BackupOperationFailed"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string WebRestoreOperationStarted = "Microsoft.Web.RestoreOperationStarted"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string WebRestoreOperationCompleted = "Microsoft.Web.RestoreOperationCompleted"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string WebRestoreOperationFailed = "Microsoft.Web.RestoreOperationFailed"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string WebSlotSwapStarted = "Microsoft.Web.SlotSwapStarted"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string WebSlotSwapCompleted = "Microsoft.Web.SlotSwapCompleted"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string WebSlotSwapFailed = "Microsoft.Web.SlotSwapFailed"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string WebSlotSwapWithPreviewStarted = "Microsoft.Web.SlotSwapWithPreviewStarted"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string WebSlotSwapWithPreviewCancelled = "Microsoft.Web.SlotSwapWithPreviewCancelled"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string WebAppServicePlanUpdated = "Microsoft.Web.AppServicePlanUpdated"; - #endregion - - #region Redis - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string RedisExportRdbCompleted = "Microsoft.Cache.ExportRDBCompleted"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string RedisImportRdbCompleted = "Microsoft.Cache.ImportRDBCompleted"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string RedisPatchingCompleted = "Microsoft.Cache.PatchingCompleted"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string RedisScalingCompleted = "Microsoft.Cache.ScalingCompleted"; - #endregion - - #region SignalR - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string SignalRServiceClientConnectionConnected = "Microsoft.SignalRService.ClientConnectionConnected"; - - /// - /// The value of the Event Type stored in and for the - /// system event. - /// - public const string SignalRServiceClientConnectionDisconnected = "Microsoft.SignalRService.ClientConnectionDisconnected"; - #endregion - } -} diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageDeletedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageDeletedEventData.cs index 712ed1e81f74..d636b8858157 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageDeletedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageDeletedEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatMessageDeleted event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageDeleted event. public partial class AcsChatMessageDeletedEventData : AcsChatMessageEventBaseProperties { /// Initializes a new instance of AcsChatMessageDeletedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageDeletedInThreadEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageDeletedInThreadEventData.cs index bd09b54fe7d1..af1fb0ed0a21 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageDeletedInThreadEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageDeletedInThreadEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatMessageDeletedInThread event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageDeletedInThread event. public partial class AcsChatMessageDeletedInThreadEventData : AcsChatMessageEventInThreadBaseProperties { /// Initializes a new instance of AcsChatMessageDeletedInThreadEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageEditedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageEditedEventData.cs index 8000fc1626d0..3b6c24d052ba 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageEditedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageEditedEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatMessageEdited event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageEdited event. public partial class AcsChatMessageEditedEventData : AcsChatMessageEventBaseProperties { /// Initializes a new instance of AcsChatMessageEditedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageEditedInThreadEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageEditedInThreadEventData.cs index 4dbd7d95138c..88a976b0c114 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageEditedInThreadEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageEditedInThreadEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatMessageEditedInThread event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageEditedInThread event. public partial class AcsChatMessageEditedInThreadEventData : AcsChatMessageEventInThreadBaseProperties { /// Initializes a new instance of AcsChatMessageEditedInThreadEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageReceivedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageReceivedEventData.cs index 712b2a966546..e7c251ca0adc 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageReceivedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageReceivedEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatMessageReceived event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageReceived event. public partial class AcsChatMessageReceivedEventData : AcsChatMessageEventBaseProperties { /// Initializes a new instance of AcsChatMessageReceivedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageReceivedInThreadEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageReceivedInThreadEventData.cs index 98d87261419c..b8f762a6141b 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageReceivedInThreadEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatMessageReceivedInThreadEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatMessageReceivedInThread event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageReceivedInThread event. public partial class AcsChatMessageReceivedInThreadEventData : AcsChatMessageEventInThreadBaseProperties { /// Initializes a new instance of AcsChatMessageReceivedInThreadEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatParticipantAddedToThreadEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatParticipantAddedToThreadEventData.cs index d0c306e17783..dcd1a51b4b53 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatParticipantAddedToThreadEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatParticipantAddedToThreadEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatThreadParticipantAdded event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadParticipantAdded event. public partial class AcsChatParticipantAddedToThreadEventData : AcsChatEventInThreadBaseProperties { /// Initializes a new instance of AcsChatParticipantAddedToThreadEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatParticipantAddedToThreadWithUserEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatParticipantAddedToThreadWithUserEventData.cs index ded0684fd788..7f34d2752c8b 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatParticipantAddedToThreadWithUserEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatParticipantAddedToThreadWithUserEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatParticipantAddedToThreadWithUser event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatParticipantAddedToThreadWithUser event. public partial class AcsChatParticipantAddedToThreadWithUserEventData : AcsChatThreadEventBaseProperties { /// Initializes a new instance of AcsChatParticipantAddedToThreadWithUserEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatParticipantRemovedFromThreadEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatParticipantRemovedFromThreadEventData.cs index 3beb16f5fc7c..d760a99cb584 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatParticipantRemovedFromThreadEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatParticipantRemovedFromThreadEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatThreadParticipantRemoved event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadParticipantRemoved event. public partial class AcsChatParticipantRemovedFromThreadEventData : AcsChatEventInThreadBaseProperties { /// Initializes a new instance of AcsChatParticipantRemovedFromThreadEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatParticipantRemovedFromThreadWithUserEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatParticipantRemovedFromThreadWithUserEventData.cs index aa00b729a17a..4c54d05c0e04 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatParticipantRemovedFromThreadWithUserEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatParticipantRemovedFromThreadWithUserEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatParticipantRemovedFromThreadWithUser event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatParticipantRemovedFromThreadWithUser event. public partial class AcsChatParticipantRemovedFromThreadWithUserEventData : AcsChatThreadEventBaseProperties { /// Initializes a new instance of AcsChatParticipantRemovedFromThreadWithUserEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadCreatedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadCreatedEventData.cs index de18c340bb41..42e72fd8570d 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadCreatedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadCreatedEventData.cs @@ -11,7 +11,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatThreadCreated event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadCreated event. public partial class AcsChatThreadCreatedEventData : AcsChatThreadEventInThreadBaseProperties { /// Initializes a new instance of AcsChatThreadCreatedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadCreatedWithUserEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadCreatedWithUserEventData.cs index 92654cd6b4aa..55ed73fea961 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadCreatedWithUserEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadCreatedWithUserEventData.cs @@ -11,7 +11,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatThreadCreatedWithUser event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadCreatedWithUser event. public partial class AcsChatThreadCreatedWithUserEventData : AcsChatThreadEventBaseProperties { /// Initializes a new instance of AcsChatThreadCreatedWithUserEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadDeletedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadDeletedEventData.cs index 624b80f378d2..8df519e94d3c 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadDeletedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadDeletedEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatThreadDeleted event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadDeleted event. public partial class AcsChatThreadDeletedEventData : AcsChatThreadEventInThreadBaseProperties { /// Initializes a new instance of AcsChatThreadDeletedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadPropertiesUpdatedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadPropertiesUpdatedEventData.cs index 3e71f979536d..f39dec3ae619 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadPropertiesUpdatedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadPropertiesUpdatedEventData.cs @@ -11,7 +11,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatThreadPropertiesUpdated event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadPropertiesUpdated event. public partial class AcsChatThreadPropertiesUpdatedEventData : AcsChatThreadEventInThreadBaseProperties { /// Initializes a new instance of AcsChatThreadPropertiesUpdatedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadPropertiesUpdatedPerUserEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadPropertiesUpdatedPerUserEventData.cs index 6fb96769eea0..bdd1ab2c44d9 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadPropertiesUpdatedPerUserEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadPropertiesUpdatedPerUserEventData.cs @@ -11,7 +11,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatThreadPropertiesUpdatedPerUser event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadPropertiesUpdatedPerUser event. public partial class AcsChatThreadPropertiesUpdatedPerUserEventData : AcsChatThreadEventBaseProperties { /// Initializes a new instance of AcsChatThreadPropertiesUpdatedPerUserEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadWithUserDeletedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadWithUserDeletedEventData.cs index ae12d8b62461..48cbc1353906 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadWithUserDeletedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsChatThreadWithUserDeletedEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatThreadWithUserDeleted event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadWithUserDeleted event. public partial class AcsChatThreadWithUserDeletedEventData : AcsChatThreadEventBaseProperties { /// Initializes a new instance of AcsChatThreadWithUserDeletedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsRecordingFileStatusUpdatedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsRecordingFileStatusUpdatedEventData.cs index 6efc2a471441..fb468b6e0144 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsRecordingFileStatusUpdatedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsRecordingFileStatusUpdatedEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Communication.RecordingFileStatusUpdated event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Communication.RecordingFileStatusUpdated event. public partial class AcsRecordingFileStatusUpdatedEventData { /// Initializes a new instance of AcsRecordingFileStatusUpdatedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsSmsDeliveryReportReceivedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsSmsDeliveryReportReceivedEventData.cs index 5ba468692174..591e056f198f 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsSmsDeliveryReportReceivedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsSmsDeliveryReportReceivedEventData.cs @@ -11,7 +11,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Communication.SMSDeliveryReportReceived event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Communication.SMSDeliveryReportReceived event. public partial class AcsSmsDeliveryReportReceivedEventData : AcsSmsEventBaseProperties { /// Initializes a new instance of AcsSmsDeliveryReportReceivedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsSmsReceivedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsSmsReceivedEventData.cs index 7492575d287c..5f29051fb8e3 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsSmsReceivedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsSmsReceivedEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Communication.SMSReceived event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Communication.SMSReceived event. public partial class AcsSmsReceivedEventData : AcsSmsEventBaseProperties { /// Initializes a new instance of AcsSmsReceivedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AppConfigurationKeyValueDeletedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AppConfigurationKeyValueDeletedEventData.cs index e477c374045c..ed5917a9a43f 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AppConfigurationKeyValueDeletedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AppConfigurationKeyValueDeletedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.AppConfiguration.KeyValueDeleted event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.AppConfiguration.KeyValueDeleted event. public partial class AppConfigurationKeyValueDeletedEventData { /// Initializes a new instance of AppConfigurationKeyValueDeletedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AppConfigurationKeyValueModifiedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AppConfigurationKeyValueModifiedEventData.cs index a0b273e057e3..0ea95c88409f 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AppConfigurationKeyValueModifiedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AppConfigurationKeyValueModifiedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.AppConfiguration.KeyValueModified event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.AppConfiguration.KeyValueModified event. public partial class AppConfigurationKeyValueModifiedEventData { /// Initializes a new instance of AppConfigurationKeyValueModifiedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/EventHubCaptureFileCreatedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/EventHubCaptureFileCreatedEventData.cs index e5cc7a2111b6..dacba54311f7 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/EventHubCaptureFileCreatedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/EventHubCaptureFileCreatedEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.EventHub.CaptureFileCreated event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.EventHub.CaptureFileCreated event. public partial class EventHubCaptureFileCreatedEventData { /// Initializes a new instance of EventHubCaptureFileCreatedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultAccessPolicyChangedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultAccessPolicyChangedEventData.cs index 90a60a884366..3c34ef2c7065 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultAccessPolicyChangedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultAccessPolicyChangedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an VaultAccessPolicyChanged event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.KeyVault.VaultAccessPolicyChanged event. public partial class KeyVaultAccessPolicyChangedEventData { /// Initializes a new instance of KeyVaultAccessPolicyChangedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultCertificateExpiredEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultCertificateExpiredEventData.cs index 16488049bd76..43fc2f2f563d 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultCertificateExpiredEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultCertificateExpiredEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an CertificateExpired event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.KeyVault.CertificateExpired event. public partial class KeyVaultCertificateExpiredEventData { /// Initializes a new instance of KeyVaultCertificateExpiredEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultCertificateNearExpiryEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultCertificateNearExpiryEventData.cs index 7abc235fdf3b..b489f7c11521 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultCertificateNearExpiryEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultCertificateNearExpiryEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an CertificateNearExpiry event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.KeyVault.CertificateNearExpiry event. public partial class KeyVaultCertificateNearExpiryEventData { /// Initializes a new instance of KeyVaultCertificateNearExpiryEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultCertificateNewVersionCreatedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultCertificateNewVersionCreatedEventData.cs index 3f6afe784aad..9d87238da565 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultCertificateNewVersionCreatedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultCertificateNewVersionCreatedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an CertificateNewVersionCreated event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.KeyVault.CertificateNewVersionCreated event. public partial class KeyVaultCertificateNewVersionCreatedEventData { /// Initializes a new instance of KeyVaultCertificateNewVersionCreatedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultKeyExpiredEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultKeyExpiredEventData.cs index 6f7850325b4e..d199aa28ce12 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultKeyExpiredEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultKeyExpiredEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an KeyExpired event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.KeyVault.KeyExpired event. public partial class KeyVaultKeyExpiredEventData { /// Initializes a new instance of KeyVaultKeyExpiredEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultKeyNearExpiryEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultKeyNearExpiryEventData.cs index 943c765f4959..23db8bc18f61 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultKeyNearExpiryEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultKeyNearExpiryEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an KeyNearExpiry event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.KeyVault.KeyNearExpiry event. public partial class KeyVaultKeyNearExpiryEventData { /// Initializes a new instance of KeyVaultKeyNearExpiryEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultKeyNewVersionCreatedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultKeyNewVersionCreatedEventData.cs index 74c893af4241..0e2353d9fd8c 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultKeyNewVersionCreatedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultKeyNewVersionCreatedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an KeyNewVersionCreated event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.KeyVault.KeyNewVersionCreated event. public partial class KeyVaultKeyNewVersionCreatedEventData { /// Initializes a new instance of KeyVaultKeyNewVersionCreatedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultSecretExpiredEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultSecretExpiredEventData.cs index 3cfd05263e70..a6549f35654c 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultSecretExpiredEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultSecretExpiredEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an SecretExpired event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.KeyVault.SecretExpired event. public partial class KeyVaultSecretExpiredEventData { /// Initializes a new instance of KeyVaultSecretExpiredEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultSecretNearExpiryEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultSecretNearExpiryEventData.cs index d23067f7ba77..560107eeb5ef 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultSecretNearExpiryEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultSecretNearExpiryEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an SecretNearExpiry event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.KeyVault.SecretNearExpiry event. public partial class KeyVaultSecretNearExpiryEventData { /// Initializes a new instance of KeyVaultSecretNearExpiryEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultSecretNewVersionCreatedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultSecretNewVersionCreatedEventData.cs index 172d1fc82db2..9b2d27ca0d66 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultSecretNewVersionCreatedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/KeyVaultSecretNewVersionCreatedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an SecretNewVersionCreated event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.KeyVault.SecretNewVersionCreated event. public partial class KeyVaultSecretNewVersionCreatedEventData { /// Initializes a new instance of KeyVaultSecretNewVersionCreatedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MachineLearningServicesDatasetDriftDetectedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MachineLearningServicesDatasetDriftDetectedEventData.cs index ec3d9bc963c7..1e2864662d66 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MachineLearningServicesDatasetDriftDetectedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MachineLearningServicesDatasetDriftDetectedEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.MachineLearningServices.DatasetDriftDetected event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.MachineLearningServices.DatasetDriftDetected event. public partial class MachineLearningServicesDatasetDriftDetectedEventData { /// Initializes a new instance of MachineLearningServicesDatasetDriftDetectedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MachineLearningServicesModelDeployedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MachineLearningServicesModelDeployedEventData.cs index 2b50cb7a39fa..4f7dbace3002 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MachineLearningServicesModelDeployedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MachineLearningServicesModelDeployedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.MachineLearningServices.ModelDeployed event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.MachineLearningServices.ModelDeployed event. public partial class MachineLearningServicesModelDeployedEventData { /// Initializes a new instance of MachineLearningServicesModelDeployedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MachineLearningServicesModelRegisteredEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MachineLearningServicesModelRegisteredEventData.cs index 4eb84abe0245..09106af1f573 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MachineLearningServicesModelRegisteredEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MachineLearningServicesModelRegisteredEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.MachineLearningServices.ModelRegistered event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.MachineLearningServices.ModelRegistered event. public partial class MachineLearningServicesModelRegisteredEventData { /// Initializes a new instance of MachineLearningServicesModelRegisteredEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MachineLearningServicesRunCompletedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MachineLearningServicesRunCompletedEventData.cs index df543a4d220d..7e62a17fb7b5 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MachineLearningServicesRunCompletedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MachineLearningServicesRunCompletedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.MachineLearningServices.RunCompleted event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.MachineLearningServices.RunCompleted event. public partial class MachineLearningServicesRunCompletedEventData { /// Initializes a new instance of MachineLearningServicesRunCompletedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MachineLearningServicesRunStatusChangedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MachineLearningServicesRunStatusChangedEventData.cs index bf95ec5aa394..f05df3782f64 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MachineLearningServicesRunStatusChangedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MachineLearningServicesRunStatusChangedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.MachineLearningServices.RunStatusChanged event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.MachineLearningServices.RunStatusChanged event. public partial class MachineLearningServicesRunStatusChangedEventData { /// Initializes a new instance of MachineLearningServicesRunStatusChangedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobCanceledEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobCanceledEventData.cs index db6aacf9481a..7cf39100d8f5 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobCanceledEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobCanceledEventData.cs @@ -10,7 +10,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Job canceled event data. + /// Job canceled event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobCanceled event. public partial class MediaJobCanceledEventData : MediaJobStateChangeEventData { /// Initializes a new instance of MediaJobCanceledEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobCancelingEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobCancelingEventData.cs index 66a5e81d3c30..b45e568fff81 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobCancelingEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobCancelingEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Job canceling event data. + /// Job canceling event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobCanceling event. public partial class MediaJobCancelingEventData : MediaJobStateChangeEventData { /// Initializes a new instance of MediaJobCancelingEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobErroredEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobErroredEventData.cs index e8fcd7b758ea..0b172a402795 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobErroredEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobErroredEventData.cs @@ -10,7 +10,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Job error state event data. + /// Job error state event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobErrored event. public partial class MediaJobErroredEventData : MediaJobStateChangeEventData { /// Initializes a new instance of MediaJobErroredEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobFinishedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobFinishedEventData.cs index 3cf3bedf2bcf..e7912880888d 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobFinishedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobFinishedEventData.cs @@ -10,7 +10,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Job finished event data. + /// Job finished event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobFinished event. public partial class MediaJobFinishedEventData : MediaJobStateChangeEventData { /// Initializes a new instance of MediaJobFinishedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputCanceledEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputCanceledEventData.cs index 2b75675b1ea3..91ccaf3d29a0 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputCanceledEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputCanceledEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Job output canceled event data. + /// Job output canceled event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobOutputCanceled event. public partial class MediaJobOutputCanceledEventData : MediaJobOutputStateChangeEventData { /// Initializes a new instance of MediaJobOutputCanceledEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputCancelingEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputCancelingEventData.cs index 20ea8f62ee72..f6cbe62703e5 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputCancelingEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputCancelingEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Job output canceling event data. + /// Job output canceling event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobOutputCanceling event. public partial class MediaJobOutputCancelingEventData : MediaJobOutputStateChangeEventData { /// Initializes a new instance of MediaJobOutputCancelingEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputErroredEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputErroredEventData.cs index a91448d6fcef..60cfe6da58a2 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputErroredEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputErroredEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Job output error event data. + /// Job output error event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobOutputErrored event. public partial class MediaJobOutputErroredEventData : MediaJobOutputStateChangeEventData { /// Initializes a new instance of MediaJobOutputErroredEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputFinishedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputFinishedEventData.cs index 4943b5463245..0c2c38f48e06 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputFinishedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputFinishedEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Job output finished event data. + /// Job output finished event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobOutputFinished event. public partial class MediaJobOutputFinishedEventData : MediaJobOutputStateChangeEventData { /// Initializes a new instance of MediaJobOutputFinishedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputProcessingEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputProcessingEventData.cs index 6a8c5ee1453d..06a3d82a7638 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputProcessingEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputProcessingEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Job output processing event data. + /// Job output processing event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobOutputProcessing event. public partial class MediaJobOutputProcessingEventData : MediaJobOutputStateChangeEventData { /// Initializes a new instance of MediaJobOutputProcessingEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputProgressEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputProgressEventData.cs index a3ecad7ebb34..61c915dda260 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputProgressEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputProgressEventData.cs @@ -10,7 +10,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Job Output Progress Event Data. + /// Job Output Progress Event Data. Schema of the Data property of an EventGridEvent for a Microsoft.Media.JobOutputProgress event. public partial class MediaJobOutputProgressEventData { /// Initializes a new instance of MediaJobOutputProgressEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputScheduledEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputScheduledEventData.cs index cb07cc43f9ed..810e7920c2e6 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputScheduledEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobOutputScheduledEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Job output scheduled event data. + /// Job output scheduled event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobOutputScheduled event. public partial class MediaJobOutputScheduledEventData : MediaJobOutputStateChangeEventData { /// Initializes a new instance of MediaJobOutputScheduledEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobProcessingEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobProcessingEventData.cs index ff4bd5ce3cdd..cb37e7670661 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobProcessingEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobProcessingEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Job processing event data. + /// Job processing event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobProcessing event. public partial class MediaJobProcessingEventData : MediaJobStateChangeEventData { /// Initializes a new instance of MediaJobProcessingEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobScheduledEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobScheduledEventData.cs index 054b9188337d..e2058079872a 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobScheduledEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaJobScheduledEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Job scheduled event data. + /// Job scheduled event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobScheduled event. public partial class MediaJobScheduledEventData : MediaJobStateChangeEventData { /// Initializes a new instance of MediaJobScheduledEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventConnectionRejectedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventConnectionRejectedEventData.cs index 5dae1780b52c..b6cf4d038b62 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventConnectionRejectedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventConnectionRejectedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Encoder connection rejected event data. + /// Encoder connection rejected event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventConnectionRejected event. public partial class MediaLiveEventConnectionRejectedEventData { /// Initializes a new instance of MediaLiveEventConnectionRejectedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventEncoderConnectedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventEncoderConnectedEventData.cs index 48d0f63bd512..5759e9be7a05 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventEncoderConnectedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventEncoderConnectedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Encoder connect event data. + /// Encoder connect event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventEncoderConnected event. public partial class MediaLiveEventEncoderConnectedEventData { /// Initializes a new instance of MediaLiveEventEncoderConnectedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventEncoderDisconnectedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventEncoderDisconnectedEventData.cs index 59b44944bcb3..7365aee3e10f 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventEncoderDisconnectedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventEncoderDisconnectedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Encoder disconnected event data. + /// Encoder disconnected event data. Schema of the Data property of an EventGridEvent for a Microsoft.Media.LiveEventEncoderDisconnected event. public partial class MediaLiveEventEncoderDisconnectedEventData { /// Initializes a new instance of MediaLiveEventEncoderDisconnectedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventIncomingDataChunkDroppedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventIncomingDataChunkDroppedEventData.cs index d8f7cbc573fd..c1864f28c255 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventIncomingDataChunkDroppedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventIncomingDataChunkDroppedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Ingest fragment dropped event data. + /// Ingest fragment dropped event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventIncomingDataChunkDropped event. public partial class MediaLiveEventIncomingDataChunkDroppedEventData { /// Initializes a new instance of MediaLiveEventIncomingDataChunkDroppedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventIncomingStreamReceivedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventIncomingStreamReceivedEventData.cs index b8cf91c8d049..c3a4bae0c0ec 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventIncomingStreamReceivedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventIncomingStreamReceivedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Encoder connect event data. + /// Encoder connect event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventIncomingStreamReceived event. public partial class MediaLiveEventIncomingStreamReceivedEventData { /// Initializes a new instance of MediaLiveEventIncomingStreamReceivedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventIncomingStreamsOutOfSyncEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventIncomingStreamsOutOfSyncEventData.cs index 6655fb789a55..d538c34b6e83 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventIncomingStreamsOutOfSyncEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventIncomingStreamsOutOfSyncEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Incoming streams out of sync event data. + /// Incoming streams out of sync event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventIncomingStreamsOutOfSync event. public partial class MediaLiveEventIncomingStreamsOutOfSyncEventData { /// Initializes a new instance of MediaLiveEventIncomingStreamsOutOfSyncEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventIncomingVideoStreamsOutOfSyncEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventIncomingVideoStreamsOutOfSyncEventData.cs index 91fd0dc7ddfc..723f17c57c24 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventIncomingVideoStreamsOutOfSyncEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventIncomingVideoStreamsOutOfSyncEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Incoming video stream out of synch event data. + /// Incoming video stream out of synch event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventIncomingVideoStreamsOutOfSync event. public partial class MediaLiveEventIncomingVideoStreamsOutOfSyncEventData { /// Initializes a new instance of MediaLiveEventIncomingVideoStreamsOutOfSyncEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventIngestHeartbeatEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventIngestHeartbeatEventData.cs index f29f995874b5..cd5e99792c64 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventIngestHeartbeatEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventIngestHeartbeatEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Ingest fragment dropped event data. + /// Ingest fragment dropped event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventIngestHeartbeat event. public partial class MediaLiveEventIngestHeartbeatEventData { /// Initializes a new instance of MediaLiveEventIngestHeartbeatEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventTrackDiscontinuityDetectedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventTrackDiscontinuityDetectedEventData.cs index aad2beba33fd..d6c15cbdedd4 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventTrackDiscontinuityDetectedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MediaLiveEventTrackDiscontinuityDetectedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Ingest track discontinuity detected event data. + /// Ingest track discontinuity detected event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventTrackDiscontinuityDetected event. public partial class MediaLiveEventTrackDiscontinuityDetectedEventData { /// Initializes a new instance of MediaLiveEventTrackDiscontinuityDetectedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/PolicyInsightsPolicyStateChangedEventData.Serialization.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/PolicyInsightsPolicyStateChangedEventData.Serialization.cs new file mode 100644 index 000000000000..77b8f929160a --- /dev/null +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/PolicyInsightsPolicyStateChangedEventData.Serialization.cs @@ -0,0 +1,86 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Text.Json.Serialization; +using Azure.Core; + +namespace Azure.Messaging.EventGrid.SystemEvents +{ + [JsonConverter(typeof(PolicyInsightsPolicyStateChangedEventDataConverter))] + public partial class PolicyInsightsPolicyStateChangedEventData + { + internal static PolicyInsightsPolicyStateChangedEventData DeserializePolicyInsightsPolicyStateChangedEventData(JsonElement element) + { + Optional timestamp = default; + Optional policyAssignmentId = default; + Optional policyDefinitionId = default; + Optional policyDefinitionReferenceId = default; + Optional complianceState = default; + Optional subscriptionId = default; + Optional complianceReasonCode = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("timestamp")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + timestamp = property.Value.GetDateTimeOffset("O"); + continue; + } + if (property.NameEquals("policyAssignmentId")) + { + policyAssignmentId = property.Value.GetString(); + continue; + } + if (property.NameEquals("policyDefinitionId")) + { + policyDefinitionId = property.Value.GetString(); + continue; + } + if (property.NameEquals("policyDefinitionReferenceId")) + { + policyDefinitionReferenceId = property.Value.GetString(); + continue; + } + if (property.NameEquals("complianceState")) + { + complianceState = property.Value.GetString(); + continue; + } + if (property.NameEquals("subscriptionId")) + { + subscriptionId = property.Value.GetString(); + continue; + } + if (property.NameEquals("complianceReasonCode")) + { + complianceReasonCode = property.Value.GetString(); + continue; + } + } + return new PolicyInsightsPolicyStateChangedEventData(Optional.ToNullable(timestamp), policyAssignmentId.Value, policyDefinitionId.Value, policyDefinitionReferenceId.Value, complianceState.Value, subscriptionId.Value, complianceReasonCode.Value); + } + + internal partial class PolicyInsightsPolicyStateChangedEventDataConverter : JsonConverter + { + public override void Write(Utf8JsonWriter writer, PolicyInsightsPolicyStateChangedEventData model, JsonSerializerOptions options) + { + throw new NotImplementedException(); + } + public override PolicyInsightsPolicyStateChangedEventData Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options) + { + using var document = JsonDocument.ParseValue(ref reader); + return DeserializePolicyInsightsPolicyStateChangedEventData(document.RootElement); + } + } + } +} diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/PolicyInsightsPolicyStateChangedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/PolicyInsightsPolicyStateChangedEventData.cs new file mode 100644 index 000000000000..3c582f2392d5 --- /dev/null +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/PolicyInsightsPolicyStateChangedEventData.cs @@ -0,0 +1,54 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; + +namespace Azure.Messaging.EventGrid.SystemEvents +{ + /// Schema of the Data property of an EventGridEvent for a Microsoft.PolicyInsights.PolicyStateChanged event. + public partial class PolicyInsightsPolicyStateChangedEventData + { + /// Initializes a new instance of PolicyInsightsPolicyStateChangedEventData. + internal PolicyInsightsPolicyStateChangedEventData() + { + } + + /// Initializes a new instance of PolicyInsightsPolicyStateChangedEventData. + /// The time that the resource was scanned by Azure Policy in the Universal ISO 8601 DateTime format yyyy-MM-ddTHH:mm:ss.fffffffZ. + /// The resource ID of the policy assignment. + /// The resource ID of the policy definition. + /// The reference ID for the policy definition inside the initiative definition, if the policy assignment is for an initiative. May be empty. + /// The compliance state of the resource with respect to the policy assignment. + /// The subscription ID of the resource. + /// The compliance reason code. May be empty. + internal PolicyInsightsPolicyStateChangedEventData(DateTimeOffset? timestamp, string policyAssignmentId, string policyDefinitionId, string policyDefinitionReferenceId, string complianceState, string subscriptionId, string complianceReasonCode) + { + Timestamp = timestamp; + PolicyAssignmentId = policyAssignmentId; + PolicyDefinitionId = policyDefinitionId; + PolicyDefinitionReferenceId = policyDefinitionReferenceId; + ComplianceState = complianceState; + SubscriptionId = subscriptionId; + ComplianceReasonCode = complianceReasonCode; + } + + /// The time that the resource was scanned by Azure Policy in the Universal ISO 8601 DateTime format yyyy-MM-ddTHH:mm:ss.fffffffZ. + public DateTimeOffset? Timestamp { get; } + /// The resource ID of the policy assignment. + public string PolicyAssignmentId { get; } + /// The resource ID of the policy definition. + public string PolicyDefinitionId { get; } + /// The reference ID for the policy definition inside the initiative definition, if the policy assignment is for an initiative. May be empty. + public string PolicyDefinitionReferenceId { get; } + /// The compliance state of the resource with respect to the policy assignment. + public string ComplianceState { get; } + /// The subscription ID of the resource. + public string SubscriptionId { get; } + /// The compliance reason code. May be empty. + public string ComplianceReasonCode { get; } + } +} diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/PolicyInsightsPolicyStateCreatedEventData.Serialization.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/PolicyInsightsPolicyStateCreatedEventData.Serialization.cs new file mode 100644 index 000000000000..9c0124fd102d --- /dev/null +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/PolicyInsightsPolicyStateCreatedEventData.Serialization.cs @@ -0,0 +1,86 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Text.Json.Serialization; +using Azure.Core; + +namespace Azure.Messaging.EventGrid.SystemEvents +{ + [JsonConverter(typeof(PolicyInsightsPolicyStateCreatedEventDataConverter))] + public partial class PolicyInsightsPolicyStateCreatedEventData + { + internal static PolicyInsightsPolicyStateCreatedEventData DeserializePolicyInsightsPolicyStateCreatedEventData(JsonElement element) + { + Optional timestamp = default; + Optional policyAssignmentId = default; + Optional policyDefinitionId = default; + Optional policyDefinitionReferenceId = default; + Optional complianceState = default; + Optional subscriptionId = default; + Optional complianceReasonCode = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("timestamp")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + timestamp = property.Value.GetDateTimeOffset("O"); + continue; + } + if (property.NameEquals("policyAssignmentId")) + { + policyAssignmentId = property.Value.GetString(); + continue; + } + if (property.NameEquals("policyDefinitionId")) + { + policyDefinitionId = property.Value.GetString(); + continue; + } + if (property.NameEquals("policyDefinitionReferenceId")) + { + policyDefinitionReferenceId = property.Value.GetString(); + continue; + } + if (property.NameEquals("complianceState")) + { + complianceState = property.Value.GetString(); + continue; + } + if (property.NameEquals("subscriptionId")) + { + subscriptionId = property.Value.GetString(); + continue; + } + if (property.NameEquals("complianceReasonCode")) + { + complianceReasonCode = property.Value.GetString(); + continue; + } + } + return new PolicyInsightsPolicyStateCreatedEventData(Optional.ToNullable(timestamp), policyAssignmentId.Value, policyDefinitionId.Value, policyDefinitionReferenceId.Value, complianceState.Value, subscriptionId.Value, complianceReasonCode.Value); + } + + internal partial class PolicyInsightsPolicyStateCreatedEventDataConverter : JsonConverter + { + public override void Write(Utf8JsonWriter writer, PolicyInsightsPolicyStateCreatedEventData model, JsonSerializerOptions options) + { + throw new NotImplementedException(); + } + public override PolicyInsightsPolicyStateCreatedEventData Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options) + { + using var document = JsonDocument.ParseValue(ref reader); + return DeserializePolicyInsightsPolicyStateCreatedEventData(document.RootElement); + } + } + } +} diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/PolicyInsightsPolicyStateCreatedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/PolicyInsightsPolicyStateCreatedEventData.cs new file mode 100644 index 000000000000..45342ba3f6aa --- /dev/null +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/PolicyInsightsPolicyStateCreatedEventData.cs @@ -0,0 +1,54 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; + +namespace Azure.Messaging.EventGrid.SystemEvents +{ + /// Schema of the Data property of an EventGridEvent for a Microsoft.PolicyInsights.PolicyStateCreated event. + public partial class PolicyInsightsPolicyStateCreatedEventData + { + /// Initializes a new instance of PolicyInsightsPolicyStateCreatedEventData. + internal PolicyInsightsPolicyStateCreatedEventData() + { + } + + /// Initializes a new instance of PolicyInsightsPolicyStateCreatedEventData. + /// The time that the resource was scanned by Azure Policy in the Universal ISO 8601 DateTime format yyyy-MM-ddTHH:mm:ss.fffffffZ. + /// The resource ID of the policy assignment. + /// The resource ID of the policy definition. + /// The reference ID for the policy definition inside the initiative definition, if the policy assignment is for an initiative. May be empty. + /// The compliance state of the resource with respect to the policy assignment. + /// The subscription ID of the resource. + /// The compliance reason code. May be empty. + internal PolicyInsightsPolicyStateCreatedEventData(DateTimeOffset? timestamp, string policyAssignmentId, string policyDefinitionId, string policyDefinitionReferenceId, string complianceState, string subscriptionId, string complianceReasonCode) + { + Timestamp = timestamp; + PolicyAssignmentId = policyAssignmentId; + PolicyDefinitionId = policyDefinitionId; + PolicyDefinitionReferenceId = policyDefinitionReferenceId; + ComplianceState = complianceState; + SubscriptionId = subscriptionId; + ComplianceReasonCode = complianceReasonCode; + } + + /// The time that the resource was scanned by Azure Policy in the Universal ISO 8601 DateTime format yyyy-MM-ddTHH:mm:ss.fffffffZ. + public DateTimeOffset? Timestamp { get; } + /// The resource ID of the policy assignment. + public string PolicyAssignmentId { get; } + /// The resource ID of the policy definition. + public string PolicyDefinitionId { get; } + /// The reference ID for the policy definition inside the initiative definition, if the policy assignment is for an initiative. May be empty. + public string PolicyDefinitionReferenceId { get; } + /// The compliance state of the resource with respect to the policy assignment. + public string ComplianceState { get; } + /// The subscription ID of the resource. + public string SubscriptionId { get; } + /// The compliance reason code. May be empty. + public string ComplianceReasonCode { get; } + } +} diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/PolicyInsightsPolicyStateDeletedEventData.Serialization.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/PolicyInsightsPolicyStateDeletedEventData.Serialization.cs new file mode 100644 index 000000000000..65fb5cfb2d71 --- /dev/null +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/PolicyInsightsPolicyStateDeletedEventData.Serialization.cs @@ -0,0 +1,86 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Text.Json.Serialization; +using Azure.Core; + +namespace Azure.Messaging.EventGrid.SystemEvents +{ + [JsonConverter(typeof(PolicyInsightsPolicyStateDeletedEventDataConverter))] + public partial class PolicyInsightsPolicyStateDeletedEventData + { + internal static PolicyInsightsPolicyStateDeletedEventData DeserializePolicyInsightsPolicyStateDeletedEventData(JsonElement element) + { + Optional timestamp = default; + Optional policyAssignmentId = default; + Optional policyDefinitionId = default; + Optional policyDefinitionReferenceId = default; + Optional complianceState = default; + Optional subscriptionId = default; + Optional complianceReasonCode = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("timestamp")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + timestamp = property.Value.GetDateTimeOffset("O"); + continue; + } + if (property.NameEquals("policyAssignmentId")) + { + policyAssignmentId = property.Value.GetString(); + continue; + } + if (property.NameEquals("policyDefinitionId")) + { + policyDefinitionId = property.Value.GetString(); + continue; + } + if (property.NameEquals("policyDefinitionReferenceId")) + { + policyDefinitionReferenceId = property.Value.GetString(); + continue; + } + if (property.NameEquals("complianceState")) + { + complianceState = property.Value.GetString(); + continue; + } + if (property.NameEquals("subscriptionId")) + { + subscriptionId = property.Value.GetString(); + continue; + } + if (property.NameEquals("complianceReasonCode")) + { + complianceReasonCode = property.Value.GetString(); + continue; + } + } + return new PolicyInsightsPolicyStateDeletedEventData(Optional.ToNullable(timestamp), policyAssignmentId.Value, policyDefinitionId.Value, policyDefinitionReferenceId.Value, complianceState.Value, subscriptionId.Value, complianceReasonCode.Value); + } + + internal partial class PolicyInsightsPolicyStateDeletedEventDataConverter : JsonConverter + { + public override void Write(Utf8JsonWriter writer, PolicyInsightsPolicyStateDeletedEventData model, JsonSerializerOptions options) + { + throw new NotImplementedException(); + } + public override PolicyInsightsPolicyStateDeletedEventData Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options) + { + using var document = JsonDocument.ParseValue(ref reader); + return DeserializePolicyInsightsPolicyStateDeletedEventData(document.RootElement); + } + } + } +} diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/PolicyInsightsPolicyStateDeletedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/PolicyInsightsPolicyStateDeletedEventData.cs new file mode 100644 index 000000000000..cac81210bd1e --- /dev/null +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/PolicyInsightsPolicyStateDeletedEventData.cs @@ -0,0 +1,54 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; + +namespace Azure.Messaging.EventGrid.SystemEvents +{ + /// Schema of the Data property of an EventGridEvent for a Microsoft.PolicyInsights.PolicyStateDeleted event. + public partial class PolicyInsightsPolicyStateDeletedEventData + { + /// Initializes a new instance of PolicyInsightsPolicyStateDeletedEventData. + internal PolicyInsightsPolicyStateDeletedEventData() + { + } + + /// Initializes a new instance of PolicyInsightsPolicyStateDeletedEventData. + /// The time that the resource was scanned by Azure Policy in the Universal ISO 8601 DateTime format yyyy-MM-ddTHH:mm:ss.fffffffZ. + /// The resource ID of the policy assignment. + /// The resource ID of the policy definition. + /// The reference ID for the policy definition inside the initiative definition, if the policy assignment is for an initiative. May be empty. + /// The compliance state of the resource with respect to the policy assignment. + /// The subscription ID of the resource. + /// The compliance reason code. May be empty. + internal PolicyInsightsPolicyStateDeletedEventData(DateTimeOffset? timestamp, string policyAssignmentId, string policyDefinitionId, string policyDefinitionReferenceId, string complianceState, string subscriptionId, string complianceReasonCode) + { + Timestamp = timestamp; + PolicyAssignmentId = policyAssignmentId; + PolicyDefinitionId = policyDefinitionId; + PolicyDefinitionReferenceId = policyDefinitionReferenceId; + ComplianceState = complianceState; + SubscriptionId = subscriptionId; + ComplianceReasonCode = complianceReasonCode; + } + + /// The time that the resource was scanned by Azure Policy in the Universal ISO 8601 DateTime format yyyy-MM-ddTHH:mm:ss.fffffffZ. + public DateTimeOffset? Timestamp { get; } + /// The resource ID of the policy assignment. + public string PolicyAssignmentId { get; } + /// The resource ID of the policy definition. + public string PolicyDefinitionId { get; } + /// The reference ID for the policy definition inside the initiative definition, if the policy assignment is for an initiative. May be empty. + public string PolicyDefinitionReferenceId { get; } + /// The compliance state of the resource with respect to the policy assignment. + public string ComplianceState { get; } + /// The subscription ID of the resource. + public string SubscriptionId { get; } + /// The compliance reason code. May be empty. + public string ComplianceReasonCode { get; } + } +} diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/RedisExportRdbCompletedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/RedisExportRdbCompletedEventData.cs index 623eeb08f3aa..4362c8a5a144 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/RedisExportRdbCompletedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/RedisExportRdbCompletedEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Cache.ExportRDBCompleted event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Cache.ExportRDBCompleted event. public partial class RedisExportRdbCompletedEventData { /// Initializes a new instance of RedisExportRdbCompletedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/RedisImportRdbCompletedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/RedisImportRdbCompletedEventData.cs index 3f7923a88adf..70325261dcfd 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/RedisImportRdbCompletedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/RedisImportRdbCompletedEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Cache.ImportRDBCompleted event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Cache.ImportRDBCompleted event. public partial class RedisImportRdbCompletedEventData { /// Initializes a new instance of RedisImportRdbCompletedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/RedisPatchingCompletedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/RedisPatchingCompletedEventData.cs index 515d9e396526..bd703b2103af 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/RedisPatchingCompletedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/RedisPatchingCompletedEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Cache.PatchingCompleted event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Cache.PatchingCompleted event. public partial class RedisPatchingCompletedEventData { /// Initializes a new instance of RedisPatchingCompletedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/RedisScalingCompletedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/RedisScalingCompletedEventData.cs index 428bc08337bb..f3d723df7d91 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/RedisScalingCompletedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/RedisScalingCompletedEventData.cs @@ -9,7 +9,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Cache.ScalingCompleted event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Cache.ScalingCompleted event. public partial class RedisScalingCompletedEventData { /// Initializes a new instance of RedisScalingCompletedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/ResourceActionCancelEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/ResourceActionCancelEventData.cs index 43c0290ddab1..a14c724610b3 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/ResourceActionCancelEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/ResourceActionCancelEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Resources.ResourceActionCancel event. This is raised when a resource action operation is canceled. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Resources.ResourceActionCancel event. This is raised when a resource action operation is canceled. public partial class ResourceActionCancelEventData { /// Initializes a new instance of ResourceActionCancelEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/ResourceDeleteCancelEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/ResourceDeleteCancelEventData.cs index c47929fa720d..1bb10d104e40 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/ResourceDeleteCancelEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/ResourceDeleteCancelEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Resources.ResourceDeleteCancel event. This is raised when a resource delete operation is canceled. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Resources.ResourceDeleteCancel event. This is raised when a resource delete operation is canceled. public partial class ResourceDeleteCancelEventData { /// Initializes a new instance of ResourceDeleteCancelEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageAsyncOperationInitiatedEventData.Serialization.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageAsyncOperationInitiatedEventData.Serialization.cs new file mode 100644 index 000000000000..260b80623bbf --- /dev/null +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageAsyncOperationInitiatedEventData.Serialization.cs @@ -0,0 +1,109 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Text.Json.Serialization; +using Azure.Core; + +namespace Azure.Messaging.EventGrid.SystemEvents +{ + [JsonConverter(typeof(StorageAsyncOperationInitiatedEventDataConverter))] + public partial class StorageAsyncOperationInitiatedEventData + { + internal static StorageAsyncOperationInitiatedEventData DeserializeStorageAsyncOperationInitiatedEventData(JsonElement element) + { + Optional api = default; + Optional clientRequestId = default; + Optional requestId = default; + Optional contentType = default; + Optional contentLength = default; + Optional blobType = default; + Optional url = default; + Optional sequencer = default; + Optional identity = default; + Optional storageDiagnostics = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("api")) + { + api = property.Value.GetString(); + continue; + } + if (property.NameEquals("clientRequestId")) + { + clientRequestId = property.Value.GetString(); + continue; + } + if (property.NameEquals("requestId")) + { + requestId = property.Value.GetString(); + continue; + } + if (property.NameEquals("contentType")) + { + contentType = property.Value.GetString(); + continue; + } + if (property.NameEquals("contentLength")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + contentLength = property.Value.GetInt64(); + continue; + } + if (property.NameEquals("blobType")) + { + blobType = property.Value.GetString(); + continue; + } + if (property.NameEquals("url")) + { + url = property.Value.GetString(); + continue; + } + if (property.NameEquals("sequencer")) + { + sequencer = property.Value.GetString(); + continue; + } + if (property.NameEquals("identity")) + { + identity = property.Value.GetString(); + continue; + } + if (property.NameEquals("storageDiagnostics")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + storageDiagnostics = property.Value.GetObject(); + continue; + } + } + return new StorageAsyncOperationInitiatedEventData(api.Value, clientRequestId.Value, requestId.Value, contentType.Value, Optional.ToNullable(contentLength), blobType.Value, url.Value, sequencer.Value, identity.Value, storageDiagnostics.Value); + } + + internal partial class StorageAsyncOperationInitiatedEventDataConverter : JsonConverter + { + public override void Write(Utf8JsonWriter writer, StorageAsyncOperationInitiatedEventData model, JsonSerializerOptions options) + { + throw new NotImplementedException(); + } + public override StorageAsyncOperationInitiatedEventData Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options) + { + using var document = JsonDocument.ParseValue(ref reader); + return DeserializeStorageAsyncOperationInitiatedEventData(document.RootElement); + } + } + } +} diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageAsyncOperationInitiatedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageAsyncOperationInitiatedEventData.cs new file mode 100644 index 000000000000..961f8f0645f7 --- /dev/null +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageAsyncOperationInitiatedEventData.cs @@ -0,0 +1,64 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.Messaging.EventGrid.SystemEvents +{ + /// Schema of the Data property of an EventGridEvent for a Microsoft.Storage.AsyncOperationInitiated event. + public partial class StorageAsyncOperationInitiatedEventData + { + /// Initializes a new instance of StorageAsyncOperationInitiatedEventData. + internal StorageAsyncOperationInitiatedEventData() + { + } + + /// Initializes a new instance of StorageAsyncOperationInitiatedEventData. + /// The name of the API/operation that triggered this event. + /// A request id provided by the client of the storage API operation that triggered this event. + /// The request id generated by the Storage service for the storage API operation that triggered this event. + /// The content type of the blob. This is the same as what would be returned in the Content-Type header from the blob. + /// The size of the blob in bytes. This is the same as what would be returned in the Content-Length header from the blob. + /// The type of blob. + /// The path to the blob. + /// An opaque string value representing the logical sequence of events for any particular blob name. Users can use standard string comparison to understand the relative sequence of two events on the same blob name. + /// The identity of the requester that triggered this event. + /// For service use only. Diagnostic data occasionally included by the Azure Storage service. This property should be ignored by event consumers. + internal StorageAsyncOperationInitiatedEventData(string api, string clientRequestId, string requestId, string contentType, long? contentLength, string blobType, string url, string sequencer, string identity, object storageDiagnostics) + { + Api = api; + ClientRequestId = clientRequestId; + RequestId = requestId; + ContentType = contentType; + ContentLength = contentLength; + BlobType = blobType; + Url = url; + Sequencer = sequencer; + Identity = identity; + StorageDiagnostics = storageDiagnostics; + } + + /// The name of the API/operation that triggered this event. + public string Api { get; } + /// A request id provided by the client of the storage API operation that triggered this event. + public string ClientRequestId { get; } + /// The request id generated by the Storage service for the storage API operation that triggered this event. + public string RequestId { get; } + /// The content type of the blob. This is the same as what would be returned in the Content-Type header from the blob. + public string ContentType { get; } + /// The size of the blob in bytes. This is the same as what would be returned in the Content-Length header from the blob. + public long? ContentLength { get; } + /// The type of blob. + public string BlobType { get; } + /// The path to the blob. + public string Url { get; } + /// An opaque string value representing the logical sequence of events for any particular blob name. Users can use standard string comparison to understand the relative sequence of two events on the same blob name. + public string Sequencer { get; } + /// The identity of the requester that triggered this event. + public string Identity { get; } + /// For service use only. Diagnostic data occasionally included by the Azure Storage service. This property should be ignored by event consumers. + public object StorageDiagnostics { get; } + } +} diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageBlobCreatedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageBlobCreatedEventData.cs index bf70abef200f..945895d0669a 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageBlobCreatedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageBlobCreatedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Storage.BlobCreated event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Storage.BlobCreated event. public partial class StorageBlobCreatedEventData { /// Initializes a new instance of StorageBlobCreatedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageBlobDeletedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageBlobDeletedEventData.cs index 8c2732b02c9f..47327250619e 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageBlobDeletedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageBlobDeletedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Storage.BlobDeleted event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Storage.BlobDeleted event. public partial class StorageBlobDeletedEventData { /// Initializes a new instance of StorageBlobDeletedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageBlobRenamedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageBlobRenamedEventData.cs index b5af80a750c1..02f1961d1694 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageBlobRenamedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageBlobRenamedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Storage.BlobRenamed event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Storage.BlobRenamed event. public partial class StorageBlobRenamedEventData { /// Initializes a new instance of StorageBlobRenamedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageBlobTierChangedEventData.Serialization.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageBlobTierChangedEventData.Serialization.cs new file mode 100644 index 000000000000..3551fac7a865 --- /dev/null +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageBlobTierChangedEventData.Serialization.cs @@ -0,0 +1,109 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Text.Json.Serialization; +using Azure.Core; + +namespace Azure.Messaging.EventGrid.SystemEvents +{ + [JsonConverter(typeof(StorageBlobTierChangedEventDataConverter))] + public partial class StorageBlobTierChangedEventData + { + internal static StorageBlobTierChangedEventData DeserializeStorageBlobTierChangedEventData(JsonElement element) + { + Optional api = default; + Optional clientRequestId = default; + Optional requestId = default; + Optional contentType = default; + Optional contentLength = default; + Optional blobType = default; + Optional url = default; + Optional sequencer = default; + Optional identity = default; + Optional storageDiagnostics = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("api")) + { + api = property.Value.GetString(); + continue; + } + if (property.NameEquals("clientRequestId")) + { + clientRequestId = property.Value.GetString(); + continue; + } + if (property.NameEquals("requestId")) + { + requestId = property.Value.GetString(); + continue; + } + if (property.NameEquals("contentType")) + { + contentType = property.Value.GetString(); + continue; + } + if (property.NameEquals("contentLength")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + contentLength = property.Value.GetInt64(); + continue; + } + if (property.NameEquals("blobType")) + { + blobType = property.Value.GetString(); + continue; + } + if (property.NameEquals("url")) + { + url = property.Value.GetString(); + continue; + } + if (property.NameEquals("sequencer")) + { + sequencer = property.Value.GetString(); + continue; + } + if (property.NameEquals("identity")) + { + identity = property.Value.GetString(); + continue; + } + if (property.NameEquals("storageDiagnostics")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + storageDiagnostics = property.Value.GetObject(); + continue; + } + } + return new StorageBlobTierChangedEventData(api.Value, clientRequestId.Value, requestId.Value, contentType.Value, Optional.ToNullable(contentLength), blobType.Value, url.Value, sequencer.Value, identity.Value, storageDiagnostics.Value); + } + + internal partial class StorageBlobTierChangedEventDataConverter : JsonConverter + { + public override void Write(Utf8JsonWriter writer, StorageBlobTierChangedEventData model, JsonSerializerOptions options) + { + throw new NotImplementedException(); + } + public override StorageBlobTierChangedEventData Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options) + { + using var document = JsonDocument.ParseValue(ref reader); + return DeserializeStorageBlobTierChangedEventData(document.RootElement); + } + } + } +} diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageBlobTierChangedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageBlobTierChangedEventData.cs new file mode 100644 index 000000000000..21e6e0ab23f7 --- /dev/null +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageBlobTierChangedEventData.cs @@ -0,0 +1,64 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.Messaging.EventGrid.SystemEvents +{ + /// Schema of the Data property of an EventGridEvent for a Microsoft.Storage.BlobTierChanged event. + public partial class StorageBlobTierChangedEventData + { + /// Initializes a new instance of StorageBlobTierChangedEventData. + internal StorageBlobTierChangedEventData() + { + } + + /// Initializes a new instance of StorageBlobTierChangedEventData. + /// The name of the API/operation that triggered this event. + /// A request id provided by the client of the storage API operation that triggered this event. + /// The request id generated by the Storage service for the storage API operation that triggered this event. + /// The content type of the blob. This is the same as what would be returned in the Content-Type header from the blob. + /// The size of the blob in bytes. This is the same as what would be returned in the Content-Length header from the blob. + /// The type of blob. + /// The path to the blob. + /// An opaque string value representing the logical sequence of events for any particular blob name. Users can use standard string comparison to understand the relative sequence of two events on the same blob name. + /// The identity of the requester that triggered this event. + /// For service use only. Diagnostic data occasionally included by the Azure Storage service. This property should be ignored by event consumers. + internal StorageBlobTierChangedEventData(string api, string clientRequestId, string requestId, string contentType, long? contentLength, string blobType, string url, string sequencer, string identity, object storageDiagnostics) + { + Api = api; + ClientRequestId = clientRequestId; + RequestId = requestId; + ContentType = contentType; + ContentLength = contentLength; + BlobType = blobType; + Url = url; + Sequencer = sequencer; + Identity = identity; + StorageDiagnostics = storageDiagnostics; + } + + /// The name of the API/operation that triggered this event. + public string Api { get; } + /// A request id provided by the client of the storage API operation that triggered this event. + public string ClientRequestId { get; } + /// The request id generated by the Storage service for the storage API operation that triggered this event. + public string RequestId { get; } + /// The content type of the blob. This is the same as what would be returned in the Content-Type header from the blob. + public string ContentType { get; } + /// The size of the blob in bytes. This is the same as what would be returned in the Content-Length header from the blob. + public long? ContentLength { get; } + /// The type of blob. + public string BlobType { get; } + /// The path to the blob. + public string Url { get; } + /// An opaque string value representing the logical sequence of events for any particular blob name. Users can use standard string comparison to understand the relative sequence of two events on the same blob name. + public string Sequencer { get; } + /// The identity of the requester that triggered this event. + public string Identity { get; } + /// For service use only. Diagnostic data occasionally included by the Azure Storage service. This property should be ignored by event consumers. + public object StorageDiagnostics { get; } + } +} diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageDirectoryCreatedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageDirectoryCreatedEventData.cs index 17df68fa5178..47a81363aec9 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageDirectoryCreatedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageDirectoryCreatedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Storage.DirectoryCreated event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Storage.DirectoryCreated event. public partial class StorageDirectoryCreatedEventData { /// Initializes a new instance of StorageDirectoryCreatedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageDirectoryDeletedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageDirectoryDeletedEventData.cs index 7980c6e5a500..3ab160bed3cc 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageDirectoryDeletedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageDirectoryDeletedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Storage.DirectoryDeleted event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Storage.DirectoryDeleted event. public partial class StorageDirectoryDeletedEventData { /// Initializes a new instance of StorageDirectoryDeletedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageDirectoryRenamedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageDirectoryRenamedEventData.cs index 041bf220a50b..cccc97793216 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageDirectoryRenamedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageDirectoryRenamedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Storage.DirectoryRenamed event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Storage.DirectoryRenamed event. public partial class StorageDirectoryRenamedEventData { /// Initializes a new instance of StorageDirectoryRenamedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageLifecyclePolicyCompletedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageLifecyclePolicyCompletedEventData.cs index fecd63433646..d24a0ee580d4 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageLifecyclePolicyCompletedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/StorageLifecyclePolicyCompletedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Storage.LifecyclePolicyCompleted event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Storage.LifecyclePolicyCompleted event. public partial class StorageLifecyclePolicyCompletedEventData { /// Initializes a new instance of StorageLifecyclePolicyCompletedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/SubscriptionDeletedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/SubscriptionDeletedEventData.cs index f6c2f46cc47c..168a42d86e2c 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/SubscriptionDeletedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/SubscriptionDeletedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for a Microsoft.EventGrid.SubscriptionDeletedEvent. + /// Schema of the Data property of an EventGridEvent for a Microsoft.EventGrid.SubscriptionDeletedEvent event. public partial class SubscriptionDeletedEventData { /// Initializes a new instance of SubscriptionDeletedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/SubscriptionValidationEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/SubscriptionValidationEventData.cs index 3da5d25845a4..7cdbc46384d9 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/SubscriptionValidationEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/SubscriptionValidationEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for a Microsoft.EventGrid.SubscriptionValidationEvent. + /// Schema of the Data property of an EventGridEvent for a Microsoft.EventGrid.SubscriptionValidationEvent event. public partial class SubscriptionValidationEventData { /// Initializes a new instance of SubscriptionValidationEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebAppServicePlanUpdatedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebAppServicePlanUpdatedEventData.cs index f936d9c0737a..c9483434ad8e 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebAppServicePlanUpdatedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebAppServicePlanUpdatedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Web.AppServicePlanUpdated event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Web.AppServicePlanUpdated event. public partial class WebAppServicePlanUpdatedEventData { /// Initializes a new instance of WebAppServicePlanUpdatedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebAppUpdatedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebAppUpdatedEventData.cs index 2eee9ba25f2a..43402f441507 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebAppUpdatedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebAppUpdatedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Web.AppUpdated event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Web.AppUpdated event. public partial class WebAppUpdatedEventData { /// Initializes a new instance of WebAppUpdatedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebBackupOperationCompletedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebBackupOperationCompletedEventData.cs index d2a687314c58..7bc35c0b7669 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebBackupOperationCompletedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebBackupOperationCompletedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Web.BackupOperationCompleted event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Web.BackupOperationCompleted event. public partial class WebBackupOperationCompletedEventData { /// Initializes a new instance of WebBackupOperationCompletedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebBackupOperationFailedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebBackupOperationFailedEventData.cs index 5ef2edf52ee2..c274ed5601c0 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebBackupOperationFailedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebBackupOperationFailedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Web.BackupOperationFailed event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Web.BackupOperationFailed event. public partial class WebBackupOperationFailedEventData { /// Initializes a new instance of WebBackupOperationFailedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebBackupOperationStartedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebBackupOperationStartedEventData.cs index ef584e942792..4395825090ba 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebBackupOperationStartedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebBackupOperationStartedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Web.BackupOperationStarted event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Web.BackupOperationStarted event. public partial class WebBackupOperationStartedEventData { /// Initializes a new instance of WebBackupOperationStartedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebRestoreOperationCompletedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebRestoreOperationCompletedEventData.cs index e5e83d469788..10284ee70e7e 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebRestoreOperationCompletedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebRestoreOperationCompletedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Web.RestoreOperationCompleted event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Web.RestoreOperationCompleted event. public partial class WebRestoreOperationCompletedEventData { /// Initializes a new instance of WebRestoreOperationCompletedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebRestoreOperationFailedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebRestoreOperationFailedEventData.cs index 23307cd5797e..ca5506679330 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebRestoreOperationFailedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebRestoreOperationFailedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Web.RestoreOperationFailed event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Web.RestoreOperationFailed event. public partial class WebRestoreOperationFailedEventData { /// Initializes a new instance of WebRestoreOperationFailedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebRestoreOperationStartedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebRestoreOperationStartedEventData.cs index e44020d68fe8..2274ccd08f9c 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebRestoreOperationStartedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebRestoreOperationStartedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Web.RestoreOperationStarted event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Web.RestoreOperationStarted event. public partial class WebRestoreOperationStartedEventData { /// Initializes a new instance of WebRestoreOperationStartedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebSlotSwapCompletedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebSlotSwapCompletedEventData.cs index dd7f35ef70df..2d780e94a3dd 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebSlotSwapCompletedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebSlotSwapCompletedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Web.SlotSwapCompleted event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Web.SlotSwapCompleted event. public partial class WebSlotSwapCompletedEventData { /// Initializes a new instance of WebSlotSwapCompletedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebSlotSwapFailedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebSlotSwapFailedEventData.cs index 6de5030c3f1e..5384e7a652ca 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebSlotSwapFailedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebSlotSwapFailedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Web.SlotSwapFailed event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Web.SlotSwapFailed event. public partial class WebSlotSwapFailedEventData { /// Initializes a new instance of WebSlotSwapFailedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebSlotSwapStartedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebSlotSwapStartedEventData.cs index 69ee939067fc..951aa2a9273e 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebSlotSwapStartedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebSlotSwapStartedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Web.SlotSwapStarted event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Web.SlotSwapStarted event. public partial class WebSlotSwapStartedEventData { /// Initializes a new instance of WebSlotSwapStartedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebSlotSwapWithPreviewCancelledEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebSlotSwapWithPreviewCancelledEventData.cs index af0ea292dcb9..c5c1e27880e5 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebSlotSwapWithPreviewCancelledEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebSlotSwapWithPreviewCancelledEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Web.SlotSwapWithPreviewCancelled event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Web.SlotSwapWithPreviewCancelled event. public partial class WebSlotSwapWithPreviewCancelledEventData { /// Initializes a new instance of WebSlotSwapWithPreviewCancelledEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebSlotSwapWithPreviewStartedEventData.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebSlotSwapWithPreviewStartedEventData.cs index 6982a59ced6d..4d767ab442c8 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebSlotSwapWithPreviewStartedEventData.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/WebSlotSwapWithPreviewStartedEventData.cs @@ -7,7 +7,7 @@ namespace Azure.Messaging.EventGrid.SystemEvents { - /// Schema of the Data property of an EventGridEvent for an Microsoft.Web.SlotSwapWithPreviewStarted event. + /// Schema of the Data property of an EventGridEvent for a Microsoft.Web.SlotSwapWithPreviewStarted event. public partial class WebSlotSwapWithPreviewStartedEventData { /// Initializes a new instance of WebSlotSwapWithPreviewStartedEventData. diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/src/autorest.md b/sdk/eventgrid/Azure.Messaging.EventGrid/src/autorest.md index 667f7bf7fcb0..9109becb550c 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/src/autorest.md +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/src/autorest.md @@ -4,7 +4,7 @@ Run `dotnet build /t:GenerateCode` to generate code. ``` yaml title: EventGridClient -require: https://github.com/Azure/azure-rest-api-specs/blob/cf9d9c44d990d82a763cf8c23a324de337e387a5/specification/eventgrid/data-plane/readme.md +require: https://github.com/Azure/azure-rest-api-specs/blob/a7292a40170e8ebb10ad12332022798c2fe72f8a/specification/eventgrid/data-plane/readme.md ``` diff --git a/sdk/eventgrid/Azure.Messaging.EventGrid/tests/Infrastructure/EventGridLiveTestBase.cs b/sdk/eventgrid/Azure.Messaging.EventGrid/tests/Infrastructure/EventGridLiveTestBase.cs index 416d9b6962d0..46f50654543c 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGrid/tests/Infrastructure/EventGridLiveTestBase.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGrid/tests/Infrastructure/EventGridLiveTestBase.cs @@ -12,7 +12,7 @@ public EventGridLiveTestBase(bool isAsync) : base(isAsync/*, RecordedTestMode.Re Sanitizer = new RecordedTestSanitizer(); Sanitizer.SanitizedHeaders.Add(Constants.SasKeyName); Sanitizer.SanitizedHeaders.Add(Constants.SasTokenName); - Sanitizer.JsonPathSanitizers.Add("$..traceparent"); + Sanitizer.AddJsonPathSanitizer("$..traceparent"); } } } diff --git a/sdk/eventgrid/Microsoft.Azure.WebJobs.Extensions.EventGrid/CHANGELOG.md b/sdk/eventgrid/Microsoft.Azure.WebJobs.Extensions.EventGrid/CHANGELOG.md index 0515d9261cb5..3646b9cc4258 100644 --- a/sdk/eventgrid/Microsoft.Azure.WebJobs.Extensions.EventGrid/CHANGELOG.md +++ b/sdk/eventgrid/Microsoft.Azure.WebJobs.Extensions.EventGrid/CHANGELOG.md @@ -1,7 +1,12 @@ # Release History -## 3.0.0-beta.2 (Unreleased) +## 3.0.0-beta.2 (2021-05-11) +### Changes + +#### New Features + +- Binding to the `CloudEvent` type is now supported. ## 3.0.0-beta.1 (2021-03-23) diff --git a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/Azure.Messaging.EventHubs.Processor.sln b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/Azure.Messaging.EventHubs.Processor.sln index 29a6ec78e5ec..5fb4ca4c149b 100755 --- a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/Azure.Messaging.EventHubs.Processor.sln +++ b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/Azure.Messaging.EventHubs.Processor.sln @@ -11,6 +11,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Core.TestFramework", EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "External", "External", "{797FF941-76FD-45FD-AC17-A73DFE2BA621}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Messaging.EventHubs", "..\Azure.Messaging.EventHubs\src\Azure.Messaging.EventHubs.csproj", "{D82CC3DD-E6CC-4688-BDA8-16E7A303C35B}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -29,12 +31,17 @@ Global {7DFF0E65-DC9A-410D-9A11-AD6A06860FE1}.Debug|Any CPU.Build.0 = Debug|Any CPU {7DFF0E65-DC9A-410D-9A11-AD6A06860FE1}.Release|Any CPU.ActiveCfg = Release|Any CPU {7DFF0E65-DC9A-410D-9A11-AD6A06860FE1}.Release|Any CPU.Build.0 = Release|Any CPU + {D82CC3DD-E6CC-4688-BDA8-16E7A303C35B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D82CC3DD-E6CC-4688-BDA8-16E7A303C35B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D82CC3DD-E6CC-4688-BDA8-16E7A303C35B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D82CC3DD-E6CC-4688-BDA8-16E7A303C35B}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {7DFF0E65-DC9A-410D-9A11-AD6A06860FE1} = {797FF941-76FD-45FD-AC17-A73DFE2BA621} + {D82CC3DD-E6CC-4688-BDA8-16E7A303C35B} = {797FF941-76FD-45FD-AC17-A73DFE2BA621} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {44BD3BD5-61DF-464D-8627-E00B0BC4B3A3} diff --git a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Azure.Messaging.EventHubs.Processor.csproj b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Azure.Messaging.EventHubs.Processor.csproj index 9b4a53d27056..6091d27c541b 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Azure.Messaging.EventHubs.Processor.csproj +++ b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Azure.Messaging.EventHubs.Processor.csproj @@ -13,7 +13,11 @@ - + + + + + @@ -23,9 +27,6 @@ - - - diff --git a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Diagnostics/EventProcessorClientEventSource.cs b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Diagnostics/EventProcessorClientEventSource.cs old mode 100755 new mode 100644 index 91184e9dc24f..7545c37c53f1 --- a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Diagnostics/EventProcessorClientEventSource.cs +++ b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Diagnostics/EventProcessorClientEventSource.cs @@ -178,5 +178,26 @@ public virtual void UpdateCheckpointError(string partitionId, WriteEvent(25, partitionId ?? string.Empty, identifier ?? string.Empty, eventHubName ?? string.Empty, consumerGroup ?? string.Empty, errorMessage ?? string.Empty); } } + + /// + /// Indicates that the process of cleaning up after startup validation has experienced an exception. + /// + /// + /// A unique name used to identify the event processor. + /// The name of the Event Hub that the processor is associated with. + /// The name of the consumer group that the processor is associated with. + /// The message for the exception that occurred. + /// + [Event(26, Level = EventLevel.Error, Message = "An exception occurred while attempting to perform cleanup after validating the processor configuration and permissions during startup for processor instance with identifier '{1}' for Event Hub: {2} and Consumer Group: {3}. Error Message: '{4}'")] + public virtual void ValidationCleanupError(string identifier, + string eventHubName, + string consumerGroup, + string errorMessage) + { + if (IsEnabled()) + { + WriteEvent(26, identifier ?? string.Empty, eventHubName ?? string.Empty, consumerGroup ?? string.Empty, errorMessage ?? string.Empty); + } + } } } diff --git a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/EventProcessorClient.cs b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/EventProcessorClient.cs index e5c20d66f52c..b3ccefa84f8c 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/EventProcessorClient.cs +++ b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/EventProcessorClient.cs @@ -7,10 +7,12 @@ using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; +using System.IO; using System.Runtime.ExceptionServices; using System.Threading; using System.Threading.Tasks; using Azure.Core; +using Azure.Core.Pipeline; using Azure.Messaging.EventHubs.Consumer; using Azure.Messaging.EventHubs.Core; using Azure.Messaging.EventHubs.Diagnostics; @@ -53,6 +55,9 @@ public class EventProcessorClient : EventProcessor /// The primitive for synchronizing access during start and set handler operations. private readonly SemaphoreSlim ProcessorStatusGuard = new SemaphoreSlim(1, 1); + /// The client provided to perform storage operations related to checkpoints and ownership. + private BlobContainerClient _containerClient; + /// The handler to be called just before event processing starts for a given partition. private Func _partitionInitializingAsync; @@ -398,6 +403,8 @@ public EventProcessorClient(BlobContainerClient checkpointStore, EventProcessorClientOptions clientOptions) : base((clientOptions ?? DefaultClientOptions).CacheEventCount, consumerGroup, connectionString, eventHubName, CreateOptions(clientOptions)) { Argument.AssertNotNull(checkpointStore, nameof(checkpointStore)); + + _containerClient = checkpointStore; StorageManager = CreateStorageManager(checkpointStore); } @@ -425,6 +432,8 @@ public EventProcessorClient(BlobContainerClient checkpointStore, EventProcessorClientOptions clientOptions = default) : base((clientOptions ?? DefaultClientOptions).CacheEventCount, consumerGroup, fullyQualifiedNamespace, eventHubName, credential, CreateOptions(clientOptions)) { Argument.AssertNotNull(checkpointStore, nameof(checkpointStore)); + + _containerClient = checkpointStore; StorageManager = CreateStorageManager(checkpointStore); } @@ -452,6 +461,8 @@ public EventProcessorClient(BlobContainerClient checkpointStore, EventProcessorClientOptions clientOptions = default) : base((clientOptions ?? DefaultClientOptions).CacheEventCount, consumerGroup, fullyQualifiedNamespace, eventHubName, credential, CreateOptions(clientOptions)) { Argument.AssertNotNull(checkpointStore, nameof(checkpointStore)); + + _containerClient = checkpointStore; StorageManager = CreateStorageManager(checkpointStore); } @@ -479,6 +490,8 @@ public EventProcessorClient(BlobContainerClient checkpointStore, EventProcessorClientOptions clientOptions = default) : base((clientOptions ?? DefaultClientOptions).CacheEventCount, consumerGroup, fullyQualifiedNamespace, eventHubName, credential, CreateOptions(clientOptions)) { Argument.AssertNotNull(checkpointStore, nameof(checkpointStore)); + + _containerClient = checkpointStore; StorageManager = CreateStorageManager(checkpointStore); } @@ -587,40 +600,15 @@ protected EventProcessorClient() : base() /// /// A instance to signal the request to cancel the start operation. This won't affect the once it starts running. /// - public override async Task StartProcessingAsync(CancellationToken cancellationToken = default) - { - cancellationToken.ThrowIfCancellationRequested(); - var releaseGuard = false; - - try - { - await ProcessorStatusGuard.WaitAsync(cancellationToken).ConfigureAwait(false); - releaseGuard = true; - - if (_processEventAsync == null) - { - throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, Resources.CannotStartEventProcessorWithoutHandler, nameof(ProcessEventAsync))); - } - - if (_processErrorAsync == null) - { - throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, Resources.CannotStartEventProcessorWithoutHandler, nameof(ProcessErrorAsync))); - } - - await base.StartProcessingAsync(cancellationToken).ConfigureAwait(false); - } - catch (OperationCanceledException) - { - throw new TaskCanceledException(); - } - finally - { - if (releaseGuard) - { - ProcessorStatusGuard.Release(); - } - } - } + /// + /// As the processor starts, it will attempt to detect configuration and permissions errors that would prevent it from + /// being able to recover without intervention. For example, an incorrect connection string or the inability to write to the + /// storage container would be detected. These exceptions will be packaged as an , and will cause + /// to fail. + /// + /// + public override async Task StartProcessingAsync(CancellationToken cancellationToken = default) => + await StartProcessingInternalAsync(true, cancellationToken).ConfigureAwait(false); /// /// Signals the to begin processing events. Should this method be called while the processor @@ -629,40 +617,15 @@ public override async Task StartProcessingAsync(CancellationToken cancellationTo /// /// A instance to signal the request to cancel the start operation. This won't affect the once it starts running. /// - public override void StartProcessing(CancellationToken cancellationToken = default) - { - cancellationToken.ThrowIfCancellationRequested(); - var releaseGuard = false; - - try - { - ProcessorStatusGuard.Wait(cancellationToken); - releaseGuard = true; - - if (_processEventAsync == null) - { - throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, Resources.CannotStartEventProcessorWithoutHandler, nameof(ProcessEventAsync))); - } - - if (_processErrorAsync == null) - { - throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, Resources.CannotStartEventProcessorWithoutHandler, nameof(ProcessErrorAsync))); - } - - base.StartProcessing(cancellationToken); - } - catch (OperationCanceledException) - { - throw new TaskCanceledException(); - } - finally - { - if (releaseGuard) - { - ProcessorStatusGuard.Release(); - } - } - } + /// + /// As the processor starts, it will attempt to detect configuration and permissions errors that would prevent it from + /// being able to recover without intervention. For example, an incorrect connection string or the inability to write to the + /// storage container would be detected. These exceptions will be packaged as an , and will cause + /// to fail. + /// + /// + public override void StartProcessing(CancellationToken cancellationToken = default) => + StartProcessingInternalAsync(false, cancellationToken).EnsureCompleted(); /// /// Signals the to stop processing events. Should this method be called while the processor @@ -808,23 +771,8 @@ internal Task UpdateCheckpointAsync(EventData eventData, /// starting location set. /// /// - protected override async Task> ListCheckpointsAsync(CancellationToken cancellationToken) - { - var checkpoints = await StorageManager.ListCheckpointsAsync(FullyQualifiedNamespace, EventHubName, ConsumerGroup, cancellationToken).ConfigureAwait(false); - - // If there was no initialization handler, no custom starting positions - // could have been specified. Return the checkpoints without further processing. - - if (_partitionInitializingAsync == null) - { - return checkpoints; - } - - // Process the checkpoints to inject mock checkpoints for partitions that - // specify a custom default and do not have an actual checkpoint. - - return ProcessCheckpointStartingPositions(checkpoints); - } + protected override Task> ListCheckpointsAsync(CancellationToken cancellationToken) => + throw new InvalidOperationException(Resources.ListCheckpointsAsyncObsolete); /// /// Returns a checkpoint for the Event Hub, consumer group, and partition ID associated with the @@ -1092,48 +1040,138 @@ protected override async Task OnPartitionProcessingStoppedAsync(EventProcessorPa } /// - /// Creates a to use for interacting with durable storage. - /// - /// - /// The client responsible for interaction with durable storage, responsible for persisting checkpoints and load-balancing state. - /// - /// A with the requested configuration. - /// - private StorageManager CreateStorageManager(BlobContainerClient checkpointStore) => new BlobsCheckpointStore(checkpointStore, RetryPolicy); - - /// - /// Processes the starting positions for checkpoints, ensuring that any overrides set by the - /// handler are respected when no natural checkpoint exists for the partition. + /// Signals the to begin processing events. If the processor is already + /// running when this is called, no action is taken. /// /// - /// The checkpoint set to process. - /// - /// An enumerable consisting of the and a set of artificial checkpoints for any overrides applied to the starting position. + /// When true, the method will be executed asynchronously; otherwise, it will execute synchronously. + /// A instance to signal the request to cancel the start operation. This won't affect the once it starts running. /// - private IEnumerable ProcessCheckpointStartingPositions(IEnumerable sourceCheckpoints) + private async Task StartProcessingInternalAsync(bool async, + CancellationToken cancellationToken) { - var knownCheckpoints = new HashSet(); + cancellationToken.ThrowIfCancellationRequested(); + + var capturedValidationException = default(Exception); + var releaseGuard = false; + + try + { + // Acquire the semaphore used to synchronize processor starts and stops, respecting + // the async flag. When this is held, the state of the processor is stable. - // Return the checkpoints and track which partitions they belong to. + if (async) + { + await ProcessorStatusGuard.WaitAsync(cancellationToken).ConfigureAwait(false); + } + else + { + ProcessorStatusGuard.Wait(cancellationToken); + } + + releaseGuard = true; + + // Validate that the required handlers are assigned. - foreach (var checkpoint in sourceCheckpoints) + if (_processEventAsync == null) + { + throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, Resources.CannotStartEventProcessorWithoutHandler, nameof(ProcessEventAsync))); + } + + if (_processErrorAsync == null) + { + throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, Resources.CannotStartEventProcessorWithoutHandler, nameof(ProcessErrorAsync))); + } + + // Allow the base class to perform its startup operation; this will include validation for + // the basic Event Hubs and storage configuration. + + if (async) + { + await base.StartProcessingAsync(cancellationToken).ConfigureAwait(false); + } + else + { + base.StartProcessing(cancellationToken); + } + + // Because the base class has no understanding of what concrete storage type is in use and + // does not directly make use of some of its operations, such as writing a checkpoint. Validate + // these additional needs if a storage client is available. + + if (_containerClient != null) + { + try + { + if (async) + { + await ValidateStartupAsync(async, _containerClient, cancellationToken).ConfigureAwait(false); + } + else + { + ValidateStartupAsync(async, _containerClient, cancellationToken).EnsureCompleted(); + } + } + catch (AggregateException ex) + { + // Capture the validation exception and log, but do not throw. Because this is + // a fatal exception and the processing task was already started, StopProcessing + // will need to be called, which requires the semaphore. The validation exception + // will be handled after the start operation has officially completed and the + // semaphore has been released. + + capturedValidationException = ex.Flatten(); + } + } + } + catch (OperationCanceledException) + { + throw new TaskCanceledException(); + } + finally { - knownCheckpoints.Add(checkpoint.PartitionId); - yield return checkpoint; + if (releaseGuard) + { + ProcessorStatusGuard.Release(); + } } - // For any partitions with custom default starting point, emit an artificial - // checkpoint if a natural checkpoint did not exist. + // If there was a validation exception captured, then stop the processor now + // that it is safe to do so. - foreach (var partition in PartitionStartingPositionDefaults.Keys) + if (capturedValidationException != null) { - if (!knownCheckpoints.Contains(partition)) + try + { + if (async) + { + await StopProcessingAsync(CancellationToken.None).ConfigureAwait(false); + } + else + { + StopProcessing(CancellationToken.None); + } + } + catch { - yield return CreateCheckpointWithDefaultStartingPosition(partition); + // An exception is expected here, as the processor configuration was invalid and + // processing was canceled. It will have already been logged; ignore it here. } + + ExceptionDispatchInfo.Capture(capturedValidationException).Throw(); } } + /// + /// Creates a to use for interacting with durable storage. + /// + /// + /// The client responsible for interaction with durable storage, responsible for persisting checkpoints and load-balancing state. + /// + /// A with the requested configuration. + /// + private StorageManager CreateStorageManager(BlobContainerClient checkpointStore) => new BlobsCheckpointStore(checkpointStore, RetryPolicy); + /// /// Creates a checkpoint with a default starting position set. /// @@ -1154,6 +1192,71 @@ private EventProcessorCheckpoint CreateCheckpointWithDefaultStartingPosition(str }; } + /// + /// Performs the tasks needed to validate basic configuration and permissions of the dependencies needed for + /// the processor to function. + /// + /// + /// When true, the method will be executed asynchronously; otherwise, it will execute synchronously. + /// The to use for validating storage operations. + /// A instance to signal the request to cancel the start operation. + /// + /// Any validation failures will result in an aggregate exception. + /// + private async Task ValidateStartupAsync(bool async, + BlobContainerClient containerClient, + CancellationToken cancellationToken = default) + { + var blobClient = containerClient.GetBlobClient($"EventProcessorPermissionCheck/{ Guid.NewGuid().ToString("N") }"); + + // Write an blob with metadata, simulating the approach used for checkpoint and ownership + // data creation. + + try + { + using var blobContent = new MemoryStream(Array.Empty()); + var blobMetadata = new Dictionary {{ "name", blobClient.Name }}; + + if (async) + { + await blobClient.UploadAsync(blobContent, metadata: blobMetadata, cancellationToken: cancellationToken).ConfigureAwait(false); + } + else + { + blobClient.Upload(blobContent, metadata: blobMetadata, cancellationToken: cancellationToken); + } + } + catch (OperationCanceledException) + { + throw; + } + catch (Exception ex) + { + throw new AggregateException(ex); + } + finally + { + // Remove the test blob if written; do so without respecting a cancellation request to + // ensure that the container is left in a consistent state. + + try + { + if (async) + { + await blobClient.DeleteIfExistsAsync(cancellationToken: CancellationToken.None).ConfigureAwait(false); + } + else + { + blobClient.DeleteIfExists(cancellationToken: CancellationToken.None); + } + } + catch (Exception ex) + { + Logger.ValidationCleanupError(Identifier, EventHubName, ConsumerGroup, ex.Message); + } + } + } + /// /// Invokes a specified action only if this instance is not running. /// diff --git a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/tests/Diagnostics/DiagnosticsTests.cs b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/tests/Diagnostics/DiagnosticsTests.cs index f0574bd250fc..7cc507c01a6d 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/tests/Diagnostics/DiagnosticsTests.cs +++ b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/tests/Diagnostics/DiagnosticsTests.cs @@ -11,12 +11,11 @@ using Azure.Messaging.EventHubs.Diagnostics; using Azure.Messaging.EventHubs.Primitives; using Azure.Messaging.EventHubs.Processor.Diagnostics; -using Azure.Messaging.EventHubs.Tests; using Moq; using Moq.Protected; using NUnit.Framework; -namespace Azure.Messaging.EventHubs.Processor.Tests +namespace Azure.Messaging.EventHubs.Tests { /// /// The suite of tests for validating the diagnostics instrumentation diff --git a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/tests/Processor/EventProcessorClientLiveTests.cs b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/tests/Processor/EventProcessorClientLiveTests.cs index 07b45e7d2cf3..4f8715944219 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/tests/Processor/EventProcessorClientLiveTests.cs +++ b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/tests/Processor/EventProcessorClientLiveTests.cs @@ -13,6 +13,7 @@ using Azure.Messaging.EventHubs.Primitives; using Azure.Messaging.EventHubs.Processor; using Azure.Messaging.EventHubs.Producer; +using Azure.Storage.Blobs; using Moq; using NUnit.Framework; @@ -531,6 +532,184 @@ public async Task ProcessorClientBeginsWithTheNextEventAfterCheckpointing() } } + /// + /// Verifies that the can read a set of published events. + /// + /// + [Test] + [TestCase(true)] + [TestCase(false)] + public async Task ProcessorClientDetectsAnInvalidEventHubsConnectionString(bool async) + { + // Setup the environment. + + await using EventHubScope scope = await EventHubScope.CreateAsync(2); + var connectionString = "Endpoint=sb://fake.servicebus.windows.net/;SharedAccessKeyName=FakeSharedAccessKey;SharedAccessKey=<< FAKE >>"; + + using var cancellationSource = new CancellationTokenSource(); + cancellationSource.CancelAfter(EventHubsTestEnvironment.Instance.TestExecutionTimeLimit); + + // Create the processor and attempt to start. + + var processor = new EventProcessorClient(Mock.Of(), EventHubConsumerClient.DefaultConsumerGroupName, connectionString, scope.EventHubName); + processor.ProcessErrorAsync += _ => Task.CompletedTask; + processor.ProcessEventAsync += _ => Task.CompletedTask; + + if (async) + { + Assert.That(async () => await processor.StartProcessingAsync(cancellationSource.Token), Throws.InstanceOf()); + } + else + { + Assert.That(() => processor.StartProcessing(cancellationSource.Token), Throws.InstanceOf()); + } + + await processor.StopProcessingAsync(cancellationSource.Token); + cancellationSource.Cancel(); + } + + /// + /// Verifies that the can read a set of published events. + /// + /// + [Test] + [TestCase(true)] + [TestCase(false)] + public async Task ProcessorClientDetectsAnInvalidEventHubName(bool async) + { + // Setup the environment. + + using var cancellationSource = new CancellationTokenSource(); + cancellationSource.CancelAfter(EventHubsTestEnvironment.Instance.TestExecutionTimeLimit); + + // Create the processor and attempt to start. + + var processor = new EventProcessorClient(Mock.Of(), EventHubConsumerClient.DefaultConsumerGroupName, EventHubsTestEnvironment.Instance.EventHubsConnectionString, "fake"); + processor.ProcessErrorAsync += _ => Task.CompletedTask; + processor.ProcessEventAsync += _ => Task.CompletedTask; + + if (async) + { + Assert.That(async () => await processor.StartProcessingAsync(cancellationSource.Token), Throws.InstanceOf()); + } + else + { + Assert.That(() => processor.StartProcessing(cancellationSource.Token), Throws.InstanceOf()); + } + + await processor.StopProcessingAsync(cancellationSource.Token); + cancellationSource.Cancel(); + } + + /// + /// Verifies that the can read a set of published events. + /// + /// + [Test] + [TestCase(true)] + [TestCase(false)] + public async Task ProcessorClientDetectsAnInvalidConsumerGroup(bool async) + { + // Setup the environment. + + await using EventHubScope scope = await EventHubScope.CreateAsync(2); + + using var cancellationSource = new CancellationTokenSource(); + cancellationSource.CancelAfter(EventHubsTestEnvironment.Instance.TestExecutionTimeLimit); + + // Create the processor and attempt to start. + + var processor = new EventProcessorClient(Mock.Of(), "fake", EventHubsTestEnvironment.Instance.EventHubsConnectionString, scope.EventHubName); + processor.ProcessErrorAsync += _ => Task.CompletedTask; + processor.ProcessEventAsync += _ => Task.CompletedTask; + + if (async) + { + Assert.That(async () => await processor.StartProcessingAsync(cancellationSource.Token), Throws.InstanceOf()); + } + else + { + Assert.That(() => processor.StartProcessing(cancellationSource.Token), Throws.InstanceOf()); + } + + await processor.StopProcessingAsync(cancellationSource.Token); + cancellationSource.Cancel(); + } + + /// + /// Verifies that the can read a set of published events. + /// + /// + [Test] + [TestCase(true)] + [TestCase(false)] + public async Task ProcessorClientDetectsAnInvalidStorageConnectionString(bool async) + { + // Setup the environment. + + await using EventHubScope eventHubScope = await EventHubScope.CreateAsync(2); + await using StorageScope storageScope = await StorageScope.CreateAsync(); + + using var cancellationSource = new CancellationTokenSource(); + cancellationSource.CancelAfter(EventHubsTestEnvironment.Instance.TestExecutionTimeLimit); + + // Create the processor and attempt to start. + + var storageConnectionString = StorageTestEnvironment.Instance.StorageConnectionString.Replace(StorageTestEnvironment.Instance.StorageEndpointSuffix, "fake.com"); + var containerClient = new BlobContainerClient(storageConnectionString, storageScope.ContainerName); + var processor = new EventProcessorClient(containerClient, eventHubScope.ConsumerGroups[0], EventHubsTestEnvironment.Instance.EventHubsConnectionString, eventHubScope.EventHubName); + processor.ProcessErrorAsync += _ => Task.CompletedTask; + processor.ProcessEventAsync += _ => Task.CompletedTask; + + if (async) + { + Assert.That(async () => await processor.StartProcessingAsync(cancellationSource.Token), Throws.InstanceOf()); + } + else + { + Assert.That(() => processor.StartProcessing(cancellationSource.Token), Throws.InstanceOf()); + } + + await processor.StopProcessingAsync(cancellationSource.Token); + cancellationSource.Cancel(); + } + + /// + /// Verifies that the can read a set of published events. + /// + /// + [Test] + [TestCase(true)] + [TestCase(false)] + public async Task ProcessorClientDetectsAnInvalidStorageContainer(bool async) + { + // Setup the environment. + + await using EventHubScope eventHubScope = await EventHubScope.CreateAsync(2); + + using var cancellationSource = new CancellationTokenSource(); + cancellationSource.CancelAfter(EventHubsTestEnvironment.Instance.TestExecutionTimeLimit); + + // Create the processor and attempt to start. + + var containerClient = new BlobContainerClient(StorageTestEnvironment.Instance.StorageConnectionString, "fake"); + var processor = new EventProcessorClient(containerClient, eventHubScope.ConsumerGroups[0], EventHubsTestEnvironment.Instance.EventHubsConnectionString, eventHubScope.EventHubName); + processor.ProcessErrorAsync += _ => Task.CompletedTask; + processor.ProcessEventAsync += _ => Task.CompletedTask; + + if (async) + { + Assert.That(async () => await processor.StartProcessingAsync(cancellationSource.Token), Throws.InstanceOf()); + } + else + { + Assert.That(() => processor.StartProcessing(cancellationSource.Token), Throws.InstanceOf()); + } + + await processor.StopProcessingAsync(cancellationSource.Token); + cancellationSource.Cancel(); + } + /// /// Creates an that uses mock storage and /// a connection based on a connection string. diff --git a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/tests/Processor/EventProcessorClientTests.cs b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/tests/Processor/EventProcessorClientTests.cs index 34b4aef74707..d37bcce2365e 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/tests/Processor/EventProcessorClientTests.cs +++ b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/tests/Processor/EventProcessorClientTests.cs @@ -3,6 +3,7 @@ using System; using System.Collections.Generic; +using System.IO; using System.Linq; using System.Reflection; using System.Threading; @@ -13,7 +14,9 @@ using Azure.Messaging.EventHubs.Primitives; using Azure.Messaging.EventHubs.Processor; using Azure.Messaging.EventHubs.Processor.Diagnostics; +using Azure.Storage; using Azure.Storage.Blobs; +using Azure.Storage.Blobs.Models; using Moq; using NUnit.Framework; @@ -390,6 +393,103 @@ void assertStartProcessing() cancellationSource.Cancel(); } + /// + /// Verifies functionality of the + /// and methods. + /// + /// + [Test] + [TestCase(true)] + [TestCase(false)] + public async Task StartProcessingValidatesBlobsCanBeWritten(bool async) + { + using var cancellationSource = new CancellationTokenSource(); + + var capturedException = default(Exception); + var expectedException = new AccessViolationException("Stop violating my access!"); + var mockContainerClient = new Mock(); + var mockBlobClient = new MockBlobClient("dummy") { UploadException = expectedException }; + + mockContainerClient + .Setup(client => client.GetBlobClient(It.IsAny())) + .Returns(mockBlobClient); + + var processorClient = new TestEventProcessorClient(mockContainerClient.Object, "consumerGroup", "namespace", "eventHub", Mock.Of(), Mock.Of(), default); + processorClient.ProcessEventAsync += eventArgs => Task.CompletedTask; + processorClient.ProcessErrorAsync += eventArgs => Task.CompletedTask; + + try + { + if (async) + { + await processorClient.StartProcessingAsync(cancellationSource.Token); + } + else + { + processorClient.StartProcessing(cancellationSource.Token); + } + } + catch (Exception ex) + { + capturedException = ex; + } + + Assert.That(capturedException, Is.Not.Null, "An exception should have been thrown."); + Assert.That(capturedException, Is.InstanceOf(), "A validation exception should be surfaced as an AggregateException."); + Assert.That(((AggregateException)capturedException).InnerExceptions.Count, Is.EqualTo(1), "There should have been a single validation exception."); + + var innerException = ((AggregateException)capturedException).InnerExceptions.First(); + Assert.That(innerException, Is.SameAs(expectedException), "The source of the validation exception should have been exposed."); + Assert.That(processorClient.IsRunning, Is.False, "The processor should not be running after a validation exception."); + } + + /// + /// Verifies functionality of the + /// and methods. + /// + /// + [Test] + [TestCase(true)] + [TestCase(false)] + public async Task StartProcessingLogsWhenValidationCleanupFails(bool async) + { + using var cancellationSource = new CancellationTokenSource(); + cancellationSource.CancelAfter(EventHubsTestEnvironment.Instance.TestExecutionTimeLimit); + + var expectedException = new AccessViolationException("Stop violating my access!"); + var mockLogger = new Mock(); + var mockContainerClient = new Mock(); + var mockBlobClient = new MockBlobClient("dummy") { DeleteException = expectedException }; + + mockContainerClient + .Setup(client => client.GetBlobClient(It.IsAny())) + .Returns(mockBlobClient); + + var processorClient = new TestEventProcessorClient(mockContainerClient.Object, "consumerGroup", "namespace", "eventHub", Mock.Of(), Mock.Of(), default); + + processorClient.Logger = mockLogger.Object; + processorClient.ProcessEventAsync += eventArgs => Task.CompletedTask; + processorClient.ProcessErrorAsync += eventArgs => Task.CompletedTask; + + if (async) + { + Assert.That(async () => await processorClient.StartProcessingAsync(cancellationSource.Token), Throws.Nothing); + } + else + { + Assert.That(() => processorClient.StartProcessing(cancellationSource.Token), Throws.Nothing); + } + + mockLogger.Verify(log => log.ValidationCleanupError( + processorClient.Identifier, + processorClient.EventHubName, + processorClient.ConsumerGroup, expectedException.Message), + Times.Once); + + await processorClient.StopProcessingAsync(cancellationSource.Token).IgnoreExceptions(); + cancellationSource.Cancel(); + } + /// /// Verifies functionality of the /// and methods. @@ -1072,31 +1172,33 @@ public async Task EventProcessingLogsExceptions() } /// - /// Verifies functionality of the + /// Verifies functionality of the /// method. /// /// [Test] - public async Task ListCheckpointsDelegatesToTheStorageManager() + public async Task GetCheckpointAsyncDelegatesToTheStorageManager() { using var cancellationSource = new CancellationTokenSource(); cancellationSource.CancelAfter(EventHubsTestEnvironment.Instance.TestExecutionTimeLimit); + var partitionId = "5"; var mockStorageManager = new Mock(); var processorClient = new TestEventProcessorClient(mockStorageManager.Object, "consumerGroup", "namespace", "eventHub", Mock.Of(), Mock.Of(), default); mockStorageManager - .Setup(storage => storage.ListCheckpointsAsync(It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny())) - .ReturnsAsync(default(IEnumerable)); + .Setup(storage => storage.GetCheckpointAsync(It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny())) + .ReturnsAsync(default(EventProcessorCheckpoint)); - await processorClient.InvokeListCheckpointsAsync(cancellationSource.Token); + await processorClient.InvokeGetCheckpointAsync(partitionId, cancellationSource.Token); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); mockStorageManager - .Verify(storage => storage.ListCheckpointsAsync( + .Verify(storage => storage.GetCheckpointAsync( processorClient.FullyQualifiedNamespace, processorClient.EventHubName, processorClient.ConsumerGroup, + partitionId, It.IsAny()), Times.Once); @@ -1104,12 +1206,12 @@ public async Task ListCheckpointsDelegatesToTheStorageManager() } /// - /// Verifies functionality of the + /// Verifies functionality of the /// method. /// /// [Test] - public async Task ListCheckpointsIncludesInitializeEventHandlerStartingPositionWhenNoNaturalCheckpointExists() + public async Task GetCheckpointIncludesInitializeEventHandlerStartingPositionWhenNoNaturalCheckpointExists() { using var cancellationSource = new CancellationTokenSource(); cancellationSource.CancelAfter(EventHubsTestEnvironment.Instance.TestExecutionTimeLimit); @@ -1120,15 +1222,9 @@ public async Task ListCheckpointsIncludesInitializeEventHandlerStartingPositionW var mockStorageManager = new Mock(); var processorClient = new TestEventProcessorClient(mockStorageManager.Object, "consumerGroup", "namespace", "eventHub", Mock.Of(), Mock.Of(), options); - var sourceCheckpoints = new[] - { - new EventProcessorCheckpoint { PartitionId = "7", StartingPosition = EventPosition.FromOffset(111) }, - new EventProcessorCheckpoint { PartitionId = "4", StartingPosition = EventPosition.FromOffset(222) } - }; - mockStorageManager - .Setup(storage => storage.ListCheckpointsAsync(It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny())) - .ReturnsAsync(sourceCheckpoints); + .Setup(storage => storage.GetCheckpointAsync(It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny())) + .ReturnsAsync(default(EventProcessorCheckpoint)); processorClient.PartitionInitializingAsync += eventArgs => { @@ -1139,26 +1235,22 @@ public async Task ListCheckpointsIncludesInitializeEventHandlerStartingPositionW await processorClient.InvokeOnInitializingPartitionAsync(new TestEventProcessorPartition(partitionId), cancellationSource.Token); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); - var checkpoints = (await processorClient.InvokeListCheckpointsAsync(cancellationSource.Token))?.ToList(); + var checkpoint = await processorClient.InvokeGetCheckpointAsync(partitionId, cancellationSource.Token); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); - Assert.That(checkpoints, Is.Not.Null, "A set of checkpoints should have been returned."); - Assert.That(checkpoints.Count, Is.EqualTo(sourceCheckpoints.Length + 1), "The source checkpoints and the initialized partition should have been in the set."); - - var partitionCheckpoint = checkpoints.SingleOrDefault(checkpoint => checkpoint.PartitionId == partitionId); - Assert.That(partitionCheckpoint, Is.Not.Null, "A checkpoint for the initialized partition should have been injected."); - Assert.That(partitionCheckpoint.StartingPosition, Is.EqualTo(startingPosition), "The injected checkpoint should have respected the value that the initialization event handler set."); + Assert.That(checkpoint, Is.Not.Null, "A checkpoint should have been injected for the partition."); + Assert.That(checkpoint.StartingPosition, Is.EqualTo(startingPosition), "The injected checkpoint should have respected the value that the initialization event handler set."); cancellationSource.Cancel(); } /// - /// Verifies functionality of the + /// Verifies functionality of the /// method. /// /// [Test] - public async Task ListCheckpointsPrefersNaturalCheckpointOverInitializeEventHandlerStartingPosition() + public async Task GetCheckpointPrefersNaturalCheckpointOverInitializeEventHandlerStartingPosition() { using var cancellationSource = new CancellationTokenSource(); cancellationSource.CancelAfter(EventHubsTestEnvironment.Instance.TestExecutionTimeLimit); @@ -1170,16 +1262,9 @@ public async Task ListCheckpointsPrefersNaturalCheckpointOverInitializeEventHand var mockStorageManager = new Mock(); var processorClient = new TestEventProcessorClient(mockStorageManager.Object, "consumerGroup", "namespace", "eventHub", Mock.Of(), Mock.Of(), options); - var sourceCheckpoints = new[] - { - new EventProcessorCheckpoint { PartitionId = "7", StartingPosition = EventPosition.FromOffset(111) }, - new EventProcessorCheckpoint { PartitionId = "4", StartingPosition = EventPosition.FromOffset(222) }, - new EventProcessorCheckpoint { PartitionId = partitionId, StartingPosition = checkpointStartingPosition } - }; - mockStorageManager - .Setup(storage => storage.ListCheckpointsAsync(It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny())) - .ReturnsAsync(sourceCheckpoints); + .Setup(storage => storage.GetCheckpointAsync(It.IsAny(), It.IsAny(), It.IsAny(), partitionId, It.IsAny())) + .ReturnsAsync(new EventProcessorCheckpoint { PartitionId = partitionId, StartingPosition = checkpointStartingPosition }); processorClient.PartitionInitializingAsync += eventArgs => { @@ -1190,26 +1275,22 @@ public async Task ListCheckpointsPrefersNaturalCheckpointOverInitializeEventHand await processorClient.InvokeOnInitializingPartitionAsync(new TestEventProcessorPartition(partitionId), cancellationSource.Token); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); - var checkpoints = (await processorClient.InvokeListCheckpointsAsync(cancellationSource.Token))?.ToList(); + var checkpoint = await processorClient.InvokeGetCheckpointAsync(partitionId, cancellationSource.Token); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); - Assert.That(checkpoints, Is.Not.Null, "A set of checkpoints should have been returned."); - Assert.That(checkpoints.Count, Is.EqualTo(sourceCheckpoints.Length), "The source checkpoints should have been in the set."); - - var partitionCheckpoint = checkpoints.SingleOrDefault(checkpoint => checkpoint.PartitionId == partitionId); - Assert.That(partitionCheckpoint, Is.Not.Null, "A checkpoint for the initialized partition should exist naturally."); - Assert.That(partitionCheckpoint.StartingPosition, Is.EqualTo(checkpointStartingPosition), "The natural checkpoint should have respected the value that the initialization event handler set."); + Assert.That(checkpoint, Is.Not.Null, "A checkpoints should have been found for the partition."); + Assert.That(checkpoint.StartingPosition, Is.EqualTo(checkpointStartingPosition), "The natural checkpoint should have respected the value that the initialization event handler set."); cancellationSource.Cancel(); } /// - /// Verifies functionality of the + /// Verifies functionality of the /// method. /// /// [Test] - public async Task ListCheckpointsReturnsNaturalCheckpointsWhenNoInitializeEventHandlerIsRegistered() + public async Task GetCheckpointReturnsNaturalCheckpointsWhenNoInitializeEventHandlerIsRegistered() { using var cancellationSource = new CancellationTokenSource(); cancellationSource.CancelAfter(EventHubsTestEnvironment.Instance.TestExecutionTimeLimit); @@ -1219,28 +1300,40 @@ public async Task ListCheckpointsReturnsNaturalCheckpointsWhenNoInitializeEventH var mockStorageManager = new Mock(); var processorClient = new TestEventProcessorClient(mockStorageManager.Object, "consumerGroup", "namespace", "eventHub", Mock.Of(), Mock.Of(), options); - var sourceCheckpoints = new[] - { - new EventProcessorCheckpoint { PartitionId = "7", StartingPosition = EventPosition.FromOffset(111) }, - new EventProcessorCheckpoint { PartitionId = "4", StartingPosition = EventPosition.FromOffset(222) } - }; - mockStorageManager - .Setup(storage => storage.ListCheckpointsAsync(It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny())) - .ReturnsAsync(sourceCheckpoints); + .Setup(storage => storage.GetCheckpointAsync(It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny())) + .ReturnsAsync(default(EventProcessorCheckpoint)); await processorClient.InvokeOnInitializingPartitionAsync(new TestEventProcessorPartition(partitionId), cancellationSource.Token); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); - var checkpoints = (await processorClient.InvokeListCheckpointsAsync(cancellationSource.Token))?.ToList(); + var checkpoint = await processorClient.InvokeGetCheckpointAsync(partitionId, cancellationSource.Token); + Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); + Assert.That(checkpoint, Is.Null, "No handler was registered for the partition; no checkpoint should have been injected."); - Assert.That(checkpoints, Is.Not.Null, "A set of checkpoints should have been returned."); - Assert.That(checkpoints.Count, Is.EqualTo(sourceCheckpoints.Length), "The source checkpoints should have been in the set."); + cancellationSource.Cancel(); + } - var partitionCheckpoint = checkpoints.SingleOrDefault(checkpoint => checkpoint.PartitionId == partitionId); - Assert.That(partitionCheckpoint, Is.Null, "No handler was registered for the partition; no checkpoint should have been injected."); + /// + /// Verifies functionality of the + /// method. + /// + /// + [Test] + public void ListCheckpointsIsDeprecatedAndThrows() + { + using var cancellationSource = new CancellationTokenSource(); + cancellationSource.CancelAfter(EventHubsTestEnvironment.Instance.TestExecutionTimeLimit); + + var mockStorageManager = new Mock(); + var processorClient = new TestEventProcessorClient(mockStorageManager.Object, "consumerGroup", "namespace", "eventHub", Mock.Of(), Mock.Of(), default); + + mockStorageManager + .Setup(storage => storage.ListCheckpointsAsync(It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny())) + .ReturnsAsync(default(IEnumerable)); + Assert.That(async () => await processorClient.InvokeListCheckpointsAsync(cancellationSource.Token), Throws.InstanceOf()); cancellationSource.Cancel(); } @@ -1535,11 +1628,23 @@ internal TestEventProcessorClient(StorageManager storageManager, InjectedConnection = connection; } + internal TestEventProcessorClient(BlobContainerClient containerClient, + string consumerGroup, + string fullyQualifiedNamespace, + string eventHubName, + TokenCredential credential, + EventHubConnection connection, + EventProcessorClientOptions options) : base(containerClient, consumerGroup, fullyQualifiedNamespace, eventHubName, credential, options) + { + InjectedConnection = connection; + } + public Task InvokeOnProcessingEventBatchAsync(IEnumerable events, EventProcessorPartition partition, CancellationToken cancellationToken) => base.OnProcessingEventBatchAsync(events, partition, cancellationToken); public Task InvokeOnProcessingErrorAsync(Exception exception, EventProcessorPartition partition, string operationDescription, CancellationToken cancellationToken) => base.OnProcessingErrorAsync(exception, partition, operationDescription, cancellationToken); public Task InvokeOnInitializingPartitionAsync(EventProcessorPartition partition, CancellationToken cancellationToken) => base.OnInitializingPartitionAsync(partition, cancellationToken); public Task InvokeOnPartitionProcessingStoppedAsync(EventProcessorPartition partition, ProcessingStoppedReason reason, CancellationToken cancellationToken) => base.OnPartitionProcessingStoppedAsync(partition, reason, cancellationToken); public Task> InvokeListCheckpointsAsync(CancellationToken cancellationToken) => base.ListCheckpointsAsync(cancellationToken); + public Task InvokeGetCheckpointAsync(string partitionId, CancellationToken cancellationToken) => base.GetCheckpointAsync(partitionId, cancellationToken); public Task> InvokeListOwnershipAsync(CancellationToken cancellationToken) => base.ListOwnershipAsync(cancellationToken); public Task> InvokeClaimOwnershipAsync(IEnumerable desiredOwnership, CancellationToken cancellationToken) => base.ClaimOwnershipAsync(desiredOwnership, cancellationToken); protected override EventHubConnection CreateConnection() => InjectedConnection; @@ -1553,5 +1658,69 @@ public class TestEventProcessorPartition : EventProcessorPartition { public TestEventProcessorPartition(string partitionId) { PartitionId = partitionId; } } + + /// + /// A mock used for testing purposes. + /// + /// + public class MockBlobClient : BlobClient + { + public override string Name { get; } + public Exception UploadException; + public Exception DeleteException; + + public MockBlobClient(string blobName) + { + Name = blobName; + } + + public override Task> UploadAsync(Stream content, BlobHttpHeaders httpHeaders = null, IDictionary metadata = null, BlobRequestConditions conditions = null, IProgress progressHandler = null, AccessTier? accessTier = null, StorageTransferOptions transferOptions = default, CancellationToken cancellationToken = default) + { + if (UploadException != null) + { + throw UploadException; + } + + return Task.FromResult( + Response.FromValue( + BlobsModelFactory.BlobContentInfo(new ETag("etag"), new DateTimeOffset(2015, 10, 27, 00, 00, 00, 00, TimeSpan.Zero), Array.Empty(), string.Empty, 0L), + Mock.Of())); + } + + public override Response Upload(Stream content, BlobHttpHeaders httpHeaders = null, IDictionary metadata = null, BlobRequestConditions conditions = null, IProgress progressHandler = null, AccessTier? accessTier = null, StorageTransferOptions transferOptions = default, CancellationToken cancellationToken = default) + { + if (UploadException != null) + { + throw UploadException; + } + + return Response.FromValue( + BlobsModelFactory.BlobContentInfo(new ETag("etag"), new DateTimeOffset(2015, 10, 27, 00, 00, 00, 00, TimeSpan.Zero), Array.Empty(), string.Empty, 0L), + Mock.Of()); + } + + public override Task> DeleteIfExistsAsync(DeleteSnapshotsOption snapshotsOption = DeleteSnapshotsOption.None, BlobRequestConditions conditions = null, CancellationToken cancellationToken = default) + { + if (DeleteException != null) + { + throw DeleteException; + } + + return Task.FromResult(Response.FromValue(true, Mock.Of())); + } + + public override Response DeleteIfExists(DeleteSnapshotsOption snapshotsOption = DeleteSnapshotsOption.None, BlobRequestConditions conditions = null, CancellationToken cancellationToken = default) + { + if (DeleteException != null) + { + throw DeleteException; + } + + return Response.FromValue(true, Mock.Of()); + } + + public override Task> GetPropertiesAsync(BlobRequestConditions conditions = null, CancellationToken cancellationToken = default) => + Task.FromResult(Response.FromValue(Mock.Of(), Mock.Of())); + } } } diff --git a/sdk/eventhub/Azure.Messaging.EventHubs.Shared/src/Resources.Designer.cs b/sdk/eventhub/Azure.Messaging.EventHubs.Shared/src/Resources.Designer.cs index d0e3034bac96..8a4720d4a090 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs.Shared/src/Resources.Designer.cs +++ b/sdk/eventhub/Azure.Messaging.EventHubs.Shared/src/Resources.Designer.cs @@ -736,5 +736,16 @@ internal static string IdempotentAlreadyPublished return ResourceManager.GetString("IdempotentAlreadyPublished", resourceCulture); } } + + /// + /// Looks up a localized string similar to The ListCheckpointsAsync method has been superseded by GetCheckpointAsync and should no longer be called.. + /// + internal static string ListCheckpointsAsyncObsolete + { + get + { + return ResourceManager.GetString("ListCheckpointsAsyncObsolete", resourceCulture); + } + } } } diff --git a/sdk/eventhub/Azure.Messaging.EventHubs.Shared/src/Resources.resx b/sdk/eventhub/Azure.Messaging.EventHubs.Shared/src/Resources.resx index 40c511371738..c558626cfbd8 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs.Shared/src/Resources.resx +++ b/sdk/eventhub/Azure.Messaging.EventHubs.Shared/src/Resources.resx @@ -297,4 +297,7 @@ These events have already been successfully published. When idempotent publishing is enabled, events that were acknowledged by the Event Hubs service may not be published again. + + The ListCheckpointsAsync method has been superseded by GetCheckpointAsync and should no longer be called. + \ No newline at end of file diff --git a/sdk/eventhub/Azure.Messaging.EventHubs.Shared/tests/Azure.Messaging.EventHubs.Shared.Tests.csproj b/sdk/eventhub/Azure.Messaging.EventHubs.Shared/tests/Azure.Messaging.EventHubs.Shared.Tests.csproj index 080e135ca32d..6547e4a94fb5 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs.Shared/tests/Azure.Messaging.EventHubs.Shared.Tests.csproj +++ b/sdk/eventhub/Azure.Messaging.EventHubs.Shared/tests/Azure.Messaging.EventHubs.Shared.Tests.csproj @@ -12,6 +12,7 @@ + @@ -29,9 +30,6 @@ - - - diff --git a/sdk/eventhub/Azure.Messaging.EventHubs/src/Azure.Messaging.EventHubs.csproj b/sdk/eventhub/Azure.Messaging.EventHubs/src/Azure.Messaging.EventHubs.csproj index 7d390e77b5ce..c27ac0dae164 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs/src/Azure.Messaging.EventHubs.csproj +++ b/sdk/eventhub/Azure.Messaging.EventHubs/src/Azure.Messaging.EventHubs.csproj @@ -14,6 +14,7 @@ + @@ -23,9 +24,6 @@ - - - diff --git a/sdk/eventhub/Azure.Messaging.EventHubs/src/Diagnostics/EventHubsEventSource.cs b/sdk/eventhub/Azure.Messaging.EventHubs/src/Diagnostics/EventHubsEventSource.cs index 02114d671ea6..3cccb367d6d7 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs/src/Diagnostics/EventHubsEventSource.cs +++ b/sdk/eventhub/Azure.Messaging.EventHubs/src/Diagnostics/EventHubsEventSource.cs @@ -774,18 +774,16 @@ public virtual void EventProcessorPartitionProcessingStartError(string partition /// A unique name used to identify the event processor. /// The name of the Event Hub that the processor is associated with. /// The name of the consumer group that the processor is associated with. - /// The description of the used as the starting point for processing. /// - [Event(39, Level = EventLevel.Verbose, Message = "Completed starting to process partition '{0}' using processor instance with identifier '{1}' for Event Hub: {2} and Consumer Group: {3}. Starting at position: {4}.")] + [Event(39, Level = EventLevel.Verbose, Message = "Completed starting to process partition '{0}' using processor instance with identifier '{1}' for Event Hub: {2} and Consumer Group: {3}.")] public virtual void EventProcessorPartitionProcessingStartComplete(string partitionId, string identifier, string eventHubName, - string consumerGroup, - string eventPosition) + string consumerGroup) { if (IsEnabled()) { - WriteEvent(39, partitionId ?? string.Empty, identifier ?? string.Empty, eventHubName ?? string.Empty, consumerGroup ?? string.Empty, eventPosition ?? string.Empty); + WriteEvent(39, partitionId ?? string.Empty, identifier ?? string.Empty, eventHubName ?? string.Empty, consumerGroup ?? string.Empty); } } diff --git a/sdk/eventhub/Azure.Messaging.EventHubs/src/Primitives/EventProcessor.cs b/sdk/eventhub/Azure.Messaging.EventHubs/src/Primitives/EventProcessor.cs index 9b18dcd83306..a29f2587528e 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs/src/Primitives/EventProcessor.cs +++ b/sdk/eventhub/Azure.Messaging.EventHubs/src/Primitives/EventProcessor.cs @@ -415,6 +415,13 @@ private EventProcessor(int eventBatchMaximumCount, /// /// A instance to signal the request to cancel the start operation. This won't affect the once it starts running. /// + /// + /// As the processor starts, it will attempt to detect configuration and permissions errors that would prevent it from + /// being able to recover without intervention. For example, an incorrect connection string or the inability to query the + /// Event Hub would be detected. These exceptions will be packaged as an , and will cause + /// to fail. + /// + /// public virtual async Task StartProcessingAsync(CancellationToken cancellationToken = default) => await StartProcessingInternalAsync(true, cancellationToken).ConfigureAwait(false); @@ -425,6 +432,13 @@ public virtual async Task StartProcessingAsync(CancellationToken cancellationTok /// /// A instance to signal the request to cancel the start operation. This won't affect the once it starts running. /// + /// + /// As the processor starts, it will attempt to detect configuration and permissions errors that would prevent it from + /// being able to recover without intervention. For example, an incorrect connection string or the inability to query the + /// Event Hub would be detected. These exceptions will be packaged as an , and will cause + /// to fail. + /// + /// public virtual void StartProcessing(CancellationToken cancellationToken = default) => StartProcessingInternalAsync(false, cancellationToken).EnsureCompleted(); @@ -582,8 +596,8 @@ internal virtual async Task ProcessEventBatchAsync(TPartition partition, /// /// /// The Event Hub partition whose processing should be started. - /// The position within the event stream that processing should begin. /// A instance to signal the request to cancel the operation. + /// Allows for skipping partition initialization and directly overriding the position within the event stream where processing will begin. /// /// The encapsulating the processing task, its cancellation token, and associated state. /// @@ -592,8 +606,8 @@ internal virtual async Task ProcessEventBatchAsync(TPartition partition, /// /// internal virtual PartitionProcessor CreatePartitionProcessor(TPartition partition, - EventPosition startingPosition, - CancellationTokenSource cancellationSource) + CancellationTokenSource cancellationSource, + EventPosition? startingPositionOverride = null) { cancellationSource.Token.ThrowIfCancellationRequested(); var consumer = default(TransportConsumer); @@ -630,6 +644,17 @@ async Task performProcessing() var failedAttemptCount = 0; var failedConsumerCount = 0; + // Determine the position to start processing from; this will occur during + // partition initialization normally, but may be superseded if an override + // was passed. In the event that initialization is run and encounters an + // exception, it takes responsibility for firing the error handler. + + var startingPosition = startingPositionOverride switch + { + _ when startingPositionOverride.HasValue => startingPositionOverride.Value, + _ => await InitializePartitionForProcessingAsync(partition, cancellationSource.Token).ConfigureAwait(false) + }; + // Create the connection to be used for spawning consumers; if the creation // fails, then consider the processing task to be failed. The main processing // loop will take responsibility for attempting to restart or relinquishing ownership. @@ -779,6 +804,54 @@ async Task performProcessing() ); } + /// + /// Performs the tasks needed to validate basic configuration and permissions of the dependencies needed for + /// the processor to function. + /// + /// + /// When true, the method will be executed asynchronously; otherwise, it will execute synchronously. + /// A instance to signal the request to cancel the start operation. + /// + /// Any validation failures will result in an aggregate exception. + /// + internal virtual async Task ValidateStartupAsync(bool async, + CancellationToken cancellationToken = default) + { + var validationTask = Task.WhenAll + ( + ValidateEventHubsConnectionAsync(cancellationToken), + ValidateStorageConnectionAsync(cancellationToken) + ); + + if (async) + { + try + { + await validationTask.ConfigureAwait(false); + } + catch + { + // If the validation task has an exception, it will be the aggregate exception + // that we wish to surface. Use that if it is available. + + if (validationTask.Exception != null) + { + throw validationTask.Exception; + } + + throw; + } + } + else + { + // Wait is used over GetAwaiter().GetResult() because it will + // ensure an AggregateException is thrown rather than unwrapping and + // throwing only the first exception. + + validationTask.Wait(cancellationToken); + } + } + /// /// Creates an to use for communicating with the Event Hubs service. /// @@ -1010,6 +1083,7 @@ private async Task StartProcessingInternalAsync(bool async, cancellationToken.ThrowIfCancellationRequested(); Logger.EventProcessorStart(Identifier, EventHubName, ConsumerGroup); + var capturedValidationException = default(Exception); var releaseGuard = false; try @@ -1048,6 +1122,37 @@ private async Task StartProcessingInternalAsync(bool async, ActivePartitionProcessors.Clear(); _runningProcessorTask = RunProcessingAsync(_runningProcessorCancellationSource.Token); + + // Validate the processor configuration and ensuring basic permissions are held for + // service operations. + + try + { + if (async) + { + await ValidateStartupAsync(async, cancellationToken).ConfigureAwait(false); + } + else + { + ValidateStartupAsync(async, cancellationToken).EnsureCompleted(); + } + } + catch (AggregateException ex) + { + // Capture the validation exception and log, but do not throw. Because this is + // a fatal exception and the processing task was already started, StopProcessing + // will need to be called, which requires the semaphore. The validation exception + // will be handled after the start operation has officially completed and the + // semaphore has been released. + + capturedValidationException = ex.Flatten(); + Logger.EventProcessorStartError(Identifier, EventHubName, ConsumerGroup, ex.Message); + + // Canceling the main source here won't cause a problem and will help expedite stopping + // the processor later. + + _runningProcessorCancellationSource?.Cancel(); + } } catch (OperationCanceledException ex) { @@ -1072,6 +1177,31 @@ private async Task StartProcessingInternalAsync(bool async, ProcessorRunningGuard.Release(); } } + + // If there was a validation exception captured, then stop the processor now + // that it is safe to do so. + + if (capturedValidationException != null) + { + try + { + if (async) + { + await StopProcessingInternalAsync(async, CancellationToken.None).ConfigureAwait(false); + } + else + { + StopProcessingInternalAsync(async, CancellationToken.None).EnsureCompleted(); + } + } + catch + { + // An exception is expected here, as the processor configuration was invalid and + // processing was canceled. It will have already been logged; ignore it here. + } + + ExceptionDispatchInfo.Capture(capturedValidationException).Throw(); + } } /// @@ -1337,7 +1467,7 @@ string _ when (ActivePartitionProcessors.TryGetValue(partitionId, out var partit if ((claimedOwnership != default) && (!ActivePartitionProcessors.ContainsKey(claimedOwnership.PartitionId))) { - await TryStartProcessingPartitionAsync(claimedOwnership.PartitionId, cancellationToken).ConfigureAwait(false); + TryStartProcessingPartition(claimedOwnership.PartitionId, cancellationToken); } } @@ -1363,7 +1493,7 @@ await Task.WhenAll(LoadBalancer.OwnedPartitionIds if (!ActivePartitionProcessors.TryGetValue(partitionId, out var partitionProcessor) || partitionProcessor.ProcessingTask.IsCompleted) { await TryStopProcessingPartitionAsync(partitionId, ProcessingStoppedReason.OwnershipLost, cancellationToken).ConfigureAwait(false); - await TryStartProcessingPartitionAsync(partitionId, cancellationToken).ConfigureAwait(false); + TryStartProcessingPartition(partitionId, cancellationToken); } })) .ConfigureAwait(false); @@ -1382,31 +1512,24 @@ await Task.WhenAll(LoadBalancer.OwnedPartitionIds } /// - /// Attempts to begin processing the requested partition in the background and update tracking state - /// so that processing can be stopped. + /// Performs the actions needed to initialize a partition for processing; this + /// includes invoking the initialization handler and querying checkpoints. /// /// - /// The identifier of the Event Hub partition whose processing should be started. + /// The partition to initialize. /// A instance to signal the request to cancel the operation. /// - /// true if processing was successfully started; otherwise, false. + /// The to start processing from. /// /// - /// Exceptions encountered in this method will be logged and will result in the error handler being - /// invoked. They will not be surfaced to callers. This is intended to be a safe operation consumed - /// as part of the load balancing cycle, which is failure-tolerant. + /// This method will invoke the error handler should an exception be encountered; the + /// exception will then be bubbled to callers. /// /// - private async Task TryStartProcessingPartitionAsync(string partitionId, - CancellationToken cancellationToken) + private async Task InitializePartitionForProcessingAsync(TPartition partition, + CancellationToken cancellationToken) { - cancellationToken.ThrowIfCancellationRequested(); - Logger.EventProcessorPartitionProcessingStart(partitionId, Identifier, EventHubName, ConsumerGroup); - - var partition = new TPartition { PartitionId = partitionId }; var operationDescription = Resources.OperationClaimOwnership; - var startingPosition = Options.DefaultStartingPosition; - var cancellationSource = default(CancellationTokenSource); try { @@ -1416,25 +1539,62 @@ private async Task TryStartProcessingPartitionAsync(string partitionId, // Query the available checkpoints for the partition. - cancellationToken.ThrowIfCancellationRequested(); operationDescription = Resources.OperationListCheckpoints; + var checkpoint = await GetCheckpointAsync(partition.PartitionId, cancellationToken).ConfigureAwait(false); // Determine the starting position for processing the partition. - var checkpoint = await GetCheckpointAsync(partitionId, cancellationToken).ConfigureAwait(false); operationDescription = Resources.OperationClaimOwnership; + if (checkpoint != null) { - startingPosition = checkpoint.StartingPosition; + return checkpoint.StartingPosition; } + return Options.DefaultStartingPosition; + } + catch (Exception ex) + { + // The error handler is invoked as a fire-and-forget task; the processor does not assume responsibility + // for observing or surfacing exceptions that may occur in the handler. + + _ = InvokeOnProcessingErrorAsync(ex, partition, operationDescription, CancellationToken.None); + throw; + } + } + + /// + /// Attempts to begin processing the requested partition in the background and update tracking state + /// so that processing can be stopped. + /// + /// + /// The identifier of the Event Hub partition whose processing should be started. + /// A instance to signal the request to cancel the operation. + /// + /// true if processing was successfully started; otherwise, false. + /// + /// + /// Exceptions encountered in this method will be logged and will result in the error handler being + /// invoked. They will not be surfaced to callers. This is intended to be a safe operation consumed + /// as part of the load balancing cycle, which is failure-tolerant. + /// + /// + private bool TryStartProcessingPartition(string partitionId, + CancellationToken cancellationToken) + { + cancellationToken.ThrowIfCancellationRequested(); + Logger.EventProcessorPartitionProcessingStart(partitionId, Identifier, EventHubName, ConsumerGroup); + + var partition = new TPartition { PartitionId = partitionId }; + var cancellationSource = default(CancellationTokenSource); + + try + { // Create and register the partition processor. Ownership of the cancellationSource is transferred // to the processor upon creation, including the responsibility for disposal. - cancellationToken.ThrowIfCancellationRequested(); - cancellationSource = CancellationTokenSource.CreateLinkedTokenSource(cancellationToken); - var processor = CreatePartitionProcessor(partition, startingPosition, cancellationSource); + var processor = CreatePartitionProcessor(partition, cancellationSource); ActivePartitionProcessors.AddOrUpdate(partitionId, processor, (key, value) => processor); cancellationSource = null; @@ -1446,7 +1606,7 @@ private async Task TryStartProcessingPartitionAsync(string partitionId, // The error handler is invoked as a fire-and-forget task; the processor does not assume responsibility // for observing or surfacing exceptions that may occur in the handler. - _ = InvokeOnProcessingErrorAsync(ex, partition, operationDescription, CancellationToken.None); + _ = InvokeOnProcessingErrorAsync(ex, partition, Resources.OperationClaimOwnership, CancellationToken.None); Logger.EventProcessorPartitionProcessingStartError(partitionId, Identifier, EventHubName, ConsumerGroup, ex.Message); cancellationSource?.Cancel(); @@ -1455,7 +1615,7 @@ private async Task TryStartProcessingPartitionAsync(string partitionId, } finally { - Logger.EventProcessorPartitionProcessingStartComplete(partitionId, Identifier, EventHubName, ConsumerGroup, startingPosition.ToString()); + Logger.EventProcessorPartitionProcessingStartComplete(partitionId, Identifier, EventHubName, ConsumerGroup); } } @@ -1574,6 +1734,40 @@ private Task InvokeOnProcessingErrorAsync(Exception exception, string operationDescription, CancellationToken cancellationToken) => Task.Run(() => OnProcessingErrorAsync(exception, partition, operationDescription, cancellationToken), CancellationToken.None); + /// + /// Performs the actions needed to validate the connection to the requested + /// Event Hub. + /// + /// + /// A instance to signal the request to cancel the validation. + /// + private async Task ValidateEventHubsConnectionAsync(CancellationToken cancellationToken = default) + { + // Validate that the Event Hubs connection is valid by querying properties of the Event Hub. + // This is core functionality for the processor to discover partitions and validates read access. + + var connection = CreateConnection(); + await using var connectionAwaiter = connection.ConfigureAwait(false); + await connection.GetPropertiesAsync(RetryPolicy, cancellationToken).ConfigureAwait(false); + } + + /// + /// Performs the actions needed to validate the connection to the storage + /// provider for checkpoints and ownership. + /// + /// + /// A instance to signal the request to cancel the validation. + /// + private async Task ValidateStorageConnectionAsync(CancellationToken cancellationToken) + { + // Because the processor does not have knowledge of what storage implementation is in use, + // it cannot perform any specific in-depth validations. Use the standard checkpoint query + // for an invalid partition; this should ensure that the basic storage connection can be made + // and that a read operation is valid. + + await GetCheckpointAsync("-1", cancellationToken).ConfigureAwait(false); + } + /// /// Creates a to use for interacting with durable storage. /// diff --git a/sdk/eventhub/Azure.Messaging.EventHubs/tests/Primitives/EventProcessorTests.Infrastructure.cs b/sdk/eventhub/Azure.Messaging.EventHubs/tests/Primitives/EventProcessorTests.Infrastructure.cs index f584ac2f24f1..32e8582162c9 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs/tests/Primitives/EventProcessorTests.Infrastructure.cs +++ b/sdk/eventhub/Azure.Messaging.EventHubs/tests/Primitives/EventProcessorTests.Infrastructure.cs @@ -78,6 +78,10 @@ public async Task ReadLastEnqueuedEventPropertiesReadsPropertiesWhenThePartition .Setup(processor => processor.CreateConsumer(It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny())) .Returns(Mock.Of()); + mockProcessor + .Setup(processor => processor.ValidateStartupAsync(It.IsAny(), It.IsAny())) + .Returns(Task.CompletedTask); + await mockProcessor.Object.StartProcessingAsync(cancellationSource.Token); Assert.That(mockProcessor.Object.Status, Is.EqualTo(EventProcessorStatus.Running), "The processor should not fault if a load balancing cycle fails."); @@ -131,6 +135,10 @@ public async Task ReadLastEnqueuedEventPropertiesThrowsWhenThePartitionIsNotOwne .Setup(processor => processor.CreateConsumer(It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny())) .Returns(Mock.Of()); + mockProcessor + .Setup(processor => processor.ValidateStartupAsync(It.IsAny(), It.IsAny())) + .Returns(Task.CompletedTask); + await mockProcessor.Object.StartProcessingAsync(cancellationSource.Token); Assert.That(mockProcessor.Object.Status, Is.EqualTo(EventProcessorStatus.Running), "The processor should not fault if a load balancing cycle fails."); diff --git a/sdk/eventhub/Azure.Messaging.EventHubs/tests/Primitives/EventProcessorTests.MainProcessingLoop.cs b/sdk/eventhub/Azure.Messaging.EventHubs/tests/Primitives/EventProcessorTests.MainProcessingLoop.cs index 41a8c9e5ae90..b6103ce0b28f 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs/tests/Primitives/EventProcessorTests.MainProcessingLoop.cs +++ b/sdk/eventhub/Azure.Messaging.EventHubs/tests/Primitives/EventProcessorTests.MainProcessingLoop.cs @@ -48,6 +48,12 @@ public async Task BackgroundProcessingDispatchesTopLevelExceptions() .Setup(processor => processor.CreateConnection()) .Throws(expectedException); + mockProcessor + .Setup(processor => processor.ValidateStartupAsync( + It.IsAny(), + It.IsAny())) + .Returns(Task.CompletedTask); + // Delay the return from the error handler by slightly longer than cancellation is triggered in // order to validate that the handler call does not block or delay other processor operations. @@ -98,6 +104,12 @@ public async Task BackgroundProcessingLogsTopLevelExceptions() .Setup(processor => processor.CreateConnection()) .Throws(expectedException); + mockProcessor + .Setup(processor => processor.ValidateStartupAsync( + It.IsAny(), + It.IsAny())) + .Returns(Task.CompletedTask); + mockLogger .Setup(log => log.EventProcessorTaskError(It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny())) .Callback(() => completionSource.TrySetResult(true)); @@ -492,7 +504,7 @@ public async Task BackgroundProcessingStartsProcessingForClaimedPartitions() var mockProcessor = new Mock>(65, "consumerGroup", "namespace", "eventHub", Mock.Of(), options, mockLoadBalancer.Object) { CallBase = true }; mockLogger - .Setup(log => log.EventProcessorPartitionProcessingStartComplete(secondPartition, It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny())) + .Setup(log => log.EventProcessorPartitionProcessingStartComplete(secondPartition, It.IsAny(), It.IsAny(), It.IsAny())) .Callback(() => completionSource.TrySetResult(true)); mockLoadBalancer @@ -540,15 +552,15 @@ public async Task BackgroundProcessingStartsProcessingForClaimedPartitions() mockProcessor .Verify(processor => processor.CreatePartitionProcessor( It.Is(value => value.PartitionId == firstPartiton), - options.DefaultStartingPosition, - It.IsAny()), + It.IsAny(), + It.IsAny()), Times.Once); mockProcessor .Verify(processor => processor.CreatePartitionProcessor( It.Is(value => value.PartitionId == secondPartition), - options.DefaultStartingPosition, - It.IsAny()), + It.IsAny(), + It.IsAny()), Times.Once); await mockProcessor.Object.StopProcessingAsync(cancellationSource.Token).IgnoreExceptions(); @@ -582,7 +594,7 @@ public async Task BackgroundProcessingStopsProcessingAllPartitionsWhenShutdown() var mockProcessor = new Mock>(65, "consumerGroup", "namespace", "eventHub", Mock.Of(), options, mockLoadBalancer.Object) { CallBase = true }; mockLogger - .Setup(log => log.EventProcessorPartitionProcessingStartComplete(It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny())) + .Setup(log => log.EventProcessorPartitionProcessingStartComplete(It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny())) .Callback(() => { if (Interlocked.Increment(ref startProcessingCalls) >= expectedProcessingCalls) @@ -728,11 +740,11 @@ public async Task BackgroundProcessingLogsHandlerErrorWhenPartitionProcessingSto mockProcessor .Setup(processor => processor.CreateConsumer(It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny())) + .Callback(() => startCompletionSource.TrySetResult(true)) .Returns(Mock.Of()); mockProcessor - .Setup(processor => processor.CreatePartitionProcessor(It.IsAny(), It.IsAny(), It.IsAny())) - .Callback(() => startCompletionSource.TrySetResult(true)) + .Setup(processor => processor.CreatePartitionProcessor(It.IsAny(), It.IsAny(), It.IsAny())) .CallBase(); mockProcessor @@ -862,15 +874,15 @@ public async Task BackgroundProcessingStopsProcessingForPartitionsWithLostOwners mockProcessor .Verify(processor => processor.CreatePartitionProcessor( It.Is(value => value.PartitionId == firstPartiton), - options.DefaultStartingPosition, - It.IsAny()), + It.IsAny(), + It.IsAny()), Times.Once); mockProcessor .Verify(processor => processor.CreatePartitionProcessor( It.Is(value => value.PartitionId == secondPartition), - options.DefaultStartingPosition, - It.IsAny()), + It.IsAny(), + It.IsAny()), Times.Once); await mockProcessor.Object.StopProcessingAsync(cancellationSource.Token).IgnoreExceptions(); @@ -925,8 +937,8 @@ public async Task BackgroundProcessingRestartsProcessingForFaultedPartitions() .Returns(mockConsumer.Object); mockProcessor - .Setup(processor => processor.CreatePartitionProcessor(It.IsAny(), It.IsAny(), It.IsAny())) - .Returns((EventProcessorPartition partition, EventPosition position, CancellationTokenSource source) => + .Setup(processor => processor.CreatePartitionProcessor(It.IsAny(), It.IsAny(), It.IsAny())) + .Returns((EventProcessorPartition partition, CancellationTokenSource source, EventPosition? overridePosition) => { if (firstProcessorCreate) { @@ -947,8 +959,8 @@ public async Task BackgroundProcessingRestartsProcessingForFaultedPartitions() mockProcessor .Verify(processor => processor.CreatePartitionProcessor( It.Is(value => value.PartitionId == partitionId), - options.DefaultStartingPosition, - It.IsAny()), + It.IsAny(), + It.IsAny()), Times.Exactly(2)); await mockProcessor.Object.StopProcessingAsync(cancellationSource.Token).IgnoreExceptions(); @@ -995,14 +1007,7 @@ public async Task BackgroundProcessingUsesCheckpointsWhenProcessingPartitions() mockProcessor .Setup(processor => processor.CreateConsumer(It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny())) - .Returns(Mock.Of()); - - mockProcessor - .Setup(processor => processor.CreatePartitionProcessor(It.IsAny(), It.IsAny(), It.IsAny())) - .Returns((EventProcessorPartition partition, EventPosition position, CancellationTokenSource cancellation) => - { - return new EventProcessor.PartitionProcessor(Task.Delay(Timeout.Infinite, cancellation.Token), partition, () => default, cancellation); - }) + .Returns(Mock.Of()) .Callback(() => completionSource.TrySetResult(true)); mockProcessor @@ -1017,10 +1022,7 @@ public async Task BackgroundProcessingUsesCheckpointsWhenProcessingPartitions() Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); mockProcessor - .Verify(processor => processor.CreatePartitionProcessor( - It.Is(value => value.PartitionId == partitionId), - expectedStartingPosition, - It.IsAny()), + .Verify(processor => processor.CreateConsumer(It.IsAny(), It.IsAny(), expectedStartingPosition, mockConnection.Object, It.IsAny()), Times.Once); await mockProcessor.Object.StopProcessingAsync(cancellationSource.Token).IgnoreExceptions(); @@ -1088,8 +1090,8 @@ public async Task BackgroundProcessingDelegatesInitializationWhenProcessingClaim mockProcessor .Verify(processor => processor.CreatePartitionProcessor( It.Is(value => ((value.PartitionId == partitionId) && (value.Description == expectedDescription))), - options.DefaultStartingPosition, - It.IsAny()), + It.IsAny(), + It.IsAny()), Times.Once); mockProcessor @@ -1171,15 +1173,14 @@ public async Task BackgroundProcessingLogsWhenStartingToProcessClaimedPartitions partitionId, mockProcessor.Object.Identifier, mockProcessor.Object.EventHubName, - mockProcessor.Object.ConsumerGroup, - options.DefaultStartingPosition.ToString()), + mockProcessor.Object.ConsumerGroup), Times.Once); mockProcessor .Verify(processor => processor.CreatePartitionProcessor( It.Is(value => value.PartitionId == partitionId), - options.DefaultStartingPosition, - It.IsAny()), + It.IsAny(), + It.IsAny()), Times.Once); await mockProcessor.Object.StopProcessingAsync(cancellationSource.Token).IgnoreExceptions(); @@ -1237,8 +1238,8 @@ public async Task BackgroundProcessingLogsWhenStartingToProcessClaimedPartitions .Returns(Mock.Of()); mockProcessor - .Setup(processor => processor.CreatePartitionProcessor(It.IsAny(), It.IsAny(), It.IsAny())) - .Returns((EventProcessorPartition partition, EventPosition position, CancellationTokenSource cancellation) => + .Setup(processor => processor.CreatePartitionProcessor(It.IsAny(), It.IsAny(), It.IsAny())) + .Returns((EventProcessorPartition partition, CancellationTokenSource cancellation, EventPosition? overridePosition) => { if (firstProcessorCreate) { @@ -1269,15 +1270,14 @@ public async Task BackgroundProcessingLogsWhenStartingToProcessClaimedPartitions partitionId, mockProcessor.Object.Identifier, mockProcessor.Object.EventHubName, - mockProcessor.Object.ConsumerGroup, - options.DefaultStartingPosition.ToString()), + mockProcessor.Object.ConsumerGroup), Times.Exactly(2)); mockProcessor .Verify(processor => processor.CreatePartitionProcessor( It.Is(value => value.PartitionId == partitionId), - options.DefaultStartingPosition, - It.IsAny()), + It.IsAny(), + It.IsAny()), Times.Exactly(2)); await mockProcessor.Object.StopProcessingAsync(cancellationSource.Token).IgnoreExceptions(); @@ -1331,8 +1331,8 @@ public async Task BackgroundProcessingDispatchesExceptionsWhenStartingToProcessC .Returns(Mock.Of()); mockProcessor - .Setup(processor => processor.CreatePartitionProcessor(It.IsAny(), It.IsAny(), It.IsAny())) - .Returns((EventProcessorPartition partition, EventPosition position, CancellationTokenSource cancellation) => + .Setup(processor => processor.CreatePartitionProcessor(It.IsAny(), It.IsAny(), It.IsAny())) + .Returns((EventProcessorPartition partition, CancellationTokenSource cancellation, EventPosition? overridePosition) => { if (firstProcessorCreate) { @@ -1368,8 +1368,8 @@ public async Task BackgroundProcessingDispatchesExceptionsWhenStartingToProcessC mockProcessor .Verify(processor => processor.CreatePartitionProcessor( It.Is(value => value.PartitionId == partitionId), - options.DefaultStartingPosition, - It.IsAny()), + It.IsAny(), + It.IsAny()), Times.Exactly(2)); await mockProcessor.Object.StopProcessingAsync(cancellationSource.Token).IgnoreExceptions(); @@ -1455,8 +1455,8 @@ public async Task BackgroundProcessingLogsWhenSurrenderingClaimedPartitions() mockProcessor .Verify(processor => processor.CreatePartitionProcessor( It.Is(value => value.PartitionId == partitionId), - options.DefaultStartingPosition, - It.IsAny()), + It.IsAny(), + It.IsAny()), Times.Once); cancellationSource.Cancel(); @@ -1532,8 +1532,8 @@ public async Task BackgroundProcessingDelegatesStopNotificationWhenSurrenderingC mockProcessor .Verify(processor => processor.CreatePartitionProcessor( It.Is(value => value.PartitionId == partitionId), - options.DefaultStartingPosition, - It.IsAny()), + It.IsAny(), + It.IsAny()), Times.Once); cancellationSource.Cancel(); diff --git a/sdk/eventhub/Azure.Messaging.EventHubs/tests/Primitives/EventProcessorTests.PartitionProcessing.cs b/sdk/eventhub/Azure.Messaging.EventHubs/tests/Primitives/EventProcessorTests.PartitionProcessing.cs index 6fa2d88d79d9..d892eaf71f10 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs/tests/Primitives/EventProcessorTests.PartitionProcessing.cs +++ b/sdk/eventhub/Azure.Messaging.EventHubs/tests/Primitives/EventProcessorTests.PartitionProcessing.cs @@ -142,7 +142,7 @@ public void CreatePartitionProcessorHonorsTheCancellationToken() cancellationSource.Cancel(); var mockProcessor = new Mock>(5, "consumerGroup", "namespace", "eventHub", Mock.Of(), default(EventProcessorOptions)) { CallBase = true }; - Assert.That(() => mockProcessor.Object.CreatePartitionProcessor(new EventProcessorPartition(), EventPosition.Earliest, cancellationSource), Throws.InstanceOf()); + Assert.That(() => mockProcessor.Object.CreatePartitionProcessor(new EventProcessorPartition(), cancellationSource, EventPosition.Earliest), Throws.InstanceOf()); } /// @@ -168,7 +168,7 @@ public void CreatePartitionProcessorPreservesTheCancellationSource() .Setup(processor => processor.CreateConsumer(It.IsAny(), It.IsAny(), It.IsAny(), mockConnection, It.IsAny())) .Returns(mockConsumer); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(new EventProcessorPartition(), EventPosition.Earliest, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(new EventProcessorPartition(), cancellationSource, EventPosition.Earliest); Assert.That(partitionProcessor.CancellationSource, Is.SameAs(cancellationSource)); cancellationSource.Cancel(); @@ -210,7 +210,7 @@ public async Task CreatePartitionProcessorReadsEmptyLastEventPropertiesWithNoOpt .Setup(processor => processor.CreateConsumer(It.IsAny(), It.IsAny(), It.IsAny(), mockConnection, It.IsAny())) .Returns(mockConsumer.Object); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(new EventProcessorPartition(), EventPosition.Earliest, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(new EventProcessorPartition(), cancellationSource, EventPosition.Earliest); await Task.WhenAny(completionSource.Task, Task.Delay(Timeout.Infinite, cancellationSource.Token)); var lastEventProperties = partitionProcessor.ReadLastEnqueuedEventProperties(); @@ -244,7 +244,7 @@ public async Task CreatePartitionProcessorDoesNotAllowReadingLastEventProperties .Returns(default(TransportConsumer)) .Callback(() => completionSource.TrySetResult(true)); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(new EventProcessorPartition(), EventPosition.Earliest, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(new EventProcessorPartition(), cancellationSource, EventPosition.Earliest); await Task.WhenAny(completionSource.Task, Task.Delay(Timeout.Infinite, cancellationSource.Token)); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); @@ -290,7 +290,7 @@ public async Task CreatePartitionProcessorCanReadLastEventProperties() .Setup(processor => processor.CreateConsumer(It.IsAny(), It.IsAny(), It.IsAny(), mockConnection, It.IsAny())) .Returns(mockConsumer.Object); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(new EventProcessorPartition(), EventPosition.Earliest, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(new EventProcessorPartition(), cancellationSource, EventPosition.Earliest); await Task.WhenAny(completionSource.Task, Task.Delay(Timeout.Infinite, cancellationSource.Token)); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); @@ -349,7 +349,7 @@ public async Task CreatePartitionProcessorCanReadLastEventPropertiesWhenTheConsu .Returns(badMockConsumer.Object) .Returns(mockConsumer.Object); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(new EventProcessorPartition(), EventPosition.Earliest, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(new EventProcessorPartition(), cancellationSource, EventPosition.Earliest); await Task.WhenAny(completionSource.Task, Task.Delay(Timeout.Infinite, cancellationSource.Token)); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); @@ -405,7 +405,7 @@ public async Task CreatePartitionProcessorCreatesTheTransportConsumer() .Setup(connection => connection.CreateTransportConsumer(It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny())) .Returns(mockConsumer.Object); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, position, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, cancellationSource, position); await Task.WhenAny(completionSource.Task, Task.Delay(Timeout.Infinite, cancellationSource.Token)); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); @@ -461,7 +461,7 @@ public async Task CreatePartitionProcessorStartsTheProcessingTask() .Setup(processor => processor.ProcessEventBatchAsync(partition, It.IsAny>(), It.IsAny(), cancellationSource.Token)) .Returns(Task.CompletedTask); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, position, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, cancellationSource, position); await Task.WhenAny(completionSource.Task, Task.Delay(Timeout.Infinite, cancellationSource.Token)); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); @@ -515,7 +515,7 @@ public async Task CreatePartitionProcessorProcessingTaskRespectsCancellation() .Setup(processor => processor.ProcessEventBatchAsync(partition, It.IsAny>(), It.IsAny(), cancellationSource.Token)) .Returns(Task.CompletedTask); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, position, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, cancellationSource, position); await Task.WhenAny(completionSource.Task, Task.Delay(Timeout.Infinite, cancellationSource.Token)); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); @@ -564,7 +564,7 @@ public async Task CreatePartitionProcessorProcessingTaskDispatchesEvents() .Returns(Task.CompletedTask) .Callback(() => completionSource.TrySetResult(true)); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, position, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, cancellationSource, position); await Task.WhenAny(completionSource.Task, Task.Delay(Timeout.Infinite, cancellationSource.Token)); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); @@ -610,7 +610,7 @@ public async Task CreatePartitionProcessorProcessingTaskDispatchesExceptionsWhen .Callback(() => completionSource.TrySetResult(true)) .Returns(Task.CompletedTask); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, position, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, cancellationSource); Assert.That(async () => await partitionProcessor.ProcessingTask, Throws.Exception.EqualTo(expectedException), "The processing task should fail."); await Task.WhenAny(completionSource.Task, Task.Delay(Timeout.Infinite, cancellationSource.Token)); @@ -673,7 +673,7 @@ public async Task CreatePartitionProcessorProcessingTaskDispatchesExceptions() .Callback(() => errorCompletion.TrySetResult(true)) .Returns(Task.CompletedTask); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, position, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, cancellationSource, position); var completionSources = Task.WhenAll(receiveCompletion.Task, errorCompletion.Task); await Task.WhenAny(completionSources, Task.Delay(Timeout.Infinite, cancellationSource.Token)); @@ -737,7 +737,7 @@ public async Task CreatePartitionProcessorProcessingTaskLogsExceptions() .Setup(log => log.EventProcessorPartitionProcessingError(It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny())) .Callback(() => errorCompletion.TrySetResult(true)); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, position, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, cancellationSource, position); var completionSources = Task.WhenAll(receiveCompletion.Task, errorCompletion.Task); await Task.WhenAny(completionSources, Task.Delay(Timeout.Infinite, cancellationSource.Token)); @@ -801,7 +801,7 @@ public async Task CreatePartitionProcessorProcessingTaskSurfacesExceptions() .Callback(() => errorCompletion.TrySetResult(true)) .Returns(Task.CompletedTask); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, position, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, cancellationSource, position); var completionSources = Task.WhenAll(receiveCompletion.Task, errorCompletion.Task); await Task.WhenAny(completionSources, Task.Delay(Timeout.Infinite, cancellationSource.Token)); @@ -849,7 +849,7 @@ public async Task CreatePartitionProcessorProcessingTaskDoesNotDispatchDeveloper .Callback(() => completionSource.TrySetResult(true)) .Throws(expectedException); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, position, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, cancellationSource, position); await Task.WhenAny(completionSource.Task, Task.Delay(Timeout.Infinite, cancellationSource.Token)); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); @@ -910,7 +910,7 @@ public async Task CreatePartitionProcessorProcessingTaskLogsDeveloperCodeExcepti .Callback(() => completionSource.TrySetResult(true)) .Throws(expectedException); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, position, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, cancellationSource, position); await Task.WhenAny(completionSource.Task, Task.Delay(Timeout.Infinite, cancellationSource.Token)); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); @@ -970,7 +970,7 @@ public async Task CreatePartitionProcessorProcessingTaskSurfacesDeveloperCodeExc .Callback(() => completionSource.TrySetResult(true)) .Throws(developerException); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, position, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, cancellationSource, position); await Task.WhenAny(completionSource.Task, Task.Delay(Timeout.Infinite, cancellationSource.Token)); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); @@ -1021,7 +1021,7 @@ public async Task CreatePartitionProcessorProcessingTaskHonorsTheRetryPolicy() .Setup(processor => processor.ProcessEventBatchAsync(partition, It.IsAny>(), It.IsAny(), cancellationSource.Token)) .Returns(Task.CompletedTask); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, position, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, cancellationSource, position); await Task.WhenAny(completionSource.Task, Task.Delay(Timeout.Infinite, cancellationSource.Token)); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); @@ -1073,7 +1073,7 @@ public async Task CreatePartitionProcessorProcessingTaskReplacesTheConsumerOnFai .Returns(badMockConsumer.Object) .Returns(mockConsumer.Object); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(new EventProcessorPartition(), EventPosition.Earliest, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(new EventProcessorPartition(), cancellationSource, EventPosition.Earliest); await Task.WhenAny(completionSource.Task, Task.Delay(Timeout.Infinite, cancellationSource.Token)); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); @@ -1134,7 +1134,7 @@ public async Task CreatePartitionProcessorProcessingTaskStartsTheConsumerAtTheCo return mockConsumer.Object; }); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, initialStartingPosition, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, cancellationSource, initialStartingPosition); await Task.WhenAny(completionSource.Task, Task.Delay(Timeout.Infinite, cancellationSource.Token)); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); @@ -1191,7 +1191,7 @@ public async Task CreatePartitionProcessorProcessingTaskDoesNotReplaceTheConsume .Setup(processor => processor.CreateConsumer(It.IsAny(), It.IsAny(), It.IsAny(), mockConnection, It.IsAny())) .Returns(mockConsumer.Object); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(new EventProcessorPartition(), EventPosition.Earliest, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(new EventProcessorPartition(), cancellationSource, EventPosition.Earliest); await Task.WhenAny(completionSource.Task, Task.Delay(Timeout.Infinite, cancellationSource.Token)); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); @@ -1241,7 +1241,7 @@ public async Task CreatePartitionProcessorProcessingTaskWrapsAnOperationCanceled .Setup(processor => processor.CreateConsumer(It.IsAny(), It.IsAny(), It.IsAny(), mockConnection, It.IsAny())) .Returns(mockConsumer.Object); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(new EventProcessorPartition(), EventPosition.Earliest, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(new EventProcessorPartition(), cancellationSource, EventPosition.Earliest); await Task.WhenAny(completionSource.Task, Task.Delay(Timeout.Infinite, cancellationSource.Token)); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); @@ -1290,7 +1290,7 @@ public async Task CreatePartitionProcessorProcessingTaskDoesNotReplaceTheConsume .Setup(processor => processor.CreateConsumer(It.IsAny(), It.IsAny(), It.IsAny(), mockConnection, It.IsAny())) .Returns(mockConsumer.Object); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(new EventProcessorPartition(), EventPosition.Earliest, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(new EventProcessorPartition(), cancellationSource, EventPosition.Earliest); await Task.WhenAny(completionSource.Task, Task.Delay(Timeout.Infinite, cancellationSource.Token)); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); @@ -1355,7 +1355,7 @@ public async Task CreatePartitionProcessorProcessingTaskClosesTheConsumerWhenItI return mockConsumer.Object; }); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(new EventProcessorPartition(), EventPosition.Earliest, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(new EventProcessorPartition(), cancellationSource, EventPosition.Earliest); await Task.WhenAny(completionSource.Task, Task.Delay(Timeout.Infinite, cancellationSource.Token)); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); @@ -1424,7 +1424,7 @@ public async Task CreatePartitionProcessorProcessingLogsWhenAnExceptionOccursClo return mockConsumer.Object; }); - var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, EventPosition.Earliest, cancellationSource); + var partitionProcessor = mockProcessor.Object.CreatePartitionProcessor(partition, cancellationSource, EventPosition.Earliest); await Task.WhenAny(completionSource.Task, Task.Delay(Timeout.Infinite, cancellationSource.Token)); Assert.That(cancellationSource.IsCancellationRequested, Is.False, "The cancellation token should not have been signaled."); diff --git a/sdk/eventhub/Azure.Messaging.EventHubs/tests/Primitives/EventProcessorTests.StartStop.cs b/sdk/eventhub/Azure.Messaging.EventHubs/tests/Primitives/EventProcessorTests.StartStop.cs index 4b2c9c648d78..8c7ed4a438e3 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs/tests/Primitives/EventProcessorTests.StartStop.cs +++ b/sdk/eventhub/Azure.Messaging.EventHubs/tests/Primitives/EventProcessorTests.StartStop.cs @@ -70,6 +70,12 @@ public async Task StartProcessingStartsTheProcessing(bool async) .Setup(processor => processor.CreateConnection()) .Returns(Mock.Of()); + mockProcessor + .Setup(processor => processor.ValidateStartupAsync( + It.IsAny(), + It.IsAny())) + .Returns(Task.CompletedTask); + if (async) { await mockProcessor.Object.StartProcessingAsync(cancellationSource.Token); @@ -126,6 +132,12 @@ public async Task StartProcessingStartsTheLoadBalancer(bool async) .Setup(processor => processor.CreateConnection()) .Returns(mockConnection.Object); + mockProcessor + .Setup(processor => processor.ValidateStartupAsync( + It.IsAny(), + It.IsAny())) + .Returns(Task.CompletedTask); + if (async) { await mockProcessor.Object.StartProcessingAsync(cancellationSource.Token); @@ -172,6 +184,12 @@ public async Task StartProcessingDoesNotAttemptToStartWhenRunning(bool async) .Setup(processor => processor.CreateConnection()) .Returns(Mock.Of()); + mockProcessor + .Setup(processor => processor.ValidateStartupAsync( + It.IsAny(), + It.IsAny())) + .Returns(Task.CompletedTask); + if (async) { await mockProcessor.Object.StartProcessingAsync(cancellationSource.Token); @@ -206,6 +224,220 @@ public async Task StartProcessingDoesNotAttemptToStartWhenRunning(bool async) await mockProcessor.Object.StopProcessingAsync(cancellationSource.Token).IgnoreExceptions(); } + /// + /// Verifies functionality of the + /// method. + /// + /// + [Test] + [TestCase(true)] + [TestCase(false)] + public async Task StartProcessingValidatesTheEventHubsConnectionCanBeCreated(bool async) + { + using var cancellationSource = new CancellationTokenSource(); + + var capturedException = default(Exception); + var expectedException = new DivideByZeroException("The universe will now end."); + var mockProcessor = new Mock>(4, "consumerGroup", "namespace", "eventHub", Mock.Of(), default(EventProcessorOptions)) { CallBase = true }; + + mockProcessor + .Setup(processor => processor.CreateConnection()) + .Throws(expectedException); + + try + { + if (async) + { + await mockProcessor.Object.StartProcessingAsync(cancellationSource.Token); + } + else + { + mockProcessor.Object.StartProcessing(cancellationSource.Token); + } + } + catch (Exception ex) + { + capturedException = ex; + } + + Assert.That(capturedException, Is.Not.Null, "An exception should have been thrown."); + Assert.That(capturedException, Is.InstanceOf(), "A validation exception should be surfaced as an AggregateException."); + Assert.That(((AggregateException)capturedException).InnerExceptions.Count, Is.EqualTo(1), "There should have been a single validation exception."); + + var innerException = ((AggregateException)capturedException).InnerExceptions.First(); + Assert.That(innerException, Is.SameAs(expectedException), "The source of the validation exception should have been exposed."); + Assert.That(mockProcessor.Object.IsRunning, Is.False, "The processor should not be running after a validation exception."); + } + + /// + /// Verifies functionality of the + /// method. + /// + /// + [Test] + [TestCase(true)] + [TestCase(false)] + public async Task StartProcessingValidatesTheEventHubCanBeQueried(bool async) + { + using var cancellationSource = new CancellationTokenSource(); + + var capturedException = default(Exception); + var expectedException = new DivideByZeroException("The universe will now end."); + var mockConnection = new Mock(); + var mockProcessor = new Mock>(4, "consumerGroup", "namespace", "eventHub", Mock.Of(), default(EventProcessorOptions)) { CallBase = true }; + + mockProcessor + .Setup(processor => processor.CreateConnection()) + .Returns(mockConnection.Object); + + mockConnection + .Setup(connection => connection.GetPropertiesAsync( + It.IsAny(), + It.IsAny())) + .Throws(expectedException); + + try + { + if (async) + { + await mockProcessor.Object.StartProcessingAsync(cancellationSource.Token); + } + else + { + mockProcessor.Object.StartProcessing(cancellationSource.Token); + } + } + catch (Exception ex) + { + capturedException = ex; + } + + Assert.That(capturedException, Is.Not.Null, "An exception should have been thrown."); + Assert.That(capturedException, Is.InstanceOf(), "A validation exception should be surfaced as an AggregateException."); + Assert.That(((AggregateException)capturedException).InnerExceptions.Count, Is.EqualTo(1), "There should have been a single validation exception."); + + var innerException = ((AggregateException)capturedException).InnerExceptions.First(); + Assert.That(innerException, Is.SameAs(expectedException), "The source of the validation exception should have been exposed."); + Assert.That(mockProcessor.Object.IsRunning, Is.False, "The processor should not be running after a validation exception."); + } + + /// + /// Verifies functionality of the + /// method. + /// + /// + [Test] + [TestCase(true)] + [TestCase(false)] + public async Task StartProcessingValidatesCheckpointsCanBeQueried(bool async) + { + using var cancellationSource = new CancellationTokenSource(); + + var capturedException = default(Exception); + var expectedException = new DivideByZeroException("The universe will now end."); + var mockProcessor = new Mock>(4, "consumerGroup", "namespace", "eventHub", Mock.Of(), default(EventProcessorOptions)) { CallBase = true }; + + mockProcessor + .Setup(processor => processor.CreateConnection()) + .Returns(Mock.Of()); + + mockProcessor + .Protected() + .Setup("GetCheckpointAsync", + ItExpr.IsAny(), + ItExpr.IsAny()) + .Throws(expectedException); + + try + { + if (async) + { + await mockProcessor.Object.StartProcessingAsync(cancellationSource.Token); + } + else + { + mockProcessor.Object.StartProcessing(cancellationSource.Token); + } + } + catch (Exception ex) + { + capturedException = ex; + } + + Assert.That(capturedException, Is.Not.Null, "An exception should have been thrown."); + Assert.That(capturedException, Is.InstanceOf(), "A validation exception should be surfaced as an AggregateException."); + Assert.That(((AggregateException)capturedException).InnerExceptions.Count, Is.EqualTo(1), "There should have been a single validation exception."); + + var innerException = ((AggregateException)capturedException).InnerExceptions.First(); + Assert.That(innerException, Is.SameAs(expectedException), "The source of the validation exception should have been exposed."); + Assert.That(mockProcessor.Object.IsRunning, Is.False, "The processor should not be running after a validation exception."); + } + + /// + /// Verifies functionality of the + /// method. + /// + /// + [Test] + [TestCase(true)] + [TestCase(false)] + public async Task StartProcessingSurfacesMultipleValidationFailures(bool async) + { + using var cancellationSource = new CancellationTokenSource(); + + var capturedException = default(Exception); + var eventHubException = new DivideByZeroException("The universe will now end."); + var storageException = new FormatException("I find your format offensive."); + var mockConnection = new Mock(); + var mockProcessor = new Mock>(4, "consumerGroup", "namespace", "eventHub", Mock.Of(), default(EventProcessorOptions)) { CallBase = true }; + + mockProcessor + .Setup(processor => processor.CreateConnection()) + .Returns(mockConnection.Object); + + mockProcessor + .Protected() + .Setup("GetCheckpointAsync", + ItExpr.IsAny(), + ItExpr.IsAny()) + .Throws(storageException); + + mockConnection + .Setup(connection => connection.GetPropertiesAsync( + It.IsAny(), + It.IsAny())) + .Throws(eventHubException); + + try + { + if (async) + { + await mockProcessor.Object.StartProcessingAsync(cancellationSource.Token); + } + else + { + mockProcessor.Object.StartProcessing(cancellationSource.Token); + } + } + catch (Exception ex) + { + capturedException = ex; + } + + Assert.That(capturedException, Is.Not.Null, "An exception should have been thrown."); + Assert.That(capturedException, Is.InstanceOf(), "A validation exception should be surfaced as an AggregateException."); + Assert.That(mockProcessor.Object.IsRunning, Is.False, "The processor should not be running after a validation exception."); + + var aggregateException = (AggregateException)capturedException; + Assert.That(aggregateException.InnerExceptions.Count, Is.EqualTo(2), "There should have been two validation exceptions."); + + var eventHubInnerException = aggregateException.InnerExceptions.Where(ex => ReferenceEquals(ex, eventHubException)).FirstOrDefault(); + Assert.That(eventHubInnerException, Is.Not.Null, "The Event Hub exception should have been surfaced."); + + var storageInnerException = aggregateException.InnerExceptions.Where(ex => ReferenceEquals(ex, storageException)).FirstOrDefault(); + Assert.That(storageInnerException, Is.Not.Null, "The storage exception should have been surfaced."); + } + /// /// Verifies functionality of the /// method. @@ -560,6 +792,12 @@ public async Task StopProcessingSurfacesExceptions(bool async) .Callback(() => completionSource.TrySetResult(true)) .Throws(expectedException); + mockProcessor + .Setup(processor => processor.ValidateStartupAsync( + It.IsAny(), + It.IsAny())) + .Returns(Task.CompletedTask); + await mockProcessor.Object.StartProcessingAsync(cancellationSource.Token); await completionSource.Task; @@ -601,6 +839,12 @@ public async Task StopProcessingResetsState(bool async) .Throws(expectedException) .Returns(Mock.Of()); + mockProcessor + .Setup(processor => processor.ValidateStartupAsync( + It.IsAny(), + It.IsAny())) + .Returns(Task.CompletedTask); + // Starting the processor should result in an exception on the first call, which should leave it in a faulted state. await mockProcessor.Object.StartProcessingAsync(cancellationSource.Token); @@ -738,6 +982,12 @@ public async Task StopProcessingLogsErrorDuringShutdown(bool async) .Setup(processor => processor.CreateConnection()) .Returns(default(EventHubConnection)); + mockProcessor + .Setup(processor => processor.ValidateStartupAsync( + It.IsAny(), + It.IsAny())) + .Returns(Task.CompletedTask); + await mockProcessor.Object.StartProcessingAsync(cancellationSource.Token); Assert.That(mockProcessor.Object.IsRunning, Is.True, "The processor should be running."); Assert.That(mockProcessor.Object.Status, Is.EqualTo(EventProcessorStatus.Running), "The processor status should report that it is running."); @@ -797,6 +1047,12 @@ public async Task StopProcessingLogsFaultedTaskDuringShutdown(bool async) .Setup(processor => processor.CreateConnection()) .Throws(expectedException); + mockProcessor + .Setup(processor => processor.ValidateStartupAsync( + It.IsAny(), + It.IsAny())) + .Returns(Task.CompletedTask); + await mockProcessor.Object.StartProcessingAsync(cancellationSource.Token); Assert.That(mockProcessor.Object.IsRunning, Is.False, "The processor should have faulted during startup."); Assert.That(GetRunningProcessorTask(mockProcessor.Object).IsFaulted, Is.True, "The task for processing should be faulted."); diff --git a/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/CHANGELOG.md b/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/CHANGELOG.md index 9b3e33c0d737..fd53b25c0513 100644 --- a/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/CHANGELOG.md +++ b/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 4.4.0-beta.1 (Unreleased) + + ## 4.3.2 (2021-04-26) Update package description to include pointer to the new Azure.Messaging.EventHubs.Processor package and the migration guide. diff --git a/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/Microsoft.Azure.EventHubs.Processor.csproj b/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/Microsoft.Azure.EventHubs.Processor.csproj index 8b8e1377e2d6..5495027b0c7d 100644 --- a/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/Microsoft.Azure.EventHubs.Processor.csproj +++ b/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/Microsoft.Azure.EventHubs.Processor.csproj @@ -1,8 +1,9 @@ Please note, a newer package Azure.Messaging.EventHubs.Processor is available as of February 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/net/migrate/eh for more details. - 4.3.2 - 4.3.1 + 4.4.0-beta.1 + + 4.3.2 Azure;Event Hubs;EventHubs;.NET;AMQP;IoT;Event Processor Host https://github.com/Azure/azure-sdk-for-net/releases $(OutputPath)$(TargetFramework)\Microsoft.Azure.EventHubs.Processor.xml diff --git a/sdk/eventhub/Microsoft.Azure.EventHubs/CHANGELOG.md b/sdk/eventhub/Microsoft.Azure.EventHubs/CHANGELOG.md index 71737c33031d..13e0382f3445 100644 --- a/sdk/eventhub/Microsoft.Azure.EventHubs/CHANGELOG.md +++ b/sdk/eventhub/Microsoft.Azure.EventHubs/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 4.4.0-beta.1 (Unreleased) + + ## 4.3.2 (2021-04-15) Update package description to include pointer to the new Azure.Messaging.EventHubs package and the migration guide. diff --git a/sdk/eventhub/Microsoft.Azure.EventHubs/src/Microsoft.Azure.EventHubs.csproj b/sdk/eventhub/Microsoft.Azure.EventHubs/src/Microsoft.Azure.EventHubs.csproj index 14efb83c51ab..54422349e6db 100644 --- a/sdk/eventhub/Microsoft.Azure.EventHubs/src/Microsoft.Azure.EventHubs.csproj +++ b/sdk/eventhub/Microsoft.Azure.EventHubs/src/Microsoft.Azure.EventHubs.csproj @@ -1,8 +1,9 @@ Please note, a newer package Azure.Messaging.EventHubs is available as of February 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/net/migrate/eh for more details. - 4.3.2 - 4.3.1 + 4.4.0-beta.1 + + 4.3.2 Azure;Event Hubs;EventHubs;.NET;AMQP;IoT https://github.com/Azure/azure-sdk-for-net/releases $(OutputPath)$(TargetFramework)\Microsoft.Azure.EventHubs.xml diff --git a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/CHANGELOG.md b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/CHANGELOG.md index 8aea4ef47903..3134bd99dd14 100644 --- a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/CHANGELOG.md +++ b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/CHANGELOG.md @@ -1,7 +1,12 @@ # Release History -## 5.0.0-beta.5 (Unreleased) +## 5.0.0-beta.5 (2021-05-11) +### Changes + +#### Key Bug Fixes + +- The web proxy specified in configuration is now respected. ## 5.0.0-beta.4 (2021-04-06) diff --git a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/README.md b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/README.md index 9c154a666e50..834c90f5698c 100644 --- a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/README.md +++ b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/README.md @@ -36,7 +36,7 @@ For the local development use the `local.settings.json` file to store the connec { "Values": { "AzureWebJobsStorage": "UseDevelopmentStorage=true", - "": "Endpoint=sb://.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=Jya7Eh76HU92ibsxuk1ITN8CM8Bt76YLKf5ISjU3jZ8=" + "": "Endpoint=sb://.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=Jya7Eh76HU92ibsxuk1ITN8CM8Bt76YLKf5ISjU3jZ8=" } } ``` @@ -45,14 +45,15 @@ When deployed use the [application settings](https://docs.microsoft.com/azure/az #### Managed identity authentication -If your environment has [managed identity](https://docs.microsoft.com/azure/app-service/overview-managed-identity?tabs=dotnet) enabled you can use it to authenticate the Event Hubs extension. -To use managed identity provide the `__fullyQualifiedNamespace` configuration setting. +If your environment has [managed identity](https://docs.microsoft.com/azure/app-service/overview-managed-identity?tabs=dotnet) enabled you can use it to authenticate the Event Hubs extension. Before doing so, you will need to ensure that permissions have been configured as described in the [Azure Functions developer guide]( https://docs.microsoft.com/azure/azure-functions/functions-reference#grant-permission-to-the-identity). + +To use managed identity provide the `__fullyQualifiedNamespace` configuration setting. ```json { "Values": { "AzureWebJobsStorage": "UseDevelopmentStorage=true", - "__fullyQualifiedNamespace": ".servicebus.windows.net" + "__fullyQualifiedNamespace": "{event_hubs_namespace}.servicebus.windows.net" } } ``` @@ -60,7 +61,7 @@ To use managed identity provide the `__fullyQualifiedNamespace` Or in the case of deployed app set the same setting in [application settings](https://docs.microsoft.com/azure/azure-functions/functions-how-to-use-azure-function-app-settings): ``` -__fullyQualifiedNamespace=.servicebus.windows.net +__fullyQualifiedNamespace={event_hubs_namespace}.servicebus.windows.net ``` ## Key concepts diff --git a/sdk/eventhub/test-resources.json b/sdk/eventhub/test-resources.json index 145a55ada00e..1f356458800f 100755 --- a/sdk/eventhub/test-resources.json +++ b/sdk/eventhub/test-resources.json @@ -57,7 +57,7 @@ }, "perTestExecutionLimitMinutes": { "type": "string", - "defaultValue": "10", + "defaultValue": "15", "metadata": { "description": "The maximum duration, in minutes, that a single test is permitted to run before it is considered at-risk for being hung." } diff --git a/sdk/eventhub/tests.data.yml b/sdk/eventhub/tests.data.yml index f7a1c75941c1..1c2d1b343b13 100644 --- a/sdk/eventhub/tests.data.yml +++ b/sdk/eventhub/tests.data.yml @@ -7,4 +7,5 @@ extends: ServiceDirectory: eventhub SDKType: data TimeoutInMinutes: 240 - Clouds: 'Public,UsGov,China,Canary' + Clouds: 'Public,Canary' + SupportedClouds: 'Public,UsGov,China,Canary' diff --git a/sdk/eventhub/tests.yml b/sdk/eventhub/tests.yml index 83744acffef3..9098715c3842 100644 --- a/sdk/eventhub/tests.yml +++ b/sdk/eventhub/tests.yml @@ -7,4 +7,5 @@ extends: ServiceDirectory: eventhub SDKType: client TimeoutInMinutes: 240 - Clouds: 'Public,UsGov,China,Canary' \ No newline at end of file + Clouds: 'Public,Canary' + SupportedClouds: 'Public,UsGov,China,Canary' \ No newline at end of file diff --git a/sdk/extendedlocation/Microsoft.Azure.Management.ExtendedLocation/src/Generated/CustomLocationsOperations.cs b/sdk/extendedlocation/Microsoft.Azure.Management.ExtendedLocation/src/Generated/CustomLocationsOperations.cs index eda47b8e9f71..d1bbcccc1ca5 100644 --- a/sdk/extendedlocation/Microsoft.Azure.Management.ExtendedLocation/src/Generated/CustomLocationsOperations.cs +++ b/sdk/extendedlocation/Microsoft.Azure.Management.ExtendedLocation/src/Generated/CustomLocationsOperations.cs @@ -1012,7 +1012,7 @@ internal CustomLocationsOperations(CustomLocationsClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 400) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1206,7 +1206,7 @@ internal CustomLocationsOperations(CustomLocationsClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 400) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1415,7 +1415,7 @@ internal CustomLocationsOperations(CustomLocationsClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 400) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -2291,7 +2291,7 @@ internal CustomLocationsOperations(CustomLocationsClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 400) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try diff --git a/sdk/extendedlocation/Microsoft.Azure.Management.ExtendedLocation/src/Generated/SdkInfo_customLocations.cs b/sdk/extendedlocation/Microsoft.Azure.Management.ExtendedLocation/src/Generated/SdkInfo_customLocations.cs index ac83ec9a9951..9475b204207b 100644 --- a/sdk/extendedlocation/Microsoft.Azure.Management.ExtendedLocation/src/Generated/SdkInfo_customLocations.cs +++ b/sdk/extendedlocation/Microsoft.Azure.Management.ExtendedLocation/src/Generated/SdkInfo_customLocations.cs @@ -29,7 +29,7 @@ public static IEnumerable> ApiInfo_customLocations public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/extendedlocation/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\\Users\\amalladi\\test-apps\\azure-sdk-for-net\\sdk"; public static readonly String GithubForkName = "Azure"; public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "86aebe0f4e974b72dffe19a293465a76d664f8e0"; + public static readonly String GithubCommidId = "dceaa75fe47854ad7b0fcc0c7cf38677b4bb181f"; public static readonly String CodeGenerationErrors = ""; public static readonly String GithubRepoName = "azure-rest-api-specs"; // END: Code Generation Metadata Section diff --git a/sdk/extendedlocation/Microsoft.Azure.Management.ExtendedLocation/src/Microsoft.Azure.Management.ExtendedLocation.csproj b/sdk/extendedlocation/Microsoft.Azure.Management.ExtendedLocation/src/Microsoft.Azure.Management.ExtendedLocation.csproj index d5b9962aa7d9..4054bb6ee8a3 100644 --- a/sdk/extendedlocation/Microsoft.Azure.Management.ExtendedLocation/src/Microsoft.Azure.Management.ExtendedLocation.csproj +++ b/sdk/extendedlocation/Microsoft.Azure.Management.ExtendedLocation/src/Microsoft.Azure.Management.ExtendedLocation.csproj @@ -6,7 +6,7 @@ Microsoft.Azure.Management.ExtendedLocation Provides Microsoft Azure ExtendedLocation operations. - 1.0.0-beta.1 + 1.0.0-beta.2 Microsoft Azure Management ExtendedLocation Library Microsoft.Azure.Management.ExtendedLocationn ExtendedLocation; diff --git a/sdk/extendedlocation/Microsoft.Azure.Management.ExtendedLocation/tests/ScenarioTests/CustomLocationTestData.cs b/sdk/extendedlocation/Microsoft.Azure.Management.ExtendedLocation/tests/ScenarioTests/CustomLocationTestData.cs index c822d50118b4..f9059fc24256 100644 --- a/sdk/extendedlocation/Microsoft.Azure.Management.ExtendedLocation/tests/ScenarioTests/CustomLocationTestData.cs +++ b/sdk/extendedlocation/Microsoft.Azure.Management.ExtendedLocation/tests/ScenarioTests/CustomLocationTestData.cs @@ -13,7 +13,7 @@ public class CustomLocationTestData public const string CassandraTest = "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator"; public const string AnsibleTest = "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator-ansible"; public const string NamespaceTest = "cli-operator-namespace"; - public const string HostResourceIdTest = "subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster"; + public const string HostResourceIdTest = "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster"; public const string ResourceName = "cl-csharp-sdk-test"; } } diff --git a/sdk/extendedlocation/Microsoft.Azure.Management.ExtendedLocation/tests/SessionRecords/CustomLocationOperationTests/TestOperationsCustomLocation.json b/sdk/extendedlocation/Microsoft.Azure.Management.ExtendedLocation/tests/SessionRecords/CustomLocationOperationTests/TestOperationsCustomLocation.json index 5428037d2a8f..d181f2e90092 100644 --- a/sdk/extendedlocation/Microsoft.Azure.Management.ExtendedLocation/tests/SessionRecords/CustomLocationOperationTests/TestOperationsCustomLocation.json +++ b/sdk/extendedlocation/Microsoft.Azure.Management.ExtendedLocation/tests/SessionRecords/CustomLocationOperationTests/TestOperationsCustomLocation.json @@ -4,16 +4,16 @@ "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.ExtendedLocation/customLocations/cl-csharp-sdk-test?api-version=2021-03-15-preview", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlR3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXh0ZW5kZWRMb2NhdGlvbi9jdXN0b21Mb2NhdGlvbnMvY2wtY3NoYXJwLXNkay10ZXN0P2FwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\"\r\n ],\r\n \"displayName\": \"cl-csharp-sdk-test\",\r\n \"hostResourceId\": \"subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"hostType\": \"Kubernetes\",\r\n \"namespace\": \"cli-operator-namespace\"\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\"\r\n ],\r\n \"displayName\": \"cl-csharp-sdk-test\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"hostType\": \"Kubernetes\",\r\n \"namespace\": \"cli-operator-namespace\"\r\n },\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "85f20339-48ed-44ef-8c65-8951ceb7fbf1" + "9fce7306-aa7a-450f-b2ff-6dc0010fb1fa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -22,7 +22,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "624" + "625" ] }, "ResponseHeaders": { @@ -33,13 +33,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1197" ], "Azure-Asyncoperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/locations/eastus/operationsstatus/65cfe73a-65de-4e23-b122-07d9a914928a?api-version=2021-03-15-preview" + "https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/locations/eastus/operationsstatus/9735cc86-2548-4de8-b2f9-7790b24ff2d4?api-version=2021-03-15-preview" ], "X-Ms-Request-Id": [ - "65cfe73a-65de-4e23-b122-07d9a914928a" + "9735cc86-2548-4de8-b2f9-7790b24ff2d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -47,20 +47,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "96ccb08c-b6f3-4007-8e8a-43ac5949273a" + "e68cc52d-4227-44f4-8a11-5d2859bbeac1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052715Z:96ccb08c-b6f3-4007-8e8a-43ac5949273a" + "CENTRALUS:20210505T214900Z:e68cc52d-4227-44f4-8a11-5d2859bbeac1" + ], + "X-MSEdge-Ref": [ + "Ref A: B249D1DABDC74182B447CD25BAE0336D Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:48:56Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:14 GMT" + "Wed, 05 May 2021 21:48:59 GMT" ], "Content-Length": [ - "1129" + "1130" ], "Content-Type": [ "application/json" @@ -69,17 +69,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-csharp-sdk-test\",\r\n \"name\": \"cl-csharp-sdk-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"createdByType\": \"Application\",\r\n \"createdAt\": \"2021-03-19T05:27:12.2862857Z\",\r\n \"lastModifiedBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"lastModifiedByType\": \"Application\",\r\n \"lastModifiedAt\": \"2021-03-19T05:27:12.2862857Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace\",\r\n \"displayName\": \"cl-csharp-sdk-test\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-csharp-sdk-test\",\r\n \"name\": \"cl-csharp-sdk-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"createdByType\": \"Application\",\r\n \"createdAt\": \"2021-05-05T21:48:57.7863303Z\",\r\n \"lastModifiedBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"lastModifiedByType\": \"Application\",\r\n \"lastModifiedAt\": \"2021-05-05T21:48:57.7863303Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace\",\r\n \"displayName\": \"cl-csharp-sdk-test\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/locations/eastus/operationsstatus/65cfe73a-65de-4e23-b122-07d9a914928a?api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNzdGF0dXMvNjVjZmU3M2EtNjVkZS00ZTIzLWIxMjItMDdkOWE5MTQ5MjhhP2FwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/locations/eastus/operationsstatus/9735cc86-2548-4de8-b2f9-7790b24ff2d4?api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNzdGF0dXMvOTczNWNjODYtMjU0OC00ZGU4LWIyZjktNzc5MGIyNGZmMmQ0P2FwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -93,10 +93,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" + "14855" ], "X-Ms-Request-Id": [ - "65cfe73a-65de-4e23-b122-07d9a914928a" + "9735cc86-2548-4de8-b2f9-7790b24ff2d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -104,17 +104,17 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6dae3ae9-0918-4805-932a-a9644b7619a9" + "d9053faa-b9a2-4120-a202-c47cddefb2b6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052746Z:6dae3ae9-0918-4805-932a-a9644b7619a9" + "CENTRALUS:20210505T214931Z:d9053faa-b9a2-4120-a202-c47cddefb2b6" + ], + "X-MSEdge-Ref": [ + "Ref A: 51F09E4B80E04CDDB41D9EF3D9650B19 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:30Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:45 GMT" + "Wed, 05 May 2021 21:49:30 GMT" ], "Content-Length": [ "323" @@ -126,7 +126,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/Microsoft.ExtendedLocation/locations/eastus/operationsstatus/65cfe73a-65de-4e23-b122-07d9a914928a\",\r\n \"name\": \"65cfe73a-65de-4e23-b122-07d9a914928a\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T05:27:14.796169197Z\",\r\n \"endTime\": \"2021-03-19T05:27:26.787393981Z\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/Microsoft.ExtendedLocation/locations/eastus/operationsstatus/9735cc86-2548-4de8-b2f9-7790b24ff2d4\",\r\n \"name\": \"9735cc86-2548-4de8-b2f9-7790b24ff2d4\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-05T21:49:00.157471582Z\",\r\n \"endTime\": \"2021-05-05T21:49:08.561402181Z\"\r\n}", "StatusCode": 200 }, { @@ -136,7 +136,7 @@ "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -150,10 +150,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" + "14679" ], "X-Ms-Request-Id": [ - "8356d2a7-6d9b-4ba0-a08c-7f011ac29a84" + "98d7779a-471e-4f42-8cff-6197d231113e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -161,20 +161,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "ceb8f91c-4850-4921-a682-3ef1d5952fa8" + "8c552645-969d-4a8c-a976-f7e1355d314d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052746Z:ceb8f91c-4850-4921-a682-3ef1d5952fa8" + "CENTRALUS:20210505T214931Z:8c552645-969d-4a8c-a976-f7e1355d314d" + ], + "X-MSEdge-Ref": [ + "Ref A: 8F6B4A1670D84FEF8AEBB1EE8E8484AE Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:31Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:45 GMT" + "Wed, 05 May 2021 21:49:30 GMT" ], "Content-Length": [ - "1130" + "1131" ], "Content-Type": [ "application/json" @@ -183,7 +183,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-csharp-sdk-test\",\r\n \"name\": \"cl-csharp-sdk-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"createdByType\": \"Application\",\r\n \"createdAt\": \"2021-03-19T05:27:12.2862857Z\",\r\n \"lastModifiedBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"lastModifiedByType\": \"Application\",\r\n \"lastModifiedAt\": \"2021-03-19T05:27:12.2862857Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace\",\r\n \"displayName\": \"cl-csharp-sdk-test\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-csharp-sdk-test\",\r\n \"name\": \"cl-csharp-sdk-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"createdByType\": \"Application\",\r\n \"createdAt\": \"2021-05-05T21:48:57.7863303Z\",\r\n \"lastModifiedBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"lastModifiedByType\": \"Application\",\r\n \"lastModifiedAt\": \"2021-05-05T21:48:57.7863303Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace\",\r\n \"displayName\": \"cl-csharp-sdk-test\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n}", "StatusCode": 200 }, { @@ -193,13 +193,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53e2a838-e601-4d88-85bb-5b51abdda51c" + "a27a5923-a002-4fea-8acd-7a53921beb0b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -213,10 +213,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" + "14854" ], "X-Ms-Request-Id": [ - "56a2f9ff-936a-4a83-bc3e-470e219ec625" + "4c6f0de8-c054-45e8-aff9-f7627a2ffcc5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -224,20 +224,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "89d72379-1ef5-424b-a4f7-86f8d6fde261" + "f7f29a56-6834-492a-93d8-eeca56f88695" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052746Z:89d72379-1ef5-424b-a4f7-86f8d6fde261" + "CENTRALUS:20210505T214931Z:f7f29a56-6834-492a-93d8-eeca56f88695" + ], + "X-MSEdge-Ref": [ + "Ref A: 64F2CF03185E40A895A3C6BF26506D32 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:31Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:46 GMT" + "Wed, 05 May 2021 21:49:30 GMT" ], "Content-Length": [ - "1130" + "1131" ], "Content-Type": [ "application/json" @@ -246,7 +246,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-csharp-sdk-test\",\r\n \"name\": \"cl-csharp-sdk-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"createdByType\": \"Application\",\r\n \"createdAt\": \"2021-03-19T05:27:12.2862857Z\",\r\n \"lastModifiedBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"lastModifiedByType\": \"Application\",\r\n \"lastModifiedAt\": \"2021-03-19T05:27:12.2862857Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace\",\r\n \"displayName\": \"cl-csharp-sdk-test\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-csharp-sdk-test\",\r\n \"name\": \"cl-csharp-sdk-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"createdByType\": \"Application\",\r\n \"createdAt\": \"2021-05-05T21:48:57.7863303Z\",\r\n \"lastModifiedBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"lastModifiedByType\": \"Application\",\r\n \"lastModifiedAt\": \"2021-05-05T21:48:57.7863303Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace\",\r\n \"displayName\": \"cl-csharp-sdk-test\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n}", "StatusCode": 200 }, { @@ -256,13 +256,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1047f758-f085-4b5f-bf3f-6d9a54d2494e" + "92d5d215-7174-4648-8c5c-a58bdfd09f6d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -276,10 +276,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" + "14853" ], "X-Ms-Request-Id": [ - "8576c99a-30b3-4c85-b8f1-3c48f2c87aa5" + "44867d6d-ace6-46e9-8780-bc2ec224c4f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -287,17 +287,17 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "5da1ea8b-1f48-4bb9-91c4-06002d22a474" + "3c086568-4e6b-4234-a78a-efb243281689" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052750Z:5da1ea8b-1f48-4bb9-91c4-06002d22a474" + "CENTRALUS:20210505T214935Z:3c086568-4e6b-4234-a78a-efb243281689" + ], + "X-MSEdge-Ref": [ + "Ref A: 306F7E907DB643A18AAF85E77E606924 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:34Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:50 GMT" + "Wed, 05 May 2021 21:49:34 GMT" ], "Content-Length": [ "1367" @@ -309,23 +309,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-csharp-sdk-test\",\r\n \"name\": \"cl-csharp-sdk-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"createdByType\": \"Application\",\r\n \"createdAt\": \"2021-03-19T05:27:12.2862857Z\",\r\n \"lastModifiedBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"lastModifiedByType\": \"Application\",\r\n \"lastModifiedAt\": \"2021-03-19T05:27:47.3190794Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace\",\r\n \"displayName\": \"cl-csharp-sdk-test\",\r\n \"provisioningState\": \"Patching\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator-ansible\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-csharp-sdk-test\",\r\n \"name\": \"cl-csharp-sdk-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"createdByType\": \"Application\",\r\n \"createdAt\": \"2021-05-05T21:48:57.7863303Z\",\r\n \"lastModifiedBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"lastModifiedByType\": \"Application\",\r\n \"lastModifiedAt\": \"2021-05-05T21:49:31.931488Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace\",\r\n \"displayName\": \"cl-csharp-sdk-test\",\r\n \"provisioningState\": \"Patching\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator-ansible\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n}", "StatusCode": 200 }, { "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.ExtendedLocation/customLocations/cl-csharp-sdk-test?api-version=2021-03-15-preview", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlR3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXh0ZW5kZWRMb2NhdGlvbi9jdXN0b21Mb2NhdGlvbnMvY2wtY3NoYXJwLXNkay10ZXN0P2FwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator-ansible\"\r\n ],\r\n \"displayName\": \"cl-csharp-sdk-test\",\r\n \"hostResourceId\": \"subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"hostType\": \"Kubernetes\",\r\n \"namespace\": \"cli-operator-namespace\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator-ansible\"\r\n ],\r\n \"displayName\": \"cl-csharp-sdk-test\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"hostType\": \"Kubernetes\",\r\n \"namespace\": \"cli-operator-namespace\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2336966e-0382-475c-812b-e7dcc9b70162" + "f5a744e0-6b19-401b-8f13-f3d00a05ecb6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -334,7 +334,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "845" + "846" ] }, "ResponseHeaders": { @@ -348,10 +348,10 @@ "1187" ], "Azure-Asyncoperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/locations/eastus/operationsstatus/af00458c-4b4c-4d7c-9da3-82f63c7f4dac?api-version=2021-03-15-preview" + "https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/locations/eastus/operationsstatus/98608b5a-20da-4491-bb46-d61590a0f0c9?api-version=2021-03-15-preview" ], "X-Ms-Request-Id": [ - "af00458c-4b4c-4d7c-9da3-82f63c7f4dac" + "98608b5a-20da-4491-bb46-d61590a0f0c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -359,17 +359,17 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "587c333c-8bed-4899-b66c-299973d17440" + "bbf31b7a-866c-4b2e-a2ad-7930315ed53c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052750Z:587c333c-8bed-4899-b66c-299973d17440" + "CENTRALUS:20210505T214934Z:bbf31b7a-866c-4b2e-a2ad-7930315ed53c" + ], + "X-MSEdge-Ref": [ + "Ref A: D650570EB759437CA57D2FAAD6F4BD1A Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:31Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:49 GMT" + "Wed, 05 May 2021 21:49:33 GMT" ], "Content-Length": [ "1367" @@ -381,7 +381,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-csharp-sdk-test\",\r\n \"name\": \"cl-csharp-sdk-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"createdByType\": \"Application\",\r\n \"createdAt\": \"2021-03-19T05:27:12.2862857Z\",\r\n \"lastModifiedBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"lastModifiedByType\": \"Application\",\r\n \"lastModifiedAt\": \"2021-03-19T05:27:47.3190794Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace\",\r\n \"displayName\": \"cl-csharp-sdk-test\",\r\n \"provisioningState\": \"Patching\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator-ansible\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-csharp-sdk-test\",\r\n \"name\": \"cl-csharp-sdk-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"createdByType\": \"Application\",\r\n \"createdAt\": \"2021-05-05T21:48:57.7863303Z\",\r\n \"lastModifiedBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"lastModifiedByType\": \"Application\",\r\n \"lastModifiedAt\": \"2021-05-05T21:49:31.931488Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace\",\r\n \"displayName\": \"cl-csharp-sdk-test\",\r\n \"provisioningState\": \"Patching\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator-ansible\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n}", "StatusCode": 200 }, { @@ -391,13 +391,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "95414440-48d1-44e7-8a99-73d2c0cb056c" + "30d02b1c-2dfe-4e31-bea3-f29b5bd6f758" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -411,10 +411,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" + "14678" ], "X-Ms-Request-Id": [ - "818f5ace-7011-4573-b91c-97041398ade0" + "3d55c3cf-d5e3-4343-bd0b-092ff9dc418b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -422,20 +422,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "0e1637d3-f838-48a4-9f49-ca7df8061407" + "4ed4cc54-afc2-44c6-8132-7ae1d6e3e852" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052751Z:0e1637d3-f838-48a4-9f49-ca7df8061407" + "CENTRALUS:20210505T214935Z:4ed4cc54-afc2-44c6-8132-7ae1d6e3e852" + ], + "X-MSEdge-Ref": [ + "Ref A: 246F80B0F9BE4B0284A5A309D45D4380 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:35Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:50 GMT" + "Wed, 05 May 2021 21:49:34 GMT" ], "Content-Length": [ - "1308" + "1386" ], "Content-Type": [ "application/json" @@ -444,23 +444,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/myansible/providers/microsoft.extendedlocation/customlocations/ansibletwo\",\r\n \"name\": \"ansibletwo\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/f8df94f2-2f5a-4f4a-bcaf-1bb992fb564b/resourceGroups/cctest/providers/Microsoft.Kubernetes/connectedClusters/testcluster2\",\r\n \"namespace\": \"mydemo\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/f8df94f2-2f5a-4f4a-bcaf-1bb992fb564b/resourceGroups/cctest/providers/Microsoft.Kubernetes/connectedClusters/testcluster2/providers/Microsoft.KubernetesConfiguration/extensions/ansible\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jWAgAAAAAAAA%3D%3D%23RT%3A1%23TRC%3A1%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCeANaC9oDMgFmBDIAVgICADIBCAZjNx8YjgBEAACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/jaquincytest/providers/microsoft.extendedlocation/customlocations/cl-int-test2\",\r\n \"name\": \"cl-int-test2\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a9485996-20ca-4e84-8f8c-decb5087323e/resourceGroups/jaquincytest/providers/Microsoft.ResourceConnector/appliances/jaquincytest\",\r\n \"namespace\": \"cassandra-operator\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a9485996-20ca-4e84-8f8c-decb5087323e/resourceGroups/jaquincytest/providers/Microsoft.ResourceConnector/appliances/jaquincytest/providers/Microsoft.KubernetesConfiguration/extensions/cassandra-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gJBgAAAAAAAA%3D%3D%23RT%3A1%23TRC%3A1%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegDIAAmGDIAVgICADIChAQAii4ClgXIBAM8DAE6EUYCEBcEAAgCAAWAAmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jWAgAAAAAAAA%3D%3D%23RT%3A1%23TRC%3A1%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCeANaC9oDMgFmBDIAVgICADIBCAZjNx8YjgBEAACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aldBZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExJTIzVFJDJTNBMSUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBZWdDZUFOYUM5b0RNZ0ZtQkRJQVZnSUNBRElCQ0Faak54OFlqZ0JFQUFDSnlnQUhBQUVndmdBTEFaejhlSENxQWFvQUN3QUJDZ0FRV2dIV0FZUUFNQUJFQUFBTmJnREVBQmdCQ0FBRFBBd0JSQUJBQmd3QmdBQUJnR0FBU0FBQmdCZ0FSQUFCZ0lRQXdBQklBREFBQUJFRUJ1TUVZZ1I2QVVZQXpBTUFQQVAzMyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFIZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gJBgAAAAAAAA%3D%3D%23RT%3A1%23TRC%3A1%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegDIAAmGDIAVgICADIChAQAii4ClgXIBAM8DAE6EUYCEBcEAAgCAAWAAmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0pCZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExJTIzVFJDJTNBMSUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBZWdESUFBbUdESUFWZ0lDQURJQ2hBUUFpaTRDbGdYSUJBTThEQUU2RVVZQ0VCY0VBQWdDQUFXQUFtb0F4QUFCJTJCRXdBQUc0QWhJQUF5QUFBRENBQVNBQUJnaUVCakFBQTRjRUVEQUVtQUxJQ3pnRDZBQWNDQUIwSUFJQkJRY0Y2QVM0QVhnQyUyQkFBOERabVVNZiUyQkFBUmdFTUFBTUFBQkdBQVlnQUFRUUFJRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvZ0FLQUFBQnd3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQWVnSUFqWVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7bc23f36-e8ca-434e-b2dd-982c1937a2a6" + "534fa227-1b6d-4f4c-8507-3c81b82f20cd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -474,13 +474,13 @@ "no-cache" ], "x-ms-correlation-request-id": [ - "ee4a1ad8-ee5b-4ae2-b2a5-481ef5c23975" + "6c618355-6d66-4abb-8348-28120e20aa14" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" + "14852" ], "X-Ms-Request-Id": [ - "4dacf275-7f31-40f0-b35c-16d8ae8c2f52" + "8e318b9d-1829-41c9-a61c-661f7860c49c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -488,17 +488,17 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052751Z:ee4a1ad8-ee5b-4ae2-b2a5-481ef5c23975" + "CENTRALUS:20210505T214935Z:6c618355-6d66-4abb-8348-28120e20aa14" + ], + "X-MSEdge-Ref": [ + "Ref A: 48EF6E14DDFD4BB59EFE41220E4F9D12 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:35Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:51 GMT" + "Wed, 05 May 2021 21:49:34 GMT" ], "Content-Length": [ - "14465" + "14146" ], "Content-Type": [ "application/json" @@ -507,23 +507,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/pranavbapat-rg/providers/microsoft.extendedlocation/customlocations/prb-test-2\",\r\n \"name\": \"prb-test-2\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/pranavbapat-rg/providers/Microsoft.Kubernetes/connectedClusters/prb-test-2\",\r\n \"namespace\": \"cassandra-operator-pb\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/pranavbapat-rg/providers/Microsoft.Kubernetes/connectedClusters/prb-test-2/providers/Microsoft.KubernetesConfiguration/extensions/cassandradatacentersoperator\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"Kubeconfig\",\r\n \"value\": \"IHsKICAgICAgICAiYXBpVmVyc2lvbiI6ICJ2MSIsCiAgICAgICAgImNsdXN0ZXJzIjogWwogICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAiY2x1c3RlciI6IHsKICAgICAgICAgICAgICAgICAgICAiY2VydGlmaWNhdGUtYXV0aG9yaXR5LWRhdGEiOiAiTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVVjVha05EUVhKTFowRjNTVUpCWjBsU1FVdzFNMGx3T1daM1UyWlJWbVJXVDB0RVZVTldibTkzUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhjS1JGUkZURTFCYTBkQk1WVkZRWGhOUTFreVJYZEpRbU5PVFdwQmVFMUVSWGxOVkdkNVQxUlJlVmRvWjFCTmFrRXhUVVJGZDAxRVZYaFBSRWsxVGtSS1lRcE5RVEI0UTNwQlNrSm5UbFpDUVUxVVFXMU9hRTFKU1VOSmFrRk9RbWRyY1docmFVYzVkekJDUVZGRlJrRkJUME5CWnpoQlRVbEpRME5uUzBOQlowVkJDbmhTUkVoTFJHaEhaMkpqU214SVJ6Y3lhVzR5U0VsYU4zVmFXRkE1WjJKdGJtcFdaRGxXWTNsQ2RXOVBha0ZHWlVkYVYxUTJOSEppVlZka09HOUdkMnNLU2xGSFRYVklVM1ExTW1KdFZuQjJNV3AzZW5ONWMzTldRVlZGY1U1T1UzUkhXVlJJUVdnM1NURkJiVUZWTlU5aFZFUjVVMjlWVTJOVFYwZEpVV2R2WndwVkwydGxUbEV2WkZCdVJXeHNWaXRSY2sxSFkzTTFSVGd2UTNob2RsY3JPRVp3WTNSMFFXbE9TMnh6YURCV1pYUlpOSG81U0hndlNFcG1kVU5wUVdWUENrZGpOVlZ2T0dGMlJqYzJVM1EyYXpoTGQyMW5kR0V6VEc4cmVIRXlWSGg0VTNOdVNpOXVlRzVVVDBkcVpFbHFNMDlZYmxKMFJGbHJNV0pRVlZoMlkxWUtRVkJrYzBGMFpVVk1PV041UkdSaFEzRjROa1JCYW1sc05FSjZZWHBxTlZBNWJVMW9ORGxRVUhWT0swcHFibFpwU3l0WVltWnNaVlZ2ZHpOVk1URlhOUXBGTlhaT1RFVkhOa0p3VlVreFptcHBSSE0yZHprd05HRnpSemREZFhwVVNrUmhSRlI0UTNWSk0xSmhXR1JDZEVkQldubzRVeXRtZEhwS1YyNURkVlJGQ2pGVFFrRTNTbHB0YldkNGVqVk1PVlphUlRkcGRFSXlNV0ZHV1RWbE5sUmpiVlpaWm5KNWRrdzBla3RtUVdsNGNHSkhaVTFvUnpSbE1FcFdPR1I0VVVVS2MwMU5aWGRNV21kUVMwUnVTR3BtZURGeGVrWmFRbVpJYzBFeWRXZzVXa1EwTm5Ka1dqSmpha0kyUjJ0M1QyTXZjMmszUWtjMmJFdzBWMmt2VUd0MFdRcHJlVXMxZW05eEt5OVZSVFk0WW5CNGNVNWpZbkkzWm5BM1NVeHdlWGd6Um5aVVVqbGFVMlY2TlZaWU1FMVVMM0pLY0dwbk0ybzBiamQyTms4dlNuQnNDbTA0SzBGWVYzQnFTMEo1VUcxbVYwdDJPV05OWlZCSU1tOXJTMjFJY2tzMlJYSTJURVpsVVZCUWVtVlBPWHBSTDJaMVExUTRNemhPWVdwMFEzZHNaM2dLWlhNNWFVSlFZbVJXVUVaSVIzbG5XVU52V0hsRVozUnJTWFZDZW1oSmJVdzNla1YzVURCdVFUTnNUVU5CZDBWQlFXRk5hazFEUlhkRVoxbEVWbEl3VUFwQlVVZ3ZRa0ZSUkVGblMydE5RVGhIUVRGVlpFVjNSVUl2ZDFGR1RVRk5Ra0ZtT0hkRVVWbEtTMjlhU1doMlkwNUJVVVZNUWxGQlJHZG5TVUpCVEROb0NtNXdWWGRpT1Roa1dGcFFiR1JPZGpCdVJUYzJkalpGZFVKMlQyRm9NMmRTUTBwNFZIbEJhMnhCYzNZdlJWazFVMWRwTkhsamFuSTBOamhQYXk5bWVuQUtjVGh2UTA1Sk5FNW9hMjFPTjI1cE1rWjFRVGhtVWtGM1dqZFlXVE0zUXl0dWFXTXlRblZhT1ZsWU5XNXRXa3dyVkdrNFVGb3JjMmhLTWxscGFrVTNkUXBEY2tGTVFXNTNUbmRZY0d4TWRuaHhkemsxVGtsWFVUUjVWMDlyUjJnMU1VRjVVV2RHYlUwek4xVklPSHBwTmpKTVNHbHpaVTlUWmsxYVkwZGxaRzlPQ25VeFZWRjNablE0YkVGeGVGTjFObXRMUW1KbVJGTlVibVp2Y1hKRmF6RlVORm80UlVoUFZuQldZV1pOTjB0U1lVSkRLMnBUVWxaR05sVTBUMHBJUzBVS1FtODJjVEpHU0hGYU1IWnJOWEU0UVhGNlZUa3ZSVWxQVVdKT1drZFFXWFZ4YzNCQ1IyZFVWMHMzWW5oWEwxQlViV1U0YlZoWllrRk1iVFp0UVU5S1p3cHFOblZLV1RGR2MyRkRlRVJVY0RaM01HcE1NWEZaY1hweGRGbGhRM2hqZVVwc1JWQnBLMlI1YlhkdFpGQk1PUzlsZEU4eVZFNWhOMFo1ZFNzcmRsUnZDa1ZHTDNwNmJtNVZiVzVrU1ZaVlpERllZMUJaUmtaU04yZHdablJaVmxKbFZVbHlURUY1TWxaTU1uZEJObFpCVml0WUszUm1TQ3R5YUVJd1ZXUTBRa3NLVERCd1dGSldiR05JSzBzM1VYb3JZbVZ2Y21Wc1p5OUJXVlZZVFhWeVpuTTBhSGt6VEVGVFJsUk9TblJIUVVoUVpUQlNMekZGY1hGM1JuaDRUVWhHYkFwV05EaGhNME1yVkRKcVZHMUVVVmRsYlVKQ2VtMWhSVnBPZWtvMFNqRjBSM012WW5sQllrSk1OSFJyYVc1clIwSnhibXhFUXl0VE1IQnBPRTV4TnpCWkNucGljVGg2Y0hwT1NWWmlMM0JIVEVSbE5FWkdOMmxGUm1sT1EwNXhORWRhTUZWMGIxTmhlV0pHWjNwSlFtWnJVa3hFYW05TmRFTjNVVU5rWjBzMlFsQUtjU3RhVjBKcVZYRklkVFpWTVZaSFNYcG9SemxhVFdkaE55OXFiSGt3YWsxYVNsbzRTV0YyTVFvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PSIsCiAgICAgICAgICAgICAgICAgICAgInNlcnZlciI6ICJodHRwczovL2NvbnRvc28tYmFuYW5hLndlc3R1czIuY2xvdWRhcHAuYXp1cmUuY29tIgogICAgICAgICAgICAgICAgfSwKICAgICAgICAgICAgICAgICJuYW1lIjogImNvbnRvc28tYmFuYW5hIgogICAgICAgICAgICB9CiAgICAgICAgXSwKICAgICAgICAiY29udGV4dHMiOiBbCiAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICJjb250ZXh0IjogewogICAgICAgICAgICAgICAgICAgICJjbHVzdGVyIjogImNvbnRvc28tYmFuYW5hIiwKICAgICAgICAgICAgICAgICAgICAidXNlciI6ICJjb250b3NvLWJhbmFuYS1hZG1pbiIKICAgICAgICAgICAgICAgIH0sCiAgICAgICAgICAgICAgICAibmFtZSI6ICJjb250b3NvLWJhbmFuYSIKICAgICAgICAgICAgfQogICAgICAgIF0sCiAgICAgICAgImN1cnJlbnQtY29udGV4dCI6ICJjb250b3NvLWJhbmFuYSIsCiAgICAgICAgImtpbmQiOiAiQ29uZmlnIiwKICAgICAgICAidXNlcnMiOiBbCiAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICJuYW1lIjogImNvbnRvc28tYmFuYW5hLWFkbWluIiwKICAgICAgICAgICAgICAgICJ1c2VyIjogeyJjbGllbnQtY2VydGlmaWNhdGUtZGF0YSI6IkxTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVVVyUkVORFFYVkRaMEYzU1VKQlowbFJTbWxtZEhCMFJVWnJkamQwTVdKTGNGRkVjWEJ1ZWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZ6UmtGRVFVNEtUVkZ6ZDBOUldVUldVVkZFUlhkS2FsbFVRV2RHZHpCNVRVUkZkMDFVU1hoUFJFazFUa1JhWVVkQk9IbE5SRlYzVFZSQmQwNVVSVFJOYW1zd1RteHZkd3BMYWtWWVRVSlZSMEV4VlVWRGFFMVBZek5zZW1SSFZuUlBiVEZvWXpOU2JHTnVUWGhFZWtGT1FtZE9Wa0pCVFZSQ2JVNXpZVmRXZFdSRVEwTkJhVWwzQ2tSUldVcExiMXBKYUhaalRrRlJSVUpDVVVGRVoyZEpVRUZFUTBOQloyOURaMmRKUWtGS1J6SldaMm93Y1VZeWExaHVUa3BZT0VRd2RrWmpVR2hxYTBFS1ZFMUZZM1ZPUm10NFpVUnlRU3QxYTA1RE1HMW1NR3RCY0V0TWRWcHBabEptTVV4TGRGUlhhblIxTDNaTEx6ZE9XbWhRUlV0R2VIVTVOWFpDY21SeWRRcDVabVJEVnpjdldVRTJOR2R4WWxSRU0xUmpZbWx4UlVSeWRrSnRhME5SZVZveGVVWjRTRlppTm1kd1JYaHlkRUV6VDBwdFVHSjVRa05hVDJ4eU1sbHZDbUpRYUU4MlRrSmxUWFpKVmxkNUwwaGhSVmd6YkRWVWJYWkhkakprVEhvNWIyMWllU3QzV0ZBcmNXUk1hVzVQT0ZrMFZuQTJlRlJITkc1Q1pUTXZSV1FLVFZSc1lVMWlUa3B1UWt0NFNWUklValpLVW0xS1RXTTViVEJJV1dGSlVreEhhVTV6Y21WRWRYZzFWWFZHY1ZGMVlVTmpZeTl1YUZWQmFtdDJkREYxY1FwMVJXNVVaVmxpZVVWR1VFTTVjRzA0VjBkaGEyTlhNM2hYTjBKclJFSkVlSG8zYlcxV2EzTkRXV05wV0dOU2RYUjBTVkZEUzA5SFVFcExZU3RJZHpsNUNuVjZXRlpGZG1wblUwWmpSVmRXTkVRMWFraE5hMnBoVUdZMmNHWm5VVEJSYzFWMU9YSjVUMjFTUkdOdmFEWjZZWFpGWXpCSlZtWkpRWHBITDFSSmVUQUtWR1pwVUhCMVMzb3hZbTlCTlZwMFNVWkJha1Z6TW5sYWJVSjBiblpTYm1FdldqQnVSVzFxTUZrMGIzYzNNVzFzY1djeFFrVkdUMDk2WlVOTFFWUTRRZ29yYkhoR1p6RnNUME54Y1c5alVESlFOVEJUVEhZNGFUVTVibFpzYnpWMlRqWnpkR1J4TVdsaVZXVkZLelo2YkZSSVJHc3hjMlJWWlRZd2NWQnRVVTExQ2poYVUxVlVhbEZVV2toclZUVjVRMjVhV25kWVJsVmtjVzlsZEVwQk5VZGFjVlpNWjFGU1ZUTlBaa3c1ZEcwNFNIQlFjSE40VFZORWN6ZDRjRUp6ZFdJS2F5dDZSQ3M1WjNCNWMwdGhZamwzYzBkWWRtSlpNbWc0TjBwSGRtWTNlRzl1ZVVOVUsxUjRUVXhqYm5VNGMxUllkWGd3TUdaaE5UVndWR04yTm5WNGRncE1aV0ZrYURock5GWjVTM1ZCT1V4R1FXZE5Ra0ZCUjJwT1ZFRjZUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVVp2UkVGVVFtZE9Wa2hUVlVWRVJFRkxDa0puWjNKQ1owVkdRbEZqUkVGcVFVMUNaMDVXU0ZKTlFrRm1PRVZCYWtGQlRVRXdSME5UY1VkVFNXSXpSRkZGUWtOM1ZVRkJORWxEUVZGQlFtOVNkRU1LYmtsdVdreHpWazFHVFdJM1JWVjVhRkJvYTBWaE1EUkJVeXRrZVRoa01VMDFRMDF1T0hadGFDOHlXVVl5VEV4NVRrSkRlak5zUzFoVmNFTmxaVEZIYkFvelIxVXlRVXN4YjBobk1YaE1OakF4VGpodFFWUjVjSGRWYkZGSFdHTXJZVmt5V0hsYU5UQmFkSFJzWTJKMlNEZEhVRTlIUVhReFNuQjNlRkExVEhOekNrSkhSRlZIWkV0allraHZUVU40Wm5SWGRERm9SbWd5VnpsdmMxUkVjbnBTWkhVMVZsQktRMDlzV1dGbWRqQk5aR1pWYUdoSU5tWjZUelpqUVhKbFFtRUtVa1EzY0VoQmFsQm1Za3BJTDFkeFVYaDZkM1IzV0ZwTFkyOU5hbFJsWkVwbllXOTJRbmRyYjBKWVdXRkdaVGh4WjJjemIySnVXR292YVVaRWJtNTZVd3BJYlU1b1VYWlpaamQxTnpaVUwyOXNVV1Z5UjNSVWEyZ3hURTVpZUd0SU9IZGlSVlJLWjFJck5YbDRWMWRCUldacFkwTkJTbHBEWTBSeU9HWnBVRWxUQ21GVE5URmlhRTEyVlRkU1ZrOHlXWE52TjFwa2JuazBTR2RSVkRKM1ptWnJUMDVqVEdkemNtTmFiRlJRUmpNdllWRk1NRFZ1U25RNWNucElZekJNVDFrS1FWTjBiRFpXUVRjd2N6VktVbmhhU21KR05YQXhOekFyVlZsMmMzSmtjMmsyYmxWSlJ6azNRM0Z6Y1hJMFRteHJjUzlWYkZRMlNIaEJTRk5rZUdRNGF3cGhNbTlMVVhCWEt6aDRSRmwyY1VOb1lWRkNSSEpaT0N0UFYzUm9SRU5SVVRkeUsxUktUVmxyYkZVMVl6UnhSVlpDUWxGclZuaEhSVEZzU1dkR1oxbExDbXhYUkVKdk1HUmhaV3BqY0dJM2VpdHhVa2cxZERORlJVdFhTa2RLTHpCdVdteHRlV0Z0Y0c0M1RHcE5lbmxzT0dRM1QwNTVPWEE0Y2xOSFUwWlllRUlLU3pKRGRsQm9NMDVrYTFWWldGZzBLM2RUVW1wRUwwUXhjRUpyVW5CSVRtVTNNREF2U3paUE5WZEtXUzlGT0VvM1RrMWpPSGQzTlZOQ01ITlZOV2wxYVFvM2JHSXlNVWwyUlVWaVVYbGpSRGR6UlZaQmRucDZhWE40WVUxbFpWWnRNVU5JU25KT1p6MDlDaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsiLCJjbGllbnQta2V5LWRhdGEiOiJMUzB0TFMxQ1JVZEpUaUJTVTBFZ1VGSkpWa0ZVUlNCTFJWa3RMUzB0TFFwTlNVbEtTMEZKUWtGQlMwTkJaMFZCYTJKYVYwTlFVMjlZWVZKbFl6QnNabmRRVXpoV2R5dEhUMUZDVFhkU2VUUXdWMVJHTkU5elJEWTJVVEJNVTFvdkNsTlJRMnR2ZFRWdFNqbEdMMVZ6Y1RGT1lVOHlOeXM0Y2k5ek1XMUZPRkZ2V0VjM00yMDRSM1F5ZFRkS09UQktZblk1WjBSeWFVTndkRTFRWkU1NGRVc0tiMUZQZFRoSFlWRktSRXB1V0VsWVJXUldkbkZEYTFSSGRUQkVZelJ0V1RsMlNVVkthelpYZGxwcGFITXJSVGR2TUVZMGVUaG9WbUpNT0dSdlVtWmxXQXBzVDJFNFlTOWFNSFpRTW1sYWRrdzNRbU12Tm5Bd2RVdGpOM2hxYUZkdWNrWk5ZbWxqUmpkbU9GSXdlRTlXYjNoek1HMWpSWEpGYUUxa1NHOXNSMWxyQ25oNk1tSlJaR2h2YUVWellVa3llWFEwVHpkSWJGTTBWM0JETlc5S2VIb3JaVVpSUTA5VEt6TlhObkUwVTJST05XaDJTVkZWT0V3eWJXSjRXVnB4VW5nS1ltWkdZbk5IVVUxRlVFaFFkV0ZhVjFOM1NtaDVTbVI0UnpZeU1HaEJTVzgwV1RocmNISTBaa1F6U3pkT1pGVlRLMDlDU1ZaM1VscFlaMUJ0VFdONVV3cE9iemt2Y1d3clFrUlNRM2hUTnpKMlNUWmFSVTU1YVVoeVRuRTRVbnBSYUZZNFowUk5ZamxOYWt4U1RpdEpLMjAwY2xCV2RXZEViRzB3WjFWRFRWTjZDbUpLYlZsSE1tVTVSMlJ5T1c1VFkxTmhVRkpxYVdwRWRsZGhWM0ZFVlVWUlZUUTNUalJKYjBKUWQwZzJXRVZYUkZkVk5FdHhjV2gzTDFrdmJsSkpkUzhLZVV4dU1tUlhWMnB0T0ROeGVURXljbGRLZEZJMFZEZHlUMVpOWTA5VVYzZ3hVamR5VTI4cldrRjVOM2hzU2xKUFRrSk9hMlZTVkc1SlMyUnNia0pqVmdwU01uRm9OakJyUkd0YWJYQlZkVUpDUmxSak5UaDJNakppZDJWcksyMTZSWGhKVDNwMlIydEhlVFYxVkRkTlVEY3lRMjVMZDNCd2RqTkRkMXBsT1hScUNtRkllbk5yWVRrdmRrZHBaa2xLVURWUVJYZDBlV1UzZVhoT1pUZElWRkk1Y201dGJFNTVMM0UzUnpoME5YQXlTSGxVYUZoSmNUUkVNSE5WUTBGM1JVRUtRVkZMUTBGblFYSXlSRzAzUzBOTmFGTnFlRUphUjNGNmJsQkRka2xpVXpWdmFWWXlWbXBaYldrM1VXWkpXbWhyV2pGNGNqSmFSMnBZWkZselZVb3ZZd3BwTWxaTlprVktZV2xhUTJGVlpGWnFUR3h5ZDNnMk1UbFpjMkZQZWpWRFNYVkRSamxxVkVsbFdEbHNOMjg0YUhNMVEweEZWMm93TUdobE9ERXhlV0UwQ2xCYVNuTm1URkJKZGtsbFNETXpiMDVFYXpsdmMwZHpWRTVoUXpCR1REZGhaRzRyVkd3cmNtMUNMMGs0WkdORGFXUTVXV2RrTkdaakwycEVhMHMxZVdzS05GbDZhMlpYYVdKTWVVY3hRbFF6TnpWVmRuTTRVbTlVWm0xVVZXVjZabGhVV0d4eFZVbEdlaXRWY0VaT1dtUlFZbTFKVm1oVllUZDZVVmhUYjJ4UFVRcDFlV2cyVlVaR2FIaFlaVFJ2T0RKalUxaHdPV2x1VUc1elVpdGhTbGxzSzNjM1owRlFkVzV4WlZKM1FXMUZSM0p6VFdwSk1tVktiblZ4UW10VGVsb3lDbEZ6ZWtkcFFUWm1UVE5DU1RnMGFrNVZNRGx0UTFkQ1ZIWnpZa0ZGVjI1bVNWTlFUV2xoTlZWdVFWRllSMGN2VjNWd2EyVlhja1kxTmxoNlVtOHlNMmtLTkRCclRGTlVTVTlzYlhSVlNITklUMVpUZVRNMk1IbzVObXAxVHpkNUwyNHZlREp2VVdKMWRHaFhUMjlLTTFvdlRIWXplRUp0YUZKRVduTmhPSGRYTXdvck5YUmxkbnBHWlZkQmVtRXhTakJ5Wkdvd1MwSkJZMjFVUmxOdE9HWTFSbk5XVGpJdlRVZHRkRkJYTHpSUldXdHlSVGxuUVc5NlZrUTJaM2RUU1RrckNsZGxVR2xMTm1aVGNtUlRXalo1TkhsRVJYUm1TRzFTYjJaMk9UVkdPRlp6Y1ZaQ1RERXJTM0ZCTm1WR2FYZ3hOM1Z3UTJsdlJtOU1XbU51Y1ZsaWRtc0thMVZvZW1Kbk9TOXNaekUzUjFWMWJrZDNVR3hoT1haa05WQTBiRXA1WkhKaFIwOUJkMDgyT1ZkSllVRkxiV2N3U210SlZrVjVaMGhxUkV0RFUwTlhkQXA0V0VVMGNXbDFXVmRzVVhGRk1rSnRiak4zWkhkYVJFOHdXSFJRVFRZd2RsSk5USEJ2WlZacGNsTjJiWEJsTmk5WlVVdERRVkZGUVhkU1VuRjNOa2xIQ2tKUlJVUk9Za3RVZWpOcGFqTlFUbTVDV1dwYVp6bFNhbkE0YjJrNWMwcGhRVEFyVVVGQ01FVnhSV3hEWm1FMVZIcG1lRWR0VTJ0NkwxZDBVbmhrWm5vS1ZETmxTRU5vT1VwU2FWTnJNVFZ0TjB3cllVTkRRV2Q0VkhKNFFWRklSV05YV21VNFRVeHNPRUpCVEVoTmNEVjBhVEJUVFUxWkwzaDJkV3ROZVZKRFR3cGtabFpSUVhCbVJFNW5aMFpuWWprM2EwdGpkRTR6VGswd04yMXdiWE5hZDJnNFlYRjRRamM1U0M5Q1NTOTJlbk5XVGpOVFdtOVlZa0phV0Zkc2FGSlRDazlhT1RRM1NXOXBRVFEwU0RCUlowVmlhbE5GV0ZsT01pdERSRkp0Y1ZsTGVsQTJaMVE0TXpKdmFuY3lZVkJHY2xOU2JUTjBTbmhaUTNaYU4wOXpUa01LTTB0QmJrMXJSWGszVDNWU1Jta3diR0pvTldack0xVkdRVkE0WWl0R1NIRklSbTEwTTAxclJuZDJXVTl2VXk5VVkwOVRVR1pvY1hSM1kyNW9NSEpaUndwSWVqaENWM1paZWxKc1REVTFkMHREUVZGRlFYZFVTazg1ZVV0UlZUSm9PUzkzU21Ga2IyTkRSakU1VDI0eE0xaFFhMDF6YVhoQ1FVeHNaSGR0T0ZaaUNsRkJiM2RhV2xOTlZtdFBkVlptZGxOUlprVkpSekp4SzFWallXVnFRVEJaYW5waWQybEpSMGRvU0ZJNGNrdDBaelJ3TkRsT1NWRldSMFZYTDJZd1lWTUtaVWxzVGpCaFRIZFRaMUV2VGpCc2NHSXlSRXBCYUVoRE5WZGFVMGhwYmpZMFNWbzBVRVJzVldSQ1dtbHhUMHRDVEZNMFlWWlJOM1Z3Y0dzNU0yTkxhUW81TW1OcFFsWlBjV2RoVkZBMk1GZEtiRkpaV0VWTWNuZExObHBCTldRelFXdDJTRzFRTkZsVmNuSXlXRUpvVVVWWlMyTkdTbEpVZFN0WmQxcHJWMlF4Q21wNFUwZHRiRTVHVkhKSWExUlpSWE5yTnpCRE5HcFlaMDRyYTI5cVJXcHhaM1poV2xWM05HZFZWbTVDYnpsVGFFNW1jMDFaZWxZeWNHaDRkRVJQYW5rS2VWQlpRVTVLVFhKclkzWlNUMFEyYjNoR016Vm5TRkpNVTFoWWMzSTBXVnBYTVRnMVZUQlFkMk4zUzBOQlVVVkJiRVk1VjA1QlVEaFZSR2RaSzFacVJBcHJXRzFLYjNFNVFrTmtXRU5KVkZwRVduQjBSa0ozT0ZCRlQwSkNURzVWWlUxU2QzSkNiRE5EWkU1YVlXZHFVbEpwV0hKQ1IybElOMFJoVVhsc05uRXpDa3RxYm1GdGRuVXJRblU1UTBkV05FTldhR292TTNkWFRUTmhVbTF5TmtzMlJraE1Na1pKV0N0a1JHc3lObkJrVGtaSlNVOXRlWGR1TjJGdFdERkpXUzhLVFhaUmVrWjVVRWxzY2paQ1ZuTXdOWGx5U1hkRVdYQlZlVEpJTVhSRlUwVkRPV3RuYm5sS1NtdHRXSEl5TTBWa1owVjBSek5aYlRoTWFDOUpWWGt4VEFwUGFWRmFRMW8zTlcxS05uVTBVbGN6YUV4SWFtOU5NMk5IZFM5SmVtTnlaWEp2YkVzemNGa3lPV0pRV0c5bGJFeEdlRWRYV0U4dlZVZzJja3QwUTIwMkNrMXhjRXhyYUd0aVdFZFliVEpITDJsaGIwOW5VVTVFYURoUGRGSlhaM0kwWWtoMVpHWnRkemhPWkV4UFIyWXZlV0Z4Y25rMlNFOU5aazVLZWk5cGVWZ0tPVzlEY0VoUlMwTkJVVUozTTJOSmVVMVFaMlZOYTNGQ1p6QTVNRTVXVm5OalFuRlFhMmhSWjFwTlFVOUZhRlpqZGxkeGJFcHFkekJCYmk5YWNVWnZRUXBRTlZGSE1scEplRkZsTkZwcWJHWllhMGhEY0c5NlJEUTBaMFJPZW5SWVYxcG1UVGhOVUdKMVJHTklNUzh3UVZCeFVtWkNPVWR0TTJvMFpIUTVTVWh4Q25rcldtVnNlak5KWlhOUFZIVlBjV2xsUVRrM1dHTXdZVUpLVlZSdlpUWk1lakZSWlVaQk1taGFia04wZUc5YU0zWTRhbUl5UlhrMmRXNDJkVzB2TVdRS2RHWndaVWRaWWxOSFZrTnhWRzUyYmtaRU5sQjVLMmR2VFV4bWVETndVVkZ5WlZGblFXVjFOSGd6Y1VNcmJVeFBWMU5JUzNnMlZuWlVSeXREYTNsc1NBcFhlbVpyWVRWWGRWUmtjakJoYzAxMVFuTklVV2wyZVhWUVFVUkJLemw1TTJsbVpFNXFabWROWjBScWVHTktaRGRZWkc0M2F6Z3ZZWGhhVkVSSmEwNTFDamR4UzNjclJFcERXR2xDV1VGb2FrWjBkVmh4WlZNMGVFdHJWbXRPY1cxMlFXOUpRa0ZFWTI5aVJYUjZLMWcxWTFnNVRUSXdVWGgxVm0xa00wVk1ibXNLYURrMk5rUmxMMHRwVWk5SVVGZFlVMmRRZDFSbmNuaGhUSEUzYTI5NGFHOURVbGhsV1U5MFNFNHlPQ3RyYkRKeFJsVTJWWGRrWTJodllUUmliVzlCUVFwV1FYUnVaRzlPY25CeUwwNXlkaTl1UzJGNVNVNUVNMmczY25wc1dGSkllR1YyV1dGNloxbGxRVVZMYlcxSWNWTmtlbGRzUzJjMWJXUXpkWFZ2VDA5bUNrTnJiR3hVVWt4eFdHVkNiVmczU0UxR0wwVlFXVzkyT1VGUFNrZGtZWEp0TDNOeFdVNVZaRVV2YWtWemFVdEJUR1IzUXpWRFYxUXhPVVF6YXpSMllVMEtWSG80U201S01rSjJPV05sTkV0dFRrUlRSRVprZVU0NU5FTkZiWFJ5T0RreU5IUlFSMGhKU25VMFFtaHFNSFJSWVRCMVdUa3paM2RTUVhWMUsycG9Od3BCWW5FMGJFdEdNMWQxVERCYWIyNDFXRGwwU0RWa1lUSlpWREE1Vm1aaGIzWm1jRXBqY25wVFYxYzNhV0pLWm5WNWF6bHFNMDA0TjFCcFZUMEtMUzB0TFMxRlRrUWdVbE5CSUZCU1NWWkJWRVVnUzBWWkxTMHRMUzBLIn0KICAgICAgICAgICAgfQogICAgICAgIF0KICAgIH0=\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jWAwAAAAAAAA%3D%3D%23RT%3A2%23TRC%3A2%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCcANaDzIBZgQyAFYCAgAyAQgGYzcfGI4ARAAAicoABwABIL4ACwGc%2FHhwqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/cnabdemo/providers/microsoft.extendedlocation/customlocations/cassloc3\",\r\n \"name\": \"cassloc3\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/cnabdemo/providers/Microsoft.Kubernetes/connectedClusters/cnabdemo\",\r\n \"namespace\": \"cassandra-operator\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/cnabdemo/providers/Microsoft.Kubernetes/connectedClusters/cnabdemo/providers/Microsoft.KubernetesConfiguration/extensions/cassandra\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"KubeConfig\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VWNVZFTkRRWEpIWjBGM1NVSkJaMGxSUXpZNFVHa3ZORUY2Y1ROTVZuY3lUM05JZUV0dFZFRk9RbWRyY1docmFVYzVkekJDUVZGelJrRkVRVTRLVFZGemQwTlJXVVJXVVZGRVJYZEthbGxVUVdkR2R6QjVUVVJGZUUxVVJYaE9ha1Y2VGxSS1lVZEJPSGxOUkZWM1RWUkZlRTFVUlRKTmFrMHhUV3h2ZHdwRVZFVk1UVUZyUjBFeFZVVkJlRTFEV1RKRmQyZG5TV2xOUVRCSFExTnhSMU5KWWpORVVVVkNRVkZWUVVFMFNVTkVkMEYzWjJkSlMwRnZTVU5CVVVOb0NpOHJLMWhyYjBaNlNsQXZkU3N2WjB0WFVFSlBaVkp4YjJSYWNYTmlkWFYwVW0wdlFuSklkbkZUVm1WeGNGUnZhMnhPTWsxMlMxQmlSRW94WmtObVN6a0tlbEI0YVVWQlltdFBiRUV5ZFVoa1VqTlJiRXRyY1VsUlQzRnlXSHBFUXpKRVMzRnRRMWxZVTBOeVYxUmpkME5QY0VwblMybHRkMDFQYUhwdldsSmlVQXBTU1dNdlYwUnRZM0Z3YUdobE9IaFBWa0l3VjBJeWMwOXVja2hCVGxwUWJ6TlVabU5qY210cFJFSnNhV1ZZU0ZZeGVVRlFXSGwzVlhSNVoyOXdVU3N2Q2tvdk5YZ3JPRXBNUVdzeFVFcFRia2RQYlcxWlpIZEtSbGMyWm01MU5rcDVWMWxtY1hCSmEyWmtXRXRWYUZaU1RXbE5RVVowTDFZeFEzSlNWVTRyT0dzS05HVkRaVEU1ZG1aRFIyeGhhSEU1UTNRME5sUjRNa2htZFhveVdtMUlVRFpETjFBNWFVVm1UR2xXTTBWaGNqSktSRkY1VkhwcVFqSmpTRzFpVHpoRFdRcDZURWRYUVUxbllsTmxiMVpRU25KWU1VOTFNaXN6YkcxM1dIWmhRbmRXTjJSd2Ntd3dSM1JvWVRnekwwMXVZVEZNU2tneVZsWlZRMGxsT1ZGRWFXZHpDalZQZWxRMWNVOXllbWxSUjA5V00zUlpXbll4UVROQk9DczBPRkJOVWt4NWNVdEtNSHBwU3pSdFdHUm9aWGgxTTNkMFQwUkNZWE5TY1RSTVZGUllVSGtLVTFock1GWm5abTVrTnk5VWF6SmpjWE55U0ZKUVVsaDBRak5DYjFCd1NETmxiMmh2YTBwUE55dHdNWFI2UVRSQ2NERkNkVXh5YXpoaFdHaE5lV05oTUFwNVJVWmFVMnQ1U3pSWVRWWldlbEkwUmpaNFFYSllPVFZ4WjJ4TWVVTm1jRmhQZFhKcVlTODNlVnAzWmpKNWNYRktkVUY0WmtSRFFpdFNaR2cwZDJjckNuUk5Ra1JMZEZveloxVmpTMVlyU2xodFdEaFBkRXd4UlV0UGNrWlBTSGRpYkhabWFWUlNWbFJ4Vmt4RWJFbHNVa1pyU1ZkMVVtRnViRXRKVFd0VFJGa0tUMnhVZUV4bmNFSTVWblpWUnpWNmNFaEJURUZsYTNCdlZtZHJSSFppVVdacldscHZSeXR2VGpsUlNVUkJVVUZDYjNsTmQwbFVRVTlDWjA1V1NGRTRRZ3BCWmpoRlFrRk5RMEZ4VVhkRWQxbEVWbEl3VkVGUlNDOUNRVlYzUVhkRlFpOTZRVTVDWjJ0eGFHdHBSemwzTUVKQlVYTkdRVUZQUTBGblJVRkVLMGxpQ210TVZIcGlSM3BXWVVNek9FWTRlRWhUYm5WUE1UaHpiVGQwZFU4M01XRTJhMVp5V21SaE5uVjJhVVZCT0haSFUwaDNaRFJCWjJGQldUVkpkVUpuYnpRS2MwdENaelJUVFVSdFJTOHZjVGRtU25WRU5IVXJaM0pFTWl0WlFYVmxSMnBXVVRaelNucDZVRVZ6ZW5SaFVITkpkalpQUmt4MlIyTmtNMFZpYTBoTk9RcDRkakpJVDIxNVVYWkxMM2xYYzBFMVkyaGlZVVZHVVRkU2IwVm1hbmhMTldZMVpYTXZiMkpXZVdWRmRFSlhVVlZFU210WlNUVXpPWHA2WmxscVRGQlJDbGw2ZWprdlUzUmxZbVJsYWxvMk5URk9VSGxEYkdFclRpOHZURzlVUlZFcmN6VnBNM0pQYTBGellUTjRSamgwTVVoaFZ6aElMMkp1V1hSTVYzcFRSMklLWW5sd2VtNTFObGgyTjNVeVNHVmpjRkZrY0dOQ1JFZHJOWE40T0VKRlVEZ3ZLek5LZGpaTFJqVjBkVEJOVDBRNUsxbFdjM2N6UVdVNFprVlNiVEZNUmdwRWJtaFlOMEZFZEhkcFJtNHJTWEoxTmtSRmFHTkxUa2hPWTJKUGVsaFVWWGxIYm1rdlRTdElNeXREVkRKa2EyWjFkRXRCTVhKRU4zTmtOVVYyWXpCTUNrOUJXUzlaU0dsNE9XMURiM2hRTTNwbGJtNXBZalphU0VKck5uWXpNMGRpUkVaS2NrOU1jVTFHYzJGeE5VWmlNSFYwWkZWTlRUTjBhSHB6ZVVSelRGSUtXRzl3T0ZocU9XbElaVFZtZUU1T01qVlhNRVUyVUVocVZXeEhaM05tYVUxbGFqZHJiMVV2YjNWblZtSlJZV3hVV1RWYWJrVk5TSGRsVVRCd0wyRnFVd3BKU210RWFtRlFNMlJETVdwa2FqTTNhVmxzWjNoM2VGQkRSVFpZVWpSU2RrZzVTMGt3ZFdrd2RHSmlWWGc0TkROYVJqTkRaazlKVVUxUFRFbDVXbTVzQ25GSU9YVTJVa2h4TXpCTk1YWktLMWRrYkZCNlNrcFBVVVpOYkVKbE9GUmFkRFZIYmtaclluWlZURGN2ZEdSTE1XOHJjbGRwZVdWVllqWTVNbTlJVmtNS1RHczBUalpyVmk5MVVYcFpOR3gyZVZwUEsyUlRWR1Y1VmpkWVVIUmlXalIxT1RoR04zQlZQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vY25hYnRlc3QtZG5zLWM1YTNlOTMyLmhjcC5lYXN0dXMuYXptazhzLmlvOjQ0MwogIG5hbWU6IGNuYWJ0ZXN0CmNvbnRleHRzOgotIGNvbnRleHQ6CiAgICBjbHVzdGVyOiBjbmFidGVzdAogICAgdXNlcjogY2x1c3RlckFkbWluX2NuYWJ0ZXN0X2NuYWJ0ZXN0CiAgbmFtZTogY25hYnRlc3QKY3VycmVudC1jb250ZXh0OiBjbmFidGVzdApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGNsdXN0ZXJBZG1pbl9jbmFidGVzdF9jbmFidGVzdAogIHVzZXI6CiAgICBjbGllbnQtY2VydGlmaWNhdGUtZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVVXZWRU5EUVhWWFowRjNTVUpCWjBsU1FVb3dNRTlJUlhCWVR6WnVlbFp3U1VGVmMzRlFiM04zUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhjS1JGUkZURTFCYTBkQk1WVkZRWGhOUTFreVJYZElhR05PVFdwQmVFMVVSWGhOVkZsNFRYcFZlVmRvWTA1TmFrbDRUVlJGZUUxVVdYbE5lbFY1VjJwQmR3cE5VbU4zUmxGWlJGWlJVVXRGZHpWNlpWaE9NRnBYTURaaVYwWjZaRWRXZVdONlJWWk5RazFIUVRGVlJVRjRUVTFpVjBaNlpFZFdlVmt5ZUhCYVZ6VXdDazFKU1VOSmFrRk9RbWRyY1docmFVYzVkekJDUVZGRlJrRkJUME5CWnpoQlRVbEpRME5uUzBOQlowVkJjWEJGWmpoSE4wZHhVVkE1VUc1cVpFdEhZVmdLYUVkdlRITk5NV1ZYWkVkYVpTdHRNbEE1Um5sU1prRlJjSHBrUm5SeU5XeHdhV016SzFGMGVFcFBaazlLVFVSSFZYWXpjRTVLWkc1d09XZGFjRFJ6YXdwNWNVOTZXVWhHYjJKamVVcDJLMWhsVkZCSGFWWnVSSEZNZFc1d2EzWnFlSHBTYlhkVVVIUlZSa05RTVhsUkt6bHNlRWxSZUZwcFJuWlhPWFYxZFc0ekNtTktXbTlVY0U1bFRYTlBhMWh0UkcxamNGbDJUWFFyWkdWeFFtWnFMekJZU2pCNWVETkJVemMyWlRKbk4xUTVTbFp2V0ZScFZ6RTNSSGd2VTJNcmNTc0tOekZCVHpOWGFXTlRZemwzVGxjd2RXeEdWbVp1U3pocGIxSmpWbHBTYVVZemMyNTJjRU5uY1UxUFlVbEplbGxaVjFCTGNXUmlaVWxaZDJaNFVraGhhUXBEUTB4U1NWRnpUa1p4TVRWUmRGVkhiREJtUldoeWRXWnVhbUY1YVZNd1YydFdWbGtyTVd4d1IyaEhMMEZDVlV4YVQybHlUVWx1V0dFNWFEUlFUMUZsQ21SVGNGZFJTMjByVUV4alRuVXJZMUp5VUhWbk1IRnVSVGROWjIxdVlrRTVWMXBqY0d4dlYyUndkaXRIUmxSdFRpdDBNMEZoTkdkbk9GVnZkV2xJUldzS1VrSjJVME51TDJNeU5UQkhXSEI0UVhOc00xTmtjSE0wZUVkMmNsTnRSVXMxYkUxTlFsSnBXbGt4UjFwMWNGUk5ZbVpRTjNjeWFWZHRiVXhLWTNsSE5RcEJWbllyY0N0MU0yRTBhVkpqVURobk5VZHZTbGRZT1ZGNVVqRmhSUzlUTVVsNFN6SjBValJ0VmtSMFFuWlRiRFoxY0VSUVRsQkNTazEyY1ZWUVZrdHdDa3BIY1UxRlowMW1lRzFuZVc1SWFUUTNiRFpQVDNsVWVrcG5kelpGT1ZFd1dWUlRjMmhYTW10bFkyNVVVV3BLVUVOdFkzZFdXa2t2WkZKeGFUUm5hV2NLT1hOUE9XTjJXSEZwVjA1TWRXTnpUME5pWWtWSGIwbEpTell6UTNwMlJsa3dkVFprSzI1SFJWSXhWRGd5VEcxM1dUUjFaVXBYSzFKR05FeHZibEJQVVFvd2FYVm1iamRNYUhWVWNuVjNjRkpHYlhGdWVIUk5PRU5CZDBWQlFXRk5NVTFFVFhkRVoxbEVWbEl3VUVGUlNDOUNRVkZFUVdkWFowMUNUVWRCTVZWa0NrcFJVVTFOUVc5SFEwTnpSMEZSVlVaQ2QwMURUVUYzUjBFeFZXUkZkMFZDTDNkUlEwMUJRWGRFVVZsS1MyOWFTV2gyWTA1QlVVVk1RbEZCUkdkblNVSUtRVVZpZVN0c2FUaEhSM1ZpVFZwRFJGUlJTbXg2ZDIwMlNISnlhRkowWWtNdmRrWTFRazh2ZWtzMFZYUndaMHhTZFZKaFNuUkphV1pOUkVSUGFsRnRWZ3BwV1V0a1oxUndNemhpUkVOelFXZDRRa1pVSzBsSmRXc3lSVlpJU0ZOdlFVTlhjblJpYzFjeFRsZGtWM2xrUzB4R1JXOHZTVWhCUVRoc1ZVTXdSWHB6Q21JeVpWTlRNRTlNVEVSMGVsbHdTMVI2T1Vsd2QwTnhabWx3UW5Sd2N6QnVhSHAwY0dkMlRYSnVZazVrVEZGamF6UmpUR3BPSzBacFVqTjRiMHgxVlV3S1ZWVlJhMjFqU1ZseVRIVjRRelprTkhweWJXdzJUbFpMYWpsYVN6SlJja0ZZZEZaVVZuTktORk5qVjBsdmVWazBRM2c1V0hCTFNYTmxlRlU0Y25sWk1RcFJjRXMxTVVsUWNrNHdjMFZtZWsxSVFtWk1Vemg2VldOeU1FVkRjMXBwYldWRGVFMHdXaTl2YzFGcWFXcFNNSFkzYTIxVFZVcEZTV3BIU25NNVRrbHFDaTh5TDNZMmVHWlVhME01YzA1WGNqZE1LMUp4WkRGNVYwVldiWFpaUW5BNFVFNWFkM05aV1dWS1NYRklNRFV5YzJ4cU0wZEtlVWxXYTFkS2JWZEJWVlFLZG5ZeGNHaG1SR3BqVVdSMFkyRm9aM2sxYzFKdVdEZzJNM0V4V1hwSE1uQnNibmRDVmtoU2JEWmxVRkU0TlV0RVMyRk9USEZ1U2tsdVRWZHNVMkprTkFwcVpGUXJNV2hOYm1WRVN6azNPSEJ2UWxaamRVRkNVVTFWTUdKVVUwMUxNbWhrWTJkRGNtMUlVa2htVDJ0SGFsZHFXa3MwUmtSWVdWZzNWVUZDWjFacENuVmFaemhWWW1sU00zbDJhbU5OTTBsU1lrNU9kRk54WjBGbE1HaEJkVGgxYzNkNmEyeEViMUJUYVdoUk5XMVpWVEkzTVc5aFIxSTFablZyYUUxaGRGQUtZVTl6VWpjMGEwWjVTbkY2V1haVmNYaEdTbk5OVkhOVVdESmxZa1l4WjFCS1VqaHVMMjVIYW5CMVZWWk1Ra3BTVlVSa1VWbGhkVVIwTW5wYU0yNTZlZ3BGVlhkNFJqaGFiVzVhTms5NFdXcEtaWGx2YjFWd1NuSTVjRWt6Ym1KMGRVTlhNbGwzY0hOdmR6RlRaQW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsS1MwRkpRa0ZCUzBOQlowVkJjWEJGWmpoSE4wZHhVVkE1VUc1cVpFdEhZVmhvUjI5TWMwMHhaVmRrUjFwbEsyMHlVRGxHZVZKbVFWRndlbVJHQ25SeU5XeHdhV016SzFGMGVFcFBaazlLVFVSSFZYWXpjRTVLWkc1d09XZGFjRFJ6YTNseFQzcFpTRVp2WW1ONVNuWXJXR1ZVVUVkcFZtNUVjVXgxYm5BS2EzWnFlSHBTYlhkVVVIUlZSa05RTVhsUkt6bHNlRWxSZUZwcFJuWlhPWFYxZFc0elkwcGFiMVJ3VG1WTmMwOXJXRzFFYldOd1dYWk5kQ3RrWlhGQ1pncHFMekJZU2pCNWVETkJVemMyWlRKbk4xUTVTbFp2V0ZScFZ6RTNSSGd2VTJNcmNTczNNVUZQTTFkcFkxTmpPWGRPVnpCMWJFWldabTVMT0dsdlVtTldDbHBTYVVZemMyNTJjRU5uY1UxUFlVbEplbGxaVjFCTGNXUmlaVWxaZDJaNFVraGhhVU5EVEZKSlVYTk9SbkV4TlZGMFZVZHNNR1pGYUhKMVptNXFZWGtLYVZNd1YydFdWbGtyTVd4d1IyaEhMMEZDVlV4YVQybHlUVWx1V0dFNWFEUlFUMUZsWkZOd1YxRkxiU3RRVEdOT2RTdGpVbkpRZFdjd2NXNUZOMDFuYlFwdVlrRTVWMXBqY0d4dlYyUndkaXRIUmxSdFRpdDBNMEZoTkdkbk9GVnZkV2xJUld0U1FuWlRRMjR2WXpJMU1FZFljSGhCYzJ3elUyUndjelI0UjNaeUNsTnRSVXMxYkUxTlFsSnBXbGt4UjFwMWNGUk5ZbVpRTjNjeWFWZHRiVXhLWTNsSE5VRldkaXR3SzNVellUUnBVbU5RT0djMVIyOUtWMWc1VVhsU01XRUtSUzlUTVVsNFN6SjBValJ0VmtSMFFuWlRiRFoxY0VSUVRsQkNTazEyY1ZWUVZrdHdTa2R4VFVWblRXWjRiV2Q1YmtocE5EZHNOazlQZVZSNlNtZDNOZ3BGT1ZFd1dWUlRjMmhYTW10bFkyNVVVV3BLVUVOdFkzZFdXa2t2WkZKeGFUUm5hV2M1YzA4NVkzWlljV2xYVGt4MVkzTlBRMkppUlVkdlNVbExOak5EQ25wMlJsa3dkVFprSzI1SFJWSXhWRGd5VEcxM1dUUjFaVXBYSzFKR05FeHZibEJQVVRCcGRXWnVOMHhvZFZSeWRYZHdVa1p0Y1c1NGRFMDRRMEYzUlVFS1FWRkxRMEZuUW5aU1QyTnBSVkpJTVRsck1VSmpUbFpPV1hObVlrMU9ZbHBwY3k5UVNtdFlURXRUWVd0TlZEQnlNVXhVTkdOTU1VRjJjWEJRU0hWNVRBcDNaVkZaYjBWUVFtaERVMk40Vm14YU0zQTVXRkpyYkU5SVFqVjJUbmxXZDJRcmMxcElZMHRMT1dscWVqVjJibmhFUVRSd1pIQjZVMHhUWVVsc2QyRkZDalJpZG5sMU5XRXJhVVU0TUN0NWMwaDZSREJMTTBkUVR5dFplR0V6VkZCRlpIRjVVSG93VFhRNGJXSkVVRFpuWjNSMlNHcHhhbFpPUjBaNkwxaFRMeklLUTFCNVVsZFdlVkJEUzJOUFJUVldkelZKVUZBeFVVZFZZbmRKU2pKb09HOVlka3c1ZWpVMGVYSkVkMnAwYVVncll6a3pVMWQwTW5oTGNrNURTMFptTVFweVpVbEJUSEJQUnpkUFdYSlBTSEp6SzJ0TE1UTTVkVXgyZUhoeE1VWlBOME0xZFVwUVRHVk1WM0UzU0VJMlJqQkNNMlpWV0Zob1VYUnhTWFpSZHpobENsRlVRMjlQWjFaM2VEQnRPR3hYTHk4MVVuZHpSbGhaZVhWMGIwZHZXRVJYY1ZwU05sRmpOalJTTUV0UFZsTlFNM1pZYnpaWU5ESnVRV0p6YjNSM1dtc0tNVzVzZVZGcFVrazVkalpWVkRsbkwycGpTa05uUms5dFNVRnBkMDFsZG5CNWNsUXhNVE41WVRSSE1tOUVSa1ZFUkdOYVNsSndUa0ZUTUZWMVUyWTBSUXBJU0c5Wk1ETTVNWFJGVmxsNWIwRmpheXRXWTFwRmNucFBjRFJQVVVoclNYaElORk5uTWtoRlNtVnZlWFZVYm1GSFdFNWlSelpLZEN0S05EQmphREJEQ25NeFVuTkdaa016YW1ReVZYSnpkM05MYWxrdlFUbHhWekpCWlU5SU4zbFdiMkpTWTAxdlZ6VlhlWGREUmtKWU1Xa3dha296ZFUxTmRrTjNSRkE1Tm5RS1dXWlVTWE5oYlhSU2JWQm1ZVzVwVlRkUE1qZExTamhMWlZWTVQzUktVVzVKUkdadlF6VmpVMWxpVHpkMVNUZE1aVmQyZW1oNk1HNHJibXRvTVZsSFRncERXalJKVDFBMVpFbDFXWGt6YTBkTVdEaEZVVzl3Wm5ObFVsSlJOVWh5Ym1GRVNVcENZMFpVT0hSdFJHRnVTWE5OVVV0RFFWRkZRVFF4THpWV04wTkJDa3RCVW1JelRqZE9SamRHVDNkdldEZGFTV1ZoWkdNNVJ6TXJla1J1WlZwdEsxQlZkalpZZDBGVFJYUlRVbXR4VW0wNGJtbHhlbk5LZFVwbFVYbHNTakVLVkc1c2RYUnJabkpDYzFSUVVXOWthUzl0WlZwR1kxRm9NVFJyVnpaRk0zRXpkelZzYUV0MVZGZ3ZjMjFEUkZFM1RtSktZWEZ3YUU5dE5XZHhZMUJqT1FwcU9Hb3ZjbTlJUTB0eFJqazVXVEJFV0hOalJFbG1SRUpyWjNnemVYcHFTV3c1ZDIxa1VFVmpjM2hTZFd0MGNFMXlSR2h4U0ZkUllrUnlhMDAwUW1KSUNqZE1Wa1pOVTBSVmRWaFdXRXMzWVZObVduUmxlblpVZVVKS2EyMU1WbWxrY2tSRFUyMUxRemM0ZDJkaVZIZFNVMEZLT0dodmNYWlBXRUZTY3pOcmJFSUtPVFZMUzFkUE9VNXhiR2RNUkhGME1XVnRlbG92TmpGVVdYSnpSVTgwVW5KbldqbGxOVkJ4WmxaS2Rpc3ZZeTlEZVUxWFJUVktVbXA1TWpGa1l5dEZVQXBwUm1FM01rbzRablJuWm5WVFVVdERRVkZGUVhkQmNFeHdRMjl1T0ZwcWNXazNUV1Z0VDJ4bVZsTmtWemQwYUd0SmExTlVSRUZuU0dwVGFreFJTakpEQ2preFNWQk5VWE5TYm1ScmMzSmplWEJFYlhwd2FWSnVhMGhpYlhSUGQzVmhVbGh0ZDFsSE5GVnJjRFJsUWtaMWIybFhSa056ZWxZM2FHaEljbFJEWkRjS2NrdDBWakJzYkU1Qk1XaExNMmRsTTB4emNscDVhRnBJT0VWNlFWTklWRU5RT0U0cmFqTk1RMk51VlVsNmQzcElTR292Vkc5elFsVmxTbVJLYldkdU5BcHRiMmRKVm5sWFZFMXFjRzlyYldoS2IyWjFOVEpaTWpkaFFWQXJjV0ZuWW1KUFkwZzNVblF6Y2lzMVZGbzJWWGgxY0ZOVlYzWlRVbTl4YjA5eVREVnBDalJvV0drd01VVk5PVWx3VVdVd0swTmxNVTlyUkhkT1lXRldWMmRaVkhSbFQzZEJOakJRWTJaaWJGZ3hTM2REYkdGTlFWUndXakE0VkRKSE1VdFhZa3NLTUd0dU1sSldaRWR6V0hwVWVHbHVWV1EyUVcwM1J6aE5XbmRrYnpoS04wbFRPV3RJVW1WdWNWWjNTME5CVVVFNVZrTjZRVWd3V21sQ1Rrd3lXREEwTkFwbWMxYzRjVVZFYm0wM0wyOHlVRVJKUVRKbE9FWnRTbVE0YkhoeVFVNTRaVzgxY0dOb1ZUWkVSVGxDUlRKV1lrVTJTRlJSWW1FNVoySkdZVlpoWnpaV0NuTTRORzV3Y21KdU5HVXJhblJHVW1kbE5GTnVVV2xWUVRWNlVYZDBZM0UxYWpsa2VGUlJNVkJpV0RCU1IwdFlWRk5DWW1sbk16SnBXVGxsTjB4U2NTOEtVSFpJYm05d1NuWktVVlJQVTJNNFkxbHhjVXBOVW1KRFFqQnhSVXh0YWsxVlRUSkhXazFXWW1sd1puTjBOSGx2ZVhaalZFWnVTREJuWlhoWk1WQTRjZ3A1ZEN0d1ZtTlNjbWgwV0hGM2NIcHZObkJ2YldwM2JIZFpWMWRhVEROdGFXdDFVWGw1ZG5GSVYyMVVURXROV1habllUUlFkM1pwT1VjeFUyWnhiVkp5Q21SMldEaHFabXBSTDJJeFRGQnRaMGxqUjAxNU0yOVFWVFJpVkVveFIxQllaMWxCYXpJM05IaFJlakpYU0dkU1VUUllNMk5tU3pobk1tbDNkWGRNVkdZS09UUkhjRUZ2U1VKQlJWaDRLMmRpTjBNM01XeFZkR2MzUkRCUWJXcEZRalZ4WVVsdk1IQXZaMnhwV214eWEzQjBkREJ1TjJ4TU16YzVNbWxJWmxrd1pRcHJjbFpwZFRWb2VtUnpVRzB5UkRCNllXSk1PVEJPZWtwTE9FdFViRmsyY0ZwSmJERXdVR0p2Ynl0RFpEbEVWM0Y0VTJKb2IzQjNUR00yUXk5M1pITmpDa0l6YWtSSGNXUkRXSFo2UzBSTU1uSldjMWRPVFZWelJVc3dObGxJT1dGTldtWTNlbmx1Y0hORFQzUlpXR1YyYlZCdWNVdGplUzlzY1VKUlJuSlpNRE1LTVU5eGRXSldUa0ZYYW5GM09ISmpOVGRWUm1nMU1IUk9RVzluVERONFdVaEhaak5CU0RGTGVqRjVNR2h6ZDBkeFMzUnZhMHBsVUhVd1RWUnBNbTVOWmdwQ1dqRkZTVzFTUlROS1dsUlNSbFJzVTFKeWFFRnljeXR3UXpKRlRrMUNPVTF0VkU1UldFaGljemgzTkdKelZVTTRNMkl5TlRWNVkwdzRVMngxZVhabENrdFZkMlExUkUxR09DdGtaSE4zYVRkdVF6Z3plR2RDUzA1bGJua3ZkRlZEWjJkRlFrRk9aVVJaVDFoQ1IzZHVlR3BxTDJsS2EzcExjRGhzTW1SRVluQUtabWhZV0VSSFN6WXlRbFJwT1VoblVUbG5iMFZZWVZGNWVqRlFOVTR3UTFGeVlrWXJlSE16VWpOb1dVNUhSRE5KZEU5dE9XTTFTMDVZV1VOcmJqUmFNQXB1ZFVkRlRHaE9SbWwzTkROdFlVNHhaakJqZWpkdU1EVk9kM2hHU0ZaV1YwMXdTMjF3UzBKRWFGaDZTelJ1YlVSQlZXMXdSalprWkhocmFHY3ZhMmxTQ2psYVdsUk1hV1Y1UVVweE5tdzVhV3h1VjNka1dEZGlVV1p3Y21SWE1rczNhblJPTW5Rd2VraHJkRWhYTTJOSlZXaERWMWhUV0dsVU9DczNNR2w1T0dFS2QxTXdhWFV2TkU1RVJVNUpOWFJSYW1kRE5scE9aamQ0UVhKVVkydHBZMUpKVkZWbGFHZGlhV2x4VmtGYWJIRldaelEwUmxOVU9UaDROWFZPY25sM013cHdlVzlyV2tSVmJrRjFVRGxXTVc1T1oyVktSMHBRYm01ck5XbG5XbFpsUldkWGVrZExlSFYyWXl0WldFSlRORXB5Ym01M01IZFFNbVUyTUQwS0xTMHRMUzFGVGtRZ1VsTkJJRkJTU1ZaQlZFVWdTMFZaTFMwdExTMEsKICAgIHRva2VuOiA4NzM2NGJkNjY3NDFkOWU3NjQzNTBjYTkwMjU1NzVlZTYyNmViYWM4NWZhNGM3ODdhMzRjNjVmNWUyZDQzMTgwMDkwNjMxZDkwMTUxNWM5ZDgyNThmMWEyNzJmMWUyNDBiZmE0ZjBmYWQ0MmJmZjMzZDg3YzgwMzhmMmI3YzNjNgo=\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gcBgAAAAAAAA%3D%3D%23RT%3A2%23TRC%3A2%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegDGAByGFYCAgAyAoQEAIouApYFyAQDPAwBOhFGAhAXBAAIAgAFgAJqAMQAAfhMAABuAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jWAwAAAAAAAA%3D%3D%23RT%3A2%23TRC%3A2%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCcANaDzIBZgQyAFYCAgAyAQgGYzcfGI4ARAAAicoABwABIL4ACwGc%2FHhwqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aldBd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EyJTIzVFJDJTNBMiUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBZWdDY0FOYUR6SUJaZ1F5QUZZQ0FnQXlBUWdHWXpjZkdJNEFSQUFBaWNvQUJ3QUJJTDRBQ3dHYyUyRkhod3FnR3FBQXNBQVFvQUVGb0IxZ0dFQURBQVJBQUFEVzRBeEFBWUFRZ0FBendNQVVRQVFBWU1BWUFBQVlCZ0FFZ0FBWUFZQUVRQUFZQ0VBTUFBU0FBd0FBQVJCQWJqQkdJRWVnRkdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUIzb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gcBgAAAAAAAA%3D%3D%23RT%3A2%23TRC%3A2%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegDGAByGFYCAgAyAoQEAIouApYFyAQDPAwBOhFGAhAXBAAIAgAFgAJqAMQAAfhMAABuAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2NCZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EyJTIzVFJDJTNBMiUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBZWdER0FCeUdGWUNBZ0F5QW9RRUFJb3VBcFlGeUFRRFBBd0JPaEZHQWhBWEJBQUlBZ0FGZ0FKcUFNUUFBZmhNQUFCdUFJU0FBTWdBQUF3Z0FFZ0FBWUloQVl3QUFPSEJCQXdCSmdDeUFzNEElMkJnQUhBZ0FkQ0FDQVFVSEJlZ0V1QUY0QXZnQVBBMlpsREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0lBQ2dBQUFjTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnSG9DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81600f3f-322c-4782-a111-e24e28cb2e3d" + "ccdc0ec5-cb70-4e54-be85-9f015aa81c16" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -536,11 +536,14 @@ "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ + "fbb2b47a-1829-4945-bc2e-aaa5f28101ad" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" + "14677" ], "X-Ms-Request-Id": [ - "8f69311c-6855-4677-a790-8df4e7932af3" + "cc008030-0f2a-4224-904b-b4780ec95215" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -548,20 +551,17 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "af62bb52-53c1-402e-92bf-91a78700f365" - ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052751Z:af62bb52-53c1-402e-92bf-91a78700f365" + "CENTRALUS:20210505T214935Z:fbb2b47a-1829-4945-bc2e-aaa5f28101ad" + ], + "X-MSEdge-Ref": [ + "Ref A: 0B09A8EA34A74BC181CA1985C0F95EF7 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:35Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:51 GMT" + "Wed, 05 May 2021 21:49:35 GMT" ], "Content-Length": [ - "1313" + "14131" ], "Content-Type": [ "application/json" @@ -570,23 +570,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/mycompute/providers/microsoft.extendedlocation/customlocations/casslocation\",\r\n \"name\": \"casslocation\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/f8df94f2-2f5a-4f4a-bcaf-1bb992fb564b/resourceGroups/cctest/providers/Microsoft.Kubernetes/connectedClusters/testcluster2\",\r\n \"namespace\": \"demo2\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/f8df94f2-2f5a-4f4a-bcaf-1bb992fb564b/resourceGroups/cctest/providers/Microsoft.Kubernetes/connectedClusters/testcluster2/providers/Microsoft.KubernetesConfiguration/extensions/cassandra\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27isBAAAAAAAAA%3D%3D%23RT%3A3%23TRC%3A3%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCaAKyEWYEMgBWAgIAMgEIBmM3HxiOAEQAAInKAAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/cnabdemo/providers/microsoft.extendedlocation/customlocations/cass14\",\r\n \"name\": \"cass14\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/cnabdemo/providers/Microsoft.Kubernetes/connectedClusters/cnabdemo\",\r\n \"namespace\": \"foobar\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/cnabdemo/providers/Microsoft.Kubernetes/connectedClusters/cnabdemo/providers/Microsoft.KubernetesConfiguration/extensions/cass14\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"KubeConfig\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VWNVZFTkRRWEpIWjBGM1NVSkJaMGxSUXpZNFVHa3ZORUY2Y1ROTVZuY3lUM05JZUV0dFZFRk9RbWRyY1docmFVYzVkekJDUVZGelJrRkVRVTRLVFZGemQwTlJXVVJXVVZGRVJYZEthbGxVUVdkR2R6QjVUVVJGZUUxVVJYaE9ha1Y2VGxSS1lVZEJPSGxOUkZWM1RWUkZlRTFVUlRKTmFrMHhUV3h2ZHdwRVZFVk1UVUZyUjBFeFZVVkJlRTFEV1RKRmQyZG5TV2xOUVRCSFExTnhSMU5KWWpORVVVVkNRVkZWUVVFMFNVTkVkMEYzWjJkSlMwRnZTVU5CVVVOb0NpOHJLMWhyYjBaNlNsQXZkU3N2WjB0WFVFSlBaVkp4YjJSYWNYTmlkWFYwVW0wdlFuSklkbkZUVm1WeGNGUnZhMnhPTWsxMlMxQmlSRW94WmtObVN6a0tlbEI0YVVWQlltdFBiRUV5ZFVoa1VqTlJiRXRyY1VsUlQzRnlXSHBFUXpKRVMzRnRRMWxZVTBOeVYxUmpkME5QY0VwblMybHRkMDFQYUhwdldsSmlVQXBTU1dNdlYwUnRZM0Z3YUdobE9IaFBWa0l3VjBJeWMwOXVja2hCVGxwUWJ6TlVabU5qY210cFJFSnNhV1ZZU0ZZeGVVRlFXSGwzVlhSNVoyOXdVU3N2Q2tvdk5YZ3JPRXBNUVdzeFVFcFRia2RQYlcxWlpIZEtSbGMyWm01MU5rcDVWMWxtY1hCSmEyWmtXRXRWYUZaU1RXbE5RVVowTDFZeFEzSlNWVTRyT0dzS05HVkRaVEU1ZG1aRFIyeGhhSEU1UTNRME5sUjRNa2htZFhveVdtMUlVRFpETjFBNWFVVm1UR2xXTTBWaGNqSktSRkY1VkhwcVFqSmpTRzFpVHpoRFdRcDZURWRYUVUxbllsTmxiMVpRU25KWU1VOTFNaXN6YkcxM1dIWmhRbmRXTjJSd2Ntd3dSM1JvWVRnekwwMXVZVEZNU2tneVZsWlZRMGxsT1ZGRWFXZHpDalZQZWxRMWNVOXllbWxSUjA5V00zUlpXbll4UVROQk9DczBPRkJOVWt4NWNVdEtNSHBwU3pSdFdHUm9aWGgxTTNkMFQwUkNZWE5TY1RSTVZGUllVSGtLVTFock1GWm5abTVrTnk5VWF6SmpjWE55U0ZKUVVsaDBRak5DYjFCd1NETmxiMmh2YTBwUE55dHdNWFI2UVRSQ2NERkNkVXh5YXpoaFdHaE5lV05oTUFwNVJVWmFVMnQ1U3pSWVRWWldlbEkwUmpaNFFYSllPVFZ4WjJ4TWVVTm1jRmhQZFhKcVlTODNlVnAzWmpKNWNYRktkVUY0WmtSRFFpdFNaR2cwZDJjckNuUk5Ra1JMZEZveloxVmpTMVlyU2xodFdEaFBkRXd4UlV0UGNrWlBTSGRpYkhabWFWUlNWbFJ4Vmt4RWJFbHNVa1pyU1ZkMVVtRnViRXRKVFd0VFJGa0tUMnhVZUV4bmNFSTVWblpWUnpWNmNFaEJURUZsYTNCdlZtZHJSSFppVVdacldscHZSeXR2VGpsUlNVUkJVVUZDYjNsTmQwbFVRVTlDWjA1V1NGRTRRZ3BCWmpoRlFrRk5RMEZ4VVhkRWQxbEVWbEl3VkVGUlNDOUNRVlYzUVhkRlFpOTZRVTVDWjJ0eGFHdHBSemwzTUVKQlVYTkdRVUZQUTBGblJVRkVLMGxpQ210TVZIcGlSM3BXWVVNek9FWTRlRWhUYm5WUE1UaHpiVGQwZFU4M01XRTJhMVp5V21SaE5uVjJhVVZCT0haSFUwaDNaRFJCWjJGQldUVkpkVUpuYnpRS2MwdENaelJUVFVSdFJTOHZjVGRtU25WRU5IVXJaM0pFTWl0WlFYVmxSMnBXVVRaelNucDZVRVZ6ZW5SaFVITkpkalpQUmt4MlIyTmtNMFZpYTBoTk9RcDRkakpJVDIxNVVYWkxMM2xYYzBFMVkyaGlZVVZHVVRkU2IwVm1hbmhMTldZMVpYTXZiMkpXZVdWRmRFSlhVVlZFU210WlNUVXpPWHA2WmxscVRGQlJDbGw2ZWprdlUzUmxZbVJsYWxvMk5URk9VSGxEYkdFclRpOHZURzlVUlZFcmN6VnBNM0pQYTBGellUTjRSamgwTVVoaFZ6aElMMkp1V1hSTVYzcFRSMklLWW5sd2VtNTFObGgyTjNVeVNHVmpjRkZrY0dOQ1JFZHJOWE40T0VKRlVEZ3ZLek5LZGpaTFJqVjBkVEJOVDBRNUsxbFdjM2N6UVdVNFprVlNiVEZNUmdwRWJtaFlOMEZFZEhkcFJtNHJTWEoxTmtSRmFHTkxUa2hPWTJKUGVsaFVWWGxIYm1rdlRTdElNeXREVkRKa2EyWjFkRXRCTVhKRU4zTmtOVVYyWXpCTUNrOUJXUzlaU0dsNE9XMURiM2hRTTNwbGJtNXBZalphU0VKck5uWXpNMGRpUkVaS2NrOU1jVTFHYzJGeE5VWmlNSFYwWkZWTlRUTjBhSHB6ZVVSelRGSUtXRzl3T0ZocU9XbElaVFZtZUU1T01qVlhNRVUyVUVocVZXeEhaM05tYVUxbGFqZHJiMVV2YjNWblZtSlJZV3hVV1RWYWJrVk5TSGRsVVRCd0wyRnFVd3BKU210RWFtRlFNMlJETVdwa2FqTTNhVmxzWjNoM2VGQkRSVFpZVWpSU2RrZzVTMGt3ZFdrd2RHSmlWWGc0TkROYVJqTkRaazlKVVUxUFRFbDVXbTVzQ25GSU9YVTJVa2h4TXpCTk1YWktLMWRrYkZCNlNrcFBVVVpOYkVKbE9GUmFkRFZIYmtaclluWlZURGN2ZEdSTE1XOHJjbGRwZVdWVllqWTVNbTlJVmtNS1RHczBUalpyVmk5MVVYcFpOR3gyZVZwUEsyUlRWR1Y1VmpkWVVIUmlXalIxT1RoR04zQlZQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vY25hYnRlc3QtZG5zLWM1YTNlOTMyLmhjcC5lYXN0dXMuYXptazhzLmlvOjQ0MwogIG5hbWU6IGNuYWJ0ZXN0CmNvbnRleHRzOgotIGNvbnRleHQ6CiAgICBjbHVzdGVyOiBjbmFidGVzdAogICAgdXNlcjogY2x1c3RlckFkbWluX2NuYWJ0ZXN0X2NuYWJ0ZXN0CiAgbmFtZTogY25hYnRlc3QKY3VycmVudC1jb250ZXh0OiBjbmFidGVzdApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGNsdXN0ZXJBZG1pbl9jbmFidGVzdF9jbmFidGVzdAogIHVzZXI6CiAgICBjbGllbnQtY2VydGlmaWNhdGUtZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVVXZWRU5EUVhWWFowRjNTVUpCWjBsU1FVb3dNRTlJUlhCWVR6WnVlbFp3U1VGVmMzRlFiM04zUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhjS1JGUkZURTFCYTBkQk1WVkZRWGhOUTFreVJYZElhR05PVFdwQmVFMVVSWGhOVkZsNFRYcFZlVmRvWTA1TmFrbDRUVlJGZUUxVVdYbE5lbFY1VjJwQmR3cE5VbU4zUmxGWlJGWlJVVXRGZHpWNlpWaE9NRnBYTURaaVYwWjZaRWRXZVdONlJWWk5RazFIUVRGVlJVRjRUVTFpVjBaNlpFZFdlVmt5ZUhCYVZ6VXdDazFKU1VOSmFrRk9RbWRyY1docmFVYzVkekJDUVZGRlJrRkJUME5CWnpoQlRVbEpRME5uUzBOQlowVkJjWEJGWmpoSE4wZHhVVkE1VUc1cVpFdEhZVmdLYUVkdlRITk5NV1ZYWkVkYVpTdHRNbEE1Um5sU1prRlJjSHBrUm5SeU5XeHdhV016SzFGMGVFcFBaazlLVFVSSFZYWXpjRTVLWkc1d09XZGFjRFJ6YXdwNWNVOTZXVWhHYjJKamVVcDJLMWhsVkZCSGFWWnVSSEZNZFc1d2EzWnFlSHBTYlhkVVVIUlZSa05RTVhsUkt6bHNlRWxSZUZwcFJuWlhPWFYxZFc0ekNtTktXbTlVY0U1bFRYTlBhMWh0UkcxamNGbDJUWFFyWkdWeFFtWnFMekJZU2pCNWVETkJVemMyWlRKbk4xUTVTbFp2V0ZScFZ6RTNSSGd2VTJNcmNTc0tOekZCVHpOWGFXTlRZemwzVGxjd2RXeEdWbVp1U3pocGIxSmpWbHBTYVVZemMyNTJjRU5uY1UxUFlVbEplbGxaVjFCTGNXUmlaVWxaZDJaNFVraGhhUXBEUTB4U1NWRnpUa1p4TVRWUmRGVkhiREJtUldoeWRXWnVhbUY1YVZNd1YydFdWbGtyTVd4d1IyaEhMMEZDVlV4YVQybHlUVWx1V0dFNWFEUlFUMUZsQ21SVGNGZFJTMjByVUV4alRuVXJZMUp5VUhWbk1IRnVSVGROWjIxdVlrRTVWMXBqY0d4dlYyUndkaXRIUmxSdFRpdDBNMEZoTkdkbk9GVnZkV2xJUldzS1VrSjJVME51TDJNeU5UQkhXSEI0UVhOc00xTmtjSE0wZUVkMmNsTnRSVXMxYkUxTlFsSnBXbGt4UjFwMWNGUk5ZbVpRTjNjeWFWZHRiVXhLWTNsSE5RcEJWbllyY0N0MU0yRTBhVkpqVURobk5VZHZTbGRZT1ZGNVVqRmhSUzlUTVVsNFN6SjBValJ0VmtSMFFuWlRiRFoxY0VSUVRsQkNTazEyY1ZWUVZrdHdDa3BIY1UxRlowMW1lRzFuZVc1SWFUUTNiRFpQVDNsVWVrcG5kelpGT1ZFd1dWUlRjMmhYTW10bFkyNVVVV3BLVUVOdFkzZFdXa2t2WkZKeGFUUm5hV2NLT1hOUE9XTjJXSEZwVjA1TWRXTnpUME5pWWtWSGIwbEpTell6UTNwMlJsa3dkVFprSzI1SFJWSXhWRGd5VEcxM1dUUjFaVXBYSzFKR05FeHZibEJQVVFvd2FYVm1iamRNYUhWVWNuVjNjRkpHYlhGdWVIUk5PRU5CZDBWQlFXRk5NVTFFVFhkRVoxbEVWbEl3VUVGUlNDOUNRVkZFUVdkWFowMUNUVWRCTVZWa0NrcFJVVTFOUVc5SFEwTnpSMEZSVlVaQ2QwMURUVUYzUjBFeFZXUkZkMFZDTDNkUlEwMUJRWGRFVVZsS1MyOWFTV2gyWTA1QlVVVk1RbEZCUkdkblNVSUtRVVZpZVN0c2FUaEhSM1ZpVFZwRFJGUlJTbXg2ZDIwMlNISnlhRkowWWtNdmRrWTFRazh2ZWtzMFZYUndaMHhTZFZKaFNuUkphV1pOUkVSUGFsRnRWZ3BwV1V0a1oxUndNemhpUkVOelFXZDRRa1pVSzBsSmRXc3lSVlpJU0ZOdlFVTlhjblJpYzFjeFRsZGtWM2xrUzB4R1JXOHZTVWhCUVRoc1ZVTXdSWHB6Q21JeVpWTlRNRTlNVEVSMGVsbHdTMVI2T1Vsd2QwTnhabWx3UW5Sd2N6QnVhSHAwY0dkMlRYSnVZazVrVEZGamF6UmpUR3BPSzBacFVqTjRiMHgxVlV3S1ZWVlJhMjFqU1ZseVRIVjRRelprTkhweWJXdzJUbFpMYWpsYVN6SlJja0ZZZEZaVVZuTktORk5qVjBsdmVWazBRM2c1V0hCTFNYTmxlRlU0Y25sWk1RcFJjRXMxTVVsUWNrNHdjMFZtZWsxSVFtWk1Vemg2VldOeU1FVkRjMXBwYldWRGVFMHdXaTl2YzFGcWFXcFNNSFkzYTIxVFZVcEZTV3BIU25NNVRrbHFDaTh5TDNZMmVHWlVhME01YzA1WGNqZE1LMUp4WkRGNVYwVldiWFpaUW5BNFVFNWFkM05aV1dWS1NYRklNRFV5YzJ4cU0wZEtlVWxXYTFkS2JWZEJWVlFLZG5ZeGNHaG1SR3BqVVdSMFkyRm9aM2sxYzFKdVdEZzJNM0V4V1hwSE1uQnNibmRDVmtoU2JEWmxVRkU0TlV0RVMyRk9USEZ1U2tsdVRWZHNVMkprTkFwcVpGUXJNV2hOYm1WRVN6azNPSEJ2UWxaamRVRkNVVTFWTUdKVVUwMUxNbWhrWTJkRGNtMUlVa2htVDJ0SGFsZHFXa3MwUmtSWVdWZzNWVUZDWjFacENuVmFaemhWWW1sU00zbDJhbU5OTTBsU1lrNU9kRk54WjBGbE1HaEJkVGgxYzNkNmEyeEViMUJUYVdoUk5XMVpWVEkzTVc5aFIxSTFablZyYUUxaGRGQUtZVTl6VWpjMGEwWjVTbkY2V1haVmNYaEdTbk5OVkhOVVdESmxZa1l4WjFCS1VqaHVMMjVIYW5CMVZWWk1Ra3BTVlVSa1VWbGhkVVIwTW5wYU0yNTZlZ3BGVlhkNFJqaGFiVzVhTms5NFdXcEtaWGx2YjFWd1NuSTVjRWt6Ym1KMGRVTlhNbGwzY0hOdmR6RlRaQW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsS1MwRkpRa0ZCUzBOQlowVkJjWEJGWmpoSE4wZHhVVkE1VUc1cVpFdEhZVmhvUjI5TWMwMHhaVmRrUjFwbEsyMHlVRGxHZVZKbVFWRndlbVJHQ25SeU5XeHdhV016SzFGMGVFcFBaazlLVFVSSFZYWXpjRTVLWkc1d09XZGFjRFJ6YTNseFQzcFpTRVp2WW1ONVNuWXJXR1ZVVUVkcFZtNUVjVXgxYm5BS2EzWnFlSHBTYlhkVVVIUlZSa05RTVhsUkt6bHNlRWxSZUZwcFJuWlhPWFYxZFc0elkwcGFiMVJ3VG1WTmMwOXJXRzFFYldOd1dYWk5kQ3RrWlhGQ1pncHFMekJZU2pCNWVETkJVemMyWlRKbk4xUTVTbFp2V0ZScFZ6RTNSSGd2VTJNcmNTczNNVUZQTTFkcFkxTmpPWGRPVnpCMWJFWldabTVMT0dsdlVtTldDbHBTYVVZemMyNTJjRU5uY1UxUFlVbEplbGxaVjFCTGNXUmlaVWxaZDJaNFVraGhhVU5EVEZKSlVYTk9SbkV4TlZGMFZVZHNNR1pGYUhKMVptNXFZWGtLYVZNd1YydFdWbGtyTVd4d1IyaEhMMEZDVlV4YVQybHlUVWx1V0dFNWFEUlFUMUZsWkZOd1YxRkxiU3RRVEdOT2RTdGpVbkpRZFdjd2NXNUZOMDFuYlFwdVlrRTVWMXBqY0d4dlYyUndkaXRIUmxSdFRpdDBNMEZoTkdkbk9GVnZkV2xJUld0U1FuWlRRMjR2WXpJMU1FZFljSGhCYzJ3elUyUndjelI0UjNaeUNsTnRSVXMxYkUxTlFsSnBXbGt4UjFwMWNGUk5ZbVpRTjNjeWFWZHRiVXhLWTNsSE5VRldkaXR3SzNVellUUnBVbU5RT0djMVIyOUtWMWc1VVhsU01XRUtSUzlUTVVsNFN6SjBValJ0VmtSMFFuWlRiRFoxY0VSUVRsQkNTazEyY1ZWUVZrdHdTa2R4VFVWblRXWjRiV2Q1YmtocE5EZHNOazlQZVZSNlNtZDNOZ3BGT1ZFd1dWUlRjMmhYTW10bFkyNVVVV3BLVUVOdFkzZFdXa2t2WkZKeGFUUm5hV2M1YzA4NVkzWlljV2xYVGt4MVkzTlBRMkppUlVkdlNVbExOak5EQ25wMlJsa3dkVFprSzI1SFJWSXhWRGd5VEcxM1dUUjFaVXBYSzFKR05FeHZibEJQVVRCcGRXWnVOMHhvZFZSeWRYZHdVa1p0Y1c1NGRFMDRRMEYzUlVFS1FWRkxRMEZuUW5aU1QyTnBSVkpJTVRsck1VSmpUbFpPV1hObVlrMU9ZbHBwY3k5UVNtdFlURXRUWVd0TlZEQnlNVXhVTkdOTU1VRjJjWEJRU0hWNVRBcDNaVkZaYjBWUVFtaERVMk40Vm14YU0zQTVXRkpyYkU5SVFqVjJUbmxXZDJRcmMxcElZMHRMT1dscWVqVjJibmhFUVRSd1pIQjZVMHhUWVVsc2QyRkZDalJpZG5sMU5XRXJhVVU0TUN0NWMwaDZSREJMTTBkUVR5dFplR0V6VkZCRlpIRjVVSG93VFhRNGJXSkVVRFpuWjNSMlNHcHhhbFpPUjBaNkwxaFRMeklLUTFCNVVsZFdlVkJEUzJOUFJUVldkelZKVUZBeFVVZFZZbmRKU2pKb09HOVlka3c1ZWpVMGVYSkVkMnAwYVVncll6a3pVMWQwTW5oTGNrNURTMFptTVFweVpVbEJUSEJQUnpkUFdYSlBTSEp6SzJ0TE1UTTVkVXgyZUhoeE1VWlBOME0xZFVwUVRHVk1WM0UzU0VJMlJqQkNNMlpWV0Zob1VYUnhTWFpSZHpobENsRlVRMjlQWjFaM2VEQnRPR3hYTHk4MVVuZHpSbGhaZVhWMGIwZHZXRVJYY1ZwU05sRmpOalJTTUV0UFZsTlFNM1pZYnpaWU5ESnVRV0p6YjNSM1dtc0tNVzVzZVZGcFVrazVkalpWVkRsbkwycGpTa05uUms5dFNVRnBkMDFsZG5CNWNsUXhNVE41WVRSSE1tOUVSa1ZFUkdOYVNsSndUa0ZUTUZWMVUyWTBSUXBJU0c5Wk1ETTVNWFJGVmxsNWIwRmpheXRXWTFwRmNucFBjRFJQVVVoclNYaElORk5uTWtoRlNtVnZlWFZVYm1GSFdFNWlSelpLZEN0S05EQmphREJEQ25NeFVuTkdaa016YW1ReVZYSnpkM05MYWxrdlFUbHhWekpCWlU5SU4zbFdiMkpTWTAxdlZ6VlhlWGREUmtKWU1Xa3dha296ZFUxTmRrTjNSRkE1Tm5RS1dXWlVTWE5oYlhSU2JWQm1ZVzVwVlRkUE1qZExTamhMWlZWTVQzUktVVzVKUkdadlF6VmpVMWxpVHpkMVNUZE1aVmQyZW1oNk1HNHJibXRvTVZsSFRncERXalJKVDFBMVpFbDFXWGt6YTBkTVdEaEZVVzl3Wm5ObFVsSlJOVWh5Ym1GRVNVcENZMFpVT0hSdFJHRnVTWE5OVVV0RFFWRkZRVFF4THpWV04wTkJDa3RCVW1JelRqZE9SamRHVDNkdldEZGFTV1ZoWkdNNVJ6TXJla1J1WlZwdEsxQlZkalpZZDBGVFJYUlRVbXR4VW0wNGJtbHhlbk5LZFVwbFVYbHNTakVLVkc1c2RYUnJabkpDYzFSUVVXOWthUzl0WlZwR1kxRm9NVFJyVnpaRk0zRXpkelZzYUV0MVZGZ3ZjMjFEUkZFM1RtSktZWEZ3YUU5dE5XZHhZMUJqT1FwcU9Hb3ZjbTlJUTB0eFJqazVXVEJFV0hOalJFbG1SRUpyWjNnemVYcHFTV3c1ZDIxa1VFVmpjM2hTZFd0MGNFMXlSR2h4U0ZkUllrUnlhMDAwUW1KSUNqZE1Wa1pOVTBSVmRWaFdXRXMzWVZObVduUmxlblpVZVVKS2EyMU1WbWxrY2tSRFUyMUxRemM0ZDJkaVZIZFNVMEZLT0dodmNYWlBXRUZTY3pOcmJFSUtPVFZMUzFkUE9VNXhiR2RNUkhGME1XVnRlbG92TmpGVVdYSnpSVTgwVW5KbldqbGxOVkJ4WmxaS2Rpc3ZZeTlEZVUxWFJUVktVbXA1TWpGa1l5dEZVQXBwUm1FM01rbzRablJuWm5WVFVVdERRVkZGUVhkQmNFeHdRMjl1T0ZwcWNXazNUV1Z0VDJ4bVZsTmtWemQwYUd0SmExTlVSRUZuU0dwVGFreFJTakpEQ2preFNWQk5VWE5TYm1ScmMzSmplWEJFYlhwd2FWSnVhMGhpYlhSUGQzVmhVbGh0ZDFsSE5GVnJjRFJsUWtaMWIybFhSa056ZWxZM2FHaEljbFJEWkRjS2NrdDBWakJzYkU1Qk1XaExNMmRsTTB4emNscDVhRnBJT0VWNlFWTklWRU5RT0U0cmFqTk1RMk51VlVsNmQzcElTR292Vkc5elFsVmxTbVJLYldkdU5BcHRiMmRKVm5sWFZFMXFjRzlyYldoS2IyWjFOVEpaTWpkaFFWQXJjV0ZuWW1KUFkwZzNVblF6Y2lzMVZGbzJWWGgxY0ZOVlYzWlRVbTl4YjA5eVREVnBDalJvV0drd01VVk5PVWx3VVdVd0swTmxNVTlyUkhkT1lXRldWMmRaVkhSbFQzZEJOakJRWTJaaWJGZ3hTM2REYkdGTlFWUndXakE0VkRKSE1VdFhZa3NLTUd0dU1sSldaRWR6V0hwVWVHbHVWV1EyUVcwM1J6aE5XbmRrYnpoS04wbFRPV3RJVW1WdWNWWjNTME5CVVVFNVZrTjZRVWd3V21sQ1Rrd3lXREEwTkFwbWMxYzRjVVZFYm0wM0wyOHlVRVJKUVRKbE9FWnRTbVE0YkhoeVFVNTRaVzgxY0dOb1ZUWkVSVGxDUlRKV1lrVTJTRlJSWW1FNVoySkdZVlpoWnpaV0NuTTRORzV3Y21KdU5HVXJhblJHVW1kbE5GTnVVV2xWUVRWNlVYZDBZM0UxYWpsa2VGUlJNVkJpV0RCU1IwdFlWRk5DWW1sbk16SnBXVGxsTjB4U2NTOEtVSFpJYm05d1NuWktVVlJQVTJNNFkxbHhjVXBOVW1KRFFqQnhSVXh0YWsxVlRUSkhXazFXWW1sd1puTjBOSGx2ZVhaalZFWnVTREJuWlhoWk1WQTRjZ3A1ZEN0d1ZtTlNjbWgwV0hGM2NIcHZObkJ2YldwM2JIZFpWMWRhVEROdGFXdDFVWGw1ZG5GSVYyMVVURXROV1habllUUlFkM1pwT1VjeFUyWnhiVkp5Q21SMldEaHFabXBSTDJJeFRGQnRaMGxqUjAxNU0yOVFWVFJpVkVveFIxQllaMWxCYXpJM05IaFJlakpYU0dkU1VUUllNMk5tU3pobk1tbDNkWGRNVkdZS09UUkhjRUZ2U1VKQlJWaDRLMmRpTjBNM01XeFZkR2MzUkRCUWJXcEZRalZ4WVVsdk1IQXZaMnhwV214eWEzQjBkREJ1TjJ4TU16YzVNbWxJWmxrd1pRcHJjbFpwZFRWb2VtUnpVRzB5UkRCNllXSk1PVEJPZWtwTE9FdFViRmsyY0ZwSmJERXdVR0p2Ynl0RFpEbEVWM0Y0VTJKb2IzQjNUR00yUXk5M1pITmpDa0l6YWtSSGNXUkRXSFo2UzBSTU1uSldjMWRPVFZWelJVc3dObGxJT1dGTldtWTNlbmx1Y0hORFQzUlpXR1YyYlZCdWNVdGplUzlzY1VKUlJuSlpNRE1LTVU5eGRXSldUa0ZYYW5GM09ISmpOVGRWUm1nMU1IUk9RVzluVERONFdVaEhaak5CU0RGTGVqRjVNR2h6ZDBkeFMzUnZhMHBsVUhVd1RWUnBNbTVOWmdwQ1dqRkZTVzFTUlROS1dsUlNSbFJzVTFKeWFFRnljeXR3UXpKRlRrMUNPVTF0VkU1UldFaGljemgzTkdKelZVTTRNMkl5TlRWNVkwdzRVMngxZVhabENrdFZkMlExUkUxR09DdGtaSE4zYVRkdVF6Z3plR2RDUzA1bGJua3ZkRlZEWjJkRlFrRk9aVVJaVDFoQ1IzZHVlR3BxTDJsS2EzcExjRGhzTW1SRVluQUtabWhZV0VSSFN6WXlRbFJwT1VoblVUbG5iMFZZWVZGNWVqRlFOVTR3UTFGeVlrWXJlSE16VWpOb1dVNUhSRE5KZEU5dE9XTTFTMDVZV1VOcmJqUmFNQXB1ZFVkRlRHaE9SbWwzTkROdFlVNHhaakJqZWpkdU1EVk9kM2hHU0ZaV1YwMXdTMjF3UzBKRWFGaDZTelJ1YlVSQlZXMXdSalprWkhocmFHY3ZhMmxTQ2psYVdsUk1hV1Y1UVVweE5tdzVhV3h1VjNka1dEZGlVV1p3Y21SWE1rczNhblJPTW5Rd2VraHJkRWhYTTJOSlZXaERWMWhUV0dsVU9DczNNR2w1T0dFS2QxTXdhWFV2TkU1RVJVNUpOWFJSYW1kRE5scE9aamQ0UVhKVVkydHBZMUpKVkZWbGFHZGlhV2x4VmtGYWJIRldaelEwUmxOVU9UaDROWFZPY25sM013cHdlVzlyV2tSVmJrRjFVRGxXTVc1T1oyVktSMHBRYm01ck5XbG5XbFpsUldkWGVrZExlSFYyWXl0WldFSlRORXB5Ym01M01IZFFNbVUyTUQwS0xTMHRMUzFGVGtRZ1VsTkJJRkJTU1ZaQlZFVWdTMFZaTFMwdExTMEsKICAgIHRva2VuOiA4NzM2NGJkNjY3NDFkOWU3NjQzNTBjYTkwMjU1NzVlZTYyNmViYWM4NWZhNGM3ODdhMzRjNjVmNWUyZDQzMTgwMDkwNjMxZDkwMTUxNWM5ZDgyNThmMWEyNzJmMWUyNDBiZmE0ZjBmYWQ0MmJmZjMzZDg3YzgwMzhmMmI3YzNjNgo=\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g1BgAAAAAAAA%3D%3D%23RT%3A3%23TRC%3A3%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegDEADWGgIAMgKEBACKLgKWBcgEAzwMAToRRgIQFwQACAIABYACagDEAAH4TAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27isBAAAAAAAAA%3D%3D%23RT%3A3%23TRC%3A3%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCaAKyEWYEMgBWAgIAMgEIBmM3HxiOAEQAAInKAAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXNCQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzJTIzVFJDJTNBMyUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBZWdDYUFLeUVXWUVNZ0JXQWdJQU1nRUlCbU0zSHhpT0FFUUFBSW5LQUFjQUFTQyUyQkFBc0JuUHg0Y0tvQnFnQUxBQUVLQUJCYUFkWUJoQUF3QUVRQUFBMXVBTVFBR0FFSUFBTThEQUZFQUVBR0RBR0FBQUdBWUFCSUFBR0FHQUJFQUFHQWhBREFBRWdBTUFBQUVRUUc0d1JpQkhvQlJnRE1Bd0E4QSUyRmZmJTJGVVFBQUhnRUJCZ0FvZ0glMkJBQThCWkRkd2Z2RTloQVA4UE1RQUFIaUVBQUFkNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g1BgAAAAAAAA%3D%3D%23RT%3A3%23TRC%3A3%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegDEADWGgIAMgKEBACKLgKWBcgEAzwMAToRRgIQFwQACAIABYACagDEAAH4TAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzFCZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EzJTIzVFJDJTNBMyUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBZWdERUFEV0dnSUFNZ0tFQkFDS0xnS1dCY2dFQXp3TUFUb1JSZ0lRRndRQUNBSUFCWUFDYWdERUFBSDRUQUFBYmdDRWdBRElBQUFNSUFCSUFBR0NJUUdNQUFEaHdRUU1BU1lBc2dMT0FQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNpQUFvQUFBSERBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2dcca57b-4698-404f-8580-d93011760afe" + "adcbb562-016f-4a42-bd9f-ee7cbac9b9fc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -599,11 +599,14 @@ "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ + "3dde7009-eadb-44e1-9cb3-85bc36f8e485" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" + "14851" ], "X-Ms-Request-Id": [ - "d17e6758-ff90-4db1-af91-f6854f624a5a" + "16c3129f-057a-4c33-a89c-a2f9ea34e8ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -611,20 +614,17 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "187cbd2a-720c-4d61-8504-5ef2245b7e4c" - ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052751Z:187cbd2a-720c-4d61-8504-5ef2245b7e4c" + "CENTRALUS:20210505T214936Z:3dde7009-eadb-44e1-9cb3-85bc36f8e485" + ], + "X-MSEdge-Ref": [ + "Ref A: 66D7E830B8CF4A8DAF4F94CC522DF0E1 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:35Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:51 GMT" + "Wed, 05 May 2021 21:49:35 GMT" ], "Content-Length": [ - "1320" + "14143" ], "Content-Type": [ "application/json" @@ -633,23 +633,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/jaquincytest/providers/microsoft.extendedlocation/customlocations/cl-int-test2\",\r\n \"name\": \"cl-int-test2\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a9485996-20ca-4e84-8f8c-decb5087323e/resourceGroups/jaquincytest/providers/Microsoft.ResourceConnector/appliances/jaquincytest\",\r\n \"namespace\": \"cassandra-operator\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a9485996-20ca-4e84-8f8c-decb5087323e/resourceGroups/jaquincytest/providers/Microsoft.ResourceConnector/appliances/jaquincytest/providers/Microsoft.KubernetesConfiguration/extensions/cassandra-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gJBgAAAAAAAA%3D%3D%23RT%3A4%23TRC%3A4%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCYAAmGDIAVgICADIBCAZjNx8YjgBEAACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/cnabdemo/providers/microsoft.extendedlocation/customlocations/mytest2\",\r\n \"name\": \"mytest2\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/cnabdemo/providers/Microsoft.Kubernetes/connectedClusters/cnabdemo\",\r\n \"namespace\": \"cassandraoperator\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/cnabdemo/providers/Microsoft.Kubernetes/connectedClusters/cnabdemo/providers/Microsoft.KubernetesConfiguration/extensions/ansible\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"KubeConfig\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VWNVZFTkRRWEpIWjBGM1NVSkJaMGxSUXpZNFVHa3ZORUY2Y1ROTVZuY3lUM05JZUV0dFZFRk9RbWRyY1docmFVYzVkekJDUVZGelJrRkVRVTRLVFZGemQwTlJXVVJXVVZGRVJYZEthbGxVUVdkR2R6QjVUVVJGZUUxVVJYaE9ha1Y2VGxSS1lVZEJPSGxOUkZWM1RWUkZlRTFVUlRKTmFrMHhUV3h2ZHdwRVZFVk1UVUZyUjBFeFZVVkJlRTFEV1RKRmQyZG5TV2xOUVRCSFExTnhSMU5KWWpORVVVVkNRVkZWUVVFMFNVTkVkMEYzWjJkSlMwRnZTVU5CVVVOb0NpOHJLMWhyYjBaNlNsQXZkU3N2WjB0WFVFSlBaVkp4YjJSYWNYTmlkWFYwVW0wdlFuSklkbkZUVm1WeGNGUnZhMnhPTWsxMlMxQmlSRW94WmtObVN6a0tlbEI0YVVWQlltdFBiRUV5ZFVoa1VqTlJiRXRyY1VsUlQzRnlXSHBFUXpKRVMzRnRRMWxZVTBOeVYxUmpkME5QY0VwblMybHRkMDFQYUhwdldsSmlVQXBTU1dNdlYwUnRZM0Z3YUdobE9IaFBWa0l3VjBJeWMwOXVja2hCVGxwUWJ6TlVabU5qY210cFJFSnNhV1ZZU0ZZeGVVRlFXSGwzVlhSNVoyOXdVU3N2Q2tvdk5YZ3JPRXBNUVdzeFVFcFRia2RQYlcxWlpIZEtSbGMyWm01MU5rcDVWMWxtY1hCSmEyWmtXRXRWYUZaU1RXbE5RVVowTDFZeFEzSlNWVTRyT0dzS05HVkRaVEU1ZG1aRFIyeGhhSEU1UTNRME5sUjRNa2htZFhveVdtMUlVRFpETjFBNWFVVm1UR2xXTTBWaGNqSktSRkY1VkhwcVFqSmpTRzFpVHpoRFdRcDZURWRYUVUxbllsTmxiMVpRU25KWU1VOTFNaXN6YkcxM1dIWmhRbmRXTjJSd2Ntd3dSM1JvWVRnekwwMXVZVEZNU2tneVZsWlZRMGxsT1ZGRWFXZHpDalZQZWxRMWNVOXllbWxSUjA5V00zUlpXbll4UVROQk9DczBPRkJOVWt4NWNVdEtNSHBwU3pSdFdHUm9aWGgxTTNkMFQwUkNZWE5TY1RSTVZGUllVSGtLVTFock1GWm5abTVrTnk5VWF6SmpjWE55U0ZKUVVsaDBRak5DYjFCd1NETmxiMmh2YTBwUE55dHdNWFI2UVRSQ2NERkNkVXh5YXpoaFdHaE5lV05oTUFwNVJVWmFVMnQ1U3pSWVRWWldlbEkwUmpaNFFYSllPVFZ4WjJ4TWVVTm1jRmhQZFhKcVlTODNlVnAzWmpKNWNYRktkVUY0WmtSRFFpdFNaR2cwZDJjckNuUk5Ra1JMZEZveloxVmpTMVlyU2xodFdEaFBkRXd4UlV0UGNrWlBTSGRpYkhabWFWUlNWbFJ4Vmt4RWJFbHNVa1pyU1ZkMVVtRnViRXRKVFd0VFJGa0tUMnhVZUV4bmNFSTVWblpWUnpWNmNFaEJURUZsYTNCdlZtZHJSSFppVVdacldscHZSeXR2VGpsUlNVUkJVVUZDYjNsTmQwbFVRVTlDWjA1V1NGRTRRZ3BCWmpoRlFrRk5RMEZ4VVhkRWQxbEVWbEl3VkVGUlNDOUNRVlYzUVhkRlFpOTZRVTVDWjJ0eGFHdHBSemwzTUVKQlVYTkdRVUZQUTBGblJVRkVLMGxpQ210TVZIcGlSM3BXWVVNek9FWTRlRWhUYm5WUE1UaHpiVGQwZFU4M01XRTJhMVp5V21SaE5uVjJhVVZCT0haSFUwaDNaRFJCWjJGQldUVkpkVUpuYnpRS2MwdENaelJUVFVSdFJTOHZjVGRtU25WRU5IVXJaM0pFTWl0WlFYVmxSMnBXVVRaelNucDZVRVZ6ZW5SaFVITkpkalpQUmt4MlIyTmtNMFZpYTBoTk9RcDRkakpJVDIxNVVYWkxMM2xYYzBFMVkyaGlZVVZHVVRkU2IwVm1hbmhMTldZMVpYTXZiMkpXZVdWRmRFSlhVVlZFU210WlNUVXpPWHA2WmxscVRGQlJDbGw2ZWprdlUzUmxZbVJsYWxvMk5URk9VSGxEYkdFclRpOHZURzlVUlZFcmN6VnBNM0pQYTBGellUTjRSamgwTVVoaFZ6aElMMkp1V1hSTVYzcFRSMklLWW5sd2VtNTFObGgyTjNVeVNHVmpjRkZrY0dOQ1JFZHJOWE40T0VKRlVEZ3ZLek5LZGpaTFJqVjBkVEJOVDBRNUsxbFdjM2N6UVdVNFprVlNiVEZNUmdwRWJtaFlOMEZFZEhkcFJtNHJTWEoxTmtSRmFHTkxUa2hPWTJKUGVsaFVWWGxIYm1rdlRTdElNeXREVkRKa2EyWjFkRXRCTVhKRU4zTmtOVVYyWXpCTUNrOUJXUzlaU0dsNE9XMURiM2hRTTNwbGJtNXBZalphU0VKck5uWXpNMGRpUkVaS2NrOU1jVTFHYzJGeE5VWmlNSFYwWkZWTlRUTjBhSHB6ZVVSelRGSUtXRzl3T0ZocU9XbElaVFZtZUU1T01qVlhNRVUyVUVocVZXeEhaM05tYVUxbGFqZHJiMVV2YjNWblZtSlJZV3hVV1RWYWJrVk5TSGRsVVRCd0wyRnFVd3BKU210RWFtRlFNMlJETVdwa2FqTTNhVmxzWjNoM2VGQkRSVFpZVWpSU2RrZzVTMGt3ZFdrd2RHSmlWWGc0TkROYVJqTkRaazlKVVUxUFRFbDVXbTVzQ25GSU9YVTJVa2h4TXpCTk1YWktLMWRrYkZCNlNrcFBVVVpOYkVKbE9GUmFkRFZIYmtaclluWlZURGN2ZEdSTE1XOHJjbGRwZVdWVllqWTVNbTlJVmtNS1RHczBUalpyVmk5MVVYcFpOR3gyZVZwUEsyUlRWR1Y1VmpkWVVIUmlXalIxT1RoR04zQlZQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vY25hYnRlc3QtZG5zLWM1YTNlOTMyLmhjcC5lYXN0dXMuYXptazhzLmlvOjQ0MwogIG5hbWU6IGNuYWJ0ZXN0CmNvbnRleHRzOgotIGNvbnRleHQ6CiAgICBjbHVzdGVyOiBjbmFidGVzdAogICAgdXNlcjogY2x1c3RlckFkbWluX2NuYWJ0ZXN0X2NuYWJ0ZXN0CiAgbmFtZTogY25hYnRlc3QKY3VycmVudC1jb250ZXh0OiBjbmFidGVzdApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGNsdXN0ZXJBZG1pbl9jbmFidGVzdF9jbmFidGVzdAogIHVzZXI6CiAgICBjbGllbnQtY2VydGlmaWNhdGUtZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVVXZWRU5EUVhWWFowRjNTVUpCWjBsU1FVb3dNRTlJUlhCWVR6WnVlbFp3U1VGVmMzRlFiM04zUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhjS1JGUkZURTFCYTBkQk1WVkZRWGhOUTFreVJYZElhR05PVFdwQmVFMVVSWGhOVkZsNFRYcFZlVmRvWTA1TmFrbDRUVlJGZUUxVVdYbE5lbFY1VjJwQmR3cE5VbU4zUmxGWlJGWlJVVXRGZHpWNlpWaE9NRnBYTURaaVYwWjZaRWRXZVdONlJWWk5RazFIUVRGVlJVRjRUVTFpVjBaNlpFZFdlVmt5ZUhCYVZ6VXdDazFKU1VOSmFrRk9RbWRyY1docmFVYzVkekJDUVZGRlJrRkJUME5CWnpoQlRVbEpRME5uUzBOQlowVkJjWEJGWmpoSE4wZHhVVkE1VUc1cVpFdEhZVmdLYUVkdlRITk5NV1ZYWkVkYVpTdHRNbEE1Um5sU1prRlJjSHBrUm5SeU5XeHdhV016SzFGMGVFcFBaazlLVFVSSFZYWXpjRTVLWkc1d09XZGFjRFJ6YXdwNWNVOTZXVWhHYjJKamVVcDJLMWhsVkZCSGFWWnVSSEZNZFc1d2EzWnFlSHBTYlhkVVVIUlZSa05RTVhsUkt6bHNlRWxSZUZwcFJuWlhPWFYxZFc0ekNtTktXbTlVY0U1bFRYTlBhMWh0UkcxamNGbDJUWFFyWkdWeFFtWnFMekJZU2pCNWVETkJVemMyWlRKbk4xUTVTbFp2V0ZScFZ6RTNSSGd2VTJNcmNTc0tOekZCVHpOWGFXTlRZemwzVGxjd2RXeEdWbVp1U3pocGIxSmpWbHBTYVVZemMyNTJjRU5uY1UxUFlVbEplbGxaVjFCTGNXUmlaVWxaZDJaNFVraGhhUXBEUTB4U1NWRnpUa1p4TVRWUmRGVkhiREJtUldoeWRXWnVhbUY1YVZNd1YydFdWbGtyTVd4d1IyaEhMMEZDVlV4YVQybHlUVWx1V0dFNWFEUlFUMUZsQ21SVGNGZFJTMjByVUV4alRuVXJZMUp5VUhWbk1IRnVSVGROWjIxdVlrRTVWMXBqY0d4dlYyUndkaXRIUmxSdFRpdDBNMEZoTkdkbk9GVnZkV2xJUldzS1VrSjJVME51TDJNeU5UQkhXSEI0UVhOc00xTmtjSE0wZUVkMmNsTnRSVXMxYkUxTlFsSnBXbGt4UjFwMWNGUk5ZbVpRTjNjeWFWZHRiVXhLWTNsSE5RcEJWbllyY0N0MU0yRTBhVkpqVURobk5VZHZTbGRZT1ZGNVVqRmhSUzlUTVVsNFN6SjBValJ0VmtSMFFuWlRiRFoxY0VSUVRsQkNTazEyY1ZWUVZrdHdDa3BIY1UxRlowMW1lRzFuZVc1SWFUUTNiRFpQVDNsVWVrcG5kelpGT1ZFd1dWUlRjMmhYTW10bFkyNVVVV3BLVUVOdFkzZFdXa2t2WkZKeGFUUm5hV2NLT1hOUE9XTjJXSEZwVjA1TWRXTnpUME5pWWtWSGIwbEpTell6UTNwMlJsa3dkVFprSzI1SFJWSXhWRGd5VEcxM1dUUjFaVXBYSzFKR05FeHZibEJQVVFvd2FYVm1iamRNYUhWVWNuVjNjRkpHYlhGdWVIUk5PRU5CZDBWQlFXRk5NVTFFVFhkRVoxbEVWbEl3VUVGUlNDOUNRVkZFUVdkWFowMUNUVWRCTVZWa0NrcFJVVTFOUVc5SFEwTnpSMEZSVlVaQ2QwMURUVUYzUjBFeFZXUkZkMFZDTDNkUlEwMUJRWGRFVVZsS1MyOWFTV2gyWTA1QlVVVk1RbEZCUkdkblNVSUtRVVZpZVN0c2FUaEhSM1ZpVFZwRFJGUlJTbXg2ZDIwMlNISnlhRkowWWtNdmRrWTFRazh2ZWtzMFZYUndaMHhTZFZKaFNuUkphV1pOUkVSUGFsRnRWZ3BwV1V0a1oxUndNemhpUkVOelFXZDRRa1pVSzBsSmRXc3lSVlpJU0ZOdlFVTlhjblJpYzFjeFRsZGtWM2xrUzB4R1JXOHZTVWhCUVRoc1ZVTXdSWHB6Q21JeVpWTlRNRTlNVEVSMGVsbHdTMVI2T1Vsd2QwTnhabWx3UW5Sd2N6QnVhSHAwY0dkMlRYSnVZazVrVEZGamF6UmpUR3BPSzBacFVqTjRiMHgxVlV3S1ZWVlJhMjFqU1ZseVRIVjRRelprTkhweWJXdzJUbFpMYWpsYVN6SlJja0ZZZEZaVVZuTktORk5qVjBsdmVWazBRM2c1V0hCTFNYTmxlRlU0Y25sWk1RcFJjRXMxTVVsUWNrNHdjMFZtZWsxSVFtWk1Vemg2VldOeU1FVkRjMXBwYldWRGVFMHdXaTl2YzFGcWFXcFNNSFkzYTIxVFZVcEZTV3BIU25NNVRrbHFDaTh5TDNZMmVHWlVhME01YzA1WGNqZE1LMUp4WkRGNVYwVldiWFpaUW5BNFVFNWFkM05aV1dWS1NYRklNRFV5YzJ4cU0wZEtlVWxXYTFkS2JWZEJWVlFLZG5ZeGNHaG1SR3BqVVdSMFkyRm9aM2sxYzFKdVdEZzJNM0V4V1hwSE1uQnNibmRDVmtoU2JEWmxVRkU0TlV0RVMyRk9USEZ1U2tsdVRWZHNVMkprTkFwcVpGUXJNV2hOYm1WRVN6azNPSEJ2UWxaamRVRkNVVTFWTUdKVVUwMUxNbWhrWTJkRGNtMUlVa2htVDJ0SGFsZHFXa3MwUmtSWVdWZzNWVUZDWjFacENuVmFaemhWWW1sU00zbDJhbU5OTTBsU1lrNU9kRk54WjBGbE1HaEJkVGgxYzNkNmEyeEViMUJUYVdoUk5XMVpWVEkzTVc5aFIxSTFablZyYUUxaGRGQUtZVTl6VWpjMGEwWjVTbkY2V1haVmNYaEdTbk5OVkhOVVdESmxZa1l4WjFCS1VqaHVMMjVIYW5CMVZWWk1Ra3BTVlVSa1VWbGhkVVIwTW5wYU0yNTZlZ3BGVlhkNFJqaGFiVzVhTms5NFdXcEtaWGx2YjFWd1NuSTVjRWt6Ym1KMGRVTlhNbGwzY0hOdmR6RlRaQW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsS1MwRkpRa0ZCUzBOQlowVkJjWEJGWmpoSE4wZHhVVkE1VUc1cVpFdEhZVmhvUjI5TWMwMHhaVmRrUjFwbEsyMHlVRGxHZVZKbVFWRndlbVJHQ25SeU5XeHdhV016SzFGMGVFcFBaazlLVFVSSFZYWXpjRTVLWkc1d09XZGFjRFJ6YTNseFQzcFpTRVp2WW1ONVNuWXJXR1ZVVUVkcFZtNUVjVXgxYm5BS2EzWnFlSHBTYlhkVVVIUlZSa05RTVhsUkt6bHNlRWxSZUZwcFJuWlhPWFYxZFc0elkwcGFiMVJ3VG1WTmMwOXJXRzFFYldOd1dYWk5kQ3RrWlhGQ1pncHFMekJZU2pCNWVETkJVemMyWlRKbk4xUTVTbFp2V0ZScFZ6RTNSSGd2VTJNcmNTczNNVUZQTTFkcFkxTmpPWGRPVnpCMWJFWldabTVMT0dsdlVtTldDbHBTYVVZemMyNTJjRU5uY1UxUFlVbEplbGxaVjFCTGNXUmlaVWxaZDJaNFVraGhhVU5EVEZKSlVYTk9SbkV4TlZGMFZVZHNNR1pGYUhKMVptNXFZWGtLYVZNd1YydFdWbGtyTVd4d1IyaEhMMEZDVlV4YVQybHlUVWx1V0dFNWFEUlFUMUZsWkZOd1YxRkxiU3RRVEdOT2RTdGpVbkpRZFdjd2NXNUZOMDFuYlFwdVlrRTVWMXBqY0d4dlYyUndkaXRIUmxSdFRpdDBNMEZoTkdkbk9GVnZkV2xJUld0U1FuWlRRMjR2WXpJMU1FZFljSGhCYzJ3elUyUndjelI0UjNaeUNsTnRSVXMxYkUxTlFsSnBXbGt4UjFwMWNGUk5ZbVpRTjNjeWFWZHRiVXhLWTNsSE5VRldkaXR3SzNVellUUnBVbU5RT0djMVIyOUtWMWc1VVhsU01XRUtSUzlUTVVsNFN6SjBValJ0VmtSMFFuWlRiRFoxY0VSUVRsQkNTazEyY1ZWUVZrdHdTa2R4VFVWblRXWjRiV2Q1YmtocE5EZHNOazlQZVZSNlNtZDNOZ3BGT1ZFd1dWUlRjMmhYTW10bFkyNVVVV3BLVUVOdFkzZFdXa2t2WkZKeGFUUm5hV2M1YzA4NVkzWlljV2xYVGt4MVkzTlBRMkppUlVkdlNVbExOak5EQ25wMlJsa3dkVFprSzI1SFJWSXhWRGd5VEcxM1dUUjFaVXBYSzFKR05FeHZibEJQVVRCcGRXWnVOMHhvZFZSeWRYZHdVa1p0Y1c1NGRFMDRRMEYzUlVFS1FWRkxRMEZuUW5aU1QyTnBSVkpJTVRsck1VSmpUbFpPV1hObVlrMU9ZbHBwY3k5UVNtdFlURXRUWVd0TlZEQnlNVXhVTkdOTU1VRjJjWEJRU0hWNVRBcDNaVkZaYjBWUVFtaERVMk40Vm14YU0zQTVXRkpyYkU5SVFqVjJUbmxXZDJRcmMxcElZMHRMT1dscWVqVjJibmhFUVRSd1pIQjZVMHhUWVVsc2QyRkZDalJpZG5sMU5XRXJhVVU0TUN0NWMwaDZSREJMTTBkUVR5dFplR0V6VkZCRlpIRjVVSG93VFhRNGJXSkVVRFpuWjNSMlNHcHhhbFpPUjBaNkwxaFRMeklLUTFCNVVsZFdlVkJEUzJOUFJUVldkelZKVUZBeFVVZFZZbmRKU2pKb09HOVlka3c1ZWpVMGVYSkVkMnAwYVVncll6a3pVMWQwTW5oTGNrNURTMFptTVFweVpVbEJUSEJQUnpkUFdYSlBTSEp6SzJ0TE1UTTVkVXgyZUhoeE1VWlBOME0xZFVwUVRHVk1WM0UzU0VJMlJqQkNNMlpWV0Zob1VYUnhTWFpSZHpobENsRlVRMjlQWjFaM2VEQnRPR3hYTHk4MVVuZHpSbGhaZVhWMGIwZHZXRVJYY1ZwU05sRmpOalJTTUV0UFZsTlFNM1pZYnpaWU5ESnVRV0p6YjNSM1dtc0tNVzVzZVZGcFVrazVkalpWVkRsbkwycGpTa05uUms5dFNVRnBkMDFsZG5CNWNsUXhNVE41WVRSSE1tOUVSa1ZFUkdOYVNsSndUa0ZUTUZWMVUyWTBSUXBJU0c5Wk1ETTVNWFJGVmxsNWIwRmpheXRXWTFwRmNucFBjRFJQVVVoclNYaElORk5uTWtoRlNtVnZlWFZVYm1GSFdFNWlSelpLZEN0S05EQmphREJEQ25NeFVuTkdaa016YW1ReVZYSnpkM05MYWxrdlFUbHhWekpCWlU5SU4zbFdiMkpTWTAxdlZ6VlhlWGREUmtKWU1Xa3dha296ZFUxTmRrTjNSRkE1Tm5RS1dXWlVTWE5oYlhSU2JWQm1ZVzVwVlRkUE1qZExTamhMWlZWTVQzUktVVzVKUkdadlF6VmpVMWxpVHpkMVNUZE1aVmQyZW1oNk1HNHJibXRvTVZsSFRncERXalJKVDFBMVpFbDFXWGt6YTBkTVdEaEZVVzl3Wm5ObFVsSlJOVWh5Ym1GRVNVcENZMFpVT0hSdFJHRnVTWE5OVVV0RFFWRkZRVFF4THpWV04wTkJDa3RCVW1JelRqZE9SamRHVDNkdldEZGFTV1ZoWkdNNVJ6TXJla1J1WlZwdEsxQlZkalpZZDBGVFJYUlRVbXR4VW0wNGJtbHhlbk5LZFVwbFVYbHNTakVLVkc1c2RYUnJabkpDYzFSUVVXOWthUzl0WlZwR1kxRm9NVFJyVnpaRk0zRXpkelZzYUV0MVZGZ3ZjMjFEUkZFM1RtSktZWEZ3YUU5dE5XZHhZMUJqT1FwcU9Hb3ZjbTlJUTB0eFJqazVXVEJFV0hOalJFbG1SRUpyWjNnemVYcHFTV3c1ZDIxa1VFVmpjM2hTZFd0MGNFMXlSR2h4U0ZkUllrUnlhMDAwUW1KSUNqZE1Wa1pOVTBSVmRWaFdXRXMzWVZObVduUmxlblpVZVVKS2EyMU1WbWxrY2tSRFUyMUxRemM0ZDJkaVZIZFNVMEZLT0dodmNYWlBXRUZTY3pOcmJFSUtPVFZMUzFkUE9VNXhiR2RNUkhGME1XVnRlbG92TmpGVVdYSnpSVTgwVW5KbldqbGxOVkJ4WmxaS2Rpc3ZZeTlEZVUxWFJUVktVbXA1TWpGa1l5dEZVQXBwUm1FM01rbzRablJuWm5WVFVVdERRVkZGUVhkQmNFeHdRMjl1T0ZwcWNXazNUV1Z0VDJ4bVZsTmtWemQwYUd0SmExTlVSRUZuU0dwVGFreFJTakpEQ2preFNWQk5VWE5TYm1ScmMzSmplWEJFYlhwd2FWSnVhMGhpYlhSUGQzVmhVbGh0ZDFsSE5GVnJjRFJsUWtaMWIybFhSa056ZWxZM2FHaEljbFJEWkRjS2NrdDBWakJzYkU1Qk1XaExNMmRsTTB4emNscDVhRnBJT0VWNlFWTklWRU5RT0U0cmFqTk1RMk51VlVsNmQzcElTR292Vkc5elFsVmxTbVJLYldkdU5BcHRiMmRKVm5sWFZFMXFjRzlyYldoS2IyWjFOVEpaTWpkaFFWQXJjV0ZuWW1KUFkwZzNVblF6Y2lzMVZGbzJWWGgxY0ZOVlYzWlRVbTl4YjA5eVREVnBDalJvV0drd01VVk5PVWx3VVdVd0swTmxNVTlyUkhkT1lXRldWMmRaVkhSbFQzZEJOakJRWTJaaWJGZ3hTM2REYkdGTlFWUndXakE0VkRKSE1VdFhZa3NLTUd0dU1sSldaRWR6V0hwVWVHbHVWV1EyUVcwM1J6aE5XbmRrYnpoS04wbFRPV3RJVW1WdWNWWjNTME5CVVVFNVZrTjZRVWd3V21sQ1Rrd3lXREEwTkFwbWMxYzRjVVZFYm0wM0wyOHlVRVJKUVRKbE9FWnRTbVE0YkhoeVFVNTRaVzgxY0dOb1ZUWkVSVGxDUlRKV1lrVTJTRlJSWW1FNVoySkdZVlpoWnpaV0NuTTRORzV3Y21KdU5HVXJhblJHVW1kbE5GTnVVV2xWUVRWNlVYZDBZM0UxYWpsa2VGUlJNVkJpV0RCU1IwdFlWRk5DWW1sbk16SnBXVGxsTjB4U2NTOEtVSFpJYm05d1NuWktVVlJQVTJNNFkxbHhjVXBOVW1KRFFqQnhSVXh0YWsxVlRUSkhXazFXWW1sd1puTjBOSGx2ZVhaalZFWnVTREJuWlhoWk1WQTRjZ3A1ZEN0d1ZtTlNjbWgwV0hGM2NIcHZObkJ2YldwM2JIZFpWMWRhVEROdGFXdDFVWGw1ZG5GSVYyMVVURXROV1habllUUlFkM1pwT1VjeFUyWnhiVkp5Q21SMldEaHFabXBSTDJJeFRGQnRaMGxqUjAxNU0yOVFWVFJpVkVveFIxQllaMWxCYXpJM05IaFJlakpYU0dkU1VUUllNMk5tU3pobk1tbDNkWGRNVkdZS09UUkhjRUZ2U1VKQlJWaDRLMmRpTjBNM01XeFZkR2MzUkRCUWJXcEZRalZ4WVVsdk1IQXZaMnhwV214eWEzQjBkREJ1TjJ4TU16YzVNbWxJWmxrd1pRcHJjbFpwZFRWb2VtUnpVRzB5UkRCNllXSk1PVEJPZWtwTE9FdFViRmsyY0ZwSmJERXdVR0p2Ynl0RFpEbEVWM0Y0VTJKb2IzQjNUR00yUXk5M1pITmpDa0l6YWtSSGNXUkRXSFo2UzBSTU1uSldjMWRPVFZWelJVc3dObGxJT1dGTldtWTNlbmx1Y0hORFQzUlpXR1YyYlZCdWNVdGplUzlzY1VKUlJuSlpNRE1LTVU5eGRXSldUa0ZYYW5GM09ISmpOVGRWUm1nMU1IUk9RVzluVERONFdVaEhaak5CU0RGTGVqRjVNR2h6ZDBkeFMzUnZhMHBsVUhVd1RWUnBNbTVOWmdwQ1dqRkZTVzFTUlROS1dsUlNSbFJzVTFKeWFFRnljeXR3UXpKRlRrMUNPVTF0VkU1UldFaGljemgzTkdKelZVTTRNMkl5TlRWNVkwdzRVMngxZVhabENrdFZkMlExUkUxR09DdGtaSE4zYVRkdVF6Z3plR2RDUzA1bGJua3ZkRlZEWjJkRlFrRk9aVVJaVDFoQ1IzZHVlR3BxTDJsS2EzcExjRGhzTW1SRVluQUtabWhZV0VSSFN6WXlRbFJwT1VoblVUbG5iMFZZWVZGNWVqRlFOVTR3UTFGeVlrWXJlSE16VWpOb1dVNUhSRE5KZEU5dE9XTTFTMDVZV1VOcmJqUmFNQXB1ZFVkRlRHaE9SbWwzTkROdFlVNHhaakJqZWpkdU1EVk9kM2hHU0ZaV1YwMXdTMjF3UzBKRWFGaDZTelJ1YlVSQlZXMXdSalprWkhocmFHY3ZhMmxTQ2psYVdsUk1hV1Y1UVVweE5tdzVhV3h1VjNka1dEZGlVV1p3Y21SWE1rczNhblJPTW5Rd2VraHJkRWhYTTJOSlZXaERWMWhUV0dsVU9DczNNR2w1T0dFS2QxTXdhWFV2TkU1RVJVNUpOWFJSYW1kRE5scE9aamQ0UVhKVVkydHBZMUpKVkZWbGFHZGlhV2x4VmtGYWJIRldaelEwUmxOVU9UaDROWFZPY25sM013cHdlVzlyV2tSVmJrRjFVRGxXTVc1T1oyVktSMHBRYm01ck5XbG5XbFpsUldkWGVrZExlSFYyWXl0WldFSlRORXB5Ym01M01IZFFNbVUyTUQwS0xTMHRMUzFGVGtRZ1VsTkJJRkJTU1ZaQlZFVWdTMFZaTFMwdExTMEsKICAgIHRva2VuOiA4NzM2NGJkNjY3NDFkOWU3NjQzNTBjYTkwMjU1NzVlZTYyNmViYWM4NWZhNGM3ODdhMzRjNjVmNWUyZDQzMTgwMDkwNjMxZDkwMTUxNWM5ZDgyNThmMWEyNzJmMWUyNDBiZmE0ZjBmYWQ0MmJmZjMzZDg3YzgwMzhmMmI3YzNjNgo=\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jABgAAAAAAAA%3D%3D%23RT%3A4%23TRC%3A4%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegDCAMCGDIChAQAii4ClgXIBAM8DAE6EUYCEBcEAAgCAAWAAmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gJBgAAAAAAAA%3D%3D%23RT%3A4%23TRC%3A4%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCYAAmGDIAVgICADIBCAZjNx8YjgBEAACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0pCZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0JTIzVFJDJTNBNCUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBZWdDWUFBbUdESUFWZ0lDQURJQkNBWmpOeDhZamdCRUFBQ0p5Z0FIQUFFZ3ZnQUxBWno4ZUhDcUFhb0FDd0FCQ2dBUVdnSFdBWVFBTUFCRUFBQU5iZ0RFQUJnQkNBQURQQXdCUkFCQUJnd0JnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdSNkFVWUF6QU1BUEFQMzMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBSGVnSUFqWVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jABgAAAAAAAA%3D%3D%23RT%3A4%23TRC%3A4%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegDCAMCGDIChAQAii4ClgXIBAM8DAE6EUYCEBcEAAgCAAWAAmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3akFCZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0JTIzVFJDJTNBNCUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBZWdEQ0FNQ0dESUNoQVFBaWk0Q2xnWElCQU04REFFNkVVWUNFQmNFQUFnQ0FBV0FBbW9BeEFBQiUyQkV3QUFHNEFoSUFBeUFBQURDQUFTQUFCZ2lFQmpBQUE0Y0VFREFFbUFMSUN6Z0Q2QUFjQ0FCMElBSUJCUWNGNkFTNEFYZ0MlMkJBQThEWm1VTWYlMkJBQVJnRU1BQU1BQUJHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb2dBS0FBQUJ3d0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkFlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f98689d4-804c-4549-916c-8735421768fd" + "c186cfb5-3753-42f7-bc1a-d0b57a445fcc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -663,13 +663,13 @@ "no-cache" ], "x-ms-correlation-request-id": [ - "0dfe4430-f510-4b27-bd36-ca8dd25f756f" + "6d745b84-aecd-4d06-9267-f634583abb50" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" + "14676" ], "X-Ms-Request-Id": [ - "71e2d2d3-f6b2-402d-b959-06b91839aa60" + "7bef7a44-574c-443d-b6d1-8e10bb2dd244" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -677,17 +677,17 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052752Z:0dfe4430-f510-4b27-bd36-ca8dd25f756f" + "CENTRALUS:20210505T214936Z:6d745b84-aecd-4d06-9267-f634583abb50" + ], + "X-MSEdge-Ref": [ + "Ref A: 7253A0481C214F0EB0E89103333ACB2A Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:36Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:51 GMT" + "Wed, 05 May 2021 21:49:35 GMT" ], "Content-Length": [ - "14086" + "14157" ], "Content-Type": [ "application/json" @@ -696,23 +696,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/cnabdemo/providers/microsoft.extendedlocation/customlocations/cassloc3\",\r\n \"name\": \"cassloc3\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/cnabdemo/providers/Microsoft.Kubernetes/connectedClusters/cnabdemo\",\r\n \"namespace\": \"cassandra-operator\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/cnabdemo/providers/Microsoft.Kubernetes/connectedClusters/cnabdemo/providers/Microsoft.KubernetesConfiguration/extensions/cassandra\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"KubeConfig\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VWNVZFTkRRWEpIWjBGM1NVSkJaMGxSUXpZNFVHa3ZORUY2Y1ROTVZuY3lUM05JZUV0dFZFRk9RbWRyY1docmFVYzVkekJDUVZGelJrRkVRVTRLVFZGemQwTlJXVVJXVVZGRVJYZEthbGxVUVdkR2R6QjVUVVJGZUUxVVJYaE9ha1Y2VGxSS1lVZEJPSGxOUkZWM1RWUkZlRTFVUlRKTmFrMHhUV3h2ZHdwRVZFVk1UVUZyUjBFeFZVVkJlRTFEV1RKRmQyZG5TV2xOUVRCSFExTnhSMU5KWWpORVVVVkNRVkZWUVVFMFNVTkVkMEYzWjJkSlMwRnZTVU5CVVVOb0NpOHJLMWhyYjBaNlNsQXZkU3N2WjB0WFVFSlBaVkp4YjJSYWNYTmlkWFYwVW0wdlFuSklkbkZUVm1WeGNGUnZhMnhPTWsxMlMxQmlSRW94WmtObVN6a0tlbEI0YVVWQlltdFBiRUV5ZFVoa1VqTlJiRXRyY1VsUlQzRnlXSHBFUXpKRVMzRnRRMWxZVTBOeVYxUmpkME5QY0VwblMybHRkMDFQYUhwdldsSmlVQXBTU1dNdlYwUnRZM0Z3YUdobE9IaFBWa0l3VjBJeWMwOXVja2hCVGxwUWJ6TlVabU5qY210cFJFSnNhV1ZZU0ZZeGVVRlFXSGwzVlhSNVoyOXdVU3N2Q2tvdk5YZ3JPRXBNUVdzeFVFcFRia2RQYlcxWlpIZEtSbGMyWm01MU5rcDVWMWxtY1hCSmEyWmtXRXRWYUZaU1RXbE5RVVowTDFZeFEzSlNWVTRyT0dzS05HVkRaVEU1ZG1aRFIyeGhhSEU1UTNRME5sUjRNa2htZFhveVdtMUlVRFpETjFBNWFVVm1UR2xXTTBWaGNqSktSRkY1VkhwcVFqSmpTRzFpVHpoRFdRcDZURWRYUVUxbllsTmxiMVpRU25KWU1VOTFNaXN6YkcxM1dIWmhRbmRXTjJSd2Ntd3dSM1JvWVRnekwwMXVZVEZNU2tneVZsWlZRMGxsT1ZGRWFXZHpDalZQZWxRMWNVOXllbWxSUjA5V00zUlpXbll4UVROQk9DczBPRkJOVWt4NWNVdEtNSHBwU3pSdFdHUm9aWGgxTTNkMFQwUkNZWE5TY1RSTVZGUllVSGtLVTFock1GWm5abTVrTnk5VWF6SmpjWE55U0ZKUVVsaDBRak5DYjFCd1NETmxiMmh2YTBwUE55dHdNWFI2UVRSQ2NERkNkVXh5YXpoaFdHaE5lV05oTUFwNVJVWmFVMnQ1U3pSWVRWWldlbEkwUmpaNFFYSllPVFZ4WjJ4TWVVTm1jRmhQZFhKcVlTODNlVnAzWmpKNWNYRktkVUY0WmtSRFFpdFNaR2cwZDJjckNuUk5Ra1JMZEZveloxVmpTMVlyU2xodFdEaFBkRXd4UlV0UGNrWlBTSGRpYkhabWFWUlNWbFJ4Vmt4RWJFbHNVa1pyU1ZkMVVtRnViRXRKVFd0VFJGa0tUMnhVZUV4bmNFSTVWblpWUnpWNmNFaEJURUZsYTNCdlZtZHJSSFppVVdacldscHZSeXR2VGpsUlNVUkJVVUZDYjNsTmQwbFVRVTlDWjA1V1NGRTRRZ3BCWmpoRlFrRk5RMEZ4VVhkRWQxbEVWbEl3VkVGUlNDOUNRVlYzUVhkRlFpOTZRVTVDWjJ0eGFHdHBSemwzTUVKQlVYTkdRVUZQUTBGblJVRkVLMGxpQ210TVZIcGlSM3BXWVVNek9FWTRlRWhUYm5WUE1UaHpiVGQwZFU4M01XRTJhMVp5V21SaE5uVjJhVVZCT0haSFUwaDNaRFJCWjJGQldUVkpkVUpuYnpRS2MwdENaelJUVFVSdFJTOHZjVGRtU25WRU5IVXJaM0pFTWl0WlFYVmxSMnBXVVRaelNucDZVRVZ6ZW5SaFVITkpkalpQUmt4MlIyTmtNMFZpYTBoTk9RcDRkakpJVDIxNVVYWkxMM2xYYzBFMVkyaGlZVVZHVVRkU2IwVm1hbmhMTldZMVpYTXZiMkpXZVdWRmRFSlhVVlZFU210WlNUVXpPWHA2WmxscVRGQlJDbGw2ZWprdlUzUmxZbVJsYWxvMk5URk9VSGxEYkdFclRpOHZURzlVUlZFcmN6VnBNM0pQYTBGellUTjRSamgwTVVoaFZ6aElMMkp1V1hSTVYzcFRSMklLWW5sd2VtNTFObGgyTjNVeVNHVmpjRkZrY0dOQ1JFZHJOWE40T0VKRlVEZ3ZLek5LZGpaTFJqVjBkVEJOVDBRNUsxbFdjM2N6UVdVNFprVlNiVEZNUmdwRWJtaFlOMEZFZEhkcFJtNHJTWEoxTmtSRmFHTkxUa2hPWTJKUGVsaFVWWGxIYm1rdlRTdElNeXREVkRKa2EyWjFkRXRCTVhKRU4zTmtOVVYyWXpCTUNrOUJXUzlaU0dsNE9XMURiM2hRTTNwbGJtNXBZalphU0VKck5uWXpNMGRpUkVaS2NrOU1jVTFHYzJGeE5VWmlNSFYwWkZWTlRUTjBhSHB6ZVVSelRGSUtXRzl3T0ZocU9XbElaVFZtZUU1T01qVlhNRVUyVUVocVZXeEhaM05tYVUxbGFqZHJiMVV2YjNWblZtSlJZV3hVV1RWYWJrVk5TSGRsVVRCd0wyRnFVd3BKU210RWFtRlFNMlJETVdwa2FqTTNhVmxzWjNoM2VGQkRSVFpZVWpSU2RrZzVTMGt3ZFdrd2RHSmlWWGc0TkROYVJqTkRaazlKVVUxUFRFbDVXbTVzQ25GSU9YVTJVa2h4TXpCTk1YWktLMWRrYkZCNlNrcFBVVVpOYkVKbE9GUmFkRFZIYmtaclluWlZURGN2ZEdSTE1XOHJjbGRwZVdWVllqWTVNbTlJVmtNS1RHczBUalpyVmk5MVVYcFpOR3gyZVZwUEsyUlRWR1Y1VmpkWVVIUmlXalIxT1RoR04zQlZQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vY25hYnRlc3QtZG5zLWM1YTNlOTMyLmhjcC5lYXN0dXMuYXptazhzLmlvOjQ0MwogIG5hbWU6IGNuYWJ0ZXN0CmNvbnRleHRzOgotIGNvbnRleHQ6CiAgICBjbHVzdGVyOiBjbmFidGVzdAogICAgdXNlcjogY2x1c3RlckFkbWluX2NuYWJ0ZXN0X2NuYWJ0ZXN0CiAgbmFtZTogY25hYnRlc3QKY3VycmVudC1jb250ZXh0OiBjbmFidGVzdApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGNsdXN0ZXJBZG1pbl9jbmFidGVzdF9jbmFidGVzdAogIHVzZXI6CiAgICBjbGllbnQtY2VydGlmaWNhdGUtZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVVXZWRU5EUVhWWFowRjNTVUpCWjBsU1FVb3dNRTlJUlhCWVR6WnVlbFp3U1VGVmMzRlFiM04zUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhjS1JGUkZURTFCYTBkQk1WVkZRWGhOUTFreVJYZElhR05PVFdwQmVFMVVSWGhOVkZsNFRYcFZlVmRvWTA1TmFrbDRUVlJGZUUxVVdYbE5lbFY1VjJwQmR3cE5VbU4zUmxGWlJGWlJVVXRGZHpWNlpWaE9NRnBYTURaaVYwWjZaRWRXZVdONlJWWk5RazFIUVRGVlJVRjRUVTFpVjBaNlpFZFdlVmt5ZUhCYVZ6VXdDazFKU1VOSmFrRk9RbWRyY1docmFVYzVkekJDUVZGRlJrRkJUME5CWnpoQlRVbEpRME5uUzBOQlowVkJjWEJGWmpoSE4wZHhVVkE1VUc1cVpFdEhZVmdLYUVkdlRITk5NV1ZYWkVkYVpTdHRNbEE1Um5sU1prRlJjSHBrUm5SeU5XeHdhV016SzFGMGVFcFBaazlLVFVSSFZYWXpjRTVLWkc1d09XZGFjRFJ6YXdwNWNVOTZXVWhHYjJKamVVcDJLMWhsVkZCSGFWWnVSSEZNZFc1d2EzWnFlSHBTYlhkVVVIUlZSa05RTVhsUkt6bHNlRWxSZUZwcFJuWlhPWFYxZFc0ekNtTktXbTlVY0U1bFRYTlBhMWh0UkcxamNGbDJUWFFyWkdWeFFtWnFMekJZU2pCNWVETkJVemMyWlRKbk4xUTVTbFp2V0ZScFZ6RTNSSGd2VTJNcmNTc0tOekZCVHpOWGFXTlRZemwzVGxjd2RXeEdWbVp1U3pocGIxSmpWbHBTYVVZemMyNTJjRU5uY1UxUFlVbEplbGxaVjFCTGNXUmlaVWxaZDJaNFVraGhhUXBEUTB4U1NWRnpUa1p4TVRWUmRGVkhiREJtUldoeWRXWnVhbUY1YVZNd1YydFdWbGtyTVd4d1IyaEhMMEZDVlV4YVQybHlUVWx1V0dFNWFEUlFUMUZsQ21SVGNGZFJTMjByVUV4alRuVXJZMUp5VUhWbk1IRnVSVGROWjIxdVlrRTVWMXBqY0d4dlYyUndkaXRIUmxSdFRpdDBNMEZoTkdkbk9GVnZkV2xJUldzS1VrSjJVME51TDJNeU5UQkhXSEI0UVhOc00xTmtjSE0wZUVkMmNsTnRSVXMxYkUxTlFsSnBXbGt4UjFwMWNGUk5ZbVpRTjNjeWFWZHRiVXhLWTNsSE5RcEJWbllyY0N0MU0yRTBhVkpqVURobk5VZHZTbGRZT1ZGNVVqRmhSUzlUTVVsNFN6SjBValJ0VmtSMFFuWlRiRFoxY0VSUVRsQkNTazEyY1ZWUVZrdHdDa3BIY1UxRlowMW1lRzFuZVc1SWFUUTNiRFpQVDNsVWVrcG5kelpGT1ZFd1dWUlRjMmhYTW10bFkyNVVVV3BLVUVOdFkzZFdXa2t2WkZKeGFUUm5hV2NLT1hOUE9XTjJXSEZwVjA1TWRXTnpUME5pWWtWSGIwbEpTell6UTNwMlJsa3dkVFprSzI1SFJWSXhWRGd5VEcxM1dUUjFaVXBYSzFKR05FeHZibEJQVVFvd2FYVm1iamRNYUhWVWNuVjNjRkpHYlhGdWVIUk5PRU5CZDBWQlFXRk5NVTFFVFhkRVoxbEVWbEl3VUVGUlNDOUNRVkZFUVdkWFowMUNUVWRCTVZWa0NrcFJVVTFOUVc5SFEwTnpSMEZSVlVaQ2QwMURUVUYzUjBFeFZXUkZkMFZDTDNkUlEwMUJRWGRFVVZsS1MyOWFTV2gyWTA1QlVVVk1RbEZCUkdkblNVSUtRVVZpZVN0c2FUaEhSM1ZpVFZwRFJGUlJTbXg2ZDIwMlNISnlhRkowWWtNdmRrWTFRazh2ZWtzMFZYUndaMHhTZFZKaFNuUkphV1pOUkVSUGFsRnRWZ3BwV1V0a1oxUndNemhpUkVOelFXZDRRa1pVSzBsSmRXc3lSVlpJU0ZOdlFVTlhjblJpYzFjeFRsZGtWM2xrUzB4R1JXOHZTVWhCUVRoc1ZVTXdSWHB6Q21JeVpWTlRNRTlNVEVSMGVsbHdTMVI2T1Vsd2QwTnhabWx3UW5Sd2N6QnVhSHAwY0dkMlRYSnVZazVrVEZGamF6UmpUR3BPSzBacFVqTjRiMHgxVlV3S1ZWVlJhMjFqU1ZseVRIVjRRelprTkhweWJXdzJUbFpMYWpsYVN6SlJja0ZZZEZaVVZuTktORk5qVjBsdmVWazBRM2c1V0hCTFNYTmxlRlU0Y25sWk1RcFJjRXMxTVVsUWNrNHdjMFZtZWsxSVFtWk1Vemg2VldOeU1FVkRjMXBwYldWRGVFMHdXaTl2YzFGcWFXcFNNSFkzYTIxVFZVcEZTV3BIU25NNVRrbHFDaTh5TDNZMmVHWlVhME01YzA1WGNqZE1LMUp4WkRGNVYwVldiWFpaUW5BNFVFNWFkM05aV1dWS1NYRklNRFV5YzJ4cU0wZEtlVWxXYTFkS2JWZEJWVlFLZG5ZeGNHaG1SR3BqVVdSMFkyRm9aM2sxYzFKdVdEZzJNM0V4V1hwSE1uQnNibmRDVmtoU2JEWmxVRkU0TlV0RVMyRk9USEZ1U2tsdVRWZHNVMkprTkFwcVpGUXJNV2hOYm1WRVN6azNPSEJ2UWxaamRVRkNVVTFWTUdKVVUwMUxNbWhrWTJkRGNtMUlVa2htVDJ0SGFsZHFXa3MwUmtSWVdWZzNWVUZDWjFacENuVmFaemhWWW1sU00zbDJhbU5OTTBsU1lrNU9kRk54WjBGbE1HaEJkVGgxYzNkNmEyeEViMUJUYVdoUk5XMVpWVEkzTVc5aFIxSTFablZyYUUxaGRGQUtZVTl6VWpjMGEwWjVTbkY2V1haVmNYaEdTbk5OVkhOVVdESmxZa1l4WjFCS1VqaHVMMjVIYW5CMVZWWk1Ra3BTVlVSa1VWbGhkVVIwTW5wYU0yNTZlZ3BGVlhkNFJqaGFiVzVhTms5NFdXcEtaWGx2YjFWd1NuSTVjRWt6Ym1KMGRVTlhNbGwzY0hOdmR6RlRaQW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsS1MwRkpRa0ZCUzBOQlowVkJjWEJGWmpoSE4wZHhVVkE1VUc1cVpFdEhZVmhvUjI5TWMwMHhaVmRrUjFwbEsyMHlVRGxHZVZKbVFWRndlbVJHQ25SeU5XeHdhV016SzFGMGVFcFBaazlLVFVSSFZYWXpjRTVLWkc1d09XZGFjRFJ6YTNseFQzcFpTRVp2WW1ONVNuWXJXR1ZVVUVkcFZtNUVjVXgxYm5BS2EzWnFlSHBTYlhkVVVIUlZSa05RTVhsUkt6bHNlRWxSZUZwcFJuWlhPWFYxZFc0elkwcGFiMVJ3VG1WTmMwOXJXRzFFYldOd1dYWk5kQ3RrWlhGQ1pncHFMekJZU2pCNWVETkJVemMyWlRKbk4xUTVTbFp2V0ZScFZ6RTNSSGd2VTJNcmNTczNNVUZQTTFkcFkxTmpPWGRPVnpCMWJFWldabTVMT0dsdlVtTldDbHBTYVVZemMyNTJjRU5uY1UxUFlVbEplbGxaVjFCTGNXUmlaVWxaZDJaNFVraGhhVU5EVEZKSlVYTk9SbkV4TlZGMFZVZHNNR1pGYUhKMVptNXFZWGtLYVZNd1YydFdWbGtyTVd4d1IyaEhMMEZDVlV4YVQybHlUVWx1V0dFNWFEUlFUMUZsWkZOd1YxRkxiU3RRVEdOT2RTdGpVbkpRZFdjd2NXNUZOMDFuYlFwdVlrRTVWMXBqY0d4dlYyUndkaXRIUmxSdFRpdDBNMEZoTkdkbk9GVnZkV2xJUld0U1FuWlRRMjR2WXpJMU1FZFljSGhCYzJ3elUyUndjelI0UjNaeUNsTnRSVXMxYkUxTlFsSnBXbGt4UjFwMWNGUk5ZbVpRTjNjeWFWZHRiVXhLWTNsSE5VRldkaXR3SzNVellUUnBVbU5RT0djMVIyOUtWMWc1VVhsU01XRUtSUzlUTVVsNFN6SjBValJ0VmtSMFFuWlRiRFoxY0VSUVRsQkNTazEyY1ZWUVZrdHdTa2R4VFVWblRXWjRiV2Q1YmtocE5EZHNOazlQZVZSNlNtZDNOZ3BGT1ZFd1dWUlRjMmhYTW10bFkyNVVVV3BLVUVOdFkzZFdXa2t2WkZKeGFUUm5hV2M1YzA4NVkzWlljV2xYVGt4MVkzTlBRMkppUlVkdlNVbExOak5EQ25wMlJsa3dkVFprSzI1SFJWSXhWRGd5VEcxM1dUUjFaVXBYSzFKR05FeHZibEJQVVRCcGRXWnVOMHhvZFZSeWRYZHdVa1p0Y1c1NGRFMDRRMEYzUlVFS1FWRkxRMEZuUW5aU1QyTnBSVkpJTVRsck1VSmpUbFpPV1hObVlrMU9ZbHBwY3k5UVNtdFlURXRUWVd0TlZEQnlNVXhVTkdOTU1VRjJjWEJRU0hWNVRBcDNaVkZaYjBWUVFtaERVMk40Vm14YU0zQTVXRkpyYkU5SVFqVjJUbmxXZDJRcmMxcElZMHRMT1dscWVqVjJibmhFUVRSd1pIQjZVMHhUWVVsc2QyRkZDalJpZG5sMU5XRXJhVVU0TUN0NWMwaDZSREJMTTBkUVR5dFplR0V6VkZCRlpIRjVVSG93VFhRNGJXSkVVRFpuWjNSMlNHcHhhbFpPUjBaNkwxaFRMeklLUTFCNVVsZFdlVkJEUzJOUFJUVldkelZKVUZBeFVVZFZZbmRKU2pKb09HOVlka3c1ZWpVMGVYSkVkMnAwYVVncll6a3pVMWQwTW5oTGNrNURTMFptTVFweVpVbEJUSEJQUnpkUFdYSlBTSEp6SzJ0TE1UTTVkVXgyZUhoeE1VWlBOME0xZFVwUVRHVk1WM0UzU0VJMlJqQkNNMlpWV0Zob1VYUnhTWFpSZHpobENsRlVRMjlQWjFaM2VEQnRPR3hYTHk4MVVuZHpSbGhaZVhWMGIwZHZXRVJYY1ZwU05sRmpOalJTTUV0UFZsTlFNM1pZYnpaWU5ESnVRV0p6YjNSM1dtc0tNVzVzZVZGcFVrazVkalpWVkRsbkwycGpTa05uUms5dFNVRnBkMDFsZG5CNWNsUXhNVE41WVRSSE1tOUVSa1ZFUkdOYVNsSndUa0ZUTUZWMVUyWTBSUXBJU0c5Wk1ETTVNWFJGVmxsNWIwRmpheXRXWTFwRmNucFBjRFJQVVVoclNYaElORk5uTWtoRlNtVnZlWFZVYm1GSFdFNWlSelpLZEN0S05EQmphREJEQ25NeFVuTkdaa016YW1ReVZYSnpkM05MYWxrdlFUbHhWekpCWlU5SU4zbFdiMkpTWTAxdlZ6VlhlWGREUmtKWU1Xa3dha296ZFUxTmRrTjNSRkE1Tm5RS1dXWlVTWE5oYlhSU2JWQm1ZVzVwVlRkUE1qZExTamhMWlZWTVQzUktVVzVKUkdadlF6VmpVMWxpVHpkMVNUZE1aVmQyZW1oNk1HNHJibXRvTVZsSFRncERXalJKVDFBMVpFbDFXWGt6YTBkTVdEaEZVVzl3Wm5ObFVsSlJOVWh5Ym1GRVNVcENZMFpVT0hSdFJHRnVTWE5OVVV0RFFWRkZRVFF4THpWV04wTkJDa3RCVW1JelRqZE9SamRHVDNkdldEZGFTV1ZoWkdNNVJ6TXJla1J1WlZwdEsxQlZkalpZZDBGVFJYUlRVbXR4VW0wNGJtbHhlbk5LZFVwbFVYbHNTakVLVkc1c2RYUnJabkpDYzFSUVVXOWthUzl0WlZwR1kxRm9NVFJyVnpaRk0zRXpkelZzYUV0MVZGZ3ZjMjFEUkZFM1RtSktZWEZ3YUU5dE5XZHhZMUJqT1FwcU9Hb3ZjbTlJUTB0eFJqazVXVEJFV0hOalJFbG1SRUpyWjNnemVYcHFTV3c1ZDIxa1VFVmpjM2hTZFd0MGNFMXlSR2h4U0ZkUllrUnlhMDAwUW1KSUNqZE1Wa1pOVTBSVmRWaFdXRXMzWVZObVduUmxlblpVZVVKS2EyMU1WbWxrY2tSRFUyMUxRemM0ZDJkaVZIZFNVMEZLT0dodmNYWlBXRUZTY3pOcmJFSUtPVFZMUzFkUE9VNXhiR2RNUkhGME1XVnRlbG92TmpGVVdYSnpSVTgwVW5KbldqbGxOVkJ4WmxaS2Rpc3ZZeTlEZVUxWFJUVktVbXA1TWpGa1l5dEZVQXBwUm1FM01rbzRablJuWm5WVFVVdERRVkZGUVhkQmNFeHdRMjl1T0ZwcWNXazNUV1Z0VDJ4bVZsTmtWemQwYUd0SmExTlVSRUZuU0dwVGFreFJTakpEQ2preFNWQk5VWE5TYm1ScmMzSmplWEJFYlhwd2FWSnVhMGhpYlhSUGQzVmhVbGh0ZDFsSE5GVnJjRFJsUWtaMWIybFhSa056ZWxZM2FHaEljbFJEWkRjS2NrdDBWakJzYkU1Qk1XaExNMmRsTTB4emNscDVhRnBJT0VWNlFWTklWRU5RT0U0cmFqTk1RMk51VlVsNmQzcElTR292Vkc5elFsVmxTbVJLYldkdU5BcHRiMmRKVm5sWFZFMXFjRzlyYldoS2IyWjFOVEpaTWpkaFFWQXJjV0ZuWW1KUFkwZzNVblF6Y2lzMVZGbzJWWGgxY0ZOVlYzWlRVbTl4YjA5eVREVnBDalJvV0drd01VVk5PVWx3VVdVd0swTmxNVTlyUkhkT1lXRldWMmRaVkhSbFQzZEJOakJRWTJaaWJGZ3hTM2REYkdGTlFWUndXakE0VkRKSE1VdFhZa3NLTUd0dU1sSldaRWR6V0hwVWVHbHVWV1EyUVcwM1J6aE5XbmRrYnpoS04wbFRPV3RJVW1WdWNWWjNTME5CVVVFNVZrTjZRVWd3V21sQ1Rrd3lXREEwTkFwbWMxYzRjVVZFYm0wM0wyOHlVRVJKUVRKbE9FWnRTbVE0YkhoeVFVNTRaVzgxY0dOb1ZUWkVSVGxDUlRKV1lrVTJTRlJSWW1FNVoySkdZVlpoWnpaV0NuTTRORzV3Y21KdU5HVXJhblJHVW1kbE5GTnVVV2xWUVRWNlVYZDBZM0UxYWpsa2VGUlJNVkJpV0RCU1IwdFlWRk5DWW1sbk16SnBXVGxsTjB4U2NTOEtVSFpJYm05d1NuWktVVlJQVTJNNFkxbHhjVXBOVW1KRFFqQnhSVXh0YWsxVlRUSkhXazFXWW1sd1puTjBOSGx2ZVhaalZFWnVTREJuWlhoWk1WQTRjZ3A1ZEN0d1ZtTlNjbWgwV0hGM2NIcHZObkJ2YldwM2JIZFpWMWRhVEROdGFXdDFVWGw1ZG5GSVYyMVVURXROV1habllUUlFkM1pwT1VjeFUyWnhiVkp5Q21SMldEaHFabXBSTDJJeFRGQnRaMGxqUjAxNU0yOVFWVFJpVkVveFIxQllaMWxCYXpJM05IaFJlakpYU0dkU1VUUllNMk5tU3pobk1tbDNkWGRNVkdZS09UUkhjRUZ2U1VKQlJWaDRLMmRpTjBNM01XeFZkR2MzUkRCUWJXcEZRalZ4WVVsdk1IQXZaMnhwV214eWEzQjBkREJ1TjJ4TU16YzVNbWxJWmxrd1pRcHJjbFpwZFRWb2VtUnpVRzB5UkRCNllXSk1PVEJPZWtwTE9FdFViRmsyY0ZwSmJERXdVR0p2Ynl0RFpEbEVWM0Y0VTJKb2IzQjNUR00yUXk5M1pITmpDa0l6YWtSSGNXUkRXSFo2UzBSTU1uSldjMWRPVFZWelJVc3dObGxJT1dGTldtWTNlbmx1Y0hORFQzUlpXR1YyYlZCdWNVdGplUzlzY1VKUlJuSlpNRE1LTVU5eGRXSldUa0ZYYW5GM09ISmpOVGRWUm1nMU1IUk9RVzluVERONFdVaEhaak5CU0RGTGVqRjVNR2h6ZDBkeFMzUnZhMHBsVUhVd1RWUnBNbTVOWmdwQ1dqRkZTVzFTUlROS1dsUlNSbFJzVTFKeWFFRnljeXR3UXpKRlRrMUNPVTF0VkU1UldFaGljemgzTkdKelZVTTRNMkl5TlRWNVkwdzRVMngxZVhabENrdFZkMlExUkUxR09DdGtaSE4zYVRkdVF6Z3plR2RDUzA1bGJua3ZkRlZEWjJkRlFrRk9aVVJaVDFoQ1IzZHVlR3BxTDJsS2EzcExjRGhzTW1SRVluQUtabWhZV0VSSFN6WXlRbFJwT1VoblVUbG5iMFZZWVZGNWVqRlFOVTR3UTFGeVlrWXJlSE16VWpOb1dVNUhSRE5KZEU5dE9XTTFTMDVZV1VOcmJqUmFNQXB1ZFVkRlRHaE9SbWwzTkROdFlVNHhaakJqZWpkdU1EVk9kM2hHU0ZaV1YwMXdTMjF3UzBKRWFGaDZTelJ1YlVSQlZXMXdSalprWkhocmFHY3ZhMmxTQ2psYVdsUk1hV1Y1UVVweE5tdzVhV3h1VjNka1dEZGlVV1p3Y21SWE1rczNhblJPTW5Rd2VraHJkRWhYTTJOSlZXaERWMWhUV0dsVU9DczNNR2w1T0dFS2QxTXdhWFV2TkU1RVJVNUpOWFJSYW1kRE5scE9aamQ0UVhKVVkydHBZMUpKVkZWbGFHZGlhV2x4VmtGYWJIRldaelEwUmxOVU9UaDROWFZPY25sM013cHdlVzlyV2tSVmJrRjFVRGxXTVc1T1oyVktSMHBRYm01ck5XbG5XbFpsUldkWGVrZExlSFYyWXl0WldFSlRORXB5Ym01M01IZFFNbVUyTUQwS0xTMHRMUzFGVGtRZ1VsTkJJRkJTU1ZaQlZFVWdTMFZaTFMwdExTMEsKICAgIHRva2VuOiA4NzM2NGJkNjY3NDFkOWU3NjQzNTBjYTkwMjU1NzVlZTYyNmViYWM4NWZhNGM3ODdhMzRjNjVmNWUyZDQzMTgwMDkwNjMxZDkwMTUxNWM5ZDgyNThmMWEyNzJmMWUyNDBiZmE0ZjBmYWQ0MmJmZjMzZDg3YzgwMzhmMmI3YzNjNgo=\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gcBgAAAAAAAA%3D%3D%23RT%3A5%23TRC%3A5%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCWAByGFYCAgAyAQgGYzcfGI4ARAAAicoABwABIL4ACwGc%2FHhwqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/rsynctest/providers/microsoft.extendedlocation/customlocations/rsynctest\",\r\n \"name\": \"rsynctest\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/rsynctest/providers/Microsoft.Kubernetes/connectedClusters/rsynctest\",\r\n \"namespace\": \"cassandra-operator\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/rsynctest/providers/Microsoft.Kubernetes/connectedClusters/rsynctest/providers/Microsoft.KubernetesConfiguration/extensions/cassandra\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"KubeConfig\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VWNWFrTkRRWEpMWjBGM1NVSkJaMGxTUVV4U04zRTViSGx5VTBoNVJHOXVVbWRTVHpocFlqQjNSRkZaU2t0dldrbG9kbU5PUVZGRlRFSlJRWGNLUkZSRlRFMUJhMGRCTVZWRlFYaE5RMWt5UlhkSlFtTk9UV3BCZUUxcVFUQk5SRWt3VGtSVk0xZG9aMUJOYWtFeFRVUkZlVTFFVVhkTmFsVXdUbFJrWVFwTlFUQjRRM3BCU2tKblRsWkNRVTFVUVcxT2FFMUpTVU5KYWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZGUmtGQlQwTkJaemhCVFVsSlEwTm5TME5CWjBWQkNucFpZemhRVldwaFNXdGhRMVZOWmt4UFlWSkdSQ3Q0TUZCdlRubFFSbmxYWVU1SmRteFlNRU5zZVc4dlZFNDBkMG9yUjB0M1lVRklaVFJOUkVwMlUxUUtWbGRYVUROMFJIQnBWVzV3VURWUVZtZHliRXg2TmxWaVltVm5iQ3R6TkhsUVptTlhUWFpQSzBoRFVHRTNWM05HV25Kd1MwNXhPR3N6YUdKRFpVOXdRUW80WlVkMWVITnZVRTlJTkVsak9HbDJURUpIUVc1R2VXMVFZWEF3UlUwdlIxY3djMnM0TWtKa2RqWldVRTVtT1hWUlpIZEZjMVZKTkVoQ2FuVkJUVXBSQ213elRERm1WMHRDUlVKb1VHcEZUVU5sT0ZNclFYSkVTMWt6UkZkb2EwUkxTMnN4T0VkTE1GbHpkbVJ5Tm5sWU9HcFdWbEJCYXpVNU1GWm5Va1YwU1hrS2FFMDNaRmRoZWpGU1dERTRSRXhCUzBSeFJrdFRlbmxJUVV0Qk1tcFBXbWROZDBneE1GUnFhM3BuV2pWU2QxaHFOV2xMUmtkVFMySnJTbVprSzBGRGNncHNWelY0YVdkR1Nra3pRVTAyWW0xMFZrODJUSFZ1Yms1R1JtOXljRlZhYUZKRFIzWjVabTUxVEd0aWVsZDFXblE0U2tSQ2FIQlpRaXQwVDAxa2VsZE9DbFprTVdkVFdYcGlSV2xzTHpoTFRrVjROSEl5WVdkRWVFTTFhME40T1VKcU5XdGtjMVpvWWtORU16WTRVakYzV214d1VXeDRTbVJ0UlcxSGNpOUNlaThLZWtFcmMyVkJRMWRrVUZreGMzWkRVakJtVm5KRWRHRndiMnRhYnpNNFFWQjVVWE4yVlVFclVVOTROeThyZUdwSmVUZElVVGxXVlhFelVsWkJSVzVPT1FwRVEyOU1heXRHYTJwc2JURnNkM1pNV1RsbFkwVlphRWwzVDI5aFQzSnhVMVJGWlcxdWIyZE1TR2xvU0Uwd1J6VnFaV1pFVTBrMmFVSktXbkpKWkhaNkNsbFVaR3BuY21adGRsVkpSMFpRU0VNNWRDdHVRWFpPVkdRMFdqSk5ZbmszTURaVFZqbERhbWRHTjBrMU5VYzVZMlpvYVcxSGFYbENSRUo1SzBaWk4wZ0tVR3Q2VTNrcmRGZGpUbmh6VEUxNlUxUnZialZuV1hSTVEwNUVTa3hTZDJsTFpVaEVOa0U1ZVdGRmEwTkJkMFZCUVdGTmFrMURSWGRFWjFsRVZsSXdVQXBCVVVndlFrRlJSRUZuUzJ0TlFUaEhRVEZWWkVWM1JVSXZkMUZHVFVGTlFrRm1PSGRFVVZsS1MyOWFTV2gyWTA1QlVVVk1RbEZCUkdkblNVSkJTSFpVQ20xRllWZHRUbk5EYlV3MlIzQkNZemhWYmxkdmNYWnFXR3QyWjNKdGJUTTNUSEoxUms1emNrMHdkVGQzWkVsdVF6Y3piMHRNV25KeFpubHFVVEpVZG5NS1ZTdHNTbm96UjJaaVdscHhObEpKWjBaWVVqRm9jakZWYVdoWVJWUTRabEo1VEhGUlJWcElUVWRLVFRScmF6VkdPSEJ3SzNOSU0zQnhhM1ZHVEhGc1FncG5kekF4WTFWS2RUSk9OSGgyUW1WR1VXOXhZMGRETW1sMFZWRTBjMWxSTWxRNWJuSnZWWGRWTlVGSlIyVnZWbTltTkd0UmRrSTFNemgyTlRKNE4zbGlDbkYyU21KRVRrNUxXVzVITm1ScFRFWm9VRUV3YzI5d2IxazVaRE5UY0U5eVRqbFdOMjVEYUhSVVprbHZWSFZzT1VoNlpIY3JPR3huYW1Rd1kwaG5NVmtLUzNkRU9UaE9TazlsWVhJMmFITkZOa3g1VEZjMlJtNTZlbFpaV0dOc1RITkJTa00yTVRWaGFFTk9NVUp1YVZsVFYxRndibkpKSzJsVU4xZFRVVkkxVGdwUlRHMXlaMEUzVVRGUFIycFhNRzg0ZVVkU1RrNHhTMjB5WjFKMVFVVTJVaTltUkZGT1RpOTZORUV2TUZsWU1tNW1jbkkzV1ZCcFZVeDJZbmN5VDBJM0NrcGpkSGxwVGs5T1QwaHNOMk4xUW5sR2JVaE1lUzlDTUVVeE1HTnRVRTB2VlV3MWJ6RlpibTVaVjBVdmFIWjNTbU5OTVVObFJHVmpOMmhZYkhObVJtd0tZM0ZHTlVWVWJIcG5PV3A1WVhaWmVUZGhaVWRZU1dsTVFUWTRUM2RyTUZWSlEzYzBXRmczTkdSRlNqWXZjRVpWWm1weWFIZG9ORzEzY1RGMFN6QXdWZ3BpU2xaTk1sVkROMlJpYmt0eVdpOUZOa3c1U0cxc1MyNVFOV0ZaVnk5aVVXdHdaMFI0UVcxUVdWUkxhRmhPWmpkemVISjZiVlIxY0hWWVRYaE5Ra0pyQ2pNMFZYVk5jVWh1ZUhabFdXTmtTVmRKVUU0MGVqZDZhbk14YkhodVJXaEdZMnRsTUN0T0x6Sktha1UyTjBNMk5rRnZhQzkyYVVwc2VtVkpNbk5qVVZjS2FWaEdhR1lyUTFseE9FVXZNbXg2VVZNNVJHNHhiWGc1ZDB4TGVWUkxWWEYwYVZwWE4zRlVkZ290TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vcnN5bmN0ZXN0LWRucy00ODk0NmFhZC5oY3Aud2VzdHVzMi5hem1rOHMuaW86NDQzCiAgbmFtZTogcnN5bmN0ZXN0CmNvbnRleHRzOgotIGNvbnRleHQ6CiAgICBjbHVzdGVyOiByc3luY3Rlc3QKICAgIHVzZXI6IGNsdXN0ZXJBZG1pbl9yc3luY3Rlc3RfcnN5bmN0ZXN0CiAgbmFtZTogcnN5bmN0ZXN0CmN1cnJlbnQtY29udGV4dDogcnN5bmN0ZXN0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogY2x1c3RlckFkbWluX3JzeW5jdGVzdF9yc3luY3Rlc3QKICB1c2VyOgogICAgY2xpZW50LWNlcnRpZmljYXRlLWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVVV2VkVORFFYVlhaMEYzU1VKQlowbFNRVXdyTjBRcmRYRmhSRzVOWms1TGQwMU5SbmhwTW5OM1JGRlpTa3R2V2tsb2RtTk9RVkZGVEVKUlFYY0tSRlJGVEUxQmEwZEJNVlZGUVhoTlExa3lSWGRJYUdOT1RXcEJlRTFxUVRCTlJFa3dUa1JWTTFkb1kwNU5ha2w0VFdwQk1FMUVTVEZPUkZVelYycEJkd3BOVW1OM1JsRlpSRlpSVVV0RmR6VjZaVmhPTUZwWE1EWmlWMFo2WkVkV2VXTjZSVlpOUWsxSFFURlZSVUY0VFUxaVYwWjZaRWRXZVZreWVIQmFWelV3Q2sxSlNVTkpha0ZPUW1kcmNXaHJhVWM1ZHpCQ1FWRkZSa0ZCVDBOQlp6aEJUVWxKUTBOblMwTkJaMFZCTlU5S1FsUXJjMnBYWmpZeVJIWkdVMkl4TkRRS00ydElMMWh5U1hFMFRDOWlOMm96ZVRacUsyaEtOVkI0TVhoRE1qUkNja292WlVKQ1dWUTRWekkzVWpKS1UwSjZhR1kwWVRWMVV6SkZjbGRrWWt4d01RbzFaV1JpZFZFNWQydEtOWE0wYlZsck0xSTBkVWROTVM4NVprc3JSak5HYnpjd2FtcHpiM016YzJOeVNXWnlkMVpETUVsUGVVcDFRbFpCTVhwQldtcGtDbEZGZEZSeFdsTjRUVEEwVGpCUVZHNTJWVWxNUkhsVlpXNWxhRkJIVFdoNmVURm5VbVJPUjBZNE1saFlVM0pMTkhCbVpWRTFhSHBTTUVSMVdEUmhNQ3NLYVVwc1JFeHVPRk5ZYWtaMVoxVmpjUzlHTjAwMVUzWjJia3RvY1hCTVRGQnZNbFp4UmtweVVqVlpiVkZUYmsxdVFVVnJRMkU1VDNjd2FrTnNTall3Y0FwNFYycG9jbTFaZURSamRqZGxhWHBpV0ZoNVRHeGhTbFJWWTNGM05uQTNTRTFCUVc5MGNrdzJTRVJUUjJSbU0xTXpZV2RsTmtsbmFHMHphWEpWUTBWVkNuaHdjbkJJVEdOc2MyTTNVa2xrUldkc2VHVlpaM3BOT0RGNlZsTjRhQzh3UTB0Wk5IVktPRm95UTFwaFVrNXNjMlJwUVVVeldGcEVXV2xuVWpoUmJXNEtSMDVITld0emFHeGpOVUYzUTJGVksybHVORXhYTnpoeGJ6Rkxja1IyZUVwSFdrZFNjMWc1VWtFd2NWaDZPSE5EV25vdk1HWllUVXN2VVRSWVRsVTVhd3BJUjNGYVJWbGFka1ZKYWxoR2RsazBVVlEwWjAwek5qWndiWGhuV0VkUGFFdDFhRTVSVUZGQ1EzcDNSRGQ2TWxkS05VMHhlSFZGWkVveVQyVkRLMWRaQ2pnMGVHZHpVall3YWxjdlR6SjFOSGswYzJwd09VbFZURTB3VVhwWU5WVTJPVk5qUmxkVlpqWTFURGxVZUVsS2JWTkNSbnBZVkd4U1QxY3ljMnQ0U0ZjS1JYVkhaMXB3ZHpkcmJXdEZkMWxNWWpBcmNFcFRaVEp1V0ROSmIxaG9WalIwZUZOUFFuWkRRbFp5WTFSVFF6QmtkMHRxWkVwQlNIVmFRUzlzTkd0VE9BcDNXUzlXTVROb1luZGtaR1Z2VTFCTFJuZEVlSGxZWTBOQmQwVkJRV0ZOTVUxRVRYZEVaMWxFVmxJd1VFRlJTQzlDUVZGRVFXZFhaMDFDVFVkQk1WVmtDa3BSVVUxTlFXOUhRME56UjBGUlZVWkNkMDFEVFVGM1IwRXhWV1JGZDBWQ0wzZFJRMDFCUVhkRVVWbEtTMjlhU1doMlkwNUJVVVZNUWxGQlJHZG5TVUlLUVV4cVVVaDFhWFJVYW5JM2FFWkpheXRYYW5KaFluWjRkbklyTW1wRVlUaFdMMVp0Y2psUGQxbE5aVUV5Wnl0RmRsWnZhamxPYVZOS2JEaGpSR2xJTWdvNFNtZDNjR2RsYTFoa2JEVmpkbEYxVVN0MFRXTkhiRzgzYlZCTFQyVmliMEpzYVZnMVMzbDJRMk13VDJFMlYyZGtVVmhTZUVJMVZYbG9iU3RoY0hWSUNqUjZVRE5tT0ZobFp6WXJhaTl5Tm1KSVoyWnBPRVJXTlZCMUwxTk1lR1pUVlhFd1prSkRVVFJtUzBOd2JEVk5hMHRhU2xkeVVWVm9aRFZJYTNNMGNGa0tZa3hIYzJ4RUwybGFaMlZKZFZoRFpXMW1SelZzYTJnNVRtRnpVbkFyTTJWVVNrcElZMVZ0U0hCblUwcDZUbEEyUVdGYU1GcDVlbE5pTDJGMlZXZHlOZ296UkV3eksyeExkRkJpYjNKdmFHaE5hVFYwZW1welUydHpTVzFNUWtGQ05tRm1ibk4zUkRSS1V6WllkRzk1TWxaalpXaHdVMnBuTWpaWVNtOXJNelVyQ25jMFIwazBWR1V6UlhkS1NHWk9TVmxCYzBwdk5GRlpRM0ZzZFRNMlNHMU1VVk5oWWxOb1R6ZHpSMFpTYm1KclpsQXZiRFE1UW5FMGQxa3ZUVkZrTUU0S2RIUmtWSEkzUVhVMU1WbFBhVEpWVEROa2VHOVBWMmt2TVhCNU1Fb3dVakJsVURscU1FazRhakJ6S3k4clYza3libEJZY1N0MFdqRjVUM0p3VGk5Mk53cENMMlE0V2pKYVlubGtTREo2YUU4dmVqQTFlV1pRWWpoVFVtUlBTR1UyZFRsT1VVTjNSM2x5TmswcmVUaDVSbUZxZG1OaWJHcHlVakJZTVdNdlYwWjFDak5vYW5BM00zUmhSRTlvVlRnMlFVUXlPR1UyYmpCRWRWbE5lR0pVUjNCa1RVWmhkMFZrY25sT0wxSjJlRXRXU1ZwQ2FISlJjMVoyYnk5cmVYaHVUMVVLWnpKNmVYSnBPRk5LZVRaaE0zSkVjamhVZVVsamRUTlJNMWsxU1dsTFdrbDJPRlZhWmtNd1IzaG9NRVZ2YzJSVVdXOXBWRVIzZHpoUFZHTnNWa0ozUndwTldUbHFNekpWVVhocFIzcG9SRGxwVEhRMWVXUmlXSGt5VTNsbWF6RnRkM3AzVmtkbVRFVnZTMWxRVHdvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PQogICAgY2xpZW50LWtleS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJTVTBFZ1VGSkpWa0ZVUlNCTFJWa3RMUzB0TFFwTlNVbEtTMUZKUWtGQlMwTkJaMFZCTlU5S1FsUXJjMnBYWmpZeVJIWkdVMkl4TkRRemEwZ3ZXSEpKY1RSTUwySTNhak41Tm1vcmFFbzFVSGd4ZUVNeUNqUkNja292WlVKQ1dWUTRWekkzVWpKS1UwSjZhR1kwWVRWMVV6SkZjbGRrWWt4d01UVmxaR0oxVVRsM2EwbzFjelJ0V1dzelVqUjFSMDB4THpsbVN5c0tSak5HYnpjd2FtcHpiM016YzJOeVNXWnlkMVpETUVsUGVVcDFRbFpCTVhwQldtcGtVVVYwVkhGYVUzaE5NRFJPTUZCVWJuWlZTVXhFZVZWbGJtVm9VQXBIVFdoNmVURm5VbVJPUjBZNE1saFlVM0pMTkhCbVpWRTFhSHBTTUVSMVdEUmhNQ3RwU214RVRHNDRVMWhxUm5WblZXTnhMMFkzVFRWVGRuWnVTMmh4Q25CTVRGQnZNbFp4UmtweVVqVlpiVkZUYmsxdVFVVnJRMkU1VDNjd2FrTnNTall3Y0hoWGFtaHliVmw0TkdOMk4yVnBlbUpZV0hsTWJHRktWRlZqY1hjS05uQTNTRTFCUVc5MGNrdzJTRVJUUjJSbU0xTXpZV2RsTmtsbmFHMHphWEpWUTBWVmVIQnljRWhNWTJ4ell6ZFNTV1JGWjJ4NFpWbG5lazA0TVhwV1V3cDRhQzh3UTB0Wk5IVktPRm95UTFwaFVrNXNjMlJwUVVVeldGcEVXV2xuVWpoUmJXNUhUa2MxYTNOb2JHTTFRWGREWVZVcmFXNDBURmMzT0hGdk1VdHlDa1IyZUVwSFdrZFNjMWc1VWtFd2NWaDZPSE5EV25vdk1HWllUVXN2VVRSWVRsVTVhMGhIY1ZwRldWcDJSVWxxV0VaMldUUlJWRFJuVFRNMk5uQnRlR2NLV0VkUGFFdDFhRTVSVUZGQ1EzcDNSRGQ2TWxkS05VMHhlSFZGWkVveVQyVkRLMWRaT0RSNFozTlNOakJxVnk5UE1uVTBlVFJ6YW5BNVNWVk1UVEJSZWdwWU5WVTJPVk5qUmxkVlpqWTFURGxVZUVsS2JWTkNSbnBZVkd4U1QxY3ljMnQ0U0ZkRmRVZG5XbkIzTjJ0dGEwVjNXVXhpTUN0d1NsTmxNbTVZTTBsdkNsaG9WalIwZUZOUFFuWkRRbFp5WTFSVFF6QmtkMHRxWkVwQlNIVmFRUzlzTkd0VE9IZFpMMVl4TTJoaWQyUmtaVzlUVUV0R2QwUjRlVmhqUTBGM1JVRUtRVkZMUTBGblJVRm9NbEZ5VUVWdlkyaEZlU3RvZDBwTVVVTlBaRkZwVVV0SGIzTk5RVUo1WkhwVlZVb3pNMVUyVEM4ME9IcFljRTl2ZVhoV2JHWTNSUXA2WmtOVE5XVXpVRUZXUlRjMVQxRlhTamhVWTNsNE5YaGxMMHRyWTFKWE1WWlVaMFF6ZUdoSU1HNXBXR281UldSa1dVTkRSa0YxSzFaSlJ6WnFLMnQxQ2k4NWRVbFhNM2hZY3pGbmQyNXdUVFY1V1V4eVRYSjNkRGR4UkhSS0t6UnVSa05aYmpFdlFuaEVZekJDUmtKMmQwUk5jSEJZVVVWb1dVMXBZV0p2ZFhVS056aHdUa1ZXYVVwNlRqaENhVkJPZWpOQ2NuRktaVXBMYVhFeEwxVjZRazQxUlVFMGNtc3hVbFE1YlRSWVRXSTNUSGRyV2xkVVRIRjFibWR1YVZWRmFBcFRaMVF5Tm0wdlFWVmlibWxPVkVnMk5EWjFObUZsZEhGc2NHcENTRGg0Vm5reVRXRlhURmhuUlZSd1pHNVBVbWxqVjFsMlNWTXZhMFJVVmxaSlJtcElDblpMVFUxbVoyazBSRk16VkZGV2EwVjROSEJZVkhVNVNHSXdVRk5XUkdFdmVuWk9lSFJIZVdJNU4zQTBjMjAxYzFjNVdXeGlZekJKYmtscU4xSk5ZMmdLUmt0eWNHRnhibmQwWm5Oa1UzSXZkemc0VTJOeFprdHJaMUpVWWs5VVpqWkNZa2R0YzNSVFNWRjVjWGxLUkRsSWFsaG5hMVpyYUVGRVFsUk9OakpHYlFveFJtMVNURTR2UzJzMmVrUnlZV1JrZDFnMVJHRllhMlVyYTJaNFNGQXlXWHBxVkRrdlowbGxTMkpaYURGeVJFZFJaVkF6VG04eFNXcEpiVGh2YUU5RENuZHBURTlOU2psVlpucE5kMlptZDFKVmNtVkNRMEpPUm5Jek1IQllaV2xFYzNocVJHbEhObWcwU2pkSFEwSnZhMnAwZGtSckswTkJjMU5ESzNwdkt6SUtPVTFLUWtkdFYxTTFVV3RGYUhOTE1IbFhlbFU0TUU0MVVrOVFNalppUlhKV1VHeFRRbWhwUTJzMVYydzVaRkpEU1VKMGN6VndWSFV2U2l0SldDOWxXZ28wV25Ca2NqSjVXamxKZDFOUVdYbDVlVXR2SzFaVlFtTTFZbGhTUVVORFZqSlljbXRRTmpZNVpVRkxiVFZ3TkZkaGVVVkRaMmRGUWtGUE5reGhZMGh3Q2xaTlNUaFFjbVoxV2pGblNXRXlSR1pWUlZKaGJ6bEZhRXhIZEVKc1RrdHZlSFV2WW10aVVYaHlUR3hGTlhoWFoxQlZhR0Z6VldoaFFVMWFXRGcyWlRBS2MwTm9XVWRPUVVkQ1VtOTVXbmMzTUdGTmFuaE9NRGxyYlhwaUwwRXpPSGQzYTFwbWEwNVJjSFp5VWtOV1dVTkdjblJsYW5WdWFFWmhVVU5STXpkbVl3cHdTakkxV21nck5pdGpTbFJUSzJVNVpXWm1XaXNyUm1sbU1uTlhlR3c0YmsxT1ZUbGxTMmMzYTJoQk5FeHhhM0ZRTVdWMU4wOUZhalZuUkZSb2JIZEdDbkp6VmpaSlIyWmlXR1JoV0RoUE5XMVZVMUIyVVZsTlRWbE5kbmRwTDAxdEsyOWlhRzg0VTJ0SVJtZEpXVEpGU1ZOdGRrUkdWRklyTDJ4WU1GTm1jelFLTkV4VmRFNHZZVEZEYjA5WVJUVmljV1JvUkhKeFoxRnBSalJzYmxReVoxVmhaa1YzU0dWb1NtNU5XRmRYYzNCSGNFRnlVelJYYVhSckwwOTBRblJtWkFvMVRtNWtSRGRaUTJnclJtWXJaRVZEWjJkRlFrRlFWMmd6Y0d4cWNFZDZSalJvZVZKVlYxbDVlSE5zUkdwclJrWjFiMlF4UVZkekszTnZTVkYwWjBwRENrbGxkbFZoWVdWdGVrWlliSEJSTW5Zd1RGVlVZMk5SUVdabWEzaExUalJxYkVoR1pIcEhjRU40Tkd0R1dWSTFhVU00YWpGTFQwNTZUbmxRTTJSRmVrY0tlbkJwVGxKUWIyTmxlRmxEVWtNeWNWWjFjbWgxZDNwQldsUnJOV2QxVVRJd1dWSlVRbXBZUkdOaFpreFhTelkwY1RkM1RrZDBXbHBSZUdjM2MwVlphUXBGYVVoWmRFVlNkMnRHZVVsM1l6bGxTM2RzZUc5aU5IUlNORmhETW1SRk0yNXNVakJVYUdJeGFXRTVTa2xTYWxaV1VVbzRWMUJyYVZOSk1XcFlZMGx1Q21nM1dVaFZlRFppWWs5VUsyZzVOMUJvT1hGMk1DdFFRVVk1Tmpsc1l5OXhZM2RKVUc1S1p6TmlSMFIzZGtneGRVOUZURWhsV1U5TVoxaEZTMVkwUldRS2FsbElSV2h1YWtFeVIydzBPV1YxU0ROQlFXUXlaMU40YjBsQ0swaEZTazVETkdwTWJHVkVOMGROWTBOblowVkJXa05YVUdaMVRuZDJRMDFEZVdOSFJBcEVXV2h5V0VRMGEzVnhNall2VEN0TGIwaFViVUZDVEhabmFDdFRZV2swTkhJMFpHNDFUVXBxVDBFNGNsRnZOMWR4UnpablZYQlpaa3B5Ukd4eFpDODVDa2xIVW5OekwwTlZWbFpuTDNWcmMyOW9jM2hHVFZrM1RUUlVTMW8wVW1sMFoxbDNabnBXWkZOamFVaEJNVmRHSzJ4alp6aDRSRzlVZFd0MmRIWm5RMGdLWm5KbWRIUkNjblZMT0c5UFdIazRNVUV3WVV0bVkxRTRWV2x1SzJvNVMwTnVaVU5aV214cVoxRjJWMnBoVm01cE5VSkljRFZLVWxkTVdETTJVVTR2ZEFvME0zWnBiMHBRUVVkUVFVaGtkbU53V2tSV1Z6WXZkeTlVV1ZaS1pHWk1XVWN6Vm1GRk5VTm9abVZDYlRsTFZXdE1aak5xVjFZNGJIQTJjVmRTYWt3ekNtVlJkR2xLUVdaSVJGa3JRM3A2TVc4eVJIcFNURFJpZVdVeGJWTkdUVlpwTVdkUlMwWmpXRmRrVG5wWU1sWlRWMDl6VlROcVJWVlRTVkV3V0ROWVpuVUthVUZZT1VsUlMwTkJVVUprWlZwbmIySXdOMjVTWm1KcFVVUnliREZZVkc5eGNHazRTbXBxZUhrMGEyRnpkVlpxYzJSQ1VqQTNSSE1yWjNseVJFVkxLd3BtV1VoMVZETlllRTEwUldOalkwNHJlbFZLYzBweldXRjZhMDAwVUU5dFMwd3dNMmxNYUZkdFEwRllhbUZNYTFoTGRHaE1WREo2V0dsUmMza3dlSFpWQ2t0R1EyaDNRekJNWmxwUFpFdHhjR0YxU2xGcVNFOXNiVzVsU0VSSEwyeHZhbGN6VjB3NWFrc3lORWhZUTBkclRVVTRjbXhLV205Wk16QnlZWE5MZEM4S1V6RjJWaXRzVVU5YUwzWlNWRFZJYTFOV05YbDVLMDl2TmtGdEwyMTJhMjFvTkVoak0xaEtXVmM1U0ZGSVZXWlhOVzVYVEhGV1pIWTBhVWQ2YVVKd1RRcHRjMEpDTDIxQlNYcE9hWEF4ZWxFclVUUTVOMkpDUlZGUE4ybDNRa2xrZERkTE9FOVlTamt3WVd0NlNIcHdUVmd6V1U5dVZYZFFRekp1VFVORFVVWlRDbEZuU0hvckswOTNPVFp6T0VabmVYRlhWazlRZERWdmIwZE1SMVY1U0cxS1FXOUpRa0ZSUkZkbk5rcE5WM1pHV1dvMk1qVm9WVVIyV1UxS1EyTkRVUzhLWkUxelVGSjZkR05UTW13MVVIUk5jVFkwTDBSbFVVZFhjWFZzV1d4bFJtVk1iRVpuY1hkVk4ydHlSeTl1V1ZWbWNteE9lR1ZKVjFOSGVXeFlURWROTHdwVVNGRk9lWFpqT1VzMlJ5OVhlRFpyVm5jMGVWaHRWaXMzVVZoSFJFVnBhMkptTkVRNVZreFdZa05WZUdkd1ozRXlSMHhKZURrM09EZG5jV0psVkhSMENtUkhWVTF0U2xZMFZIQTJWRFppU0ZWMGJHSmtSVTh6V2pkdlVHMVhhMFYxUjNGRVpWWTBNMVJoVVhKS1RXNHZWMGhxVWpWNFdYSmlaVTE0ZFZSMVZsUUtVMUZRVFc5RmRFeDFOMlZxWTJWVVZVbEpORFZxTjJwd1ZTdEpRMHROYUhKTlVXeEtZbEYwUjNkc1RVc3haSHBPWTBOb1NHTlhVMFZ2UldobFdVSkJkQXBtZUhKclVtWnBUM0E0U25jdk5rMVVUVFJLTlhJek5pODFkVTFpY1drelZWbGpZbFUzUmpkNVNXTkVXVVJ0T0c5WlZIZ3JkbVJGYjNWT09XMEtMUzB0TFMxRlRrUWdVbE5CSUZCU1NWWkJWRVVnUzBWWkxTMHRMUzBLCiAgICB0b2tlbjogY2Q5ZDU3MGVmOTEwNTRmODQyZjljMGNhNWU4MDg3NzMzZDY4MTUyM2NiNmRmYmM0ZTBjOTgyYWNmN2MwZjE0ZDE2YTAwOWY1MDhhNzQ3MjRlOGYwM2Y1MzIxZjY5Y2RjMjNhMDc1MDU3Y2JlNzI2OGNhMGM1ZmQxNTIyMTE0ZWEK\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jcBgAAAAAAAA%3D%3D%23RT%3A5%23TRC%3A5%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegDAANyGoQEAIouApYFyAQDPAwBOhFGAhAXBAAIAgAFgAJqAMQAAfhMAABuAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gcBgAAAAAAAA%3D%3D%23RT%3A5%23TRC%3A5%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCWAByGFYCAgAyAQgGYzcfGI4ARAAAicoABwABIL4ACwGc%2FHhwqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2NCZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1JTIzVFJDJTNBNSUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBZWdDV0FCeUdGWUNBZ0F5QVFnR1l6Y2ZHSTRBUkFBQWljb0FCd0FCSUw0QUN3R2MlMkZIaHdxZ0dxQUFzQUFRb0FFRm9CMWdHRUFEQUFSQUFBRFc0QXhBQVlBUWdBQXp3TUFVUUFRQVlNQVlBQUFZQmdBRWdBQVlBWUFFUUFBWUNFQU1BQVNBQXdBQUFSQkFiakJHSUVlZ0ZHQU13REFEd0Q5OSUyRjlSQUFBZUFRRUdBQ2lBZjRBRHdGa04zQiUyQjhUMkVBJTJGdzh4QUFBZUlRQUFCM29DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jcBgAAAAAAAA%3D%3D%23RT%3A5%23TRC%3A5%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegDAANyGoQEAIouApYFyAQDPAwBOhFGAhAXBAAIAgAFgAJqAMQAAfhMAABuAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amNCZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1JTIzVFJDJTNBNSUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBZWdEQUFOeUdvUUVBSW91QXBZRnlBUURQQXdCT2hGR0FoQVhCQUFJQWdBRmdBSnFBTVFBQWZoTUFBQnVBSVNBQU1nQUFBd2dBRWdBQVlJaEFZd0FBT0hCQkF3QkpnQ3lBczRBJTJCZ0FIQWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tJQUNnQUFBY01BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e7c56085-312c-4a3b-b808-67e5278d4392" + "d0e3b1cc-51eb-4dc7-aedc-a8fb44593ca6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -725,14 +725,11 @@ "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ - "6b3033e9-6748-43c3-9225-25778d39a789" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" + "14850" ], "X-Ms-Request-Id": [ - "155c638e-87f0-4163-a61e-05eff95e6938" + "81948167-9a83-4847-ab2b-0a960d2fa63a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -740,17 +737,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" + "x-ms-correlation-request-id": [ + "e1ea37be-854b-47d5-97f0-c0b499bf389e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052752Z:6b3033e9-6748-43c3-9225-25778d39a789" + "CENTRALUS:20210505T214936Z:e1ea37be-854b-47d5-97f0-c0b499bf389e" + ], + "X-MSEdge-Ref": [ + "Ref A: 14E37DBE6B17433A854C19DC3AD8706A Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:36Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:52 GMT" + "Wed, 05 May 2021 21:49:35 GMT" ], "Content-Length": [ - "14071" + "1356" ], "Content-Type": [ "application/json" @@ -759,23 +759,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/cnabdemo/providers/microsoft.extendedlocation/customlocations/cass14\",\r\n \"name\": \"cass14\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/cnabdemo/providers/Microsoft.Kubernetes/connectedClusters/cnabdemo\",\r\n \"namespace\": \"foobar\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/cnabdemo/providers/Microsoft.Kubernetes/connectedClusters/cnabdemo/providers/Microsoft.KubernetesConfiguration/extensions/cass14\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"KubeConfig\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VWNVZFTkRRWEpIWjBGM1NVSkJaMGxSUXpZNFVHa3ZORUY2Y1ROTVZuY3lUM05JZUV0dFZFRk9RbWRyY1docmFVYzVkekJDUVZGelJrRkVRVTRLVFZGemQwTlJXVVJXVVZGRVJYZEthbGxVUVdkR2R6QjVUVVJGZUUxVVJYaE9ha1Y2VGxSS1lVZEJPSGxOUkZWM1RWUkZlRTFVUlRKTmFrMHhUV3h2ZHdwRVZFVk1UVUZyUjBFeFZVVkJlRTFEV1RKRmQyZG5TV2xOUVRCSFExTnhSMU5KWWpORVVVVkNRVkZWUVVFMFNVTkVkMEYzWjJkSlMwRnZTVU5CVVVOb0NpOHJLMWhyYjBaNlNsQXZkU3N2WjB0WFVFSlBaVkp4YjJSYWNYTmlkWFYwVW0wdlFuSklkbkZUVm1WeGNGUnZhMnhPTWsxMlMxQmlSRW94WmtObVN6a0tlbEI0YVVWQlltdFBiRUV5ZFVoa1VqTlJiRXRyY1VsUlQzRnlXSHBFUXpKRVMzRnRRMWxZVTBOeVYxUmpkME5QY0VwblMybHRkMDFQYUhwdldsSmlVQXBTU1dNdlYwUnRZM0Z3YUdobE9IaFBWa0l3VjBJeWMwOXVja2hCVGxwUWJ6TlVabU5qY210cFJFSnNhV1ZZU0ZZeGVVRlFXSGwzVlhSNVoyOXdVU3N2Q2tvdk5YZ3JPRXBNUVdzeFVFcFRia2RQYlcxWlpIZEtSbGMyWm01MU5rcDVWMWxtY1hCSmEyWmtXRXRWYUZaU1RXbE5RVVowTDFZeFEzSlNWVTRyT0dzS05HVkRaVEU1ZG1aRFIyeGhhSEU1UTNRME5sUjRNa2htZFhveVdtMUlVRFpETjFBNWFVVm1UR2xXTTBWaGNqSktSRkY1VkhwcVFqSmpTRzFpVHpoRFdRcDZURWRYUVUxbllsTmxiMVpRU25KWU1VOTFNaXN6YkcxM1dIWmhRbmRXTjJSd2Ntd3dSM1JvWVRnekwwMXVZVEZNU2tneVZsWlZRMGxsT1ZGRWFXZHpDalZQZWxRMWNVOXllbWxSUjA5V00zUlpXbll4UVROQk9DczBPRkJOVWt4NWNVdEtNSHBwU3pSdFdHUm9aWGgxTTNkMFQwUkNZWE5TY1RSTVZGUllVSGtLVTFock1GWm5abTVrTnk5VWF6SmpjWE55U0ZKUVVsaDBRak5DYjFCd1NETmxiMmh2YTBwUE55dHdNWFI2UVRSQ2NERkNkVXh5YXpoaFdHaE5lV05oTUFwNVJVWmFVMnQ1U3pSWVRWWldlbEkwUmpaNFFYSllPVFZ4WjJ4TWVVTm1jRmhQZFhKcVlTODNlVnAzWmpKNWNYRktkVUY0WmtSRFFpdFNaR2cwZDJjckNuUk5Ra1JMZEZveloxVmpTMVlyU2xodFdEaFBkRXd4UlV0UGNrWlBTSGRpYkhabWFWUlNWbFJ4Vmt4RWJFbHNVa1pyU1ZkMVVtRnViRXRKVFd0VFJGa0tUMnhVZUV4bmNFSTVWblpWUnpWNmNFaEJURUZsYTNCdlZtZHJSSFppVVdacldscHZSeXR2VGpsUlNVUkJVVUZDYjNsTmQwbFVRVTlDWjA1V1NGRTRRZ3BCWmpoRlFrRk5RMEZ4VVhkRWQxbEVWbEl3VkVGUlNDOUNRVlYzUVhkRlFpOTZRVTVDWjJ0eGFHdHBSemwzTUVKQlVYTkdRVUZQUTBGblJVRkVLMGxpQ210TVZIcGlSM3BXWVVNek9FWTRlRWhUYm5WUE1UaHpiVGQwZFU4M01XRTJhMVp5V21SaE5uVjJhVVZCT0haSFUwaDNaRFJCWjJGQldUVkpkVUpuYnpRS2MwdENaelJUVFVSdFJTOHZjVGRtU25WRU5IVXJaM0pFTWl0WlFYVmxSMnBXVVRaelNucDZVRVZ6ZW5SaFVITkpkalpQUmt4MlIyTmtNMFZpYTBoTk9RcDRkakpJVDIxNVVYWkxMM2xYYzBFMVkyaGlZVVZHVVRkU2IwVm1hbmhMTldZMVpYTXZiMkpXZVdWRmRFSlhVVlZFU210WlNUVXpPWHA2WmxscVRGQlJDbGw2ZWprdlUzUmxZbVJsYWxvMk5URk9VSGxEYkdFclRpOHZURzlVUlZFcmN6VnBNM0pQYTBGellUTjRSamgwTVVoaFZ6aElMMkp1V1hSTVYzcFRSMklLWW5sd2VtNTFObGgyTjNVeVNHVmpjRkZrY0dOQ1JFZHJOWE40T0VKRlVEZ3ZLek5LZGpaTFJqVjBkVEJOVDBRNUsxbFdjM2N6UVdVNFprVlNiVEZNUmdwRWJtaFlOMEZFZEhkcFJtNHJTWEoxTmtSRmFHTkxUa2hPWTJKUGVsaFVWWGxIYm1rdlRTdElNeXREVkRKa2EyWjFkRXRCTVhKRU4zTmtOVVYyWXpCTUNrOUJXUzlaU0dsNE9XMURiM2hRTTNwbGJtNXBZalphU0VKck5uWXpNMGRpUkVaS2NrOU1jVTFHYzJGeE5VWmlNSFYwWkZWTlRUTjBhSHB6ZVVSelRGSUtXRzl3T0ZocU9XbElaVFZtZUU1T01qVlhNRVUyVUVocVZXeEhaM05tYVUxbGFqZHJiMVV2YjNWblZtSlJZV3hVV1RWYWJrVk5TSGRsVVRCd0wyRnFVd3BKU210RWFtRlFNMlJETVdwa2FqTTNhVmxzWjNoM2VGQkRSVFpZVWpSU2RrZzVTMGt3ZFdrd2RHSmlWWGc0TkROYVJqTkRaazlKVVUxUFRFbDVXbTVzQ25GSU9YVTJVa2h4TXpCTk1YWktLMWRrYkZCNlNrcFBVVVpOYkVKbE9GUmFkRFZIYmtaclluWlZURGN2ZEdSTE1XOHJjbGRwZVdWVllqWTVNbTlJVmtNS1RHczBUalpyVmk5MVVYcFpOR3gyZVZwUEsyUlRWR1Y1VmpkWVVIUmlXalIxT1RoR04zQlZQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vY25hYnRlc3QtZG5zLWM1YTNlOTMyLmhjcC5lYXN0dXMuYXptazhzLmlvOjQ0MwogIG5hbWU6IGNuYWJ0ZXN0CmNvbnRleHRzOgotIGNvbnRleHQ6CiAgICBjbHVzdGVyOiBjbmFidGVzdAogICAgdXNlcjogY2x1c3RlckFkbWluX2NuYWJ0ZXN0X2NuYWJ0ZXN0CiAgbmFtZTogY25hYnRlc3QKY3VycmVudC1jb250ZXh0OiBjbmFidGVzdApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGNsdXN0ZXJBZG1pbl9jbmFidGVzdF9jbmFidGVzdAogIHVzZXI6CiAgICBjbGllbnQtY2VydGlmaWNhdGUtZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVVXZWRU5EUVhWWFowRjNTVUpCWjBsU1FVb3dNRTlJUlhCWVR6WnVlbFp3U1VGVmMzRlFiM04zUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhjS1JGUkZURTFCYTBkQk1WVkZRWGhOUTFreVJYZElhR05PVFdwQmVFMVVSWGhOVkZsNFRYcFZlVmRvWTA1TmFrbDRUVlJGZUUxVVdYbE5lbFY1VjJwQmR3cE5VbU4zUmxGWlJGWlJVVXRGZHpWNlpWaE9NRnBYTURaaVYwWjZaRWRXZVdONlJWWk5RazFIUVRGVlJVRjRUVTFpVjBaNlpFZFdlVmt5ZUhCYVZ6VXdDazFKU1VOSmFrRk9RbWRyY1docmFVYzVkekJDUVZGRlJrRkJUME5CWnpoQlRVbEpRME5uUzBOQlowVkJjWEJGWmpoSE4wZHhVVkE1VUc1cVpFdEhZVmdLYUVkdlRITk5NV1ZYWkVkYVpTdHRNbEE1Um5sU1prRlJjSHBrUm5SeU5XeHdhV016SzFGMGVFcFBaazlLVFVSSFZYWXpjRTVLWkc1d09XZGFjRFJ6YXdwNWNVOTZXVWhHYjJKamVVcDJLMWhsVkZCSGFWWnVSSEZNZFc1d2EzWnFlSHBTYlhkVVVIUlZSa05RTVhsUkt6bHNlRWxSZUZwcFJuWlhPWFYxZFc0ekNtTktXbTlVY0U1bFRYTlBhMWh0UkcxamNGbDJUWFFyWkdWeFFtWnFMekJZU2pCNWVETkJVemMyWlRKbk4xUTVTbFp2V0ZScFZ6RTNSSGd2VTJNcmNTc0tOekZCVHpOWGFXTlRZemwzVGxjd2RXeEdWbVp1U3pocGIxSmpWbHBTYVVZemMyNTJjRU5uY1UxUFlVbEplbGxaVjFCTGNXUmlaVWxaZDJaNFVraGhhUXBEUTB4U1NWRnpUa1p4TVRWUmRGVkhiREJtUldoeWRXWnVhbUY1YVZNd1YydFdWbGtyTVd4d1IyaEhMMEZDVlV4YVQybHlUVWx1V0dFNWFEUlFUMUZsQ21SVGNGZFJTMjByVUV4alRuVXJZMUp5VUhWbk1IRnVSVGROWjIxdVlrRTVWMXBqY0d4dlYyUndkaXRIUmxSdFRpdDBNMEZoTkdkbk9GVnZkV2xJUldzS1VrSjJVME51TDJNeU5UQkhXSEI0UVhOc00xTmtjSE0wZUVkMmNsTnRSVXMxYkUxTlFsSnBXbGt4UjFwMWNGUk5ZbVpRTjNjeWFWZHRiVXhLWTNsSE5RcEJWbllyY0N0MU0yRTBhVkpqVURobk5VZHZTbGRZT1ZGNVVqRmhSUzlUTVVsNFN6SjBValJ0VmtSMFFuWlRiRFoxY0VSUVRsQkNTazEyY1ZWUVZrdHdDa3BIY1UxRlowMW1lRzFuZVc1SWFUUTNiRFpQVDNsVWVrcG5kelpGT1ZFd1dWUlRjMmhYTW10bFkyNVVVV3BLVUVOdFkzZFdXa2t2WkZKeGFUUm5hV2NLT1hOUE9XTjJXSEZwVjA1TWRXTnpUME5pWWtWSGIwbEpTell6UTNwMlJsa3dkVFprSzI1SFJWSXhWRGd5VEcxM1dUUjFaVXBYSzFKR05FeHZibEJQVVFvd2FYVm1iamRNYUhWVWNuVjNjRkpHYlhGdWVIUk5PRU5CZDBWQlFXRk5NVTFFVFhkRVoxbEVWbEl3VUVGUlNDOUNRVkZFUVdkWFowMUNUVWRCTVZWa0NrcFJVVTFOUVc5SFEwTnpSMEZSVlVaQ2QwMURUVUYzUjBFeFZXUkZkMFZDTDNkUlEwMUJRWGRFVVZsS1MyOWFTV2gyWTA1QlVVVk1RbEZCUkdkblNVSUtRVVZpZVN0c2FUaEhSM1ZpVFZwRFJGUlJTbXg2ZDIwMlNISnlhRkowWWtNdmRrWTFRazh2ZWtzMFZYUndaMHhTZFZKaFNuUkphV1pOUkVSUGFsRnRWZ3BwV1V0a1oxUndNemhpUkVOelFXZDRRa1pVSzBsSmRXc3lSVlpJU0ZOdlFVTlhjblJpYzFjeFRsZGtWM2xrUzB4R1JXOHZTVWhCUVRoc1ZVTXdSWHB6Q21JeVpWTlRNRTlNVEVSMGVsbHdTMVI2T1Vsd2QwTnhabWx3UW5Sd2N6QnVhSHAwY0dkMlRYSnVZazVrVEZGamF6UmpUR3BPSzBacFVqTjRiMHgxVlV3S1ZWVlJhMjFqU1ZseVRIVjRRelprTkhweWJXdzJUbFpMYWpsYVN6SlJja0ZZZEZaVVZuTktORk5qVjBsdmVWazBRM2c1V0hCTFNYTmxlRlU0Y25sWk1RcFJjRXMxTVVsUWNrNHdjMFZtZWsxSVFtWk1Vemg2VldOeU1FVkRjMXBwYldWRGVFMHdXaTl2YzFGcWFXcFNNSFkzYTIxVFZVcEZTV3BIU25NNVRrbHFDaTh5TDNZMmVHWlVhME01YzA1WGNqZE1LMUp4WkRGNVYwVldiWFpaUW5BNFVFNWFkM05aV1dWS1NYRklNRFV5YzJ4cU0wZEtlVWxXYTFkS2JWZEJWVlFLZG5ZeGNHaG1SR3BqVVdSMFkyRm9aM2sxYzFKdVdEZzJNM0V4V1hwSE1uQnNibmRDVmtoU2JEWmxVRkU0TlV0RVMyRk9USEZ1U2tsdVRWZHNVMkprTkFwcVpGUXJNV2hOYm1WRVN6azNPSEJ2UWxaamRVRkNVVTFWTUdKVVUwMUxNbWhrWTJkRGNtMUlVa2htVDJ0SGFsZHFXa3MwUmtSWVdWZzNWVUZDWjFacENuVmFaemhWWW1sU00zbDJhbU5OTTBsU1lrNU9kRk54WjBGbE1HaEJkVGgxYzNkNmEyeEViMUJUYVdoUk5XMVpWVEkzTVc5aFIxSTFablZyYUUxaGRGQUtZVTl6VWpjMGEwWjVTbkY2V1haVmNYaEdTbk5OVkhOVVdESmxZa1l4WjFCS1VqaHVMMjVIYW5CMVZWWk1Ra3BTVlVSa1VWbGhkVVIwTW5wYU0yNTZlZ3BGVlhkNFJqaGFiVzVhTms5NFdXcEtaWGx2YjFWd1NuSTVjRWt6Ym1KMGRVTlhNbGwzY0hOdmR6RlRaQW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsS1MwRkpRa0ZCUzBOQlowVkJjWEJGWmpoSE4wZHhVVkE1VUc1cVpFdEhZVmhvUjI5TWMwMHhaVmRrUjFwbEsyMHlVRGxHZVZKbVFWRndlbVJHQ25SeU5XeHdhV016SzFGMGVFcFBaazlLVFVSSFZYWXpjRTVLWkc1d09XZGFjRFJ6YTNseFQzcFpTRVp2WW1ONVNuWXJXR1ZVVUVkcFZtNUVjVXgxYm5BS2EzWnFlSHBTYlhkVVVIUlZSa05RTVhsUkt6bHNlRWxSZUZwcFJuWlhPWFYxZFc0elkwcGFiMVJ3VG1WTmMwOXJXRzFFYldOd1dYWk5kQ3RrWlhGQ1pncHFMekJZU2pCNWVETkJVemMyWlRKbk4xUTVTbFp2V0ZScFZ6RTNSSGd2VTJNcmNTczNNVUZQTTFkcFkxTmpPWGRPVnpCMWJFWldabTVMT0dsdlVtTldDbHBTYVVZemMyNTJjRU5uY1UxUFlVbEplbGxaVjFCTGNXUmlaVWxaZDJaNFVraGhhVU5EVEZKSlVYTk9SbkV4TlZGMFZVZHNNR1pGYUhKMVptNXFZWGtLYVZNd1YydFdWbGtyTVd4d1IyaEhMMEZDVlV4YVQybHlUVWx1V0dFNWFEUlFUMUZsWkZOd1YxRkxiU3RRVEdOT2RTdGpVbkpRZFdjd2NXNUZOMDFuYlFwdVlrRTVWMXBqY0d4dlYyUndkaXRIUmxSdFRpdDBNMEZoTkdkbk9GVnZkV2xJUld0U1FuWlRRMjR2WXpJMU1FZFljSGhCYzJ3elUyUndjelI0UjNaeUNsTnRSVXMxYkUxTlFsSnBXbGt4UjFwMWNGUk5ZbVpRTjNjeWFWZHRiVXhLWTNsSE5VRldkaXR3SzNVellUUnBVbU5RT0djMVIyOUtWMWc1VVhsU01XRUtSUzlUTVVsNFN6SjBValJ0VmtSMFFuWlRiRFoxY0VSUVRsQkNTazEyY1ZWUVZrdHdTa2R4VFVWblRXWjRiV2Q1YmtocE5EZHNOazlQZVZSNlNtZDNOZ3BGT1ZFd1dWUlRjMmhYTW10bFkyNVVVV3BLVUVOdFkzZFdXa2t2WkZKeGFUUm5hV2M1YzA4NVkzWlljV2xYVGt4MVkzTlBRMkppUlVkdlNVbExOak5EQ25wMlJsa3dkVFprSzI1SFJWSXhWRGd5VEcxM1dUUjFaVXBYSzFKR05FeHZibEJQVVRCcGRXWnVOMHhvZFZSeWRYZHdVa1p0Y1c1NGRFMDRRMEYzUlVFS1FWRkxRMEZuUW5aU1QyTnBSVkpJTVRsck1VSmpUbFpPV1hObVlrMU9ZbHBwY3k5UVNtdFlURXRUWVd0TlZEQnlNVXhVTkdOTU1VRjJjWEJRU0hWNVRBcDNaVkZaYjBWUVFtaERVMk40Vm14YU0zQTVXRkpyYkU5SVFqVjJUbmxXZDJRcmMxcElZMHRMT1dscWVqVjJibmhFUVRSd1pIQjZVMHhUWVVsc2QyRkZDalJpZG5sMU5XRXJhVVU0TUN0NWMwaDZSREJMTTBkUVR5dFplR0V6VkZCRlpIRjVVSG93VFhRNGJXSkVVRFpuWjNSMlNHcHhhbFpPUjBaNkwxaFRMeklLUTFCNVVsZFdlVkJEUzJOUFJUVldkelZKVUZBeFVVZFZZbmRKU2pKb09HOVlka3c1ZWpVMGVYSkVkMnAwYVVncll6a3pVMWQwTW5oTGNrNURTMFptTVFweVpVbEJUSEJQUnpkUFdYSlBTSEp6SzJ0TE1UTTVkVXgyZUhoeE1VWlBOME0xZFVwUVRHVk1WM0UzU0VJMlJqQkNNMlpWV0Zob1VYUnhTWFpSZHpobENsRlVRMjlQWjFaM2VEQnRPR3hYTHk4MVVuZHpSbGhaZVhWMGIwZHZXRVJYY1ZwU05sRmpOalJTTUV0UFZsTlFNM1pZYnpaWU5ESnVRV0p6YjNSM1dtc0tNVzVzZVZGcFVrazVkalpWVkRsbkwycGpTa05uUms5dFNVRnBkMDFsZG5CNWNsUXhNVE41WVRSSE1tOUVSa1ZFUkdOYVNsSndUa0ZUTUZWMVUyWTBSUXBJU0c5Wk1ETTVNWFJGVmxsNWIwRmpheXRXWTFwRmNucFBjRFJQVVVoclNYaElORk5uTWtoRlNtVnZlWFZVYm1GSFdFNWlSelpLZEN0S05EQmphREJEQ25NeFVuTkdaa016YW1ReVZYSnpkM05MYWxrdlFUbHhWekpCWlU5SU4zbFdiMkpTWTAxdlZ6VlhlWGREUmtKWU1Xa3dha296ZFUxTmRrTjNSRkE1Tm5RS1dXWlVTWE5oYlhSU2JWQm1ZVzVwVlRkUE1qZExTamhMWlZWTVQzUktVVzVKUkdadlF6VmpVMWxpVHpkMVNUZE1aVmQyZW1oNk1HNHJibXRvTVZsSFRncERXalJKVDFBMVpFbDFXWGt6YTBkTVdEaEZVVzl3Wm5ObFVsSlJOVWh5Ym1GRVNVcENZMFpVT0hSdFJHRnVTWE5OVVV0RFFWRkZRVFF4THpWV04wTkJDa3RCVW1JelRqZE9SamRHVDNkdldEZGFTV1ZoWkdNNVJ6TXJla1J1WlZwdEsxQlZkalpZZDBGVFJYUlRVbXR4VW0wNGJtbHhlbk5LZFVwbFVYbHNTakVLVkc1c2RYUnJabkpDYzFSUVVXOWthUzl0WlZwR1kxRm9NVFJyVnpaRk0zRXpkelZzYUV0MVZGZ3ZjMjFEUkZFM1RtSktZWEZ3YUU5dE5XZHhZMUJqT1FwcU9Hb3ZjbTlJUTB0eFJqazVXVEJFV0hOalJFbG1SRUpyWjNnemVYcHFTV3c1ZDIxa1VFVmpjM2hTZFd0MGNFMXlSR2h4U0ZkUllrUnlhMDAwUW1KSUNqZE1Wa1pOVTBSVmRWaFdXRXMzWVZObVduUmxlblpVZVVKS2EyMU1WbWxrY2tSRFUyMUxRemM0ZDJkaVZIZFNVMEZLT0dodmNYWlBXRUZTY3pOcmJFSUtPVFZMUzFkUE9VNXhiR2RNUkhGME1XVnRlbG92TmpGVVdYSnpSVTgwVW5KbldqbGxOVkJ4WmxaS2Rpc3ZZeTlEZVUxWFJUVktVbXA1TWpGa1l5dEZVQXBwUm1FM01rbzRablJuWm5WVFVVdERRVkZGUVhkQmNFeHdRMjl1T0ZwcWNXazNUV1Z0VDJ4bVZsTmtWemQwYUd0SmExTlVSRUZuU0dwVGFreFJTakpEQ2preFNWQk5VWE5TYm1ScmMzSmplWEJFYlhwd2FWSnVhMGhpYlhSUGQzVmhVbGh0ZDFsSE5GVnJjRFJsUWtaMWIybFhSa056ZWxZM2FHaEljbFJEWkRjS2NrdDBWakJzYkU1Qk1XaExNMmRsTTB4emNscDVhRnBJT0VWNlFWTklWRU5RT0U0cmFqTk1RMk51VlVsNmQzcElTR292Vkc5elFsVmxTbVJLYldkdU5BcHRiMmRKVm5sWFZFMXFjRzlyYldoS2IyWjFOVEpaTWpkaFFWQXJjV0ZuWW1KUFkwZzNVblF6Y2lzMVZGbzJWWGgxY0ZOVlYzWlRVbTl4YjA5eVREVnBDalJvV0drd01VVk5PVWx3VVdVd0swTmxNVTlyUkhkT1lXRldWMmRaVkhSbFQzZEJOakJRWTJaaWJGZ3hTM2REYkdGTlFWUndXakE0VkRKSE1VdFhZa3NLTUd0dU1sSldaRWR6V0hwVWVHbHVWV1EyUVcwM1J6aE5XbmRrYnpoS04wbFRPV3RJVW1WdWNWWjNTME5CVVVFNVZrTjZRVWd3V21sQ1Rrd3lXREEwTkFwbWMxYzRjVVZFYm0wM0wyOHlVRVJKUVRKbE9FWnRTbVE0YkhoeVFVNTRaVzgxY0dOb1ZUWkVSVGxDUlRKV1lrVTJTRlJSWW1FNVoySkdZVlpoWnpaV0NuTTRORzV3Y21KdU5HVXJhblJHVW1kbE5GTnVVV2xWUVRWNlVYZDBZM0UxYWpsa2VGUlJNVkJpV0RCU1IwdFlWRk5DWW1sbk16SnBXVGxsTjB4U2NTOEtVSFpJYm05d1NuWktVVlJQVTJNNFkxbHhjVXBOVW1KRFFqQnhSVXh0YWsxVlRUSkhXazFXWW1sd1puTjBOSGx2ZVhaalZFWnVTREJuWlhoWk1WQTRjZ3A1ZEN0d1ZtTlNjbWgwV0hGM2NIcHZObkJ2YldwM2JIZFpWMWRhVEROdGFXdDFVWGw1ZG5GSVYyMVVURXROV1habllUUlFkM1pwT1VjeFUyWnhiVkp5Q21SMldEaHFabXBSTDJJeFRGQnRaMGxqUjAxNU0yOVFWVFJpVkVveFIxQllaMWxCYXpJM05IaFJlakpYU0dkU1VUUllNMk5tU3pobk1tbDNkWGRNVkdZS09UUkhjRUZ2U1VKQlJWaDRLMmRpTjBNM01XeFZkR2MzUkRCUWJXcEZRalZ4WVVsdk1IQXZaMnhwV214eWEzQjBkREJ1TjJ4TU16YzVNbWxJWmxrd1pRcHJjbFpwZFRWb2VtUnpVRzB5UkRCNllXSk1PVEJPZWtwTE9FdFViRmsyY0ZwSmJERXdVR0p2Ynl0RFpEbEVWM0Y0VTJKb2IzQjNUR00yUXk5M1pITmpDa0l6YWtSSGNXUkRXSFo2UzBSTU1uSldjMWRPVFZWelJVc3dObGxJT1dGTldtWTNlbmx1Y0hORFQzUlpXR1YyYlZCdWNVdGplUzlzY1VKUlJuSlpNRE1LTVU5eGRXSldUa0ZYYW5GM09ISmpOVGRWUm1nMU1IUk9RVzluVERONFdVaEhaak5CU0RGTGVqRjVNR2h6ZDBkeFMzUnZhMHBsVUhVd1RWUnBNbTVOWmdwQ1dqRkZTVzFTUlROS1dsUlNSbFJzVTFKeWFFRnljeXR3UXpKRlRrMUNPVTF0VkU1UldFaGljemgzTkdKelZVTTRNMkl5TlRWNVkwdzRVMngxZVhabENrdFZkMlExUkUxR09DdGtaSE4zYVRkdVF6Z3plR2RDUzA1bGJua3ZkRlZEWjJkRlFrRk9aVVJaVDFoQ1IzZHVlR3BxTDJsS2EzcExjRGhzTW1SRVluQUtabWhZV0VSSFN6WXlRbFJwT1VoblVUbG5iMFZZWVZGNWVqRlFOVTR3UTFGeVlrWXJlSE16VWpOb1dVNUhSRE5KZEU5dE9XTTFTMDVZV1VOcmJqUmFNQXB1ZFVkRlRHaE9SbWwzTkROdFlVNHhaakJqZWpkdU1EVk9kM2hHU0ZaV1YwMXdTMjF3UzBKRWFGaDZTelJ1YlVSQlZXMXdSalprWkhocmFHY3ZhMmxTQ2psYVdsUk1hV1Y1UVVweE5tdzVhV3h1VjNka1dEZGlVV1p3Y21SWE1rczNhblJPTW5Rd2VraHJkRWhYTTJOSlZXaERWMWhUV0dsVU9DczNNR2w1T0dFS2QxTXdhWFV2TkU1RVJVNUpOWFJSYW1kRE5scE9aamQ0UVhKVVkydHBZMUpKVkZWbGFHZGlhV2x4VmtGYWJIRldaelEwUmxOVU9UaDROWFZPY25sM013cHdlVzlyV2tSVmJrRjFVRGxXTVc1T1oyVktSMHBRYm01ck5XbG5XbFpsUldkWGVrZExlSFYyWXl0WldFSlRORXB5Ym01M01IZFFNbVUyTUQwS0xTMHRMUzFGVGtRZ1VsTkJJRkJTU1ZaQlZFVWdTMFZaTFMwdExTMEsKICAgIHRva2VuOiA4NzM2NGJkNjY3NDFkOWU3NjQzNTBjYTkwMjU1NzVlZTYyNmViYWM4NWZhNGM3ODdhMzRjNjVmNWUyZDQzMTgwMDkwNjMxZDkwMTUxNWM5ZDgyNThmMWEyNzJmMWUyNDBiZmE0ZjBmYWQ0MmJmZjMzZDg3YzgwMzhmMmI3YzNjNgo=\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g1BgAAAAAAAA%3D%3D%23RT%3A6%23TRC%3A6%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCUADWGgIAMgEIBmM3HxiOAEQAAInKAAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/clientproxy/providers/microsoft.extendedlocation/customlocations/testlocation\",\r\n \"name\": \"testlocation\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/clientproxy/providers/Microsoft.Kubernetes/connectedClusters/kfien\",\r\n \"namespace\": \"mydemo\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/clientproxy/providers/Microsoft.Kubernetes/connectedClusters/kfien/providers/Microsoft.KubernetesConfiguration/extensions/cassext\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iJCAAAAAAAAA%3D%3D%23RT%3A6%23TRC%3A6%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegC%2BAIEIACKLgKWBcgEAzwMAToRRgIQFwQACAIABYACagDEAAH4TAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g1BgAAAAAAAA%3D%3D%23RT%3A6%23TRC%3A6%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCUADWGgIAMgEIBmM3HxiOAEQAAInKAAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzFCZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2JTIzVFJDJTNBNiUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBZWdDVUFEV0dnSUFNZ0VJQm1NM0h4aU9BRVFBQUluS0FBY0FBU0MlMkJBQXNCblB4NGNLb0JxZ0FMQUFFS0FCQmFBZFlCaEFBd0FFUUFBQTF1QU1RQUdBRUlBQU04REFGRUFFQUdEQUdBQUFHQVlBQklBQUdBR0FCRUFBR0FoQURBQUVnQU1BQUFFUVFHNHdSaUJIb0JSZ0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iJCAAAAAAAAA%3D%3D%23RT%3A6%23TRC%3A6%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegC%2BAIEIACKLgKWBcgEAzwMAToRRgIQFwQACAIABYACagDEAAH4TAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUpDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2JTIzVFJDJTNBNiUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBZWdDJTJCQUlFSUFDS0xnS1dCY2dFQXp3TUFUb1JSZ0lRRndRQUNBSUFCWUFDYWdERUFBSDRUQUFBYmdDRWdBRElBQUFNSUFCSUFBR0NJUUdNQUFEaHdRUU1BU1lBc2dMT0FQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNpQUFvQUFBSERBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e524770-8ecd-4a9e-ad86-400df5c2688b" + "1df25d36-b1d7-4f83-8c02-72479edb1ade" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -788,14 +788,11 @@ "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ - "70c611d5-a177-4f40-895a-55e91ff31572" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" + "14675" ], "X-Ms-Request-Id": [ - "8c4fb160-fa13-4af2-bbd4-b48f9607a0b4" + "507d6e88-ad62-413d-8c47-ca9ecc552dd7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -803,17 +800,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" + "x-ms-correlation-request-id": [ + "8dec16e3-b068-4426-b1d4-20e88f0f9a20" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052752Z:70c611d5-a177-4f40-895a-55e91ff31572" + "CENTRALUS:20210505T214936Z:8dec16e3-b068-4426-b1d4-20e88f0f9a20" + ], + "X-MSEdge-Ref": [ + "Ref A: 40E42569D1294A29B6F11A5C413C056F Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:36Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:52 GMT" + "Wed, 05 May 2021 21:49:35 GMT" ], "Content-Length": [ - "14077" + "1489" ], "Content-Type": [ "application/json" @@ -822,23 +822,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/cnabdemo/providers/microsoft.extendedlocation/customlocations/mytest2\",\r\n \"name\": \"mytest2\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/cnabdemo/providers/Microsoft.Kubernetes/connectedClusters/cnabdemo\",\r\n \"namespace\": \"cassandraoperator\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/cnabdemo/providers/Microsoft.Kubernetes/connectedClusters/cnabdemo/providers/Microsoft.KubernetesConfiguration/extensions/ansible\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"KubeConfig\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VWNVZFTkRRWEpIWjBGM1NVSkJaMGxSUXpZNFVHa3ZORUY2Y1ROTVZuY3lUM05JZUV0dFZFRk9RbWRyY1docmFVYzVkekJDUVZGelJrRkVRVTRLVFZGemQwTlJXVVJXVVZGRVJYZEthbGxVUVdkR2R6QjVUVVJGZUUxVVJYaE9ha1Y2VGxSS1lVZEJPSGxOUkZWM1RWUkZlRTFVUlRKTmFrMHhUV3h2ZHdwRVZFVk1UVUZyUjBFeFZVVkJlRTFEV1RKRmQyZG5TV2xOUVRCSFExTnhSMU5KWWpORVVVVkNRVkZWUVVFMFNVTkVkMEYzWjJkSlMwRnZTVU5CVVVOb0NpOHJLMWhyYjBaNlNsQXZkU3N2WjB0WFVFSlBaVkp4YjJSYWNYTmlkWFYwVW0wdlFuSklkbkZUVm1WeGNGUnZhMnhPTWsxMlMxQmlSRW94WmtObVN6a0tlbEI0YVVWQlltdFBiRUV5ZFVoa1VqTlJiRXRyY1VsUlQzRnlXSHBFUXpKRVMzRnRRMWxZVTBOeVYxUmpkME5QY0VwblMybHRkMDFQYUhwdldsSmlVQXBTU1dNdlYwUnRZM0Z3YUdobE9IaFBWa0l3VjBJeWMwOXVja2hCVGxwUWJ6TlVabU5qY210cFJFSnNhV1ZZU0ZZeGVVRlFXSGwzVlhSNVoyOXdVU3N2Q2tvdk5YZ3JPRXBNUVdzeFVFcFRia2RQYlcxWlpIZEtSbGMyWm01MU5rcDVWMWxtY1hCSmEyWmtXRXRWYUZaU1RXbE5RVVowTDFZeFEzSlNWVTRyT0dzS05HVkRaVEU1ZG1aRFIyeGhhSEU1UTNRME5sUjRNa2htZFhveVdtMUlVRFpETjFBNWFVVm1UR2xXTTBWaGNqSktSRkY1VkhwcVFqSmpTRzFpVHpoRFdRcDZURWRYUVUxbllsTmxiMVpRU25KWU1VOTFNaXN6YkcxM1dIWmhRbmRXTjJSd2Ntd3dSM1JvWVRnekwwMXVZVEZNU2tneVZsWlZRMGxsT1ZGRWFXZHpDalZQZWxRMWNVOXllbWxSUjA5V00zUlpXbll4UVROQk9DczBPRkJOVWt4NWNVdEtNSHBwU3pSdFdHUm9aWGgxTTNkMFQwUkNZWE5TY1RSTVZGUllVSGtLVTFock1GWm5abTVrTnk5VWF6SmpjWE55U0ZKUVVsaDBRak5DYjFCd1NETmxiMmh2YTBwUE55dHdNWFI2UVRSQ2NERkNkVXh5YXpoaFdHaE5lV05oTUFwNVJVWmFVMnQ1U3pSWVRWWldlbEkwUmpaNFFYSllPVFZ4WjJ4TWVVTm1jRmhQZFhKcVlTODNlVnAzWmpKNWNYRktkVUY0WmtSRFFpdFNaR2cwZDJjckNuUk5Ra1JMZEZveloxVmpTMVlyU2xodFdEaFBkRXd4UlV0UGNrWlBTSGRpYkhabWFWUlNWbFJ4Vmt4RWJFbHNVa1pyU1ZkMVVtRnViRXRKVFd0VFJGa0tUMnhVZUV4bmNFSTVWblpWUnpWNmNFaEJURUZsYTNCdlZtZHJSSFppVVdacldscHZSeXR2VGpsUlNVUkJVVUZDYjNsTmQwbFVRVTlDWjA1V1NGRTRRZ3BCWmpoRlFrRk5RMEZ4VVhkRWQxbEVWbEl3VkVGUlNDOUNRVlYzUVhkRlFpOTZRVTVDWjJ0eGFHdHBSemwzTUVKQlVYTkdRVUZQUTBGblJVRkVLMGxpQ210TVZIcGlSM3BXWVVNek9FWTRlRWhUYm5WUE1UaHpiVGQwZFU4M01XRTJhMVp5V21SaE5uVjJhVVZCT0haSFUwaDNaRFJCWjJGQldUVkpkVUpuYnpRS2MwdENaelJUVFVSdFJTOHZjVGRtU25WRU5IVXJaM0pFTWl0WlFYVmxSMnBXVVRaelNucDZVRVZ6ZW5SaFVITkpkalpQUmt4MlIyTmtNMFZpYTBoTk9RcDRkakpJVDIxNVVYWkxMM2xYYzBFMVkyaGlZVVZHVVRkU2IwVm1hbmhMTldZMVpYTXZiMkpXZVdWRmRFSlhVVlZFU210WlNUVXpPWHA2WmxscVRGQlJDbGw2ZWprdlUzUmxZbVJsYWxvMk5URk9VSGxEYkdFclRpOHZURzlVUlZFcmN6VnBNM0pQYTBGellUTjRSamgwTVVoaFZ6aElMMkp1V1hSTVYzcFRSMklLWW5sd2VtNTFObGgyTjNVeVNHVmpjRkZrY0dOQ1JFZHJOWE40T0VKRlVEZ3ZLek5LZGpaTFJqVjBkVEJOVDBRNUsxbFdjM2N6UVdVNFprVlNiVEZNUmdwRWJtaFlOMEZFZEhkcFJtNHJTWEoxTmtSRmFHTkxUa2hPWTJKUGVsaFVWWGxIYm1rdlRTdElNeXREVkRKa2EyWjFkRXRCTVhKRU4zTmtOVVYyWXpCTUNrOUJXUzlaU0dsNE9XMURiM2hRTTNwbGJtNXBZalphU0VKck5uWXpNMGRpUkVaS2NrOU1jVTFHYzJGeE5VWmlNSFYwWkZWTlRUTjBhSHB6ZVVSelRGSUtXRzl3T0ZocU9XbElaVFZtZUU1T01qVlhNRVUyVUVocVZXeEhaM05tYVUxbGFqZHJiMVV2YjNWblZtSlJZV3hVV1RWYWJrVk5TSGRsVVRCd0wyRnFVd3BKU210RWFtRlFNMlJETVdwa2FqTTNhVmxzWjNoM2VGQkRSVFpZVWpSU2RrZzVTMGt3ZFdrd2RHSmlWWGc0TkROYVJqTkRaazlKVVUxUFRFbDVXbTVzQ25GSU9YVTJVa2h4TXpCTk1YWktLMWRrYkZCNlNrcFBVVVpOYkVKbE9GUmFkRFZIYmtaclluWlZURGN2ZEdSTE1XOHJjbGRwZVdWVllqWTVNbTlJVmtNS1RHczBUalpyVmk5MVVYcFpOR3gyZVZwUEsyUlRWR1Y1VmpkWVVIUmlXalIxT1RoR04zQlZQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vY25hYnRlc3QtZG5zLWM1YTNlOTMyLmhjcC5lYXN0dXMuYXptazhzLmlvOjQ0MwogIG5hbWU6IGNuYWJ0ZXN0CmNvbnRleHRzOgotIGNvbnRleHQ6CiAgICBjbHVzdGVyOiBjbmFidGVzdAogICAgdXNlcjogY2x1c3RlckFkbWluX2NuYWJ0ZXN0X2NuYWJ0ZXN0CiAgbmFtZTogY25hYnRlc3QKY3VycmVudC1jb250ZXh0OiBjbmFidGVzdApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGNsdXN0ZXJBZG1pbl9jbmFidGVzdF9jbmFidGVzdAogIHVzZXI6CiAgICBjbGllbnQtY2VydGlmaWNhdGUtZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVVXZWRU5EUVhWWFowRjNTVUpCWjBsU1FVb3dNRTlJUlhCWVR6WnVlbFp3U1VGVmMzRlFiM04zUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhjS1JGUkZURTFCYTBkQk1WVkZRWGhOUTFreVJYZElhR05PVFdwQmVFMVVSWGhOVkZsNFRYcFZlVmRvWTA1TmFrbDRUVlJGZUUxVVdYbE5lbFY1VjJwQmR3cE5VbU4zUmxGWlJGWlJVVXRGZHpWNlpWaE9NRnBYTURaaVYwWjZaRWRXZVdONlJWWk5RazFIUVRGVlJVRjRUVTFpVjBaNlpFZFdlVmt5ZUhCYVZ6VXdDazFKU1VOSmFrRk9RbWRyY1docmFVYzVkekJDUVZGRlJrRkJUME5CWnpoQlRVbEpRME5uUzBOQlowVkJjWEJGWmpoSE4wZHhVVkE1VUc1cVpFdEhZVmdLYUVkdlRITk5NV1ZYWkVkYVpTdHRNbEE1Um5sU1prRlJjSHBrUm5SeU5XeHdhV016SzFGMGVFcFBaazlLVFVSSFZYWXpjRTVLWkc1d09XZGFjRFJ6YXdwNWNVOTZXVWhHYjJKamVVcDJLMWhsVkZCSGFWWnVSSEZNZFc1d2EzWnFlSHBTYlhkVVVIUlZSa05RTVhsUkt6bHNlRWxSZUZwcFJuWlhPWFYxZFc0ekNtTktXbTlVY0U1bFRYTlBhMWh0UkcxamNGbDJUWFFyWkdWeFFtWnFMekJZU2pCNWVETkJVemMyWlRKbk4xUTVTbFp2V0ZScFZ6RTNSSGd2VTJNcmNTc0tOekZCVHpOWGFXTlRZemwzVGxjd2RXeEdWbVp1U3pocGIxSmpWbHBTYVVZemMyNTJjRU5uY1UxUFlVbEplbGxaVjFCTGNXUmlaVWxaZDJaNFVraGhhUXBEUTB4U1NWRnpUa1p4TVRWUmRGVkhiREJtUldoeWRXWnVhbUY1YVZNd1YydFdWbGtyTVd4d1IyaEhMMEZDVlV4YVQybHlUVWx1V0dFNWFEUlFUMUZsQ21SVGNGZFJTMjByVUV4alRuVXJZMUp5VUhWbk1IRnVSVGROWjIxdVlrRTVWMXBqY0d4dlYyUndkaXRIUmxSdFRpdDBNMEZoTkdkbk9GVnZkV2xJUldzS1VrSjJVME51TDJNeU5UQkhXSEI0UVhOc00xTmtjSE0wZUVkMmNsTnRSVXMxYkUxTlFsSnBXbGt4UjFwMWNGUk5ZbVpRTjNjeWFWZHRiVXhLWTNsSE5RcEJWbllyY0N0MU0yRTBhVkpqVURobk5VZHZTbGRZT1ZGNVVqRmhSUzlUTVVsNFN6SjBValJ0VmtSMFFuWlRiRFoxY0VSUVRsQkNTazEyY1ZWUVZrdHdDa3BIY1UxRlowMW1lRzFuZVc1SWFUUTNiRFpQVDNsVWVrcG5kelpGT1ZFd1dWUlRjMmhYTW10bFkyNVVVV3BLVUVOdFkzZFdXa2t2WkZKeGFUUm5hV2NLT1hOUE9XTjJXSEZwVjA1TWRXTnpUME5pWWtWSGIwbEpTell6UTNwMlJsa3dkVFprSzI1SFJWSXhWRGd5VEcxM1dUUjFaVXBYSzFKR05FeHZibEJQVVFvd2FYVm1iamRNYUhWVWNuVjNjRkpHYlhGdWVIUk5PRU5CZDBWQlFXRk5NVTFFVFhkRVoxbEVWbEl3VUVGUlNDOUNRVkZFUVdkWFowMUNUVWRCTVZWa0NrcFJVVTFOUVc5SFEwTnpSMEZSVlVaQ2QwMURUVUYzUjBFeFZXUkZkMFZDTDNkUlEwMUJRWGRFVVZsS1MyOWFTV2gyWTA1QlVVVk1RbEZCUkdkblNVSUtRVVZpZVN0c2FUaEhSM1ZpVFZwRFJGUlJTbXg2ZDIwMlNISnlhRkowWWtNdmRrWTFRazh2ZWtzMFZYUndaMHhTZFZKaFNuUkphV1pOUkVSUGFsRnRWZ3BwV1V0a1oxUndNemhpUkVOelFXZDRRa1pVSzBsSmRXc3lSVlpJU0ZOdlFVTlhjblJpYzFjeFRsZGtWM2xrUzB4R1JXOHZTVWhCUVRoc1ZVTXdSWHB6Q21JeVpWTlRNRTlNVEVSMGVsbHdTMVI2T1Vsd2QwTnhabWx3UW5Sd2N6QnVhSHAwY0dkMlRYSnVZazVrVEZGamF6UmpUR3BPSzBacFVqTjRiMHgxVlV3S1ZWVlJhMjFqU1ZseVRIVjRRelprTkhweWJXdzJUbFpMYWpsYVN6SlJja0ZZZEZaVVZuTktORk5qVjBsdmVWazBRM2c1V0hCTFNYTmxlRlU0Y25sWk1RcFJjRXMxTVVsUWNrNHdjMFZtZWsxSVFtWk1Vemg2VldOeU1FVkRjMXBwYldWRGVFMHdXaTl2YzFGcWFXcFNNSFkzYTIxVFZVcEZTV3BIU25NNVRrbHFDaTh5TDNZMmVHWlVhME01YzA1WGNqZE1LMUp4WkRGNVYwVldiWFpaUW5BNFVFNWFkM05aV1dWS1NYRklNRFV5YzJ4cU0wZEtlVWxXYTFkS2JWZEJWVlFLZG5ZeGNHaG1SR3BqVVdSMFkyRm9aM2sxYzFKdVdEZzJNM0V4V1hwSE1uQnNibmRDVmtoU2JEWmxVRkU0TlV0RVMyRk9USEZ1U2tsdVRWZHNVMkprTkFwcVpGUXJNV2hOYm1WRVN6azNPSEJ2UWxaamRVRkNVVTFWTUdKVVUwMUxNbWhrWTJkRGNtMUlVa2htVDJ0SGFsZHFXa3MwUmtSWVdWZzNWVUZDWjFacENuVmFaemhWWW1sU00zbDJhbU5OTTBsU1lrNU9kRk54WjBGbE1HaEJkVGgxYzNkNmEyeEViMUJUYVdoUk5XMVpWVEkzTVc5aFIxSTFablZyYUUxaGRGQUtZVTl6VWpjMGEwWjVTbkY2V1haVmNYaEdTbk5OVkhOVVdESmxZa1l4WjFCS1VqaHVMMjVIYW5CMVZWWk1Ra3BTVlVSa1VWbGhkVVIwTW5wYU0yNTZlZ3BGVlhkNFJqaGFiVzVhTms5NFdXcEtaWGx2YjFWd1NuSTVjRWt6Ym1KMGRVTlhNbGwzY0hOdmR6RlRaQW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsS1MwRkpRa0ZCUzBOQlowVkJjWEJGWmpoSE4wZHhVVkE1VUc1cVpFdEhZVmhvUjI5TWMwMHhaVmRrUjFwbEsyMHlVRGxHZVZKbVFWRndlbVJHQ25SeU5XeHdhV016SzFGMGVFcFBaazlLVFVSSFZYWXpjRTVLWkc1d09XZGFjRFJ6YTNseFQzcFpTRVp2WW1ONVNuWXJXR1ZVVUVkcFZtNUVjVXgxYm5BS2EzWnFlSHBTYlhkVVVIUlZSa05RTVhsUkt6bHNlRWxSZUZwcFJuWlhPWFYxZFc0elkwcGFiMVJ3VG1WTmMwOXJXRzFFYldOd1dYWk5kQ3RrWlhGQ1pncHFMekJZU2pCNWVETkJVemMyWlRKbk4xUTVTbFp2V0ZScFZ6RTNSSGd2VTJNcmNTczNNVUZQTTFkcFkxTmpPWGRPVnpCMWJFWldabTVMT0dsdlVtTldDbHBTYVVZemMyNTJjRU5uY1UxUFlVbEplbGxaVjFCTGNXUmlaVWxaZDJaNFVraGhhVU5EVEZKSlVYTk9SbkV4TlZGMFZVZHNNR1pGYUhKMVptNXFZWGtLYVZNd1YydFdWbGtyTVd4d1IyaEhMMEZDVlV4YVQybHlUVWx1V0dFNWFEUlFUMUZsWkZOd1YxRkxiU3RRVEdOT2RTdGpVbkpRZFdjd2NXNUZOMDFuYlFwdVlrRTVWMXBqY0d4dlYyUndkaXRIUmxSdFRpdDBNMEZoTkdkbk9GVnZkV2xJUld0U1FuWlRRMjR2WXpJMU1FZFljSGhCYzJ3elUyUndjelI0UjNaeUNsTnRSVXMxYkUxTlFsSnBXbGt4UjFwMWNGUk5ZbVpRTjNjeWFWZHRiVXhLWTNsSE5VRldkaXR3SzNVellUUnBVbU5RT0djMVIyOUtWMWc1VVhsU01XRUtSUzlUTVVsNFN6SjBValJ0VmtSMFFuWlRiRFoxY0VSUVRsQkNTazEyY1ZWUVZrdHdTa2R4VFVWblRXWjRiV2Q1YmtocE5EZHNOazlQZVZSNlNtZDNOZ3BGT1ZFd1dWUlRjMmhYTW10bFkyNVVVV3BLVUVOdFkzZFdXa2t2WkZKeGFUUm5hV2M1YzA4NVkzWlljV2xYVGt4MVkzTlBRMkppUlVkdlNVbExOak5EQ25wMlJsa3dkVFprSzI1SFJWSXhWRGd5VEcxM1dUUjFaVXBYSzFKR05FeHZibEJQVVRCcGRXWnVOMHhvZFZSeWRYZHdVa1p0Y1c1NGRFMDRRMEYzUlVFS1FWRkxRMEZuUW5aU1QyTnBSVkpJTVRsck1VSmpUbFpPV1hObVlrMU9ZbHBwY3k5UVNtdFlURXRUWVd0TlZEQnlNVXhVTkdOTU1VRjJjWEJRU0hWNVRBcDNaVkZaYjBWUVFtaERVMk40Vm14YU0zQTVXRkpyYkU5SVFqVjJUbmxXZDJRcmMxcElZMHRMT1dscWVqVjJibmhFUVRSd1pIQjZVMHhUWVVsc2QyRkZDalJpZG5sMU5XRXJhVVU0TUN0NWMwaDZSREJMTTBkUVR5dFplR0V6VkZCRlpIRjVVSG93VFhRNGJXSkVVRFpuWjNSMlNHcHhhbFpPUjBaNkwxaFRMeklLUTFCNVVsZFdlVkJEUzJOUFJUVldkelZKVUZBeFVVZFZZbmRKU2pKb09HOVlka3c1ZWpVMGVYSkVkMnAwYVVncll6a3pVMWQwTW5oTGNrNURTMFptTVFweVpVbEJUSEJQUnpkUFdYSlBTSEp6SzJ0TE1UTTVkVXgyZUhoeE1VWlBOME0xZFVwUVRHVk1WM0UzU0VJMlJqQkNNMlpWV0Zob1VYUnhTWFpSZHpobENsRlVRMjlQWjFaM2VEQnRPR3hYTHk4MVVuZHpSbGhaZVhWMGIwZHZXRVJYY1ZwU05sRmpOalJTTUV0UFZsTlFNM1pZYnpaWU5ESnVRV0p6YjNSM1dtc0tNVzVzZVZGcFVrazVkalpWVkRsbkwycGpTa05uUms5dFNVRnBkMDFsZG5CNWNsUXhNVE41WVRSSE1tOUVSa1ZFUkdOYVNsSndUa0ZUTUZWMVUyWTBSUXBJU0c5Wk1ETTVNWFJGVmxsNWIwRmpheXRXWTFwRmNucFBjRFJQVVVoclNYaElORk5uTWtoRlNtVnZlWFZVYm1GSFdFNWlSelpLZEN0S05EQmphREJEQ25NeFVuTkdaa016YW1ReVZYSnpkM05MYWxrdlFUbHhWekpCWlU5SU4zbFdiMkpTWTAxdlZ6VlhlWGREUmtKWU1Xa3dha296ZFUxTmRrTjNSRkE1Tm5RS1dXWlVTWE5oYlhSU2JWQm1ZVzVwVlRkUE1qZExTamhMWlZWTVQzUktVVzVKUkdadlF6VmpVMWxpVHpkMVNUZE1aVmQyZW1oNk1HNHJibXRvTVZsSFRncERXalJKVDFBMVpFbDFXWGt6YTBkTVdEaEZVVzl3Wm5ObFVsSlJOVWh5Ym1GRVNVcENZMFpVT0hSdFJHRnVTWE5OVVV0RFFWRkZRVFF4THpWV04wTkJDa3RCVW1JelRqZE9SamRHVDNkdldEZGFTV1ZoWkdNNVJ6TXJla1J1WlZwdEsxQlZkalpZZDBGVFJYUlRVbXR4VW0wNGJtbHhlbk5LZFVwbFVYbHNTakVLVkc1c2RYUnJabkpDYzFSUVVXOWthUzl0WlZwR1kxRm9NVFJyVnpaRk0zRXpkelZzYUV0MVZGZ3ZjMjFEUkZFM1RtSktZWEZ3YUU5dE5XZHhZMUJqT1FwcU9Hb3ZjbTlJUTB0eFJqazVXVEJFV0hOalJFbG1SRUpyWjNnemVYcHFTV3c1ZDIxa1VFVmpjM2hTZFd0MGNFMXlSR2h4U0ZkUllrUnlhMDAwUW1KSUNqZE1Wa1pOVTBSVmRWaFdXRXMzWVZObVduUmxlblpVZVVKS2EyMU1WbWxrY2tSRFUyMUxRemM0ZDJkaVZIZFNVMEZLT0dodmNYWlBXRUZTY3pOcmJFSUtPVFZMUzFkUE9VNXhiR2RNUkhGME1XVnRlbG92TmpGVVdYSnpSVTgwVW5KbldqbGxOVkJ4WmxaS2Rpc3ZZeTlEZVUxWFJUVktVbXA1TWpGa1l5dEZVQXBwUm1FM01rbzRablJuWm5WVFVVdERRVkZGUVhkQmNFeHdRMjl1T0ZwcWNXazNUV1Z0VDJ4bVZsTmtWemQwYUd0SmExTlVSRUZuU0dwVGFreFJTakpEQ2preFNWQk5VWE5TYm1ScmMzSmplWEJFYlhwd2FWSnVhMGhpYlhSUGQzVmhVbGh0ZDFsSE5GVnJjRFJsUWtaMWIybFhSa056ZWxZM2FHaEljbFJEWkRjS2NrdDBWakJzYkU1Qk1XaExNMmRsTTB4emNscDVhRnBJT0VWNlFWTklWRU5RT0U0cmFqTk1RMk51VlVsNmQzcElTR292Vkc5elFsVmxTbVJLYldkdU5BcHRiMmRKVm5sWFZFMXFjRzlyYldoS2IyWjFOVEpaTWpkaFFWQXJjV0ZuWW1KUFkwZzNVblF6Y2lzMVZGbzJWWGgxY0ZOVlYzWlRVbTl4YjA5eVREVnBDalJvV0drd01VVk5PVWx3VVdVd0swTmxNVTlyUkhkT1lXRldWMmRaVkhSbFQzZEJOakJRWTJaaWJGZ3hTM2REYkdGTlFWUndXakE0VkRKSE1VdFhZa3NLTUd0dU1sSldaRWR6V0hwVWVHbHVWV1EyUVcwM1J6aE5XbmRrYnpoS04wbFRPV3RJVW1WdWNWWjNTME5CVVVFNVZrTjZRVWd3V21sQ1Rrd3lXREEwTkFwbWMxYzRjVVZFYm0wM0wyOHlVRVJKUVRKbE9FWnRTbVE0YkhoeVFVNTRaVzgxY0dOb1ZUWkVSVGxDUlRKV1lrVTJTRlJSWW1FNVoySkdZVlpoWnpaV0NuTTRORzV3Y21KdU5HVXJhblJHVW1kbE5GTnVVV2xWUVRWNlVYZDBZM0UxYWpsa2VGUlJNVkJpV0RCU1IwdFlWRk5DWW1sbk16SnBXVGxsTjB4U2NTOEtVSFpJYm05d1NuWktVVlJQVTJNNFkxbHhjVXBOVW1KRFFqQnhSVXh0YWsxVlRUSkhXazFXWW1sd1puTjBOSGx2ZVhaalZFWnVTREJuWlhoWk1WQTRjZ3A1ZEN0d1ZtTlNjbWgwV0hGM2NIcHZObkJ2YldwM2JIZFpWMWRhVEROdGFXdDFVWGw1ZG5GSVYyMVVURXROV1habllUUlFkM1pwT1VjeFUyWnhiVkp5Q21SMldEaHFabXBSTDJJeFRGQnRaMGxqUjAxNU0yOVFWVFJpVkVveFIxQllaMWxCYXpJM05IaFJlakpYU0dkU1VUUllNMk5tU3pobk1tbDNkWGRNVkdZS09UUkhjRUZ2U1VKQlJWaDRLMmRpTjBNM01XeFZkR2MzUkRCUWJXcEZRalZ4WVVsdk1IQXZaMnhwV214eWEzQjBkREJ1TjJ4TU16YzVNbWxJWmxrd1pRcHJjbFpwZFRWb2VtUnpVRzB5UkRCNllXSk1PVEJPZWtwTE9FdFViRmsyY0ZwSmJERXdVR0p2Ynl0RFpEbEVWM0Y0VTJKb2IzQjNUR00yUXk5M1pITmpDa0l6YWtSSGNXUkRXSFo2UzBSTU1uSldjMWRPVFZWelJVc3dObGxJT1dGTldtWTNlbmx1Y0hORFQzUlpXR1YyYlZCdWNVdGplUzlzY1VKUlJuSlpNRE1LTVU5eGRXSldUa0ZYYW5GM09ISmpOVGRWUm1nMU1IUk9RVzluVERONFdVaEhaak5CU0RGTGVqRjVNR2h6ZDBkeFMzUnZhMHBsVUhVd1RWUnBNbTVOWmdwQ1dqRkZTVzFTUlROS1dsUlNSbFJzVTFKeWFFRnljeXR3UXpKRlRrMUNPVTF0VkU1UldFaGljemgzTkdKelZVTTRNMkl5TlRWNVkwdzRVMngxZVhabENrdFZkMlExUkUxR09DdGtaSE4zYVRkdVF6Z3plR2RDUzA1bGJua3ZkRlZEWjJkRlFrRk9aVVJaVDFoQ1IzZHVlR3BxTDJsS2EzcExjRGhzTW1SRVluQUtabWhZV0VSSFN6WXlRbFJwT1VoblVUbG5iMFZZWVZGNWVqRlFOVTR3UTFGeVlrWXJlSE16VWpOb1dVNUhSRE5KZEU5dE9XTTFTMDVZV1VOcmJqUmFNQXB1ZFVkRlRHaE9SbWwzTkROdFlVNHhaakJqZWpkdU1EVk9kM2hHU0ZaV1YwMXdTMjF3UzBKRWFGaDZTelJ1YlVSQlZXMXdSalprWkhocmFHY3ZhMmxTQ2psYVdsUk1hV1Y1UVVweE5tdzVhV3h1VjNka1dEZGlVV1p3Y21SWE1rczNhblJPTW5Rd2VraHJkRWhYTTJOSlZXaERWMWhUV0dsVU9DczNNR2w1T0dFS2QxTXdhWFV2TkU1RVJVNUpOWFJSYW1kRE5scE9aamQ0UVhKVVkydHBZMUpKVkZWbGFHZGlhV2x4VmtGYWJIRldaelEwUmxOVU9UaDROWFZPY25sM013cHdlVzlyV2tSVmJrRjFVRGxXTVc1T1oyVktSMHBRYm01ck5XbG5XbFpsUldkWGVrZExlSFYyWXl0WldFSlRORXB5Ym01M01IZFFNbVUyTUQwS0xTMHRMUzFGVGtRZ1VsTkJJRkJTU1ZaQlZFVWdTMFZaTFMwdExTMEsKICAgIHRva2VuOiA4NzM2NGJkNjY3NDFkOWU3NjQzNTBjYTkwMjU1NzVlZTYyNmViYWM4NWZhNGM3ODdhMzRjNjVmNWUyZDQzMTgwMDkwNjMxZDkwMTUxNWM5ZDgyNThmMWEyNzJmMWUyNDBiZmE0ZjBmYWQ0MmJmZjMzZDg3YzgwMzhmMmI3YzNjNgo=\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jABgAAAAAAAA%3D%3D%23RT%3A7%23TRC%3A7%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCSAMCGDIBCAZjNx8YjgBEAACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/clitestmei4gedgp3/providers/microsoft.extendedlocation/customlocations/customlocations-cliuvtgy\",\r\n \"name\": \"customlocations-cliuvtgy\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace\",\r\n \"displayName\": \"customlocations-cliuvtgy\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iNCAAAAAAAAA%3D%3D%23RT%3A7%23TRC%3A7%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegC8AI2Ii4ClgXIBAM8DAE6EUYCEBcEAAgCAAWAAmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jABgAAAAAAAA%3D%3D%23RT%3A7%23TRC%3A7%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCSAMCGDIBCAZjNx8YjgBEAACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3akFCZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3JTIzVFJDJTNBNyUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBZWdDU0FNQ0dESUJDQVpqTng4WWpnQkVBQUNKeWdBSEFBRWd2Z0FMQVp6OGVIQ3FBYW9BQ3dBQkNnQVFXZ0hXQVlRQU1BQkVBQUFOYmdERUFCZ0JDQUFEUEF3QlJBQkFCZ3dCZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iNCAAAAAAAAA%3D%3D%23RT%3A7%23TRC%3A7%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegC8AI2Ii4ClgXIBAM8DAE6EUYCEBcEAAgCAAWAAmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aU5DQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3JTIzVFJDJTNBNyUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBZWdDOEFJMklpNENsZ1hJQkFNOERBRTZFVVlDRUJjRUFBZ0NBQVdBQW1vQXhBQUIlMkJFd0FBRzRBaElBQXlBQUFEQ0FBU0FBQmdpRUJqQUFBNGNFRURBRW1BTElDemdENkFBY0NBQjBJQUlCQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9nQUtBQUFCd3dCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c42a0ed-ff8e-482e-b7b7-25e6cbc63585" + "913d7133-8efc-4df8-a43e-5797b8bfb060" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -851,14 +851,11 @@ "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ - "e00f7891-e8a2-44af-ae20-bafe03327d67" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" + "14849" ], "X-Ms-Request-Id": [ - "070de916-5464-4317-8fb3-d9b17580b8af" + "a52105fb-08bc-4280-b47b-6e55e11bcba5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -866,17 +863,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" + "x-ms-correlation-request-id": [ + "dd48fb27-6a5b-4e11-a2b1-a1e483453419" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052753Z:e00f7891-e8a2-44af-ae20-bafe03327d67" + "CENTRALUS:20210505T214936Z:dd48fb27-6a5b-4e11-a2b1-a1e483453419" + ], + "X-MSEdge-Ref": [ + "Ref A: 64E67B7FC2954A5E800D67C2C0FC5558 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:36Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:52 GMT" + "Wed, 05 May 2021 21:49:35 GMT" ], "Content-Length": [ - "14097" + "1343" ], "Content-Type": [ "application/json" @@ -885,23 +885,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/rsynctest/providers/microsoft.extendedlocation/customlocations/rsynctest\",\r\n \"name\": \"rsynctest\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/rsynctest/providers/Microsoft.Kubernetes/connectedClusters/rsynctest\",\r\n \"namespace\": \"cassandra-operator\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/rsynctest/providers/Microsoft.Kubernetes/connectedClusters/rsynctest/providers/Microsoft.KubernetesConfiguration/extensions/cassandra\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"KubeConfig\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VWNWFrTkRRWEpMWjBGM1NVSkJaMGxTUVV4U04zRTViSGx5VTBoNVJHOXVVbWRTVHpocFlqQjNSRkZaU2t0dldrbG9kbU5PUVZGRlRFSlJRWGNLUkZSRlRFMUJhMGRCTVZWRlFYaE5RMWt5UlhkSlFtTk9UV3BCZUUxcVFUQk5SRWt3VGtSVk0xZG9aMUJOYWtFeFRVUkZlVTFFVVhkTmFsVXdUbFJrWVFwTlFUQjRRM3BCU2tKblRsWkNRVTFVUVcxT2FFMUpTVU5KYWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZGUmtGQlQwTkJaemhCVFVsSlEwTm5TME5CWjBWQkNucFpZemhRVldwaFNXdGhRMVZOWmt4UFlWSkdSQ3Q0TUZCdlRubFFSbmxYWVU1SmRteFlNRU5zZVc4dlZFNDBkMG9yUjB0M1lVRklaVFJOUkVwMlUxUUtWbGRYVUROMFJIQnBWVzV3VURWUVZtZHliRXg2TmxWaVltVm5iQ3R6TkhsUVptTlhUWFpQSzBoRFVHRTNWM05HV25Kd1MwNXhPR3N6YUdKRFpVOXdRUW80WlVkMWVITnZVRTlJTkVsak9HbDJURUpIUVc1R2VXMVFZWEF3UlUwdlIxY3djMnM0TWtKa2RqWldVRTVtT1hWUlpIZEZjMVZKTkVoQ2FuVkJUVXBSQ213elRERm1WMHRDUlVKb1VHcEZUVU5sT0ZNclFYSkVTMWt6UkZkb2EwUkxTMnN4T0VkTE1GbHpkbVJ5Tm5sWU9HcFdWbEJCYXpVNU1GWm5Va1YwU1hrS2FFMDNaRmRoZWpGU1dERTRSRXhCUzBSeFJrdFRlbmxJUVV0Qk1tcFBXbWROZDBneE1GUnFhM3BuV2pWU2QxaHFOV2xMUmtkVFMySnJTbVprSzBGRGNncHNWelY0YVdkR1Nra3pRVTAyWW0xMFZrODJUSFZ1Yms1R1JtOXljRlZhYUZKRFIzWjVabTUxVEd0aWVsZDFXblE0U2tSQ2FIQlpRaXQwVDAxa2VsZE9DbFprTVdkVFdYcGlSV2xzTHpoTFRrVjROSEl5WVdkRWVFTTFhME40T1VKcU5XdGtjMVpvWWtORU16WTRVakYzV214d1VXeDRTbVJ0UlcxSGNpOUNlaThLZWtFcmMyVkJRMWRrVUZreGMzWkRVakJtVm5KRWRHRndiMnRhYnpNNFFWQjVVWE4yVlVFclVVOTROeThyZUdwSmVUZElVVGxXVlhFelVsWkJSVzVPT1FwRVEyOU1heXRHYTJwc2JURnNkM1pNV1RsbFkwVlphRWwzVDI5aFQzSnhVMVJGWlcxdWIyZE1TR2xvU0Uwd1J6VnFaV1pFVTBrMmFVSktXbkpKWkhaNkNsbFVaR3BuY21adGRsVkpSMFpRU0VNNWRDdHVRWFpPVkdRMFdqSk5ZbmszTURaVFZqbERhbWRHTjBrMU5VYzVZMlpvYVcxSGFYbENSRUo1SzBaWk4wZ0tVR3Q2VTNrcmRGZGpUbmh6VEUxNlUxUnZialZuV1hSTVEwNUVTa3hTZDJsTFpVaEVOa0U1ZVdGRmEwTkJkMFZCUVdGTmFrMURSWGRFWjFsRVZsSXdVQXBCVVVndlFrRlJSRUZuUzJ0TlFUaEhRVEZWWkVWM1JVSXZkMUZHVFVGTlFrRm1PSGRFVVZsS1MyOWFTV2gyWTA1QlVVVk1RbEZCUkdkblNVSkJTSFpVQ20xRllWZHRUbk5EYlV3MlIzQkNZemhWYmxkdmNYWnFXR3QyWjNKdGJUTTNUSEoxUms1emNrMHdkVGQzWkVsdVF6Y3piMHRNV25KeFpubHFVVEpVZG5NS1ZTdHNTbm96UjJaaVdscHhObEpKWjBaWVVqRm9jakZWYVdoWVJWUTRabEo1VEhGUlJWcElUVWRLVFRScmF6VkdPSEJ3SzNOSU0zQnhhM1ZHVEhGc1FncG5kekF4WTFWS2RUSk9OSGgyUW1WR1VXOXhZMGRETW1sMFZWRTBjMWxSTWxRNWJuSnZWWGRWTlVGSlIyVnZWbTltTkd0UmRrSTFNemgyTlRKNE4zbGlDbkYyU21KRVRrNUxXVzVITm1ScFRFWm9VRUV3YzI5d2IxazVaRE5UY0U5eVRqbFdOMjVEYUhSVVprbHZWSFZzT1VoNlpIY3JPR3huYW1Rd1kwaG5NVmtLUzNkRU9UaE9TazlsWVhJMmFITkZOa3g1VEZjMlJtNTZlbFpaV0dOc1RITkJTa00yTVRWaGFFTk9NVUp1YVZsVFYxRndibkpKSzJsVU4xZFRVVkkxVGdwUlRHMXlaMEUzVVRGUFIycFhNRzg0ZVVkU1RrNHhTMjB5WjFKMVFVVTJVaTltUkZGT1RpOTZORUV2TUZsWU1tNW1jbkkzV1ZCcFZVeDJZbmN5VDBJM0NrcGpkSGxwVGs5T1QwaHNOMk4xUW5sR2JVaE1lUzlDTUVVeE1HTnRVRTB2VlV3MWJ6RlpibTVaVjBVdmFIWjNTbU5OTVVObFJHVmpOMmhZYkhObVJtd0tZM0ZHTlVWVWJIcG5PV3A1WVhaWmVUZGhaVWRZU1dsTVFUWTRUM2RyTUZWSlEzYzBXRmczTkdSRlNqWXZjRVpWWm1weWFIZG9ORzEzY1RGMFN6QXdWZ3BpU2xaTk1sVkROMlJpYmt0eVdpOUZOa3c1U0cxc1MyNVFOV0ZaVnk5aVVXdHdaMFI0UVcxUVdWUkxhRmhPWmpkemVISjZiVlIxY0hWWVRYaE5Ra0pyQ2pNMFZYVk5jVWh1ZUhabFdXTmtTVmRKVUU0MGVqZDZhbk14YkhodVJXaEdZMnRsTUN0T0x6Sktha1UyTjBNMk5rRnZhQzkyYVVwc2VtVkpNbk5qVVZjS2FWaEdhR1lyUTFseE9FVXZNbXg2VVZNNVJHNHhiWGc1ZDB4TGVWUkxWWEYwYVZwWE4zRlVkZ290TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vcnN5bmN0ZXN0LWRucy00ODk0NmFhZC5oY3Aud2VzdHVzMi5hem1rOHMuaW86NDQzCiAgbmFtZTogcnN5bmN0ZXN0CmNvbnRleHRzOgotIGNvbnRleHQ6CiAgICBjbHVzdGVyOiByc3luY3Rlc3QKICAgIHVzZXI6IGNsdXN0ZXJBZG1pbl9yc3luY3Rlc3RfcnN5bmN0ZXN0CiAgbmFtZTogcnN5bmN0ZXN0CmN1cnJlbnQtY29udGV4dDogcnN5bmN0ZXN0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogY2x1c3RlckFkbWluX3JzeW5jdGVzdF9yc3luY3Rlc3QKICB1c2VyOgogICAgY2xpZW50LWNlcnRpZmljYXRlLWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVVV2VkVORFFYVlhaMEYzU1VKQlowbFNRVXdyTjBRcmRYRmhSRzVOWms1TGQwMU5SbmhwTW5OM1JGRlpTa3R2V2tsb2RtTk9RVkZGVEVKUlFYY0tSRlJGVEUxQmEwZEJNVlZGUVhoTlExa3lSWGRJYUdOT1RXcEJlRTFxUVRCTlJFa3dUa1JWTTFkb1kwNU5ha2w0VFdwQk1FMUVTVEZPUkZVelYycEJkd3BOVW1OM1JsRlpSRlpSVVV0RmR6VjZaVmhPTUZwWE1EWmlWMFo2WkVkV2VXTjZSVlpOUWsxSFFURlZSVUY0VFUxaVYwWjZaRWRXZVZreWVIQmFWelV3Q2sxSlNVTkpha0ZPUW1kcmNXaHJhVWM1ZHpCQ1FWRkZSa0ZCVDBOQlp6aEJUVWxKUTBOblMwTkJaMFZCTlU5S1FsUXJjMnBYWmpZeVJIWkdVMkl4TkRRS00ydElMMWh5U1hFMFRDOWlOMm96ZVRacUsyaEtOVkI0TVhoRE1qUkNja292WlVKQ1dWUTRWekkzVWpKS1UwSjZhR1kwWVRWMVV6SkZjbGRrWWt4d01RbzFaV1JpZFZFNWQydEtOWE0wYlZsck0xSTBkVWROTVM4NVprc3JSak5HYnpjd2FtcHpiM016YzJOeVNXWnlkMVpETUVsUGVVcDFRbFpCTVhwQldtcGtDbEZGZEZSeFdsTjRUVEEwVGpCUVZHNTJWVWxNUkhsVlpXNWxhRkJIVFdoNmVURm5VbVJPUjBZNE1saFlVM0pMTkhCbVpWRTFhSHBTTUVSMVdEUmhNQ3NLYVVwc1JFeHVPRk5ZYWtaMVoxVmpjUzlHTjAwMVUzWjJia3RvY1hCTVRGQnZNbFp4UmtweVVqVlpiVkZUYmsxdVFVVnJRMkU1VDNjd2FrTnNTall3Y0FwNFYycG9jbTFaZURSamRqZGxhWHBpV0ZoNVRHeGhTbFJWWTNGM05uQTNTRTFCUVc5MGNrdzJTRVJUUjJSbU0xTXpZV2RsTmtsbmFHMHphWEpWUTBWVkNuaHdjbkJJVEdOc2MyTTNVa2xrUldkc2VHVlpaM3BOT0RGNlZsTjRhQzh3UTB0Wk5IVktPRm95UTFwaFVrNXNjMlJwUVVVeldGcEVXV2xuVWpoUmJXNEtSMDVITld0emFHeGpOVUYzUTJGVksybHVORXhYTnpoeGJ6Rkxja1IyZUVwSFdrZFNjMWc1VWtFd2NWaDZPSE5EV25vdk1HWllUVXN2VVRSWVRsVTVhd3BJUjNGYVJWbGFka1ZKYWxoR2RsazBVVlEwWjAwek5qWndiWGhuV0VkUGFFdDFhRTVSVUZGQ1EzcDNSRGQ2TWxkS05VMHhlSFZGWkVveVQyVkRLMWRaQ2pnMGVHZHpVall3YWxjdlR6SjFOSGswYzJwd09VbFZURTB3VVhwWU5WVTJPVk5qUmxkVlpqWTFURGxVZUVsS2JWTkNSbnBZVkd4U1QxY3ljMnQ0U0ZjS1JYVkhaMXB3ZHpkcmJXdEZkMWxNWWpBcmNFcFRaVEp1V0ROSmIxaG9WalIwZUZOUFFuWkRRbFp5WTFSVFF6QmtkMHRxWkVwQlNIVmFRUzlzTkd0VE9BcDNXUzlXTVROb1luZGtaR1Z2VTFCTFJuZEVlSGxZWTBOQmQwVkJRV0ZOTVUxRVRYZEVaMWxFVmxJd1VFRlJTQzlDUVZGRVFXZFhaMDFDVFVkQk1WVmtDa3BSVVUxTlFXOUhRME56UjBGUlZVWkNkMDFEVFVGM1IwRXhWV1JGZDBWQ0wzZFJRMDFCUVhkRVVWbEtTMjlhU1doMlkwNUJVVVZNUWxGQlJHZG5TVUlLUVV4cVVVaDFhWFJVYW5JM2FFWkpheXRYYW5KaFluWjRkbklyTW1wRVlUaFdMMVp0Y2psUGQxbE5aVUV5Wnl0RmRsWnZhamxPYVZOS2JEaGpSR2xJTWdvNFNtZDNjR2RsYTFoa2JEVmpkbEYxVVN0MFRXTkhiRzgzYlZCTFQyVmliMEpzYVZnMVMzbDJRMk13VDJFMlYyZGtVVmhTZUVJMVZYbG9iU3RoY0hWSUNqUjZVRE5tT0ZobFp6WXJhaTl5Tm1KSVoyWnBPRVJXTlZCMUwxTk1lR1pUVlhFd1prSkRVVFJtUzBOd2JEVk5hMHRhU2xkeVVWVm9aRFZJYTNNMGNGa0tZa3hIYzJ4RUwybGFaMlZKZFZoRFpXMW1SelZzYTJnNVRtRnpVbkFyTTJWVVNrcElZMVZ0U0hCblUwcDZUbEEyUVdGYU1GcDVlbE5pTDJGMlZXZHlOZ296UkV3eksyeExkRkJpYjNKdmFHaE5hVFYwZW1welUydHpTVzFNUWtGQ05tRm1ibk4zUkRSS1V6WllkRzk1TWxaalpXaHdVMnBuTWpaWVNtOXJNelVyQ25jMFIwazBWR1V6UlhkS1NHWk9TVmxCYzBwdk5GRlpRM0ZzZFRNMlNHMU1VVk5oWWxOb1R6ZHpSMFpTYm1KclpsQXZiRFE1UW5FMGQxa3ZUVkZrTUU0S2RIUmtWSEkzUVhVMU1WbFBhVEpWVEROa2VHOVBWMmt2TVhCNU1Fb3dVakJsVURscU1FazRhakJ6S3k4clYza3libEJZY1N0MFdqRjVUM0p3VGk5Mk53cENMMlE0V2pKYVlubGtTREo2YUU4dmVqQTFlV1pRWWpoVFVtUlBTR1UyZFRsT1VVTjNSM2x5TmswcmVUaDVSbUZxZG1OaWJHcHlVakJZTVdNdlYwWjFDak5vYW5BM00zUmhSRTlvVlRnMlFVUXlPR1UyYmpCRWRWbE5lR0pVUjNCa1RVWmhkMFZrY25sT0wxSjJlRXRXU1ZwQ2FISlJjMVoyYnk5cmVYaHVUMVVLWnpKNmVYSnBPRk5LZVRaaE0zSkVjamhVZVVsamRUTlJNMWsxU1dsTFdrbDJPRlZhWmtNd1IzaG9NRVZ2YzJSVVdXOXBWRVIzZHpoUFZHTnNWa0ozUndwTldUbHFNekpWVVhocFIzcG9SRGxwVEhRMWVXUmlXSGt5VTNsbWF6RnRkM3AzVmtkbVRFVnZTMWxRVHdvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PQogICAgY2xpZW50LWtleS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJTVTBFZ1VGSkpWa0ZVUlNCTFJWa3RMUzB0TFFwTlNVbEtTMUZKUWtGQlMwTkJaMFZCTlU5S1FsUXJjMnBYWmpZeVJIWkdVMkl4TkRRemEwZ3ZXSEpKY1RSTUwySTNhak41Tm1vcmFFbzFVSGd4ZUVNeUNqUkNja292WlVKQ1dWUTRWekkzVWpKS1UwSjZhR1kwWVRWMVV6SkZjbGRrWWt4d01UVmxaR0oxVVRsM2EwbzFjelJ0V1dzelVqUjFSMDB4THpsbVN5c0tSak5HYnpjd2FtcHpiM016YzJOeVNXWnlkMVpETUVsUGVVcDFRbFpCTVhwQldtcGtVVVYwVkhGYVUzaE5NRFJPTUZCVWJuWlZTVXhFZVZWbGJtVm9VQXBIVFdoNmVURm5VbVJPUjBZNE1saFlVM0pMTkhCbVpWRTFhSHBTTUVSMVdEUmhNQ3RwU214RVRHNDRVMWhxUm5WblZXTnhMMFkzVFRWVGRuWnVTMmh4Q25CTVRGQnZNbFp4UmtweVVqVlpiVkZUYmsxdVFVVnJRMkU1VDNjd2FrTnNTall3Y0hoWGFtaHliVmw0TkdOMk4yVnBlbUpZV0hsTWJHRktWRlZqY1hjS05uQTNTRTFCUVc5MGNrdzJTRVJUUjJSbU0xTXpZV2RsTmtsbmFHMHphWEpWUTBWVmVIQnljRWhNWTJ4ell6ZFNTV1JGWjJ4NFpWbG5lazA0TVhwV1V3cDRhQzh3UTB0Wk5IVktPRm95UTFwaFVrNXNjMlJwUVVVeldGcEVXV2xuVWpoUmJXNUhUa2MxYTNOb2JHTTFRWGREWVZVcmFXNDBURmMzT0hGdk1VdHlDa1IyZUVwSFdrZFNjMWc1VWtFd2NWaDZPSE5EV25vdk1HWllUVXN2VVRSWVRsVTVhMGhIY1ZwRldWcDJSVWxxV0VaMldUUlJWRFJuVFRNMk5uQnRlR2NLV0VkUGFFdDFhRTVSVUZGQ1EzcDNSRGQ2TWxkS05VMHhlSFZGWkVveVQyVkRLMWRaT0RSNFozTlNOakJxVnk5UE1uVTBlVFJ6YW5BNVNWVk1UVEJSZWdwWU5WVTJPVk5qUmxkVlpqWTFURGxVZUVsS2JWTkNSbnBZVkd4U1QxY3ljMnQ0U0ZkRmRVZG5XbkIzTjJ0dGEwVjNXVXhpTUN0d1NsTmxNbTVZTTBsdkNsaG9WalIwZUZOUFFuWkRRbFp5WTFSVFF6QmtkMHRxWkVwQlNIVmFRUzlzTkd0VE9IZFpMMVl4TTJoaWQyUmtaVzlUVUV0R2QwUjRlVmhqUTBGM1JVRUtRVkZMUTBGblJVRm9NbEZ5VUVWdlkyaEZlU3RvZDBwTVVVTlBaRkZwVVV0SGIzTk5RVUo1WkhwVlZVb3pNMVUyVEM4ME9IcFljRTl2ZVhoV2JHWTNSUXA2WmtOVE5XVXpVRUZXUlRjMVQxRlhTamhVWTNsNE5YaGxMMHRyWTFKWE1WWlVaMFF6ZUdoSU1HNXBXR281UldSa1dVTkRSa0YxSzFaSlJ6WnFLMnQxQ2k4NWRVbFhNM2hZY3pGbmQyNXdUVFY1V1V4eVRYSjNkRGR4UkhSS0t6UnVSa05aYmpFdlFuaEVZekJDUmtKMmQwUk5jSEJZVVVWb1dVMXBZV0p2ZFhVS056aHdUa1ZXYVVwNlRqaENhVkJPZWpOQ2NuRktaVXBMYVhFeEwxVjZRazQxUlVFMGNtc3hVbFE1YlRSWVRXSTNUSGRyV2xkVVRIRjFibWR1YVZWRmFBcFRaMVF5Tm0wdlFWVmlibWxPVkVnMk5EWjFObUZsZEhGc2NHcENTRGg0Vm5reVRXRlhURmhuUlZSd1pHNVBVbWxqVjFsMlNWTXZhMFJVVmxaSlJtcElDblpMVFUxbVoyazBSRk16VkZGV2EwVjROSEJZVkhVNVNHSXdVRk5XUkdFdmVuWk9lSFJIZVdJNU4zQTBjMjAxYzFjNVdXeGlZekJKYmtscU4xSk5ZMmdLUmt0eWNHRnhibmQwWm5Oa1UzSXZkemc0VTJOeFprdHJaMUpVWWs5VVpqWkNZa2R0YzNSVFNWRjVjWGxLUkRsSWFsaG5hMVpyYUVGRVFsUk9OakpHYlFveFJtMVNURTR2UzJzMmVrUnlZV1JrZDFnMVJHRllhMlVyYTJaNFNGQXlXWHBxVkRrdlowbGxTMkpaYURGeVJFZFJaVkF6VG04eFNXcEpiVGh2YUU5RENuZHBURTlOU2psVlpucE5kMlptZDFKVmNtVkNRMEpPUm5Jek1IQllaV2xFYzNocVJHbEhObWcwU2pkSFEwSnZhMnAwZGtSckswTkJjMU5ESzNwdkt6SUtPVTFLUWtkdFYxTTFVV3RGYUhOTE1IbFhlbFU0TUU0MVVrOVFNalppUlhKV1VHeFRRbWhwUTJzMVYydzVaRkpEU1VKMGN6VndWSFV2U2l0SldDOWxXZ28wV25Ca2NqSjVXamxKZDFOUVdYbDVlVXR2SzFaVlFtTTFZbGhTUVVORFZqSlljbXRRTmpZNVpVRkxiVFZ3TkZkaGVVVkRaMmRGUWtGUE5reGhZMGh3Q2xaTlNUaFFjbVoxV2pGblNXRXlSR1pWUlZKaGJ6bEZhRXhIZEVKc1RrdHZlSFV2WW10aVVYaHlUR3hGTlhoWFoxQlZhR0Z6VldoaFFVMWFXRGcyWlRBS2MwTm9XVWRPUVVkQ1VtOTVXbmMzTUdGTmFuaE9NRGxyYlhwaUwwRXpPSGQzYTFwbWEwNVJjSFp5VWtOV1dVTkdjblJsYW5WdWFFWmhVVU5STXpkbVl3cHdTakkxV21nck5pdGpTbFJUSzJVNVpXWm1XaXNyUm1sbU1uTlhlR3c0YmsxT1ZUbGxTMmMzYTJoQk5FeHhhM0ZRTVdWMU4wOUZhalZuUkZSb2JIZEdDbkp6VmpaSlIyWmlXR1JoV0RoUE5XMVZVMUIyVVZsTlRWbE5kbmRwTDAxdEsyOWlhRzg0VTJ0SVJtZEpXVEpGU1ZOdGRrUkdWRklyTDJ4WU1GTm1jelFLTkV4VmRFNHZZVEZEYjA5WVJUVmljV1JvUkhKeFoxRnBSalJzYmxReVoxVmhaa1YzU0dWb1NtNU5XRmRYYzNCSGNFRnlVelJYYVhSckwwOTBRblJtWkFvMVRtNWtSRGRaUTJnclJtWXJaRVZEWjJkRlFrRlFWMmd6Y0d4cWNFZDZSalJvZVZKVlYxbDVlSE5zUkdwclJrWjFiMlF4UVZkekszTnZTVkYwWjBwRENrbGxkbFZoWVdWdGVrWlliSEJSTW5Zd1RGVlVZMk5SUVdabWEzaExUalJxYkVoR1pIcEhjRU40Tkd0R1dWSTFhVU00YWpGTFQwNTZUbmxRTTJSRmVrY0tlbkJwVGxKUWIyTmxlRmxEVWtNeWNWWjFjbWgxZDNwQldsUnJOV2QxVVRJd1dWSlVRbXBZUkdOaFpreFhTelkwY1RkM1RrZDBXbHBSZUdjM2MwVlphUXBGYVVoWmRFVlNkMnRHZVVsM1l6bGxTM2RzZUc5aU5IUlNORmhETW1SRk0yNXNVakJVYUdJeGFXRTVTa2xTYWxaV1VVbzRWMUJyYVZOSk1XcFlZMGx1Q21nM1dVaFZlRFppWWs5VUsyZzVOMUJvT1hGMk1DdFFRVVk1Tmpsc1l5OXhZM2RKVUc1S1p6TmlSMFIzZGtneGRVOUZURWhsV1U5TVoxaEZTMVkwUldRS2FsbElSV2h1YWtFeVIydzBPV1YxU0ROQlFXUXlaMU40YjBsQ0swaEZTazVETkdwTWJHVkVOMGROWTBOblowVkJXa05YVUdaMVRuZDJRMDFEZVdOSFJBcEVXV2h5V0VRMGEzVnhNall2VEN0TGIwaFViVUZDVEhabmFDdFRZV2swTkhJMFpHNDFUVXBxVDBFNGNsRnZOMWR4UnpablZYQlpaa3B5Ukd4eFpDODVDa2xIVW5OekwwTlZWbFpuTDNWcmMyOW9jM2hHVFZrM1RUUlVTMW8wVW1sMFoxbDNabnBXWkZOamFVaEJNVmRHSzJ4alp6aDRSRzlVZFd0MmRIWm5RMGdLWm5KbWRIUkNjblZMT0c5UFdIazRNVUV3WVV0bVkxRTRWV2x1SzJvNVMwTnVaVU5aV214cVoxRjJWMnBoVm01cE5VSkljRFZLVWxkTVdETTJVVTR2ZEFvME0zWnBiMHBRUVVkUVFVaGtkbU53V2tSV1Z6WXZkeTlVV1ZaS1pHWk1XVWN6Vm1GRk5VTm9abVZDYlRsTFZXdE1aak5xVjFZNGJIQTJjVmRTYWt3ekNtVlJkR2xLUVdaSVJGa3JRM3A2TVc4eVJIcFNURFJpZVdVeGJWTkdUVlpwTVdkUlMwWmpXRmRrVG5wWU1sWlRWMDl6VlROcVJWVlRTVkV3V0ROWVpuVUthVUZZT1VsUlMwTkJVVUprWlZwbmIySXdOMjVTWm1KcFVVUnliREZZVkc5eGNHazRTbXBxZUhrMGEyRnpkVlpxYzJSQ1VqQTNSSE1yWjNseVJFVkxLd3BtV1VoMVZETlllRTEwUldOalkwNHJlbFZLYzBweldXRjZhMDAwVUU5dFMwd3dNMmxNYUZkdFEwRllhbUZNYTFoTGRHaE1WREo2V0dsUmMza3dlSFpWQ2t0R1EyaDNRekJNWmxwUFpFdHhjR0YxU2xGcVNFOXNiVzVsU0VSSEwyeHZhbGN6VjB3NWFrc3lORWhZUTBkclRVVTRjbXhLV205Wk16QnlZWE5MZEM4S1V6RjJWaXRzVVU5YUwzWlNWRFZJYTFOV05YbDVLMDl2TmtGdEwyMTJhMjFvTkVoak0xaEtXVmM1U0ZGSVZXWlhOVzVYVEhGV1pIWTBhVWQ2YVVKd1RRcHRjMEpDTDIxQlNYcE9hWEF4ZWxFclVUUTVOMkpDUlZGUE4ybDNRa2xrZERkTE9FOVlTamt3WVd0NlNIcHdUVmd6V1U5dVZYZFFRekp1VFVORFVVWlRDbEZuU0hvckswOTNPVFp6T0VabmVYRlhWazlRZERWdmIwZE1SMVY1U0cxS1FXOUpRa0ZSUkZkbk5rcE5WM1pHV1dvMk1qVm9WVVIyV1UxS1EyTkRVUzhLWkUxelVGSjZkR05UTW13MVVIUk5jVFkwTDBSbFVVZFhjWFZzV1d4bFJtVk1iRVpuY1hkVk4ydHlSeTl1V1ZWbWNteE9lR1ZKVjFOSGVXeFlURWROTHdwVVNGRk9lWFpqT1VzMlJ5OVhlRFpyVm5jMGVWaHRWaXMzVVZoSFJFVnBhMkptTkVRNVZreFdZa05WZUdkd1ozRXlSMHhKZURrM09EZG5jV0psVkhSMENtUkhWVTF0U2xZMFZIQTJWRFppU0ZWMGJHSmtSVTh6V2pkdlVHMVhhMFYxUjNGRVpWWTBNMVJoVVhKS1RXNHZWMGhxVWpWNFdYSmlaVTE0ZFZSMVZsUUtVMUZRVFc5RmRFeDFOMlZxWTJWVVZVbEpORFZxTjJwd1ZTdEpRMHROYUhKTlVXeEtZbEYwUjNkc1RVc3haSHBPWTBOb1NHTlhVMFZ2UldobFdVSkJkQXBtZUhKclVtWnBUM0E0U25jdk5rMVVUVFJLTlhJek5pODFkVTFpY1drelZWbGpZbFUzUmpkNVNXTkVXVVJ0T0c5WlZIZ3JkbVJGYjNWT09XMEtMUzB0TFMxRlRrUWdVbE5CSUZCU1NWWkJWRVVnUzBWWkxTMHRMUzBLCiAgICB0b2tlbjogY2Q5ZDU3MGVmOTEwNTRmODQyZjljMGNhNWU4MDg3NzMzZDY4MTUyM2NiNmRmYmM0ZTBjOTgyYWNmN2MwZjE0ZDE2YTAwOWY1MDhhNzQ3MjRlOGYwM2Y1MzIxZjY5Y2RjMjNhMDc1MDU3Y2JlNzI2OGNhMGM1ZmQxNTIyMTE0ZWEK\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jcBgAAAAAAAA%3D%3D%23RT%3A8%23TRC%3A8%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCQANyGQgGYzcfGI4ARAAAicoABwABIL4ACwGc%2FHhwqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/fastproxy/providers/microsoft.extendedlocation/customlocations/poplocation\",\r\n \"name\": \"poplocation\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/fastproxy/providers/Microsoft.Kubernetes/connectedClusters/proxycluster\",\r\n \"namespace\": \"test\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/fastproxy/providers/Microsoft.Kubernetes/connectedClusters/proxycluster/providers/Microsoft.KubernetesConfiguration/extensions/test\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gbCQAAAAAAAA%3D%3D%23RT%3A8%23TRC%3A8%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegC6ABuJpYFyAQDPAwBOhFGAhAXBAAIAgAFgAJqAMQAAfhMAABuAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jcBgAAAAAAAA%3D%3D%23RT%3A8%23TRC%3A8%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCQANyGQgGYzcfGI4ARAAAicoABwABIL4ACwGc%2FHhwqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amNCZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E4JTIzVFJDJTNBOCUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBZWdDUUFOeUdRZ0dZemNmR0k0QVJBQUFpY29BQndBQklMNEFDd0djJTJGSGh3cWdHcUFBc0FBUW9BRUZvQjFnR0VBREFBUkFBQURXNEF4QUFZQVFnQUF6d01BVVFBUUFZTUFZQUFBWUJnQUVnQUFZQVlBRVFBQVlDRUFNQUFTQUF3QUFBUkJBYmpCR0lFZWdGR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gbCQAAAAAAAA%3D%3D%23RT%3A8%23TRC%3A8%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegC6ABuJpYFyAQDPAwBOhFGAhAXBAAIAgAFgAJqAMQAAfhMAABuAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2JDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4JTIzVFJDJTNBOCUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBZWdDNkFCdUpwWUZ5QVFEUEF3Qk9oRkdBaEFYQkFBSUFnQUZnQUpxQU1RQUFmaE1BQUJ1QUlTQUFNZ0FBQXdnQUVnQUFZSWhBWXdBQU9IQkJBd0JKZ0N5QXM0QSUyQmdBSEFnQWRDQUNBUVVIQmVnRXVBRjRBdmdBUEEyWmxESCUyRmdBRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLSUFDZ0FBQWNNQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdIb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f53e961b-fa15-4abe-8459-e3ca21153146" + "474bf7d1-c5fa-48d9-ae19-85100035ba81" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -915,10 +915,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" + "14674" ], "X-Ms-Request-Id": [ - "e739c436-0c92-4ba6-b8e6-a71d234f72e7" + "a87e8d8c-c62b-4706-897a-0882b0dc6a24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -926,20 +926,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "8e460dcf-3772-4281-b31f-009dbf2e1a49" + "af99c964-f5ab-46e4-ab71-513b6eee252f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052753Z:8e460dcf-3772-4281-b31f-009dbf2e1a49" + "CENTRALUS:20210505T214936Z:af99c964-f5ab-46e4-ab71-513b6eee252f" + ], + "X-MSEdge-Ref": [ + "Ref A: A89D1E5F480C4979940B62CE533C06AE Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:36Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:52 GMT" + "Wed, 05 May 2021 21:49:35 GMT" ], "Content-Length": [ - "1430" + "1408" ], "Content-Type": [ "application/json" @@ -948,23 +948,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-tromps\",\r\n \"name\": \"e2e-tromps\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-tromps-namespace\",\r\n \"displayName\": \"e2e-tromps-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/tromps-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gjCAAAAAAAAA%3D%3D%23RT%3A9%23TRC%3A9%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCOACIImM3HxiOAEQAAInKAAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/vmwaredftesting/providers/microsoft.extendedlocation/customlocations/aadenabledaksdfcc2cl\",\r\n \"name\": \"aadenabledaksdfcc2cl\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/VMwareDFTesting/providers/Microsoft.Kubernetes/connectedClusters/AADEnabledAKSDFCC2\",\r\n \"namespace\": \"azure-vmwareoperator-cl-ns\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/VMwareDFTesting/providers/Microsoft.Kubernetes/connectedClusters/AADEnabledAKSDFCC2/providers/Microsoft.KubernetesConfiguration/extensions/azure-vmwareoperator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jFCgAAAAAAAA%3D%3D%23RT%3A9%23TRC%3A9%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegC4AMWKcgEAzwMAToRRgIQFwQACAIABYACagDEAAH4TAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gjCAAAAAAAAA%3D%3D%23RT%3A9%23TRC%3A9%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCOACIImM3HxiOAEQAAInKAAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2pDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5JTIzVFJDJTNBOSUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBZWdDT0FDSUltTTNIeGlPQUVRQUFJbktBQWNBQVNDJTJCQUFzQm5QeDRjS29CcWdBTEFBRUtBQkJhQWRZQmhBQXdBRVFBQUExdUFNUUFHQUVJQUFNOERBRkVBRUFHREFHQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCSG9CUmdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQWQ2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jFCgAAAAAAAA%3D%3D%23RT%3A9%23TRC%3A9%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegC4AMWKcgEAzwMAToRRgIQFwQACAIABYACagDEAAH4TAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3akZDZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E5JTIzVFJDJTNBOSUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBZWdDNEFNV0tjZ0VBendNQVRvUlJnSVFGd1FBQ0FJQUJZQUNhZ0RFQUFINFRBQUFiZ0NFZ0FESUFBQU1JQUJJQUFHQ0lRR01BQURod1FRTUFTWUFzZ0xPQVBvQUJ3SUFIUWdBZ0VGQndYb0JMZ0JlQUw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2lBQW9BQUFIREFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRCNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "231b5c45-e838-45a3-a8fe-a2b78758af55" + "17d14819-dcfe-4dd5-893d-18f4622d8765" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -978,10 +978,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" + "14848" ], "X-Ms-Request-Id": [ - "eb2eb14d-4015-46fc-8334-6bb3a2f55190" + "9c763a1f-3b38-4420-83e8-99e0837b7c94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -989,20 +989,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "c0ed967a-c44c-4dd8-a769-8b35683a4212" + "c03ea24e-61cd-4e63-9573-9d759b18225f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052753Z:c0ed967a-c44c-4dd8-a769-8b35683a4212" + "CENTRALUS:20210505T214937Z:c03ea24e-61cd-4e63-9573-9d759b18225f" + ], + "X-MSEdge-Ref": [ + "Ref A: 8D27CFCC9830407281C627896AFD58B1 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:36Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:53 GMT" + "Wed, 05 May 2021 21:49:36 GMT" ], "Content-Length": [ - "1398" + "1590" ], "Content-Type": [ "application/json" @@ -1011,23 +1011,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-yeager\",\r\n \"name\": \"e2e-yeager\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-yeager-namespace\",\r\n \"displayName\": \"e2e-yeager-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/yeager-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gkCAAAAAAAAA%3D%3D%23RT%3A10%23TRC%3A10%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCOACIIkM3HxiOAEQAAInKAAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/sgtestmini/providers/microsoft.extendedlocation/customlocations/fernwood\",\r\n \"name\": \"fernwood\",\r\n \"location\": \"West US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"sanjaiga@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-02-19T19:40:15.4841509Z\",\r\n \"lastModifiedBy\": \"sanjaiga@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-02-19T19:46:38.6746641Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/sgtestmini/providers/Microsoft.Kubernetes/connectedClusters/sgminicluster\",\r\n \"namespace\": \"cassandra-operator\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/sgtestmini/providers/Microsoft.Kubernetes/connectedClusters/sgminicluster/providers/Microsoft.KubernetesConfiguration/extensions/sgcassandra\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hIDAAAAAAAAA%3D%3D%23RT%3A10%23TRC%3A10%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegC2AEIMAM8DAE6EUYCEBcEAAgCAAWAAmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gkCAAAAAAAAA%3D%3D%23RT%3A10%23TRC%3A10%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCOACIIkM3HxiOAEQAAInKAAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2tDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMCUyM1RSQyUzQTEwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NPQUNJSWtNM0h4aU9BRVFBQUluS0FBY0FBU0MlMkJBQXNCblB4NGNLb0JxZ0FMQUFFS0FCQmFBZFlCaEFBd0FFUUFBQTF1QU1RQUdBRUlBQU04REFGRUFFQUdEQUdBQUFHQVlBQklBQUdBR0FCRUFBR0FoQURBQUVnQU1BQUFFUVFHNHdSaUJIb0JSZ0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hIDAAAAAAAAA%3D%3D%23RT%3A10%23TRC%3A10%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegC2AEIMAM8DAE6EUYCEBcEAAgCAAWAAmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aElEQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMCUyM1RSQyUzQTEwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0MyQUVJTUFNOERBRTZFVVlDRUJjRUFBZ0NBQVdBQW1vQXhBQUIlMkJFd0FBRzRBaElBQXlBQUFEQ0FBU0FBQmdpRUJqQUFBNGNFRURBRW1BTElDemdENkFBY0NBQjBJQUlCQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9nQUtBQUFCd3dCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4dd8083c-03d0-47d1-b994-7e155b707a65" + "4f3dfba3-df10-4400-8e89-55e287f83ded" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -1041,10 +1041,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" + "14673" ], "X-Ms-Request-Id": [ - "80bc1c06-024b-4eca-82c5-dec69c90d45b" + "5e43363b-120f-4e40-951c-2e0ebae4bd7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1052,20 +1052,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "d74a5e1b-3f89-45d2-994b-02a1e3665be7" + "e5136d2c-4256-4b2e-b111-286010cb91fa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052753Z:d74a5e1b-3f89-45d2-994b-02a1e3665be7" + "CENTRALUS:20210505T214937Z:e5136d2c-4256-4b2e-b111-286010cb91fa" + ], + "X-MSEdge-Ref": [ + "Ref A: 7FC740071AE94DCFB2911BEB638FD7C3 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:37Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:53 GMT" + "Wed, 05 May 2021 21:49:36 GMT" ], "Content-Length": [ - "1400" + "1586" ], "Content-Type": [ "application/json" @@ -1074,23 +1074,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-feasts\",\r\n \"name\": \"e2e-feasts\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-feasts-namespace\",\r\n \"displayName\": \"e2e-feasts-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/feasts-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnCAAAAAAAAA%3D%3D%23RT%3A11%23TRC%3A11%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCOACIIgM3HxiOAEQAAInKAAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/minikubetest/providers/microsoft.extendedlocation/customlocations/mycustomcl\",\r\n \"name\": \"mycustomcl\",\r\n \"location\": \"West US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"jobreen@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-02-19T19:42:26.9456407Z\",\r\n \"lastModifiedBy\": \"jobreen@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-02-19T19:42:26.9456407Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/minikubetest/providers/Microsoft.Kubernetes/connectedClusters/minikubecluster\",\r\n \"namespace\": \"mydemo\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/minikubetest/providers/Microsoft.Kubernetes/connectedClusters/minikubecluster/providers/Microsoft.KubernetesConfiguration/extensions/cassext\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hJDAAAAAAAAA%3D%3D%23RT%3A11%23TRC%3A11%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegC2AEIMAM4DAE6EUYCEBcEAAgCAAWAAmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnCAAAAAAAAA%3D%3D%23RT%3A11%23TRC%3A11%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCOACIIgM3HxiOAEQAAInKAAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z25DQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMSUyM1RSQyUzQTExJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NPQUNJSWdNM0h4aU9BRVFBQUluS0FBY0FBU0MlMkJBQXNCblB4NGNLb0JxZ0FMQUFFS0FCQmFBZFlCaEFBd0FFUUFBQTF1QU1RQUdBRUlBQU04REFGRUFFQUdEQUdBQUFHQVlBQklBQUdBR0FCRUFBR0FoQURBQUVnQU1BQUFFUVFHNHdSaUJIb0JSZ0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hJDAAAAAAAAA%3D%3D%23RT%3A11%23TRC%3A11%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegC2AEIMAM4DAE6EUYCEBcEAAgCAAWAAmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEpEQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMSUyM1RSQyUzQTExJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0MyQUVJTUFNNERBRTZFVVlDRUJjRUFBZ0NBQVdBQW1vQXhBQUIlMkJFd0FBRzRBaElBQXlBQUFEQ0FBU0FBQmdpRUJqQUFBNGNFRURBRW1BTElDemdENkFBY0NBQjBJQUlCQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9nQUtBQUFCd3dCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e4fdb8b-ec4c-468c-8cab-5c9f830a5b3a" + "55fb085e-fce4-43fa-bc51-de3f55547b94" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -1104,10 +1104,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" + "14847" ], "X-Ms-Request-Id": [ - "c92bcafb-1fca-48fe-b441-10ee81267344" + "5692980a-c4e5-4e72-987b-25cca78b5871" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1115,20 +1115,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "1d597cfa-6e14-452c-9a5f-2627a91888f2" + "7e27332d-931a-47ed-b5da-ad747c9cdf0b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052754Z:1d597cfa-6e14-452c-9a5f-2627a91888f2" + "CENTRALUS:20210505T214937Z:7e27332d-931a-47ed-b5da-ad747c9cdf0b" + ], + "X-MSEdge-Ref": [ + "Ref A: F1DD338DA0924916A4CEE4A29C7BCFE3 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:37Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:53 GMT" + "Wed, 05 May 2021 21:49:36 GMT" ], "Content-Length": [ - "1400" + "1554" ], "Content-Type": [ "application/json" @@ -1137,23 +1137,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fergus\",\r\n \"name\": \"e2e-fergus\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fergus-namespace\",\r\n \"displayName\": \"e2e-fergus-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fergus-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27goCAAAAAAAAA%3D%3D%23RT%3A12%23TRC%3A12%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCOACIIAM3HxiOAEQAAInKAAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/heh-k8s/providers/microsoft.extendedlocation/customlocations/heh-location\",\r\n \"name\": \"heh-location\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"HEH@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-02-19T19:45:45.8862603Z\",\r\n \"lastModifiedBy\": \"HEH@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-02-19T19:45:45.8862603Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/heh-k8s/providers/Microsoft.Kubernetes/connectedClusters/heh-k8s\",\r\n \"namespace\": \"heh-cass\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/heh-k8s/providers/Microsoft.Kubernetes/connectedClusters/heh-k8s/providers/Microsoft.KubernetesConfiguration/extensions/heh-cass\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hKDAAAAAAAAA%3D%3D%23RT%3A12%23TRC%3A12%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegC2AEIMAMwDAE6EUYCEBcEAAgCAAWAAmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27goCAAAAAAAAA%3D%3D%23RT%3A12%23TRC%3A12%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCOACIIAM3HxiOAEQAAInKAAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z29DQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMiUyM1RSQyUzQTEyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NPQUNJSUFNM0h4aU9BRVFBQUluS0FBY0FBU0MlMkJBQXNCblB4NGNLb0JxZ0FMQUFFS0FCQmFBZFlCaEFBd0FFUUFBQTF1QU1RQUdBRUlBQU04REFGRUFFQUdEQUdBQUFHQVlBQklBQUdBR0FCRUFBR0FoQURBQUVnQU1BQUFFUVFHNHdSaUJIb0JSZ0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hKDAAAAAAAAA%3D%3D%23RT%3A12%23TRC%3A12%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegC2AEIMAMwDAE6EUYCEBcEAAgCAAWAAmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEtEQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMiUyM1RSQyUzQTEyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0MyQUVJTUFNd0RBRTZFVVlDRUJjRUFBZ0NBQVdBQW1vQXhBQUIlMkJFd0FBRzRBaElBQXlBQUFEQ0FBU0FBQmdpRUJqQUFBNGNFRURBRW1BTElDemdENkFBY0NBQjBJQUlCQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9nQUtBQUFCd3dCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "70c68052-d1ea-4e05-8cea-70b9804fcd94" + "c32f1622-31c0-458c-87bc-5550e27ab0bc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -1167,10 +1167,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" + "14672" ], "X-Ms-Request-Id": [ - "e17707d2-73fd-4e44-b7e7-cda6ea8a77cd" + "7ef8907e-8426-49e1-82e7-77446bd36730" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1178,20 +1178,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "db340522-c6e2-4073-afdf-6b8e88b56d34" + "e66aefa4-a89a-4dc5-80f7-bfe54b84bc2e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052754Z:db340522-c6e2-4073-afdf-6b8e88b56d34" + "CENTRALUS:20210505T214937Z:e66aefa4-a89a-4dc5-80f7-bfe54b84bc2e" + ], + "X-MSEdge-Ref": [ + "Ref A: 817B61699E48412193588C3FEC973F8B Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:37Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:53 GMT" + "Wed, 05 May 2021 21:49:36 GMT" ], "Content-Length": [ - "1400" + "1652" ], "Content-Type": [ "application/json" @@ -1200,23 +1200,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sender\",\r\n \"name\": \"e2e-sender\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sender-namespace\",\r\n \"displayName\": \"e2e-sender-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sender-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqCAAAAAAAAA%3D%3D%23RT%3A13%23TRC%3A13%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCOACIIAMzHxiOAEQAAInKAAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/prbminikubetest/providers/microsoft.extendedlocation/customlocations/prbcustomlocationtest\",\r\n \"name\": \"prbcustomlocationtest\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"pranavbapat@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-02-19T19:47:59.0283393Z\",\r\n \"lastModifiedBy\": \"pranavbapat@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-02-19T19:47:59.0283393Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/prbminikubetest/providers/Microsoft.ExtendedLocation/customLocations/minitestprb\",\r\n \"namespace\": \"cassandra-operator\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/prbminikubetest/providers/Microsoft.Kubernetes/connectedClusters/prbminikuberesource/providers/Microsoft.KubernetesConfiguration/extensions/prbminicustomlocation\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hLDAAAAAAAAA%3D%3D%23RT%3A13%23TRC%3A13%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegC2AEIMAMgDAE6EUYCEBcEAAgCAAWAAmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqCAAAAAAAAA%3D%3D%23RT%3A13%23TRC%3A13%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCOACIIAMzHxiOAEQAAInKAAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3FDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMyUyM1RSQyUzQTEzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NPQUNJSUFNekh4aU9BRVFBQUluS0FBY0FBU0MlMkJBQXNCblB4NGNLb0JxZ0FMQUFFS0FCQmFBZFlCaEFBd0FFUUFBQTF1QU1RQUdBRUlBQU04REFGRUFFQUdEQUdBQUFHQVlBQklBQUdBR0FCRUFBR0FoQURBQUVnQU1BQUFFUVFHNHdSaUJIb0JSZ0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hLDAAAAAAAAA%3D%3D%23RT%3A13%23TRC%3A13%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegC2AEIMAMgDAE6EUYCEBcEAAgCAAWAAmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aExEQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMyUyM1RSQyUzQTEzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0MyQUVJTUFNZ0RBRTZFVVlDRUJjRUFBZ0NBQVdBQW1vQXhBQUIlMkJFd0FBRzRBaElBQXlBQUFEQ0FBU0FBQmdpRUJqQUFBNGNFRURBRW1BTElDemdENkFBY0NBQjBJQUlCQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9nQUtBQUFCd3dCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "629b9e9c-87f7-4d4f-9907-59d62afb8d2c" + "3c42a3f9-25e0-47f0-8bc6-df8e809092cd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -1230,10 +1230,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" + "14846" ], "X-Ms-Request-Id": [ - "f9b7e768-4f33-4ad5-9330-03e5022cd3ad" + "41f7aa59-8306-4fc3-8477-93bf63b0fcd5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1241,20 +1241,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "7deeeab0-eb9a-4383-9f9c-a00b2c6779d4" + "81cb29ad-a6bf-4b2f-b32a-233ec40a9f46" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052754Z:7deeeab0-eb9a-4383-9f9c-a00b2c6779d4" + "CENTRALUS:20210505T214937Z:81cb29ad-a6bf-4b2f-b32a-233ec40a9f46" + ], + "X-MSEdge-Ref": [ + "Ref A: FDE1E232C209484BADF37217D260D6AE Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:37Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:54 GMT" + "Wed, 05 May 2021 21:49:36 GMT" ], "Content-Length": [ - "1400" + "1640" ], "Content-Type": [ "application/json" @@ -1263,23 +1263,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-poncho\",\r\n \"name\": \"e2e-poncho\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-poncho-namespace\",\r\n \"displayName\": \"e2e-poncho-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/poncho-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27grCAAAAAAAAA%3D%3D%23RT%3A14%23TRC%3A14%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCOACIIAMjHxiOAEQAAInKAAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/prbminikubetest/providers/microsoft.extendedlocation/customlocations/prbminikube\",\r\n \"name\": \"prbminikube\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"pranavbapat@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-02-19T19:51:05.8630533Z\",\r\n \"lastModifiedBy\": \"pranavbapat@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-02-19T19:51:05.8630533Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/prbminikubetest/providers/Microsoft.ExtendedLocation/customLocations/prbminikuberesource\",\r\n \"namespace\": \"cassandra-operator\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/prbminikubetest/providers/Microsoft.Kubernetes/connectedClusters/prbminikuberesource/providers/Microsoft.KubernetesConfiguration/extensions/prbminicustomlocation\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hODAAAAAAAAA%3D%3D%23RT%3A14%23TRC%3A14%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegC2AEIMAMADAE6EUYCEBcEAAgCAAWAAmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27grCAAAAAAAAA%3D%3D%23RT%3A14%23TRC%3A14%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCOACIIAMjHxiOAEQAAInKAAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3JDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNCUyM1RSQyUzQTE0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NPQUNJSUFNakh4aU9BRVFBQUluS0FBY0FBU0MlMkJBQXNCblB4NGNLb0JxZ0FMQUFFS0FCQmFBZFlCaEFBd0FFUUFBQTF1QU1RQUdBRUlBQU04REFGRUFFQUdEQUdBQUFHQVlBQklBQUdBR0FCRUFBR0FoQURBQUVnQU1BQUFFUVFHNHdSaUJIb0JSZ0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hODAAAAAAAAA%3D%3D%23RT%3A14%23TRC%3A14%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegC2AEIMAMADAE6EUYCEBcEAAgCAAWAAmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aE9EQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNCUyM1RSQyUzQTE0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0MyQUVJTUFNQURBRTZFVVlDRUJjRUFBZ0NBQVdBQW1vQXhBQUIlMkJFd0FBRzRBaElBQXlBQUFEQ0FBU0FBQmdpRUJqQUFBNGNFRURBRW1BTElDemdENkFBY0NBQjBJQUlCQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9nQUtBQUFCd3dCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c4270cba-ccd5-4b73-8486-20ad08a2199c" + "4d517a41-307b-493a-92e4-a2161b46b52e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -1293,10 +1293,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" + "14671" ], "X-Ms-Request-Id": [ - "b3f6e417-e0aa-4aee-9523-00e66b031f87" + "1098c140-c824-47e5-9e13-d57908fa60f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1304,20 +1304,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "8eb7b372-4cc5-47c4-8c65-1553481283ac" + "d9eb960f-8c48-46da-b394-87a18f7122e7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052755Z:8eb7b372-4cc5-47c4-8c65-1553481283ac" + "CENTRALUS:20210505T214938Z:d9eb960f-8c48-46da-b394-87a18f7122e7" + ], + "X-MSEdge-Ref": [ + "Ref A: 663FE358D2AE4316B0A9A8F5D7039899 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:37Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:54 GMT" + "Wed, 05 May 2021 21:49:37 GMT" ], "Content-Length": [ - "1400" + "1658" ], "Content-Type": [ "application/json" @@ -1326,23 +1326,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-surfed\",\r\n \"name\": \"e2e-surfed\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-surfed-namespace\",\r\n \"displayName\": \"e2e-surfed-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/surfed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27guCAAAAAAAAA%3D%3D%23RT%3A15%23TRC%3A15%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCOACIIAMDHxiOAEQAAInKAAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/prbminikubetest/providers/microsoft.extendedlocation/customlocations/prbminikuberesource\",\r\n \"name\": \"prbminikuberesource\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"pranavbapat@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-02-19T19:54:36.0832207Z\",\r\n \"lastModifiedBy\": \"pranavbapat@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-02-19T19:54:36.0832207Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/prbminikubetest/providers/Microsoft.ExtendedLocation/customLocations/prbminikuberesource\",\r\n \"namespace\": \"cassandra-operator\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/prbminikubetest/providers/Microsoft.Kubernetes/connectedClusters/prbminikuberesource/providers/Microsoft.KubernetesConfiguration/extensions/prbminicustomlocation\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hPDAAAAAAAAA%3D%3D%23RT%3A15%23TRC%3A15%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegC2AE%2BMAcADAE6EUYCEBcEAAgCAAWAAmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27guCAAAAAAAAA%3D%3D%23RT%3A15%23TRC%3A15%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCOACIIAMDHxiOAEQAAInKAAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3VDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNSUyM1RSQyUzQTE1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NPQUNJSUFNREh4aU9BRVFBQUluS0FBY0FBU0MlMkJBQXNCblB4NGNLb0JxZ0FMQUFFS0FCQmFBZFlCaEFBd0FFUUFBQTF1QU1RQUdBRUlBQU04REFGRUFFQUdEQUdBQUFHQVlBQklBQUdBR0FCRUFBR0FoQURBQUVnQU1BQUFFUVFHNHdSaUJIb0JSZ0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hPDAAAAAAAAA%3D%3D%23RT%3A15%23TRC%3A15%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegC2AE%2BMAcADAE6EUYCEBcEAAgCAAWAAmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFBEQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNSUyM1RSQyUzQTE1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0MyQUUlMkJNQWNBREFFNkVVWUNFQmNFQUFnQ0FBV0FBbW9BeEFBQiUyQkV3QUFHNEFoSUFBeUFBQURDQUFTQUFCZ2lFQmpBQUE0Y0VFREFFbUFMSUN6Z0Q2QUFjQ0FCMElBSUJCUWNGNkFTNEFYZ0MlMkJBQThEWm1VTWYlMkJBQVJnRU1BQU1BQUJHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb2dBS0FBQUJ3d0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkFlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "527857c3-a78b-44dc-992c-7fb120d4369e" + "aba70532-7911-4032-8003-ab37e971d156" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -1356,10 +1356,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" + "14845" ], "X-Ms-Request-Id": [ - "87266be5-d170-487c-b44b-c3e6edf5e47c" + "afe67aec-46ae-40dd-8147-7576f28bf126" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1367,20 +1367,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "70852e8a-ced4-42b7-8c2d-a53012ce9dba" + "5ea235eb-b4fd-4363-ba26-ad8b23b3e8e4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052755Z:70852e8a-ced4-42b7-8c2d-a53012ce9dba" + "CENTRALUS:20210505T214938Z:5ea235eb-b4fd-4363-ba26-ad8b23b3e8e4" + ], + "X-MSEdge-Ref": [ + "Ref A: 2F7008FB7DC24AF08095D68CD1D329B8 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:38Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:54 GMT" + "Wed, 05 May 2021 21:49:37 GMT" ], "Content-Length": [ - "1402" + "1640" ], "Content-Type": [ "application/json" @@ -1389,23 +1389,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-peeves\",\r\n \"name\": \"e2e-peeves\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-peeves-namespace\",\r\n \"displayName\": \"e2e-peeves-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/peeves-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gvCAAAAAAAAA%3D%3D%23RT%3A16%23TRC%3A16%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCOAC%2BIAcDHxiOAEQAAInKAAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/prbminikubetest/providers/microsoft.extendedlocation/customlocations/prbcustomlocation\",\r\n \"name\": \"prbcustomlocation\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"pranavbapat@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-02-19T19:57:15.0729744Z\",\r\n \"lastModifiedBy\": \"pranavbapat@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-02-19T19:57:15.0729744Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/prbminikubetest/providers/Microsoft.ExtendedLocation/customLocations/prbcustomlocation\",\r\n \"namespace\": \"cassandra-operator\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/prbminikubetest/providers/Microsoft.Kubernetes/connectedClusters/prbminikuberesource/providers/Microsoft.KubernetesConfiguration/extensions/prbminicustomlocation\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hQDAAAAAAAAA%3D%3D%23RT%3A16%23TRC%3A16%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegC0AFEMAwBOhFGAhAXBAAIAgAFgAJqAMQAAfhMAABuAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gvCAAAAAAAAA%3D%3D%23RT%3A16%23TRC%3A16%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCOAC%2BIAcDHxiOAEQAAInKAAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3ZDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNiUyM1RSQyUzQTE2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NPQUMlMkJJQWNESHhpT0FFUUFBSW5LQUFjQUFTQyUyQkFBc0JuUHg0Y0tvQnFnQUxBQUVLQUJCYUFkWUJoQUF3QUVRQUFBMXVBTVFBR0FFSUFBTThEQUZFQUVBR0RBR0FBQUdBWUFCSUFBR0FHQUJFQUFHQWhBREFBRWdBTUFBQUVRUUc0d1JpQkhvQlJnRE1Bd0E4QSUyRmZmJTJGVVFBQUhnRUJCZ0FvZ0glMkJBQThCWkRkd2Z2RTloQVA4UE1RQUFIaUVBQUFkNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hQDAAAAAAAAA%3D%3D%23RT%3A16%23TRC%3A16%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegC0AFEMAwBOhFGAhAXBAAIAgAFgAJqAMQAAfhMAABuAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFFEQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNiUyM1RSQyUzQTE2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0MwQUZFTUF3Qk9oRkdBaEFYQkFBSUFnQUZnQUpxQU1RQUFmaE1BQUJ1QUlTQUFNZ0FBQXdnQUVnQUFZSWhBWXdBQU9IQkJBd0JKZ0N5QXM0QSUyQmdBSEFnQWRDQUNBUVVIQmVnRXVBRjRBdmdBUEEyWmxESCUyRmdBRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLSUFDZ0FBQWNNQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdIb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2bbd8a9b-d864-4c37-852a-cffbf78986f7" + "5ec5ef00-196d-4d6f-8dfd-f7f8a2b45abc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -1419,10 +1419,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" + "14670" ], "X-Ms-Request-Id": [ - "8aa2f8e3-ebb6-4290-9f88-7503a43c5d33" + "191133b3-e99e-4324-afe4-cd1b8918459c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1430,20 +1430,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "bd271734-967b-4ad5-bb3f-eb673d116a93" + "26445616-b88b-40d4-9a1f-e6d53c03f964" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052755Z:bd271734-967b-4ad5-bb3f-eb673d116a93" + "CENTRALUS:20210505T214938Z:26445616-b88b-40d4-9a1f-e6d53c03f964" + ], + "X-MSEdge-Ref": [ + "Ref A: 59AA580DD7F5483086C89A92B127F9C1 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:38Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:54 GMT" + "Wed, 05 May 2021 21:49:37 GMT" ], "Content-Length": [ - "1424" + "1627" ], "Content-Type": [ "application/json" @@ -1452,23 +1452,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-wigeon\",\r\n \"name\": \"e2e-wigeon\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-wigeon-namespace\",\r\n \"displayName\": \"e2e-wigeon-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/wigeon-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gwCAAAAAAAAA%3D%3D%23RT%3A17%23TRC%3A17%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCMADEIx8YjgBEAACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/prbminikubetest/providers/microsoft.extendedlocation/customlocations/prbminicl\",\r\n \"name\": \"prbminicl\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"pranavbapat@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-02-19T20:03:49.744764Z\",\r\n \"lastModifiedBy\": \"pranavbapat@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-02-19T20:03:49.744764Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/prbminikubetest/providers/Microsoft.Kubernetes/connectedClusters/prbminikuberesource\",\r\n \"namespace\": \"cassandra-operator\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/prbminikubetest/providers/Microsoft.Kubernetes/connectedClusters/prbminikuberesource/providers/Microsoft.KubernetesConfiguration/extensions/prbminicustomlocation\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hRDAAAAAAAAA%3D%3D%23RT%3A17%23TRC%3A17%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCyAFGMToRRgIQFwQACAIABYACagDEAAH4TAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gwCAAAAAAAAA%3D%3D%23RT%3A17%23TRC%3A17%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCMADEIx8YjgBEAACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3dDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNyUyM1RSQyUzQTE3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NNQURFSXg4WWpnQkVBQUNKeWdBSEFBRWd2Z0FMQVp6OGVIQ3FBYW9BQ3dBQkNnQVFXZ0hXQVlRQU1BQkVBQUFOYmdERUFCZ0JDQUFEUEF3QlJBQkFCZ3dCZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hRDAAAAAAAAA%3D%3D%23RT%3A17%23TRC%3A17%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCyAFGMToRRgIQFwQACAIABYACagDEAAH4TAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFJEQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNyUyM1RSQyUzQTE3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0N5QUZHTVRvUlJnSVFGd1FBQ0FJQUJZQUNhZ0RFQUFINFRBQUFiZ0NFZ0FESUFBQU1JQUJJQUFHQ0lRR01BQURod1FRTUFTWUFzZ0xPQVBvQUJ3SUFIUWdBZ0VGQndYb0JMZ0JlQUw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2lBQW9BQUFIREFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRCNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46dc44a9-8f54-49c9-891a-6959e4bb4505" + "3beabfef-a509-4b77-9332-1181e04f91d9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -1482,10 +1482,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" + "14844" ], "X-Ms-Request-Id": [ - "cffde38f-41f2-4993-9f78-ac93dd7f3e1f" + "c54c780a-83b1-4cac-8497-f33668afff35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1493,20 +1493,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6c469c4c-1ba6-45b1-bbc5-bd82d8e6bb68" + "37aeb959-d5c0-4c62-9dbb-f5e21c77212e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052755Z:6c469c4c-1ba6-45b1-bbc5-bd82d8e6bb68" + "CENTRALUS:20210505T214938Z:37aeb959-d5c0-4c62-9dbb-f5e21c77212e" + ], + "X-MSEdge-Ref": [ + "Ref A: 353894A564D042679548FE4486B239EA Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:38Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:55 GMT" + "Wed, 05 May 2021 21:49:37 GMT" ], "Content-Length": [ - "1424" + "1665" ], "Content-Type": [ "application/json" @@ -1515,23 +1515,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-levees\",\r\n \"name\": \"e2e-levees\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-levees-namespace\",\r\n \"displayName\": \"e2e-levees-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/levees-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxCAAAAAAAAA%3D%3D%23RT%3A18%23TRC%3A18%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCMADEIxsYjgBEAACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/march-11-rg2/providers/microsoft.extendedlocation/customlocations/march-11-appliance2-cl\",\r\n \"name\": \"march-11-appliance2-cl\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"nagiesek@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-03-11T17:58:52.2124861Z\",\r\n \"lastModifiedBy\": \"nagiesek@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-03-11T18:09:22.4215203Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/march-11-rg2/providers/Microsoft.ResourceConnector/appliances/march-11-appliance2\",\r\n \"namespace\": \"hci-vmoperator\",\r\n \"displayName\": \"march-11-appliance2-cl\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/march-11-rg2/providers/Microsoft.ResourceConnector/appliances/march-11-appliance2/providers/Microsoft.KubernetesConfiguration/extensions/hci-vmoperator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iuEAAAAAAAAA%3D%3D%23RT%3A18%23TRC%3A18%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCwAK6QUYCEBcEAAgCAAWAAmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxCAAAAAAAAA%3D%3D%23RT%3A18%23TRC%3A18%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCMADEIxsYjgBEAACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3hDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExOCUyM1RSQyUzQTE4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NNQURFSXhzWWpnQkVBQUNKeWdBSEFBRWd2Z0FMQVp6OGVIQ3FBYW9BQ3dBQkNnQVFXZ0hXQVlRQU1BQkVBQUFOYmdERUFCZ0JDQUFEUEF3QlJBQkFCZ3dCZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iuEAAAAAAAAA%3D%3D%23RT%3A18%23TRC%3A18%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCwAK6QUYCEBcEAAgCAAWAAmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXVFQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExOCUyM1RSQyUzQTE4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0N3QUs2UVVZQ0VCY0VBQWdDQUFXQUFtb0F4QUFCJTJCRXdBQUc0QWhJQUF5QUFBRENBQVNBQUJnaUVCakFBQTRjRUVEQUVtQUxJQ3pnRDZBQWNDQUIwSUFJQkJRY0Y2QVM0QVhnQyUyQkFBOERabVVNZiUyQkFBUmdFTUFBTUFBQkdBQVlnQUFRUUFJRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvZ0FLQUFBQnd3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQWVnSUFqWVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3daf935e-ed00-4d81-a8ff-bb4c465645a5" + "7c0f8fd8-f2bd-4557-a98c-c878554227bb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -1545,10 +1545,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" + "14669" ], "X-Ms-Request-Id": [ - "a86d445d-4b71-4d24-ac0c-541b03ecc18f" + "92713822-b47b-41a7-a38d-368e4eb7c2c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1556,20 +1556,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "13ba99be-06aa-46b6-8460-370d01d967c9" + "602a773c-ae32-401a-90e4-5768c97dfb5e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052756Z:13ba99be-06aa-46b6-8460-370d01d967c9" + "CENTRALUS:20210505T214938Z:602a773c-ae32-401a-90e4-5768c97dfb5e" + ], + "X-MSEdge-Ref": [ + "Ref A: 4C509E8BC41A408C8175E89A05CE0FA1 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:38Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:55 GMT" + "Wed, 05 May 2021 21:49:37 GMT" ], "Content-Length": [ - "1424" + "1617" ], "Content-Type": [ "application/json" @@ -1578,23 +1578,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fiddle\",\r\n \"name\": \"e2e-fiddle\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fiddle-namespace\",\r\n \"displayName\": \"e2e-fiddle-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fiddle-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gyCAAAAAAAAA%3D%3D%23RT%3A19%23TRC%3A19%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCMADEIxMYjgBEAACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-arg-full-sync-eastus\",\r\n \"name\": \"cl-arg-full-sync-eastus\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"shramesh@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-03-11T22:59:20.3111483Z\",\r\n \"lastModifiedBy\": \"shramesh@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-03-11T22:59:20.3111483Z\"\r\n },\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb//resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"arg-full-sync-namespace\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb//resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/arg-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gBEQAAAAAAAA%3D%3D%23RT%3A19%23TRC%3A19%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCuAAGRhAXBAAIAgAFgAJqAMQAAfhMAABuAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gyCAAAAAAAAA%3D%3D%23RT%3A19%23TRC%3A19%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCMADEIxMYjgBEAACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3lDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExOSUyM1RSQyUzQTE5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NNQURFSXhNWWpnQkVBQUNKeWdBSEFBRWd2Z0FMQVp6OGVIQ3FBYW9BQ3dBQkNnQVFXZ0hXQVlRQU1BQkVBQUFOYmdERUFCZ0JDQUFEUEF3QlJBQkFCZ3dCZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gBEQAAAAAAAA%3D%3D%23RT%3A19%23TRC%3A19%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCuAAGRhAXBAAIAgAFgAJqAMQAAfhMAABuAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0JFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExOSUyM1RSQyUzQTE5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0N1QUFHUmhBWEJBQUlBZ0FGZ0FKcUFNUUFBZmhNQUFCdUFJU0FBTWdBQUF3Z0FFZ0FBWUloQVl3QUFPSEJCQXdCSmdDeUFzNEElMkJnQUhBZ0FkQ0FDQVFVSEJlZ0V1QUY0QXZnQVBBMlpsREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0lBQ2dBQUFjTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnSG9DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ad8f5eff-2d0f-4ad4-86db-e5f2d12c9516" + "8a185a3a-c14a-46d3-a420-de59f48a8089" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -1608,10 +1608,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" + "14843" ], "X-Ms-Request-Id": [ - "502511d7-e3a6-4d28-8560-7941b9af8953" + "415413bb-1484-49ee-9bca-82d720b6872a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1619,20 +1619,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6b0affde-8626-4df1-83ce-f2f7ee8390a5" + "b7a18765-e65e-4b36-84bf-d06c71b51f39" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052756Z:6b0affde-8626-4df1-83ce-f2f7ee8390a5" + "CENTRALUS:20210505T214938Z:b7a18765-e65e-4b36-84bf-d06c71b51f39" + ], + "X-MSEdge-Ref": [ + "Ref A: 52EE8324C6B04F038F885EE957BA8B62 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:38Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:55 GMT" + "Wed, 05 May 2021 21:49:37 GMT" ], "Content-Length": [ - "1424" + "1434" ], "Content-Type": [ "application/json" @@ -1641,23 +1641,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-plover\",\r\n \"name\": \"e2e-plover\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-plover-namespace\",\r\n \"displayName\": \"e2e-plover-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/plover-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g2CAAAAAAAAA%3D%3D%23RT%3A20%23TRC%3A20%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCMADEIwMYjgBEAACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bombay\",\r\n \"name\": \"e2e-bombay\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-revels-namespace\",\r\n \"displayName\": \"e2e-bombay-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/revels-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iQFgAAAAAAAA%3D%3D%23RT%3A20%23TRC%3A20%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCsAJQWwQACAIABYACagDEAAH4TAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g2CAAAAAAAAA%3D%3D%23RT%3A20%23TRC%3A20%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCMADEIwMYjgBEAACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzJDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMCUyM1RSQyUzQTIwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NNQURFSXdNWWpnQkVBQUNKeWdBSEFBRWd2Z0FMQVp6OGVIQ3FBYW9BQ3dBQkNnQVFXZ0hXQVlRQU1BQkVBQUFOYmdERUFCZ0JDQUFEUEF3QlJBQkFCZ3dCZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iQFgAAAAAAAA%3D%3D%23RT%3A20%23TRC%3A20%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCsAJQWwQACAIABYACagDEAAH4TAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVFGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMCUyM1RSQyUzQTIwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NzQUpRV3dRQUNBSUFCWUFDYWdERUFBSDRUQUFBYmdDRWdBRElBQUFNSUFCSUFBR0NJUUdNQUFEaHdRUU1BU1lBc2dMT0FQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNpQUFvQUFBSERBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a12a82e-e7ee-4021-9834-b743a40ee78a" + "08725019-f719-4cad-ad57-029640bfd3f7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -1671,10 +1671,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" + "14668" ], "X-Ms-Request-Id": [ - "f7488375-35bd-4eb8-80dd-a39a9c2401fc" + "510d127b-a98e-4986-bc48-0eabc185b5b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1682,20 +1682,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "85e0727d-7bf5-4be5-8713-20479bbbd838" + "8145f2ff-d62e-4981-b60f-438dd551da78" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052756Z:85e0727d-7bf5-4be5-8713-20479bbbd838" + "CENTRALUS:20210505T214938Z:8145f2ff-d62e-4981-b60f-438dd551da78" + ], + "X-MSEdge-Ref": [ + "Ref A: ED677F0F28764527BC382BF00A051697 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:38Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:55 GMT" + "Wed, 05 May 2021 21:49:37 GMT" ], "Content-Length": [ - "1424" + "1434" ], "Content-Type": [ "application/json" @@ -1704,23 +1704,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-tartan\",\r\n \"name\": \"e2e-tartan\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-tartan-namespace\",\r\n \"displayName\": \"e2e-tartan-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/tartan-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g3CAAAAAAAAA%3D%3D%23RT%3A21%23TRC%3A21%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCMADEIgMYjgBEAACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-calmly\",\r\n \"name\": \"e2e-calmly\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sample-namespace\",\r\n \"displayName\": \"e2e-calmly-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sample-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iWFgAAAAAAAA%3D%3D%23RT%3A21%23TRC%3A21%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCsAJQWwAACAIABYACagDEAAH4TAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g3CAAAAAAAAA%3D%3D%23RT%3A21%23TRC%3A21%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCMADEIgMYjgBEAACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzNDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMSUyM1RSQyUzQTIxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NNQURFSWdNWWpnQkVBQUNKeWdBSEFBRWd2Z0FMQVp6OGVIQ3FBYW9BQ3dBQkNnQVFXZ0hXQVlRQU1BQkVBQUFOYmdERUFCZ0JDQUFEUEF3QlJBQkFCZ3dCZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iWFgAAAAAAAA%3D%3D%23RT%3A21%23TRC%3A21%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCsAJQWwAACAIABYACagDEAAH4TAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVdGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMSUyM1RSQyUzQTIxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NzQUpRV3dBQUNBSUFCWUFDYWdERUFBSDRUQUFBYmdDRWdBRElBQUFNSUFCSUFBR0NJUUdNQUFEaHdRUU1BU1lBc2dMT0FQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNpQUFvQUFBSERBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e61e522c-e1fc-4e95-9630-52d4449061e3" + "b3becde8-4446-4b1b-8c63-47219027c200" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -1734,10 +1734,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" + "14842" ], "X-Ms-Request-Id": [ - "32a65670-b29d-425d-a42f-d096654ef133" + "2c1126a1-45be-4866-b7ed-c120cc8d4164" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1745,20 +1745,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "c778f54b-fa5a-435a-a343-7a13c17aac25" + "455209dc-6c65-4278-ad8e-c3cd3b5f865e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052757Z:c778f54b-fa5a-435a-a343-7a13c17aac25" + "CENTRALUS:20210505T214939Z:455209dc-6c65-4278-ad8e-c3cd3b5f865e" + ], + "X-MSEdge-Ref": [ + "Ref A: A75880E709C8497E89A07A2C842EBCD9 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:38Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:56 GMT" + "Wed, 05 May 2021 21:49:38 GMT" ], "Content-Length": [ - "1424" + "1434" ], "Content-Type": [ "application/json" @@ -1767,23 +1767,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-coiled\",\r\n \"name\": \"e2e-coiled\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-coiled-namespace\",\r\n \"displayName\": \"e2e-coiled-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/coiled-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g5CAAAAAAAAA%3D%3D%23RT%3A22%23TRC%3A22%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCMADEIAMYjgBEAACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mailer\",\r\n \"name\": \"e2e-mailer\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-vacate-namespace\",\r\n \"displayName\": \"e2e-mailer-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/vacate-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iXFgAAAAAAAA%3D%3D%23RT%3A22%23TRC%3A22%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCsAJeWAYACwIABYACagDEAAH4TAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g5CAAAAAAAAA%3D%3D%23RT%3A22%23TRC%3A22%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCMADEIAMYjgBEAACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzVDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMiUyM1RSQyUzQTIyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NNQURFSUFNWWpnQkVBQUNKeWdBSEFBRWd2Z0FMQVp6OGVIQ3FBYW9BQ3dBQkNnQVFXZ0hXQVlRQU1BQkVBQUFOYmdERUFCZ0JDQUFEUEF3QlJBQkFCZ3dCZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iXFgAAAAAAAA%3D%3D%23RT%3A22%23TRC%3A22%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCsAJeWAYACwIABYACagDEAAH4TAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVhGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMiUyM1RSQyUzQTIyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NzQUplV0FZQUN3SUFCWUFDYWdERUFBSDRUQUFBYmdDRWdBRElBQUFNSUFCSUFBR0NJUUdNQUFEaHdRUU1BU1lBc2dMT0FQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNpQUFvQUFBSERBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "98dd633c-a61d-4f7a-b4b1-dd1e995965fb" + "79537c3b-efd0-4922-9a38-35fe78a2b113" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -1797,10 +1797,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" + "14667" ], "X-Ms-Request-Id": [ - "b094834b-6289-427a-8a95-e57e26d3ca37" + "1af0c2c5-4889-475f-976a-ab110aabaf93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1808,20 +1808,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6acb4757-7a35-4342-b416-f1f0530f0660" + "d67f62bd-3e15-4b6c-966f-4e65fa264971" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052757Z:6acb4757-7a35-4342-b416-f1f0530f0660" + "CENTRALUS:20210505T214939Z:d67f62bd-3e15-4b6c-966f-4e65fa264971" + ], + "X-MSEdge-Ref": [ + "Ref A: 185D813265304B81AF08C604603B7269 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:39Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:56 GMT" + "Wed, 05 May 2021 21:49:38 GMT" ], "Content-Length": [ - "1424" + "1432" ], "Content-Type": [ "application/json" @@ -1830,23 +1830,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-harold\",\r\n \"name\": \"e2e-harold\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-harold-namespace\",\r\n \"displayName\": \"e2e-harold-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/harold-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g6CAAAAAAAAA%3D%3D%23RT%3A23%23TRC%3A23%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCMADEIAMQjgBEAACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sequel\",\r\n \"name\": \"e2e-sequel\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-pompom-namespace\",\r\n \"displayName\": \"e2e-sequel-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/pompom-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ihFgAAAAAAAA%3D%3D%23RT%3A23%23TRC%3A23%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCqAKGWAsCAAWAAmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g6CAAAAAAAAA%3D%3D%23RT%3A23%23TRC%3A23%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCMADEIAMQjgBEAACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzZDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMyUyM1RSQyUzQTIzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NNQURFSUFNUWpnQkVBQUNKeWdBSEFBRWd2Z0FMQVp6OGVIQ3FBYW9BQ3dBQkNnQVFXZ0hXQVlRQU1BQkVBQUFOYmdERUFCZ0JDQUFEUEF3QlJBQkFCZ3dCZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ihFgAAAAAAAA%3D%3D%23RT%3A23%23TRC%3A23%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCqAKGWAsCAAWAAmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWhGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMyUyM1RSQyUzQTIzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NxQUtHV0FzQ0FBV0FBbW9BeEFBQiUyQkV3QUFHNEFoSUFBeUFBQURDQUFTQUFCZ2lFQmpBQUE0Y0VFREFFbUFMSUN6Z0Q2QUFjQ0FCMElBSUJCUWNGNkFTNEFYZ0MlMkJBQThEWm1VTWYlMkJBQVJnRU1BQU1BQUJHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb2dBS0FBQUJ3d0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkFlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "32790508-b9d6-4d8a-a426-a6512ea76d5b" + "049a284b-7b27-4dcb-b15d-d4697676db01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -1860,10 +1860,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" + "14841" ], "X-Ms-Request-Id": [ - "5ddc3545-569a-400e-baad-770f2f855271" + "c065fbfe-95c6-4f3a-aaa1-f891801446d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1871,20 +1871,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "68f8e6ef-2656-4117-906e-dcff3d3b03ae" + "97e1e14f-119b-4382-9480-33c7743d9c5b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052757Z:68f8e6ef-2656-4117-906e-dcff3d3b03ae" + "CENTRALUS:20210505T214939Z:97e1e14f-119b-4382-9480-33c7743d9c5b" + ], + "X-MSEdge-Ref": [ + "Ref A: 24C4D5214FCC4216A1354312EA0F14DE Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:39Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:57 GMT" + "Wed, 05 May 2021 21:49:38 GMT" ], "Content-Length": [ - "1426" + "1422" ], "Content-Type": [ "application/json" @@ -1893,23 +1893,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-raceme\",\r\n \"name\": \"e2e-raceme\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-raceme-namespace\",\r\n \"displayName\": \"e2e-raceme-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/raceme-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g%2BCAAAAAAAAA%3D%3D%23RT%3A24%23TRC%3A24%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCMADEIAMAjgBEAACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-matins\",\r\n \"name\": \"e2e-matins\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-gotham-namespace\",\r\n \"displayName\": \"e2e-matins-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/gotham-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i3FgAAAAAAAA%3D%3D%23RT%3A24%23TRC%3A24%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCoALIWgAFgAJqAMQAAfhMAABuAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g%2BCAAAAAAAAA%3D%3D%23RT%3A24%23TRC%3A24%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCMADEIAMAjgBEAACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZyUyQkNBQUFBQUFBQUElM0QlM0QlMjNSVCUzQTI0JTIzVFJDJTNBMjQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQ01BREVJQU1BamdCRUFBQ0p5Z0FIQUFFZ3ZnQUxBWno4ZUhDcUFhb0FDd0FCQ2dBUVdnSFdBWVFBTUFCRUFBQU5iZ0RFQUJnQkNBQURQQXdCUkFCQUJnd0JnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdSNkFVWUF6QU1BUEFQMzMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBSGVnSUFqWVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i3FgAAAAAAAA%3D%3D%23RT%3A24%23TRC%3A24%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCoALIWgAFgAJqAMQAAfhMAABuAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTNGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNCUyM1RSQyUzQTI0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NvQUxJV2dBRmdBSnFBTVFBQWZoTUFBQnVBSVNBQU1nQUFBd2dBRWdBQVlJaEFZd0FBT0hCQkF3QkpnQ3lBczRBJTJCZ0FIQWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tJQUNnQUFBY01BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "04f4d170-ad24-46f4-a1ca-23508a3ee8c7" + "ee755c51-d2b0-43c8-9927-63a534df3182" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -1923,10 +1923,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" + "14666" ], "X-Ms-Request-Id": [ - "aead1916-2463-41f9-aebe-16bddfb3fef3" + "253bfa29-f2e5-4932-8d64-4e70c8d5f255" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1934,17 +1934,17 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "56bcee9e-56b1-4ff4-9fd7-3e354b7eb6c2" + "cbf0b722-064e-4085-9bf3-d6e2dff173f3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052758Z:56bcee9e-56b1-4ff4-9fd7-3e354b7eb6c2" + "CENTRALUS:20210505T214939Z:cbf0b722-064e-4085-9bf3-d6e2dff173f3" + ], + "X-MSEdge-Ref": [ + "Ref A: ED82DCA7276E48DD8D10465F4AA3B6D8 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:39Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:57 GMT" + "Wed, 05 May 2021 21:49:38 GMT" ], "Content-Length": [ "1422" @@ -1956,23 +1956,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-walker\",\r\n \"name\": \"e2e-walker\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-walker-namespace\",\r\n \"displayName\": \"e2e-walker-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/walker-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g-CAAAAAAAAA%3D%3D%23RT%3A25%23TRC%3A25%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCKAD%2BII4ARAAAicoABwABIL4ACwGc%2FHhwqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-shandy\",\r\n \"name\": \"e2e-shandy\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-truing-namespace\",\r\n \"displayName\": \"e2e-shandy-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/truing-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i4FgAAAAAAAA%3D%3D%23RT%3A25%23TRC%3A25%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCoALiWAcBgAJqAMQAAfhMAABuAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g-CAAAAAAAAA%3D%3D%23RT%3A25%23TRC%3A25%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCKAD%2BII4ARAAAicoABwABIL4ACwGc%2FHhwqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Zy1DQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNSUyM1RSQyUzQTI1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NLQUQlMkJJSTRBUkFBQWljb0FCd0FCSUw0QUN3R2MlMkZIaHdxZ0dxQUFzQUFRb0FFRm9CMWdHRUFEQUFSQUFBRFc0QXhBQVlBUWdBQXp3TUFVUUFRQVlNQVlBQUFZQmdBRWdBQVlBWUFFUUFBWUNFQU1BQVNBQXdBQUFSQkFiakJHSUVlZ0ZHQU13REFEd0Q5OSUyRjlSQUFBZUFRRUdBQ2lBZjRBRHdGa04zQiUyQjhUMkVBJTJGdzh4QUFBZUlRQUFCM29DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i4FgAAAAAAAA%3D%3D%23RT%3A25%23TRC%3A25%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCoALiWAcBgAJqAMQAAfhMAABuAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTRGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNSUyM1RSQyUzQTI1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NvQUxpV0FjQmdBSnFBTVFBQWZoTUFBQnVBSVNBQU1nQUFBd2dBRWdBQVlJaEFZd0FBT0hCQkF3QkpnQ3lBczRBJTJCZ0FIQWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tJQUNnQUFBY01BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48ceccac-f54c-43cf-85a2-9b9ffd97fbf4" + "b493c630-6156-4e9d-a326-d6e8a8152b3d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -1986,10 +1986,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" + "14840" ], "X-Ms-Request-Id": [ - "00b239aa-7672-4d4f-907c-9d068464647d" + "be302b39-55c2-4dce-8cf9-640c68a7fba8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1997,20 +1997,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "b73887d1-8c23-46e7-8368-1f427967b32b" + "3152b9f5-53af-4b96-ae5f-aa6797ca9491" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052758Z:b73887d1-8c23-46e7-8368-1f427967b32b" + "CENTRALUS:20210505T214939Z:3152b9f5-53af-4b96-ae5f-aa6797ca9491" + ], + "X-MSEdge-Ref": [ + "Ref A: C6DBB547FEFC40078B9581B95CB21802 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:39Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:57 GMT" + "Wed, 05 May 2021 21:49:38 GMT" ], "Content-Length": [ - "1393" + "1426" ], "Content-Type": [ "application/json" @@ -2019,23 +2019,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-trumps\",\r\n \"name\": \"e2e-trumps\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-trumps-namespace\",\r\n \"displayName\": \"e2e-trumps-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/trumps-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjCAAAAAAAAA%3D%3D%23RT%3A26%23TRC%3A26%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCIAGOIEQAAInKAAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-wilton\",\r\n \"name\": \"e2e-wilton\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-cannes-namespace\",\r\n \"displayName\": \"e2e-wilton-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cannes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jFFgAAAAAAAA%3D%3D%23RT%3A26%23TRC%3A26%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCmAMEWYACagDEAAH4TAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjCAAAAAAAAA%3D%3D%23RT%3A26%23TRC%3A26%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCIAGOIEQAAInKAAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGpDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNiUyM1RSQyUzQTI2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NJQUdPSUVRQUFJbktBQWNBQVNDJTJCQUFzQm5QeDRjS29CcWdBTEFBRUtBQkJhQWRZQmhBQXdBRVFBQUExdUFNUUFHQUVJQUFNOERBRkVBRUFHREFHQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCSG9CUmdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQWQ2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jFFgAAAAAAAA%3D%3D%23RT%3A26%23TRC%3A26%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCmAMEWYACagDEAAH4TAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3akZGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNiUyM1RSQyUzQTI2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NtQU1FV1lBQ2FnREVBQUg0VEFBQWJnQ0VnQURJQUFBTUlBQklBQUdDSVFHTUFBRGh3UVFNQVNZQXNnTE9BUG9BQndJQUhRZ0FnRUZCd1hvQkxnQmVBTDRBRHdObVpReCUyRjRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaUFBb0FBQUhEQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEI2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6cbae378-15d2-47dc-b634-66e4e2c0af8d" + "206bf15f-dab7-4af6-b890-c54311170cc3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -2049,10 +2049,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" + "14665" ], "X-Ms-Request-Id": [ - "24222420-8775-404e-9b78-508cd5338e22" + "073ae98d-c614-4635-904f-cc8971a8a6bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2060,20 +2060,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "d4939e64-d25f-447c-b72d-47dc91a85306" + "1399c755-d4c7-4049-8d9e-527f0f868a91" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052758Z:d4939e64-d25f-447c-b72d-47dc91a85306" + "CENTRALUS:20210505T214939Z:1399c755-d4c7-4049-8d9e-527f0f868a91" + ], + "X-MSEdge-Ref": [ + "Ref A: ABA47015DFFF44A49EB8F44DCBF0DF9D Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:39Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:57 GMT" + "Wed, 05 May 2021 21:49:38 GMT" ], "Content-Length": [ - "1280" + "1424" ], "Content-Type": [ "application/json" @@ -2082,23 +2082,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/clientproxy/providers/microsoft.extendedlocation/customlocations/testlocation\",\r\n \"name\": \"testlocation\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/clientproxy/providers/Microsoft.Kubernetes/connectedClusters/kfien\",\r\n \"namespace\": \"mydemo\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/clientproxy/providers/Microsoft.Kubernetes/connectedClusters/kfien/providers/Microsoft.KubernetesConfiguration/extensions/cassext\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iJCAAAAAAAAA%3D%3D%23RT%3A27%23TRC%3A27%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCGAIEIACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-around\",\r\n \"name\": \"e2e-around\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-psyche-namespace\",\r\n \"displayName\": \"e2e-around-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/psyche-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jGFgAAAAAAAA%3D%3D%23RT%3A27%23TRC%3A27%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCkAMaWmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iJCAAAAAAAAA%3D%3D%23RT%3A27%23TRC%3A27%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCGAIEIACJygAHAAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUpDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNyUyM1RSQyUzQTI3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NHQUlFSUFDSnlnQUhBQUVndmdBTEFaejhlSENxQWFvQUN3QUJDZ0FRV2dIV0FZUUFNQUJFQUFBTmJnREVBQmdCQ0FBRFBBd0JSQUJBQmd3QmdBQUJnR0FBU0FBQmdCZ0FSQUFCZ0lRQXdBQklBREFBQUJFRUJ1TUVZZ1I2QVVZQXpBTUFQQVAzMyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFIZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jGFgAAAAAAAA%3D%3D%23RT%3A27%23TRC%3A27%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCkAMaWmoAxAAB%2BEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3akdGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNyUyM1RSQyUzQTI3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NrQU1hV21vQXhBQUIlMkJFd0FBRzRBaElBQXlBQUFEQ0FBU0FBQmdpRUJqQUFBNGNFRURBRW1BTElDemdENkFBY0NBQjBJQUlCQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9nQUtBQUFCd3dCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f67e62c4-8427-4294-b88a-35cf5784467d" + "26674586-9b44-4984-bf6d-dae3ac45617e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -2112,10 +2112,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" + "14839" ], "X-Ms-Request-Id": [ - "8aa21e01-317b-4daf-b0d2-26f841ffa351" + "2c269f0e-391d-4d42-8729-df68fe640506" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2123,20 +2123,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "c0793d21-c4b0-4b59-a00a-2df9267c81ac" + "e8705fa6-9aa2-414d-8fff-e2952e3f22ff" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052759Z:c0793d21-c4b0-4b59-a00a-2df9267c81ac" + "CENTRALUS:20210505T214940Z:e8705fa6-9aa2-414d-8fff-e2952e3f22ff" + ], + "X-MSEdge-Ref": [ + "Ref A: 8E92C66D5D994A7BB62235FA0B3ECE2E Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:39Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:59 GMT" + "Wed, 05 May 2021 21:49:39 GMT" ], "Content-Length": [ - "1413" + "1400" ], "Content-Type": [ "application/json" @@ -2145,23 +2145,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/clitestmei4gedgp3/providers/microsoft.extendedlocation/customlocations/customlocations-cliuvtgy\",\r\n \"name\": \"customlocations-cliuvtgy\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace\",\r\n \"displayName\": \"customlocations-cliuvtgy\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iNCAAAAAAAAA%3D%3D%23RT%3A28%23TRC%3A28%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCEAI2IcoABwABIL4ACwGc%2FHhwqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-\",\r\n \"name\": \"e2e-\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-mithra-namespace\",\r\n \"displayName\": \"e2e--displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/mithra-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqFwAAAAAAAA%3D%3D%23RT%3A28%23TRC%3A28%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCiAGqXMQAAfhMAABuAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iNCAAAAAAAAA%3D%3D%23RT%3A28%23TRC%3A28%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCEAI2IcoABwABIL4ACwGc%2FHhwqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aU5DQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyOCUyM1RSQyUzQTI4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NFQUkySWNvQUJ3QUJJTDRBQ3dHYyUyRkhod3FnR3FBQXNBQVFvQUVGb0IxZ0dFQURBQVJBQUFEVzRBeEFBWUFRZ0FBendNQVVRQVFBWU1BWUFBQVlCZ0FFZ0FBWUFZQUVRQUFZQ0VBTUFBU0FBd0FBQVJCQWJqQkdJRWVnRkdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUIzb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqFwAAAAAAAA%3D%3D%23RT%3A28%23TRC%3A28%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCiAGqXMQAAfhMAABuAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHFGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EyOCUyM1RSQyUzQTI4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NpQUdxWE1RQUFmaE1BQUJ1QUlTQUFNZ0FBQXdnQUVnQUFZSWhBWXdBQU9IQkJBd0JKZ0N5QXM0QSUyQmdBSEFnQWRDQUNBUVVIQmVnRXVBRjRBdmdBUEEyWmxESCUyRmdBRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLSUFDZ0FBQWNNQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdIb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f8f116dc-2f70-4539-88fb-991e901deb3d" + "9657740e-a9b9-4be1-9a3b-985ac4bdf458" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -2175,10 +2175,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" + "14664" ], "X-Ms-Request-Id": [ - "f6c9abce-188f-4adc-bdb7-f711ad095661" + "e5bf253e-00b1-4e9e-bc5b-903b89f73563" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2186,20 +2186,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "e28a379d-d9b6-4564-ba62-d5a0a6501830" + "eaf28275-29aa-4438-92b8-0c7f484549e9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052759Z:e28a379d-d9b6-4564-ba62-d5a0a6501830" + "CENTRALUS:20210505T214940Z:eaf28275-29aa-4438-92b8-0c7f484549e9" + ], + "X-MSEdge-Ref": [ + "Ref A: 00B1650D51284062800029CC521D3A3E Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:40Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:59 GMT" + "Wed, 05 May 2021 21:49:39 GMT" ], "Content-Length": [ - "1385" + "1680" ], "Content-Type": [ "application/json" @@ -2208,23 +2208,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bovine\",\r\n \"name\": \"e2e-bovine\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bovine-namespace\",\r\n \"displayName\": \"e2e-bovine-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bovine-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gCCQAAAAAAAA%3D%3D%23RT%3A29%23TRC%3A29%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCCAAKJAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-trikes\",\r\n \"name\": \"e2e-trikes\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-trikes-namespace\",\r\n \"displayName\": \"e2e-trikes-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/astana-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/trikes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ipFwAAAAAAAA%3D%3D%23RT%3A29%23TRC%3A29%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCgAKEXAH4TAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gCCQAAAAAAAA%3D%3D%23RT%3A29%23TRC%3A29%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCCAAKJAcAASC%2BAAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0NDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyOSUyM1RSQyUzQTI5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NDQUFLSkFjQUFTQyUyQkFBc0JuUHg0Y0tvQnFnQUxBQUVLQUJCYUFkWUJoQUF3QUVRQUFBMXVBTVFBR0FFSUFBTThEQUZFQUVBR0RBR0FBQUdBWUFCSUFBR0FHQUJFQUFHQWhBREFBRWdBTUFBQUVRUUc0d1JpQkhvQlJnRE1Bd0E4QSUyRmZmJTJGVVFBQUhnRUJCZ0FvZ0glMkJBQThCWkRkd2Z2RTloQVA4UE1RQUFIaUVBQUFkNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ipFwAAAAAAAA%3D%3D%23RT%3A29%23TRC%3A29%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCgAKEXAH4TAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXBGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EyOSUyM1RSQyUzQTI5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NnQUtFWEFINFRBQUFiZ0NFZ0FESUFBQU1JQUJJQUFHQ0lRR01BQURod1FRTUFTWUFzZ0xPQVBvQUJ3SUFIUWdBZ0VGQndYb0JMZ0JlQUw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2lBQW9BQUFIREFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRCNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "11fb1daa-7e7c-4dcf-98a2-fd30f631331d" + "f1a160ad-321e-4355-bd68-1c2f8d03ecdb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -2238,10 +2238,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" + "14838" ], "X-Ms-Request-Id": [ - "a663f363-cb33-4c5b-948d-be1d401e0fc9" + "d6ecbbad-3ab0-4694-9c73-d1d24637a870" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2249,20 +2249,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "7874777a-680d-4853-9cd5-a1971be52a95" + "7422eb2d-5fbf-44ec-8072-cf8ed1e5911b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052759Z:7874777a-680d-4853-9cd5-a1971be52a95" + "CENTRALUS:20210505T214940Z:7422eb2d-5fbf-44ec-8072-cf8ed1e5911b" + ], + "X-MSEdge-Ref": [ + "Ref A: D7334345AF5C48B897734508439019C9 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:40Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:59 GMT" + "Wed, 05 May 2021 21:49:39 GMT" ], "Content-Length": [ - "1273" + "1680" ], "Content-Type": [ "application/json" @@ -2271,23 +2271,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/fastproxy/providers/microsoft.extendedlocation/customlocations/poplocation\",\r\n \"name\": \"poplocation\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/fastproxy/providers/Microsoft.Kubernetes/connectedClusters/proxycluster\",\r\n \"namespace\": \"test\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/fastproxy/providers/Microsoft.Kubernetes/connectedClusters/proxycluster/providers/Microsoft.KubernetesConfiguration/extensions/test\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gbCQAAAAAAAA%3D%3D%23RT%3A30%23TRC%3A30%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCAABEJAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-numbly\",\r\n \"name\": \"e2e-numbly\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-numbly-namespace\",\r\n \"displayName\": \"e2e-numbly-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/hissed-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/numbly-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iqFwAAAAAAAA%3D%3D%23RT%3A30%23TRC%3A30%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCgAKEXAHwTAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gbCQAAAAAAAA%3D%3D%23RT%3A30%23TRC%3A30%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCAABEJAEgvgALAZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2JDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMCUyM1RSQyUzQTMwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NBQUJFSkFFZ3ZnQUxBWno4ZUhDcUFhb0FDd0FCQ2dBUVdnSFdBWVFBTUFCRUFBQU5iZ0RFQUJnQkNBQURQQXdCUkFCQUJnd0JnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdSNkFVWUF6QU1BUEFQMzMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBSGVnSUFqWVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iqFwAAAAAAAA%3D%3D%23RT%3A30%23TRC%3A30%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCgAKEXAHwTAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXFGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMCUyM1RSQyUzQTMwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NnQUtFWEFId1RBQUFiZ0NFZ0FESUFBQU1JQUJJQUFHQ0lRR01BQURod1FRTUFTWUFzZ0xPQVBvQUJ3SUFIUWdBZ0VGQndYb0JMZ0JlQUw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2lBQW9BQUFIREFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRCNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f94a657d-0cea-41d2-a5f8-eafc31f9b951" + "456e2679-9609-42dc-a5a3-4e8ab8c16c59" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -2301,10 +2301,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" + "14663" ], "X-Ms-Request-Id": [ - "053003c9-03dd-4bc1-bf30-231c951b147a" + "a73bc855-83bf-4f13-9e6e-f1763d107fe4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2312,20 +2312,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "98a1fba3-350b-4060-97cc-fd6036cccadf" + "6117a855-d580-4b54-bccf-326a748f0206" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052759Z:98a1fba3-350b-4060-97cc-fd6036cccadf" + "CENTRALUS:20210505T214940Z:6117a855-d580-4b54-bccf-326a748f0206" + ], + "X-MSEdge-Ref": [ + "Ref A: 3E39F9E9C2194B2880E55729CC4BDF0F Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:40Z" ], "Date": [ - "Fri, 19 Mar 2021 05:27:59 GMT" + "Wed, 05 May 2021 21:49:39 GMT" ], "Content-Length": [ - "1372" + "1421" ], "Content-Type": [ "application/json" @@ -2334,23 +2334,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mammas\",\r\n \"name\": \"e2e-mammas\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-mammas-namespace\",\r\n \"displayName\": \"e2e-mammas-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/mammas-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27geCQAAAAAAAA%3D%3D%23RT%3A31%23TRC%3A31%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB%2BAB6JL4ACwGc%2FHhwqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-wirier\",\r\n \"name\": \"e2e-wirier\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-wirier-namespace\",\r\n \"displayName\": \"e2e-wirier-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/wirier-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27irFwAAAAAAAA%3D%3D%23RT%3A31%23TRC%3A31%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCgAKEXAHgTAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27geCQAAAAAAAA%3D%3D%23RT%3A31%23TRC%3A31%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB%2BAB6JL4ACwGc%2FHhwqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2VDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMSUyM1RSQyUzQTMxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0IlMkJBQjZKTDRBQ3dHYyUyRkhod3FnR3FBQXNBQVFvQUVGb0IxZ0dFQURBQVJBQUFEVzRBeEFBWUFRZ0FBendNQVVRQVFBWU1BWUFBQVlCZ0FFZ0FBWUFZQUVRQUFZQ0VBTUFBU0FBd0FBQVJCQWJqQkdJRWVnRkdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUIzb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27irFwAAAAAAAA%3D%3D%23RT%3A31%23TRC%3A31%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCgAKEXAHgTAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXJGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMSUyM1RSQyUzQTMxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NnQUtFWEFIZ1RBQUFiZ0NFZ0FESUFBQU1JQUJJQUFHQ0lRR01BQURod1FRTUFTWUFzZ0xPQVBvQUJ3SUFIUWdBZ0VGQndYb0JMZ0JlQUw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2lBQW9BQUFIREFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRCNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a6b8b894-dbf1-46ea-af6b-8644413f07b1" + "9a3fa7b1-2942-4f70-9351-1857f61981ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -2364,10 +2364,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" + "14837" ], "X-Ms-Request-Id": [ - "cbbdbbc4-3f58-4094-bfc8-ca31b3bdb84d" + "ca7f4772-db90-42e9-b351-57568d6c80a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2375,20 +2375,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "3ed2209e-8924-4130-b1aa-9ad620bcafbd" + "02e39057-f2c1-4748-8117-d508ad77b440" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052800Z:3ed2209e-8924-4130-b1aa-9ad620bcafbd" + "CENTRALUS:20210505T214940Z:02e39057-f2c1-4748-8117-d508ad77b440" + ], + "X-MSEdge-Ref": [ + "Ref A: 97B1F2FCD3DA40EB9872F9B45B987E02 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:40Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:00 GMT" + "Wed, 05 May 2021 21:49:39 GMT" ], "Content-Length": [ - "1376" + "1421" ], "Content-Type": [ "application/json" @@ -2397,23 +2397,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-simply\",\r\n \"name\": \"e2e-simply\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-simply-namespace\",\r\n \"displayName\": \"e2e-simply-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/simply-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hPCQAAAAAAAA%3D%3D%23RT%3A32%23TRC%3A32%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB8AE%2BJAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fining\",\r\n \"name\": \"e2e-fining\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fining-namespace\",\r\n \"displayName\": \"e2e-fining-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fining-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27isFwAAAAAAAA%3D%3D%23RT%3A32%23TRC%3A32%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCgAKEXAHATAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hPCQAAAAAAAA%3D%3D%23RT%3A32%23TRC%3A32%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB8AE%2BJAsBnPx4cKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFBDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMiUyM1RSQyUzQTMyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0I4QUUlMkJKQXNCblB4NGNLb0JxZ0FMQUFFS0FCQmFBZFlCaEFBd0FFUUFBQTF1QU1RQUdBRUlBQU04REFGRUFFQUdEQUdBQUFHQVlBQklBQUdBR0FCRUFBR0FoQURBQUVnQU1BQUFFUVFHNHdSaUJIb0JSZ0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27isFwAAAAAAAA%3D%3D%23RT%3A32%23TRC%3A32%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCgAKEXAHATAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXNGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMiUyM1RSQyUzQTMyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NnQUtFWEFIQVRBQUFiZ0NFZ0FESUFBQU1JQUJJQUFHQ0lRR01BQURod1FRTUFTWUFzZ0xPQVBvQUJ3SUFIUWdBZ0VGQndYb0JMZ0JlQUw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2lBQW9BQUFIREFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRCNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f831bc64-2129-49eb-b956-a473e911d853" + "fe216fab-fdfb-4e30-a2c0-973ef52ff13c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -2427,10 +2427,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" + "14836" ], "X-Ms-Request-Id": [ - "e44248c2-d1b6-47da-bb1d-25354c25d0ac" + "9772b136-889a-40cb-ab59-a29d3673636e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2438,20 +2438,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6127d800-ace6-4d63-b0d6-5f800c8c1a8a" + "aba981f8-d6d3-4757-ab94-d51f2639341a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052800Z:6127d800-ace6-4d63-b0d6-5f800c8c1a8a" + "CENTRALUS:20210505T214941Z:aba981f8-d6d3-4757-ab94-d51f2639341a" + ], + "X-MSEdge-Ref": [ + "Ref A: 8091A36F5A6B416C986541D5CF386A16 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:40Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:00 GMT" + "Wed, 05 May 2021 21:49:40 GMT" ], "Content-Length": [ - "1368" + "1424" ], "Content-Type": [ "application/json" @@ -2460,23 +2460,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-dusted\",\r\n \"name\": \"e2e-dusted\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-dusted-namespace\",\r\n \"displayName\": \"e2e-dusted-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/dusted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hQCQAAAAAAAA%3D%3D%23RT%3A33%23TRC%3A33%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AFIJZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-whirrs\",\r\n \"name\": \"e2e-whirrs\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster\",\r\n \"namespace\": \"e2e-payday-namespace\",\r\n \"displayName\": \"e2e-whirrs-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/payday-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27itFwAAAAAAAA%3D%3D%23RT%3A33%23TRC%3A33%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCgAKEXAGATAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hQCQAAAAAAAA%3D%3D%23RT%3A33%23TRC%3A33%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AFIJZz8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFFDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMyUyM1RSQyUzQTMzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0I2QUZJSlp6OGVIQ3FBYW9BQ3dBQkNnQVFXZ0hXQVlRQU1BQkVBQUFOYmdERUFCZ0JDQUFEUEF3QlJBQkFCZ3dCZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27itFwAAAAAAAA%3D%3D%23RT%3A33%23TRC%3A33%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCgAKEXAGATAAAbgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXRGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMyUyM1RSQyUzQTMzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NnQUtFWEFHQVRBQUFiZ0NFZ0FESUFBQU1JQUJJQUFHQ0lRR01BQURod1FRTUFTWUFzZ0xPQVBvQUJ3SUFIUWdBZ0VGQndYb0JMZ0JlQUw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2lBQW9BQUFIREFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRCNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3f8a7e76-97af-425e-b604-77f191342656" + "c41fdef7-9c23-448b-9a0d-1bfff7ceeb87" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -2490,10 +2490,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" + "14835" ], "X-Ms-Request-Id": [ - "b7c427c2-c9a9-49ef-807a-d8bf72b8c7dc" + "2a45a7a1-fbec-470b-a7da-4aa5319dfe9f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2501,20 +2501,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "f85c47dc-6258-4c81-a686-e180b9f4ee1a" + "1fd66a49-ea17-4279-999c-f129e2266aae" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052800Z:f85c47dc-6258-4c81-a686-e180b9f4ee1a" + "CENTRALUS:20210505T214941Z:1fd66a49-ea17-4279-999c-f129e2266aae" + ], + "X-MSEdge-Ref": [ + "Ref A: 3EAA68572D9A433A8A77AB4634913800 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:41Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:00 GMT" + "Wed, 05 May 2021 21:49:40 GMT" ], "Content-Length": [ - "1366" + "1414" ], "Content-Type": [ "application/json" @@ -2523,23 +2523,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-abrupt\",\r\n \"name\": \"e2e-abrupt\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-abrupt-namespace\",\r\n \"displayName\": \"e2e-abrupt-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/abrupt-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hRCQAAAAAAAA%3D%3D%23RT%3A34%23TRC%3A34%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AFIJZj8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-braise\",\r\n \"name\": \"e2e-braise\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fining-namespace\",\r\n \"displayName\": \"e2e-braise-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fining-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iuFwAAAAAAAA%3D%3D%23RT%3A34%23TRC%3A34%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCeAK6XEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hRCQAAAAAAAA%3D%3D%23RT%3A34%23TRC%3A34%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AFIJZj8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFJDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNCUyM1RSQyUzQTM0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0I2QUZJSlpqOGVIQ3FBYW9BQ3dBQkNnQVFXZ0hXQVlRQU1BQkVBQUFOYmdERUFCZ0JDQUFEUEF3QlJBQkFCZ3dCZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iuFwAAAAAAAA%3D%3D%23RT%3A34%23TRC%3A34%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCeAK6XEwAAG4AhIAAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXVGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNCUyM1RSQyUzQTM0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NlQUs2WEV3QUFHNEFoSUFBeUFBQURDQUFTQUFCZ2lFQmpBQUE0Y0VFREFFbUFMSUN6Z0Q2QUFjQ0FCMElBSUJCUWNGNkFTNEFYZ0MlMkJBQThEWm1VTWYlMkJBQVJnRU1BQU1BQUJHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb2dBS0FBQUJ3d0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkFlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b1dc92a-18d7-4158-889e-0b95ed89dec5" + "20a9095b-a1b9-4103-bd48-34a2f8f31a28" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -2553,10 +2553,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" + "14662" ], "X-Ms-Request-Id": [ - "f19670f0-053e-4bd1-86b7-cb3023cd7b27" + "2fc495b0-b335-4cbd-96e1-376e3bd6b435" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2564,20 +2564,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "a8a6ea45-0fbe-499a-bd52-24c76bf26d3c" + "edb1c077-d505-4dd3-a541-c28c033ee2a9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052800Z:a8a6ea45-0fbe-499a-bd52-24c76bf26d3c" + "CENTRALUS:20210505T214941Z:edb1c077-d505-4dd3-a541-c28c033ee2a9" + ], + "X-MSEdge-Ref": [ + "Ref A: 7CA6E24D4BFD4DFEB8DB6B44D8655985 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:41Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:00 GMT" + "Wed, 05 May 2021 21:49:40 GMT" ], "Content-Length": [ - "1366" + "1411" ], "Content-Type": [ "application/json" @@ -2586,23 +2586,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-places\",\r\n \"name\": \"e2e-places\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-places-namespace\",\r\n \"displayName\": \"e2e-places-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/places-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hSCQAAAAAAAA%3D%3D%23RT%3A35%23TRC%3A35%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AFIJZD8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-daises\",\r\n \"name\": \"e2e-daises\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster\",\r\n \"namespace\": \"e2e-barney-namespace\",\r\n \"displayName\": \"e2e-daises-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/barney-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jIFwAAAAAAAA%3D%3D%23RT%3A35%23TRC%3A35%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCcAMMXABuAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hSCQAAAAAAAA%3D%3D%23RT%3A35%23TRC%3A35%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AFIJZD8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFNDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNSUyM1RSQyUzQTM1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0I2QUZJSlpEOGVIQ3FBYW9BQ3dBQkNnQVFXZ0hXQVlRQU1BQkVBQUFOYmdERUFCZ0JDQUFEUEF3QlJBQkFCZ3dCZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jIFwAAAAAAAA%3D%3D%23RT%3A35%23TRC%3A35%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCcAMMXABuAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aklGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNSUyM1RSQyUzQTM1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NjQU1NWEFCdUFJU0FBTWdBQUF3Z0FFZ0FBWUloQVl3QUFPSEJCQXdCSmdDeUFzNEElMkJnQUhBZ0FkQ0FDQVFVSEJlZ0V1QUY0QXZnQVBBMlpsREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0lBQ2dBQUFjTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnSG9DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "14b8a7f1-a32e-4225-a092-4c7bae437646" + "a845f62a-4cf6-4650-9ca0-c25e382df3db" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -2616,10 +2616,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" + "14834" ], "X-Ms-Request-Id": [ - "35a64494-58ff-4423-9458-6724c22318d1" + "c3029c1e-a21a-48fd-b332-9637f6f56bc7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2627,20 +2627,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "12f2b98a-65bb-4a9a-bdbb-f27de6d1ea15" + "a02460db-7b6e-4147-896d-cf70385b2438" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052801Z:12f2b98a-65bb-4a9a-bdbb-f27de6d1ea15" + "CENTRALUS:20210505T214941Z:a02460db-7b6e-4147-896d-cf70385b2438" + ], + "X-MSEdge-Ref": [ + "Ref A: 03C13B9B11594B5B8B52BB7444C8EBCE Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:41Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:01 GMT" + "Wed, 05 May 2021 21:49:40 GMT" ], "Content-Length": [ - "1366" + "1409" ], "Content-Type": [ "application/json" @@ -2649,23 +2649,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-alsace\",\r\n \"name\": \"e2e-alsace\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-alsace-namespace\",\r\n \"displayName\": \"e2e-alsace-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/alsace-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hVCQAAAAAAAA%3D%3D%23RT%3A36%23TRC%3A36%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AFIJYD8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-crowed\",\r\n \"name\": \"e2e-crowed\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-crowed-namespace\",\r\n \"displayName\": \"e2e-crowed-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/crowed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jJFwAAAAAAAA%3D%3D%23RT%3A36%23TRC%3A36%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCcAMMXABqAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hVCQAAAAAAAA%3D%3D%23RT%3A36%23TRC%3A36%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AFIJYD8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFZDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNiUyM1RSQyUzQTM2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0I2QUZJSllEOGVIQ3FBYW9BQ3dBQkNnQVFXZ0hXQVlRQU1BQkVBQUFOYmdERUFCZ0JDQUFEUEF3QlJBQkFCZ3dCZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jJFwAAAAAAAA%3D%3D%23RT%3A36%23TRC%3A36%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCcAMMXABqAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3akpGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNiUyM1RSQyUzQTM2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NjQU1NWEFCcUFJU0FBTWdBQUF3Z0FFZ0FBWUloQVl3QUFPSEJCQXdCSmdDeUFzNEElMkJnQUhBZ0FkQ0FDQVFVSEJlZ0V1QUY0QXZnQVBBMlpsREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0lBQ2dBQUFjTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnSG9DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c210cc4-e937-441a-afca-528364fb6d2e" + "3899bb93-f960-4c2a-a066-b68b90f84d3d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -2679,10 +2679,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" + "14661" ], "X-Ms-Request-Id": [ - "096050fd-ae07-404f-ba2c-55ce2a62b1c4" + "9fff55ee-e0c9-4b5a-87bd-889d552af9b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2690,20 +2690,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "494b1bb6-4a8d-4cca-bf48-407e72077a5f" + "39470be0-6202-48f0-8a1d-a0a836992a4a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052801Z:494b1bb6-4a8d-4cca-bf48-407e72077a5f" + "CENTRALUS:20210505T214941Z:39470be0-6202-48f0-8a1d-a0a836992a4a" + ], + "X-MSEdge-Ref": [ + "Ref A: 3D6E231F6EA348A9837A0CCC2C22FA16 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:41Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:01 GMT" + "Wed, 05 May 2021 21:49:40 GMT" ], "Content-Length": [ - "1366" + "1406" ], "Content-Type": [ "application/json" @@ -2712,23 +2712,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bubbly\",\r\n \"name\": \"e2e-bubbly\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bubbly-namespace\",\r\n \"displayName\": \"e2e-bubbly-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bubbly-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hWCQAAAAAAAA%3D%3D%23RT%3A37%23TRC%3A37%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AFIJQD8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-weekly\",\r\n \"name\": \"e2e-weekly\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-linger-namespace\",\r\n \"displayName\": \"e2e-weekly-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/linger-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jLFwAAAAAAAA%3D%3D%23RT%3A37%23TRC%3A37%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCcAMMXABiAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hWCQAAAAAAAA%3D%3D%23RT%3A37%23TRC%3A37%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AFIJQD8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFdDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNyUyM1RSQyUzQTM3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0I2QUZJSlFEOGVIQ3FBYW9BQ3dBQkNnQVFXZ0hXQVlRQU1BQkVBQUFOYmdERUFCZ0JDQUFEUEF3QlJBQkFCZ3dCZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jLFwAAAAAAAA%3D%3D%23RT%3A37%23TRC%3A37%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCcAMMXABiAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3akxGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNyUyM1RSQyUzQTM3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NjQU1NWEFCaUFJU0FBTWdBQUF3Z0FFZ0FBWUloQVl3QUFPSEJCQXdCSmdDeUFzNEElMkJnQUhBZ0FkQ0FDQVFVSEJlZ0V1QUY0QXZnQVBBMlpsREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0lBQ2dBQUFjTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnSG9DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b445927-4504-4231-b82c-64e2d0fd4767" + "3e7ab1c1-1389-49bb-93d1-67c9362529fe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -2742,10 +2742,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" + "14833" ], "X-Ms-Request-Id": [ - "ab3dc7cc-00a1-41a9-aac7-372608db8b12" + "fe053c57-d700-4f05-975d-4757cc79cf2c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2753,20 +2753,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "f314b073-1f12-4f9d-a081-10a766d8716d" + "4478ec5d-7618-4299-93d5-871ce2ce84c0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052801Z:f314b073-1f12-4f9d-a081-10a766d8716d" + "CENTRALUS:20210505T214941Z:4478ec5d-7618-4299-93d5-871ce2ce84c0" + ], + "X-MSEdge-Ref": [ + "Ref A: DD34A18B65BC41778FCD2AC198E83337 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:41Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:01 GMT" + "Wed, 05 May 2021 21:49:40 GMT" ], "Content-Length": [ - "1366" + "1406" ], "Content-Type": [ "application/json" @@ -2775,23 +2775,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-halsey\",\r\n \"name\": \"e2e-halsey\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-halsey-namespace\",\r\n \"displayName\": \"e2e-halsey-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/halsey-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hYCQAAAAAAAA%3D%3D%23RT%3A38%23TRC%3A38%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AFIJAD8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sayers\",\r\n \"name\": \"e2e-sayers\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-crowed-namespace\",\r\n \"displayName\": \"e2e-sayers-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/crowed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jMFwAAAAAAAA%3D%3D%23RT%3A38%23TRC%3A38%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCcAMyXAsCAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hYCQAAAAAAAA%3D%3D%23RT%3A38%23TRC%3A38%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AFIJAD8eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFlDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzOCUyM1RSQyUzQTM4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0I2QUZJSkFEOGVIQ3FBYW9BQ3dBQkNnQVFXZ0hXQVlRQU1BQkVBQUFOYmdERUFCZ0JDQUFEUEF3QlJBQkFCZ3dCZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jMFwAAAAAAAA%3D%3D%23RT%3A38%23TRC%3A38%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCcAMyXAsCAISAAMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ak1Gd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EzOCUyM1RSQyUzQTM4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NjQU15WEFzQ0FJU0FBTWdBQUF3Z0FFZ0FBWUloQVl3QUFPSEJCQXdCSmdDeUFzNEElMkJnQUhBZ0FkQ0FDQVFVSEJlZ0V1QUY0QXZnQVBBMlpsREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0lBQ2dBQUFjTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnSG9DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39a18e88-664b-4703-9369-6046bd8de91b" + "96d1df7d-f3da-4ec8-b1e0-ed13efb48946" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -2805,10 +2805,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" + "14660" ], "X-Ms-Request-Id": [ - "e28bdcf6-2db6-4f9d-973c-310c1014f917" + "bb9b3822-aa1d-424e-903f-46e14b2cdfed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2816,20 +2816,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "856aad01-d2e8-4954-aaa7-a683d7f6680e" + "6eceeea7-21bf-49af-95e7-a289cb1f80aa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052802Z:856aad01-d2e8-4954-aaa7-a683d7f6680e" + "CENTRALUS:20210505T214941Z:6eceeea7-21bf-49af-95e7-a289cb1f80aa" + ], + "X-MSEdge-Ref": [ + "Ref A: D5DDEB8B35BC4137A50FCA0C4389BC8C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:41Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:01 GMT" + "Wed, 05 May 2021 21:49:40 GMT" ], "Content-Length": [ - "1368" + "1413" ], "Content-Type": [ "application/json" @@ -2838,23 +2838,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-steams\",\r\n \"name\": \"e2e-steams\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-steams-namespace\",\r\n \"displayName\": \"e2e-steams-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/steams-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hZCQAAAAAAAA%3D%3D%23RT%3A39%23TRC%3A39%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AFIJAD4eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-ratify\",\r\n \"name\": \"e2e-ratify\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-ratify-namespace\",\r\n \"displayName\": \"e2e-ratify-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/ratify-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jXFwAAAAAAAA%3D%3D%23RT%3A39%23TRC%3A39%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCaANIXgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hZCQAAAAAAAA%3D%3D%23RT%3A39%23TRC%3A39%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AFIJAD4eHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFpDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzOSUyM1RSQyUzQTM5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0I2QUZJSkFENGVIQ3FBYW9BQ3dBQkNnQVFXZ0hXQVlRQU1BQkVBQUFOYmdERUFCZ0JDQUFEUEF3QlJBQkFCZ3dCZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jXFwAAAAAAAA%3D%3D%23RT%3A39%23TRC%3A39%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCaANIXgCEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3alhGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EzOSUyM1RSQyUzQTM5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NhQU5JWGdDRWdBRElBQUFNSUFCSUFBR0NJUUdNQUFEaHdRUU1BU1lBc2dMT0FQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNpQUFvQUFBSERBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d3ad16c-d86a-402f-92e2-913e01ca4fbb" + "95f51bde-7850-4f97-bab0-5ac19a186fba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -2868,10 +2868,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" + "14832" ], "X-Ms-Request-Id": [ - "1b9da98d-156a-450b-916f-5bebdb811477" + "b65eb19b-f247-43aa-9a95-bb58e497320a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2879,20 +2879,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "bf1d8ee6-9b07-4bfd-a660-f2c280a62058" + "44ea6cac-7917-4e2f-9bfc-52881ab02593" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052802Z:bf1d8ee6-9b07-4bfd-a660-f2c280a62058" + "CENTRALUS:20210505T214941Z:44ea6cac-7917-4e2f-9bfc-52881ab02593" + ], + "X-MSEdge-Ref": [ + "Ref A: 448D0F4160034A85B5D3C5C0AD720CA5 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:41Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:02 GMT" + "Wed, 05 May 2021 21:49:41 GMT" ], "Content-Length": [ - "1366" + "1410" ], "Content-Type": [ "application/json" @@ -2901,23 +2901,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-espied\",\r\n \"name\": \"e2e-espied\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-espied-namespace\",\r\n \"displayName\": \"e2e-espied-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/espied-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27haCQAAAAAAAA%3D%3D%23RT%3A40%23TRC%3A40%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AFIJADweHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-coward\",\r\n \"name\": \"e2e-coward\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-ratify-namespace\",\r\n \"displayName\": \"e2e-coward-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/ratify-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jYFwAAAAAAAA%3D%3D%23RT%3A40%23TRC%3A40%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCaANIXACEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27haCQAAAAAAAA%3D%3D%23RT%3A40%23TRC%3A40%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AFIJADweHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGFDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0MCUyM1RSQyUzQTQwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0I2QUZJSkFEd2VIQ3FBYW9BQ3dBQkNnQVFXZ0hXQVlRQU1BQkVBQUFOYmdERUFCZ0JDQUFEUEF3QlJBQkFCZ3dCZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jYFwAAAAAAAA%3D%3D%23RT%3A40%23TRC%3A40%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCaANIXACEgADIAAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3allGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0MCUyM1RSQyUzQTQwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NhQU5JWEFDRWdBRElBQUFNSUFCSUFBR0NJUUdNQUFEaHdRUU1BU1lBc2dMT0FQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNpQUFvQUFBSERBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dbe2dad9-377e-47fc-bfb5-7f0231da72de" + "488826b5-6d3b-408c-b8a8-5c7283c4803e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -2931,10 +2931,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" + "14659" ], "X-Ms-Request-Id": [ - "7366e245-361e-423a-9ff0-a2330356a8b8" + "5be3c90e-7cdb-4207-92ab-9b33c05813d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2942,20 +2942,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "64be130f-2243-4610-b781-5b6f0f4821c6" + "af5fbeba-51de-46ed-989d-9c1c69023b1a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052802Z:64be130f-2243-4610-b781-5b6f0f4821c6" + "CENTRALUS:20210505T214942Z:af5fbeba-51de-46ed-989d-9c1c69023b1a" + ], + "X-MSEdge-Ref": [ + "Ref A: 462EA6F96FBB4024B691B9F11E2BCA1F Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:42Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:02 GMT" + "Wed, 05 May 2021 21:49:41 GMT" ], "Content-Length": [ - "1366" + "1443" ], "Content-Type": [ "application/json" @@ -2964,23 +2964,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-vocals\",\r\n \"name\": \"e2e-vocals\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-vocals-namespace\",\r\n \"displayName\": \"e2e-vocals-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/vocals-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hbCQAAAAAAAA%3D%3D%23RT%3A41%23TRC%3A41%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AFIJADgeHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-nylons\",\r\n \"name\": \"e2e-nylons\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-nylons-namespace\",\r\n \"displayName\": \"e2e-nylons-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/nailed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jdFwAAAAAAAA%3D%3D%23RT%3A41%23TRC%3A41%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCYAN2XBYAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hbCQAAAAAAAA%3D%3D%23RT%3A41%23TRC%3A41%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AFIJADgeHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGJDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0MSUyM1RSQyUzQTQxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0I2QUZJSkFEZ2VIQ3FBYW9BQ3dBQkNnQVFXZ0hXQVlRQU1BQkVBQUFOYmdERUFCZ0JDQUFEUEF3QlJBQkFCZ3dCZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jdFwAAAAAAAA%3D%3D%23RT%3A41%23TRC%3A41%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCYAN2XBYAyAAADCAASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amRGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0MSUyM1RSQyUzQTQxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NZQU4yWEJZQXlBQUFEQ0FBU0FBQmdpRUJqQUFBNGNFRURBRW1BTElDemdENkFBY0NBQjBJQUlCQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9nQUtBQUFCd3dCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c063493-09d5-4e41-9ddf-33e8ad29d0da" + "e61bc731-5710-4486-ac01-0dcd0cea9b96" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -2994,10 +2994,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" + "14831" ], "X-Ms-Request-Id": [ - "78755fba-bb03-4cd7-a455-bf64a0fdedcc" + "cb6bf4f7-5295-4763-8fb2-7dd0c34e1e8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3005,20 +3005,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "93448a14-73d6-45f1-aad0-d12e2aa1642a" + "f62a3666-34b4-41eb-aceb-f4fc9c154688" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052802Z:93448a14-73d6-45f1-aad0-d12e2aa1642a" + "CENTRALUS:20210505T214942Z:f62a3666-34b4-41eb-aceb-f4fc9c154688" + ], + "X-MSEdge-Ref": [ + "Ref A: 5F3337016A464AFDA50D7B1BC7ECAAA1 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:42Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:02 GMT" + "Wed, 05 May 2021 21:49:41 GMT" ], "Content-Length": [ - "1368" + "1546" ], "Content-Type": [ "application/json" @@ -3027,23 +3027,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-samoan\",\r\n \"name\": \"e2e-samoan\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-samoan-namespace\",\r\n \"displayName\": \"e2e-samoan-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/samoan-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hcCQAAAAAAAA%3D%3D%23RT%3A42%23TRC%3A42%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AFIJADAeHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/ssv-prashanth-rg/providers/microsoft.extendedlocation/customlocations/ssv-test-cl\",\r\n \"name\": \"ssv-test-cl\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"prkoush@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-03-26T17:42:13.0088409Z\",\r\n \"lastModifiedBy\": \"prkoush@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-03-26T17:42:13.0088409Z\"\r\n },\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/ssv-prashanth-rg/providers/Microsoft.ResourceConnector/appliances/ssv-prashanth-test\",\r\n \"namespace\": \"helm-operator2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/ssv-prashanth-rg/providers/Microsoft.ResourceConnector/appliances/ssv-prashanth-test/providers/Microsoft.KubernetesConfiguration/extensions/hci-vmoperator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jlFwAAAAAAAA%3D%3D%23RT%3A42%23TRC%3A42%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCWAOWXMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hcCQAAAAAAAA%3D%3D%23RT%3A42%23TRC%3A42%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AFIJADAeHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGNDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0MiUyM1RSQyUzQTQyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0I2QUZJSkFEQWVIQ3FBYW9BQ3dBQkNnQVFXZ0hXQVlRQU1BQkVBQUFOYmdERUFCZ0JDQUFEUEF3QlJBQkFCZ3dCZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jlFwAAAAAAAA%3D%3D%23RT%3A42%23TRC%3A42%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCWAOWXMgAAAwgAEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amxGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0MiUyM1RSQyUzQTQyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NXQU9XWE1nQUFBd2dBRWdBQVlJaEFZd0FBT0hCQkF3QkpnQ3lBczRBJTJCZ0FIQWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tJQUNnQUFBY01BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "70d7a7a4-355a-4e73-a754-4b5d2eafc45c" + "99833ef2-4ffd-43f1-8dec-2e82d01d1780" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -3057,10 +3057,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" + "14658" ], "X-Ms-Request-Id": [ - "7b3b63f6-d26f-4c1a-bd9a-fcc31ac01c27" + "83d99da2-6780-4bd4-8169-b2aa5c424a60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3068,20 +3068,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "3b19796e-1133-44a5-a24d-8d62e9a10d43" + "9f38e463-1574-43ed-96af-2851c8538964" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052803Z:3b19796e-1133-44a5-a24d-8d62e9a10d43" + "CENTRALUS:20210505T214942Z:9f38e463-1574-43ed-96af-2851c8538964" + ], + "X-MSEdge-Ref": [ + "Ref A: F66E43B9FFF14C8EB6F4ED8450251113 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:42Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:02 GMT" + "Wed, 05 May 2021 21:49:41 GMT" ], "Content-Length": [ - "1366" + "1402" ], "Content-Type": [ "application/json" @@ -3090,23 +3090,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fevers\",\r\n \"name\": \"e2e-fevers\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fevers-namespace\",\r\n \"displayName\": \"e2e-fevers-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fevers-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdCQAAAAAAAA%3D%3D%23RT%3A43%23TRC%3A43%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AF2JAcAeHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-primer\",\r\n \"name\": \"e2e-primer\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-whorls-namespace\",\r\n \"displayName\": \"e2e-primer-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/whorls-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27goGAAAAAAAAA%3D%3D%23RT%3A43%23TRC%3A43%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCUACIYAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdCQAAAAAAAA%3D%3D%23RT%3A43%23TRC%3A43%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AF2JAcAeHCqAaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGRDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0MyUyM1RSQyUzQTQzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0I2QUYySkFjQWVIQ3FBYW9BQ3dBQkNnQVFXZ0hXQVlRQU1BQkVBQUFOYmdERUFCZ0JDQUFEUEF3QlJBQkFCZ3dCZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27goGAAAAAAAAA%3D%3D%23RT%3A43%23TRC%3A43%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCUACIYAAMIABIAAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z29HQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0MyUyM1RSQyUzQTQzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NVQUNJWUFBTUlBQklBQUdDSVFHTUFBRGh3UVFNQVNZQXNnTE9BUG9BQndJQUhRZ0FnRUZCd1hvQkxnQmVBTDRBRHdObVpReCUyRjRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaUFBb0FBQUhEQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEI2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8fd52c39-2cc6-46cb-b77f-bde986b39418" + "fdfad782-3c4a-4aa4-878e-c0fa18b60072" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -3120,10 +3120,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" + "14830" ], "X-Ms-Request-Id": [ - "0aa76e49-2f63-41c9-af81-99b4cdd3350f" + "717bb8ff-c936-4298-93df-e13643123f39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3131,20 +3131,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "638a7f2d-7c2e-4037-b355-a0380c675eba" + "dd0521c7-1579-45c5-bbec-070350812407" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052803Z:638a7f2d-7c2e-4037-b355-a0380c675eba" + "CENTRALUS:20210505T214942Z:dd0521c7-1579-45c5-bbec-070350812407" + ], + "X-MSEdge-Ref": [ + "Ref A: 7690EA80C1E244E6AA8BAF14ECEF3A06 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:42Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:03 GMT" + "Wed, 05 May 2021 21:49:41 GMT" ], "Content-Length": [ - "1362" + "1398" ], "Content-Type": [ "application/json" @@ -3153,23 +3153,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bulges\",\r\n \"name\": \"e2e-bulges\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bulges-namespace\",\r\n \"displayName\": \"e2e-bulges-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bulges-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hhCQAAAAAAAA%3D%3D%23RT%3A44%23TRC%3A44%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB4AGEJHhwqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-hinder\",\r\n \"name\": \"e2e-hinder\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-viands-namespace\",\r\n \"displayName\": \"e2e-hinder-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/viands-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gpGAAAAAAAAA%3D%3D%23RT%3A44%23TRC%3A44%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCSACmYA4ASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hhCQAAAAAAAA%3D%3D%23RT%3A44%23TRC%3A44%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB4AGEJHhwqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGhDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NCUyM1RSQyUzQTQ0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0I0QUdFSkhod3FnR3FBQXNBQVFvQUVGb0IxZ0dFQURBQVJBQUFEVzRBeEFBWUFRZ0FBendNQVVRQVFBWU1BWUFBQVlCZ0FFZ0FBWUFZQUVRQUFZQ0VBTUFBU0FBd0FBQVJCQWJqQkdJRWVnRkdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUIzb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gpGAAAAAAAAA%3D%3D%23RT%3A44%23TRC%3A44%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCSACmYA4ASAABgiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3BHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NCUyM1RSQyUzQTQ0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NTQUNtWUE0QVNBQUJnaUVCakFBQTRjRUVEQUVtQUxJQ3pnRDZBQWNDQUIwSUFJQkJRY0Y2QVM0QVhnQyUyQkFBOERabVVNZiUyQkFBUmdFTUFBTUFBQkdBQVlnQUFRUUFJRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvZ0FLQUFBQnd3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQWVnSUFqWVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ab32f01-c6aa-49db-a123-797c3c533cfc" + "289a0e6c-61b7-47dc-ac5b-9a9c55054fef" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -3183,10 +3183,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" + "14657" ], "X-Ms-Request-Id": [ - "60f7e19e-0b55-4c4c-917f-4b8771953fb5" + "32762306-71c4-4018-bb86-13dc120d2cd5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3194,20 +3194,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "73b1dce4-6161-4df2-94e3-f43b6f0d51f4" + "21006010-610a-4be3-a4bb-eb84b8936639" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052803Z:73b1dce4-6161-4df2-94e3-f43b6f0d51f4" + "CENTRALUS:20210505T214942Z:21006010-610a-4be3-a4bb-eb84b8936639" + ], + "X-MSEdge-Ref": [ + "Ref A: 549FB61214674D2F8805D1FC094E9961 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:42Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:03 GMT" + "Wed, 05 May 2021 21:49:41 GMT" ], "Content-Length": [ - "1362" + "1394" ], "Content-Type": [ "application/json" @@ -3216,23 +3216,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-nippon\",\r\n \"name\": \"e2e-nippon\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-nippon-namespace\",\r\n \"displayName\": \"e2e-nippon-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/nippon-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hiCQAAAAAAAA%3D%3D%23RT%3A45%23TRC%3A45%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB4AGEJHBwqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sourly\",\r\n \"name\": \"e2e-sourly\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-beyond-namespace\",\r\n \"displayName\": \"e2e-sourly-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/beyond-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzGAAAAAAAAA%3D%3D%23RT%3A45%23TRC%3A45%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCQADOYEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hiCQAAAAAAAA%3D%3D%23RT%3A45%23TRC%3A45%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB4AGEJHBwqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGlDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NSUyM1RSQyUzQTQ1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0I0QUdFSkhCd3FnR3FBQXNBQVFvQUVGb0IxZ0dFQURBQVJBQUFEVzRBeEFBWUFRZ0FBendNQVVRQVFBWU1BWUFBQVlCZ0FFZ0FBWUFZQUVRQUFZQ0VBTUFBU0FBd0FBQVJCQWJqQkdJRWVnRkdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUIzb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzGAAAAAAAAA%3D%3D%23RT%3A45%23TRC%3A45%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCQADOYEgAAYIhAYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3pHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NSUyM1RSQyUzQTQ1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NRQURPWUVnQUFZSWhBWXdBQU9IQkJBd0JKZ0N5QXM0QSUyQmdBSEFnQWRDQUNBUVVIQmVnRXVBRjRBdmdBUEEyWmxESCUyRmdBRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLSUFDZ0FBQWNNQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdIb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "07072249-6789-45c0-b799-9c2d802b678a" + "51b5f0e7-9e7b-4b2e-94ce-b4f2e00feb0d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -3246,10 +3246,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" + "14829" ], "X-Ms-Request-Id": [ - "cc34494d-f8c9-402e-a22f-ab9000f8065c" + "7ce7c1c0-772b-45ad-8d41-af2efc2c6e36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3257,20 +3257,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "48283c96-dcb1-444d-8216-4590582ffb22" + "21d041ca-6690-4c8a-aee5-ed8bbb7ef2ce" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052804Z:48283c96-dcb1-444d-8216-4590582ffb22" + "CENTRALUS:20210505T214942Z:21d041ca-6690-4c8a-aee5-ed8bbb7ef2ce" + ], + "X-MSEdge-Ref": [ + "Ref A: 7085726B722A4F4A84DF5C19792BF722 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:42Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:03 GMT" + "Wed, 05 May 2021 21:49:42 GMT" ], "Content-Length": [ - "1362" + "1394" ], "Content-Type": [ "application/json" @@ -3279,23 +3279,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-candid\",\r\n \"name\": \"e2e-candid\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-candid-namespace\",\r\n \"displayName\": \"e2e-candid-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/candid-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjCQAAAAAAAA%3D%3D%23RT%3A46%23TRC%3A46%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB4AGEJGBwqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-polios\",\r\n \"name\": \"e2e-polios\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bacall-namespace\",\r\n \"displayName\": \"e2e-polios-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bacall-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdGAAAAAAAAA%3D%3D%23RT%3A46%23TRC%3A46%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCOAFIYAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjCQAAAAAAAA%3D%3D%23RT%3A46%23TRC%3A46%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB4AGEJGBwqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGpDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NiUyM1RSQyUzQTQ2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0I0QUdFSkdCd3FnR3FBQXNBQVFvQUVGb0IxZ0dFQURBQVJBQUFEVzRBeEFBWUFRZ0FBendNQVVRQVFBWU1BWUFBQVlCZ0FFZ0FBWUFZQUVRQUFZQ0VBTUFBU0FBd0FBQVJCQWJqQkdJRWVnRkdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUIzb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdGAAAAAAAAA%3D%3D%23RT%3A46%23TRC%3A46%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCOAFIYAGCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGRHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NiUyM1RSQyUzQTQ2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NPQUZJWUFHQ0lRR01BQURod1FRTUFTWUFzZ0xPQVBvQUJ3SUFIUWdBZ0VGQndYb0JMZ0JlQUw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2lBQW9BQUFIREFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRCNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec2ee504-4077-46d0-a132-9e39fd9fe277" + "dd4698ea-cd0f-4ff3-8cab-3d1948cb38c0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -3309,10 +3309,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" + "14656" ], "X-Ms-Request-Id": [ - "74a15996-f622-4c3b-a1c5-ddff05423911" + "46dfc83d-3139-44e5-82aa-dc83a84693e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3320,20 +3320,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "bc46ec9d-1e59-44b9-a25d-49ab67b732e8" + "8149e1eb-f692-4aa6-95fc-9128bb6d7304" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052804Z:bc46ec9d-1e59-44b9-a25d-49ab67b732e8" + "CENTRALUS:20210505T214943Z:8149e1eb-f692-4aa6-95fc-9128bb6d7304" + ], + "X-MSEdge-Ref": [ + "Ref A: 953D6D4D546E45C6BFE7257D4E3821B2 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:43Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:03 GMT" + "Wed, 05 May 2021 21:49:42 GMT" ], "Content-Length": [ - "1362" + "1394" ], "Content-Type": [ "application/json" @@ -3342,23 +3342,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-haynes\",\r\n \"name\": \"e2e-haynes\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-haynes-namespace\",\r\n \"displayName\": \"e2e-haynes-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/haynes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkCQAAAAAAAA%3D%3D%23RT%3A47%23TRC%3A47%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB4AGEJEBwqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-golden\",\r\n \"name\": \"e2e-golden\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-mating-namespace\",\r\n \"displayName\": \"e2e-golden-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/mating-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heGAAAAAAAAA%3D%3D%23RT%3A47%23TRC%3A47%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCOAF6YAcCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkCQAAAAAAAA%3D%3D%23RT%3A47%23TRC%3A47%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB4AGEJEBwqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGtDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NyUyM1RSQyUzQTQ3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0I0QUdFSkVCd3FnR3FBQXNBQVFvQUVGb0IxZ0dFQURBQVJBQUFEVzRBeEFBWUFRZ0FBendNQVVRQVFBWU1BWUFBQVlCZ0FFZ0FBWUFZQUVRQUFZQ0VBTUFBU0FBd0FBQVJCQWJqQkdJRWVnRkdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUIzb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heGAAAAAAAAA%3D%3D%23RT%3A47%23TRC%3A47%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCOAF6YAcCIQGMAADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGVHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NyUyM1RSQyUzQTQ3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NPQUY2WUFjQ0lRR01BQURod1FRTUFTWUFzZ0xPQVBvQUJ3SUFIUWdBZ0VGQndYb0JMZ0JlQUw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2lBQW9BQUFIREFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRCNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8d3a586d-1239-4783-8078-a78b94dbacfb" + "cfcc1a09-a2d4-4e25-9285-524c193603e7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -3372,10 +3372,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" + "14828" ], "X-Ms-Request-Id": [ - "6f6aca46-9658-47eb-a435-29a78c0718aa" + "fa7089a4-e2b2-4ddf-aedc-5497050a4db8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3383,20 +3383,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "b3c2f991-a720-4c3e-b5f3-50cf979debf2" + "e92730b6-fb55-4062-8ec3-09cd17c0c1bd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052804Z:b3c2f991-a720-4c3e-b5f3-50cf979debf2" + "CENTRALUS:20210505T214943Z:e92730b6-fb55-4062-8ec3-09cd17c0c1bd" + ], + "X-MSEdge-Ref": [ + "Ref A: 8C5F4B7CB38E4CD8BF1460652DAE5FAD Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:43Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:04 GMT" + "Wed, 05 May 2021 21:49:42 GMT" ], "Content-Length": [ - "1362" + "1394" ], "Content-Type": [ "application/json" @@ -3405,23 +3405,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bodice\",\r\n \"name\": \"e2e-bodice\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bodice-namespace\",\r\n \"displayName\": \"e2e-bodice-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bodice-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqCQAAAAAAAA%3D%3D%23RT%3A48%23TRC%3A48%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB4AGEJABwqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-stares\",\r\n \"name\": \"e2e-stares\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-muzzle-namespace\",\r\n \"displayName\": \"e2e-stares-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/muzzle-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjGAAAAAAAAA%3D%3D%23RT%3A48%23TRC%3A48%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCMAGEYiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqCQAAAAAAAA%3D%3D%23RT%3A48%23TRC%3A48%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB4AGEJABwqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHFDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0OCUyM1RSQyUzQTQ4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0I0QUdFSkFCd3FnR3FBQXNBQVFvQUVGb0IxZ0dFQURBQVJBQUFEVzRBeEFBWUFRZ0FBendNQVVRQVFBWU1BWUFBQVlCZ0FFZ0FBWUFZQUVRQUFZQ0VBTUFBU0FBd0FBQVJCQWJqQkdJRWVnRkdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUIzb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjGAAAAAAAAA%3D%3D%23RT%3A48%23TRC%3A48%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCMAGEYiEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGpHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0OCUyM1RSQyUzQTQ4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NNQUdFWWlFQmpBQUE0Y0VFREFFbUFMSUN6Z0Q2QUFjQ0FCMElBSUJCUWNGNkFTNEFYZ0MlMkJBQThEWm1VTWYlMkJBQVJnRU1BQU1BQUJHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb2dBS0FBQUJ3d0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkFlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09247c32-606a-45b7-815d-2e2ff414a864" + "5db6f056-798b-4fe5-badc-cca45b69402a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -3435,10 +3435,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" + "14655" ], "X-Ms-Request-Id": [ - "11f799fa-08c7-4308-a4a0-127a1e6b1bff" + "9b4182a8-0b09-42bd-bf02-f5446a3c4fe2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3446,20 +3446,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "29011c41-6850-4989-8352-0ac47dd71fdc" + "c778b33d-a82d-4908-a43f-0aa6db738e39" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052804Z:29011c41-6850-4989-8352-0ac47dd71fdc" + "CENTRALUS:20210505T214943Z:c778b33d-a82d-4908-a43f-0aa6db738e39" + ], + "X-MSEdge-Ref": [ + "Ref A: B04B8004503F4C8489CF4A2BE547A554 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:43Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:04 GMT" + "Wed, 05 May 2021 21:49:42 GMT" ], "Content-Length": [ - "1362" + "1390" ], "Content-Type": [ "application/json" @@ -3468,23 +3468,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-needle\",\r\n \"name\": \"e2e-needle\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-needle-namespace\",\r\n \"displayName\": \"e2e-needle-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/needle-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hrCQAAAAAAAA%3D%3D%23RT%3A49%23TRC%3A49%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB4AGEJABgqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-parses\",\r\n \"name\": \"e2e-parses\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-unison-namespace\",\r\n \"displayName\": \"e2e-parses-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/unison-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hnGAAAAAAAAA%3D%3D%23RT%3A49%23TRC%3A49%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCMAGEYgEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hrCQAAAAAAAA%3D%3D%23RT%3A49%23TRC%3A49%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB4AGEJABgqgGqAAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHJDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0OSUyM1RSQyUzQTQ5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0I0QUdFSkFCZ3FnR3FBQXNBQVFvQUVGb0IxZ0dFQURBQVJBQUFEVzRBeEFBWUFRZ0FBendNQVVRQVFBWU1BWUFBQVlCZ0FFZ0FBWUFZQUVRQUFZQ0VBTUFBU0FBd0FBQVJCQWJqQkdJRWVnRkdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUIzb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hnGAAAAAAAAA%3D%3D%23RT%3A49%23TRC%3A49%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCMAGEYgEBjAAA4cEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aG5HQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0OSUyM1RSQyUzQTQ5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NNQUdFWWdFQmpBQUE0Y0VFREFFbUFMSUN6Z0Q2QUFjQ0FCMElBSUJCUWNGNkFTNEFYZ0MlMkJBQThEWm1VTWYlMkJBQVJnRU1BQU1BQUJHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb2dBS0FBQUJ3d0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkFlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3eec9083-dd7d-4e6f-98b2-c2e9a2187f14" + "410ab099-f597-4446-a113-842fd8888fd3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -3498,10 +3498,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" + "14827" ], "X-Ms-Request-Id": [ - "aaeac994-ef53-475d-b2ff-e85b3e7a7385" + "1fa253f7-d978-4927-96e0-48a927ffd8cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3509,20 +3509,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "e52e6d4d-b3fd-44a8-95fd-8c3b82cfbe67" + "6bef0eb4-bcbb-43ec-a47d-ff511de491e1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052805Z:e52e6d4d-b3fd-44a8-95fd-8c3b82cfbe67" + "CENTRALUS:20210505T214943Z:6bef0eb4-bcbb-43ec-a47d-ff511de491e1" + ], + "X-MSEdge-Ref": [ + "Ref A: 220578177CF84A2DA06580956A5305DB Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:43Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:04 GMT" + "Wed, 05 May 2021 21:49:42 GMT" ], "Content-Length": [ - "1366" + "1382" ], "Content-Type": [ "application/json" @@ -3531,23 +3531,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-aquila\",\r\n \"name\": \"e2e-aquila\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-aquila-namespace\",\r\n \"displayName\": \"e2e-aquila-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/aquila-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hsCQAAAAAAAA%3D%3D%23RT%3A50%23TRC%3A50%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB2AGyJKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-dollop\",\r\n \"name\": \"e2e-dollop\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sheikh-namespace\",\r\n \"displayName\": \"e2e-dollop-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sheikh-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27huGAAAAAAAAA%3D%3D%23RT%3A50%23TRC%3A50%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCKAG6YYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hsCQAAAAAAAA%3D%3D%23RT%3A50%23TRC%3A50%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB2AGyJKoBqgALAAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHNDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MCUyM1RSQyUzQTUwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0IyQUd5SktvQnFnQUxBQUVLQUJCYUFkWUJoQUF3QUVRQUFBMXVBTVFBR0FFSUFBTThEQUZFQUVBR0RBR0FBQUdBWUFCSUFBR0FHQUJFQUFHQWhBREFBRWdBTUFBQUVRUUc0d1JpQkhvQlJnRE1Bd0E4QSUyRmZmJTJGVVFBQUhnRUJCZ0FvZ0glMkJBQThCWkRkd2Z2RTloQVA4UE1RQUFIaUVBQUFkNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27huGAAAAAAAAA%3D%3D%23RT%3A50%23TRC%3A50%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCKAG6YYwAAOHBBAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHVHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MCUyM1RSQyUzQTUwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NLQUc2WVl3QUFPSEJCQXdCSmdDeUFzNEElMkJnQUhBZ0FkQ0FDQVFVSEJlZ0V1QUY0QXZnQVBBMlpsREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0lBQ2dBQUFjTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnSG9DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02acdbc9-44eb-4fbc-a2aa-db6d4e4b0eea" + "2e298c29-3ce7-494b-8d15-91ae97a9f319" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -3561,10 +3561,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" + "14654" ], "X-Ms-Request-Id": [ - "1322c5a3-bb50-42f0-bdd7-4ea78f890b6a" + "43de4284-6ae4-47fd-8c63-58b73f1b753e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3572,20 +3572,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "3e33fdfc-df7f-4e65-919a-30af8501d304" + "e8ea4cc4-2501-4d9e-829f-13d9591445c7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052805Z:3e33fdfc-df7f-4e65-919a-30af8501d304" + "CENTRALUS:20210505T214943Z:e8ea4cc4-2501-4d9e-829f-13d9591445c7" + ], + "X-MSEdge-Ref": [ + "Ref A: 3BCC0AF04C63464DA3356773C3DAC69F Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:43Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:04 GMT" + "Wed, 05 May 2021 21:49:42 GMT" ], "Content-Length": [ - "1361" + "1393" ], "Content-Type": [ "application/json" @@ -3594,23 +3594,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-shaken\",\r\n \"name\": \"e2e-shaken\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-shaken-namespace\",\r\n \"displayName\": \"e2e-shaken-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/shaken-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iaCQAAAAAAAA%3D%3D%23RT%3A51%23TRC%3A51%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB0AJqJaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-ranges\",\r\n \"name\": \"e2e-ranges\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-nippon-namespace\",\r\n \"displayName\": \"e2e-ranges-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/nippon-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jbGAAAAAAAAA%3D%3D%23RT%3A51%23TRC%3A51%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCIANMYADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iaCQAAAAAAAA%3D%3D%23RT%3A51%23TRC%3A51%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB0AJqJaoACwABCgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWFDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MSUyM1RSQyUzQTUxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0IwQUpxSmFvQUN3QUJDZ0FRV2dIV0FZUUFNQUJFQUFBTmJnREVBQmdCQ0FBRFBBd0JSQUJBQmd3QmdBQUJnR0FBU0FBQmdCZ0FSQUFCZ0lRQXdBQklBREFBQUJFRUJ1TUVZZ1I2QVVZQXpBTUFQQVAzMyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFIZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jbGAAAAAAAAA%3D%3D%23RT%3A51%23TRC%3A51%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCIANMYADhwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amJHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MSUyM1RSQyUzQTUxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NJQU5NWUFEaHdRUU1BU1lBc2dMT0FQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNpQUFvQUFBSERBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac8831ae-2000-4241-9c58-367d34e34a4a" + "fc505870-4dcd-438a-8e6f-85c73c3ca2a8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -3624,10 +3624,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" + "14826" ], "X-Ms-Request-Id": [ - "498cb8dd-053b-4a4a-ba2d-0ed2d63ffcc2" + "b4761556-822f-47a5-a52f-1ae4cee3d33e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3635,20 +3635,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "2924486a-4e7b-4237-82b3-3241937042e5" + "c07b2c08-8d0c-4dda-8b2b-8cddde4b575d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052805Z:2924486a-4e7b-4237-82b3-3241937042e5" + "CENTRALUS:20210505T214943Z:c07b2c08-8d0c-4dda-8b2b-8cddde4b575d" + ], + "X-MSEdge-Ref": [ + "Ref A: 1B38D8A1BCA04406A07341DA2134460C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:43Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:05 GMT" + "Wed, 05 May 2021 21:49:42 GMT" ], "Content-Length": [ - "1355" + "1393" ], "Content-Type": [ "application/json" @@ -3657,23 +3657,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-douala\",\r\n \"name\": \"e2e-douala\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-douala-namespace\",\r\n \"displayName\": \"e2e-douala-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/douala-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gKCgAAAAAAAA%3D%3D%23RT%3A52%23TRC%3A52%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegByAAqKAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cloves\",\r\n \"name\": \"e2e-cloves\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-cloves-namespace\",\r\n \"displayName\": \"e2e-cloves-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/cloves-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jcGAAAAAAAAA%3D%3D%23RT%3A52%23TRC%3A52%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCIANMYADBwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gKCgAAAAAAAA%3D%3D%23RT%3A52%23TRC%3A52%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegByAAqKAsAAQoAEFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0tDZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MiUyM1RSQyUzQTUyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0J5QUFxS0FzQUFRb0FFRm9CMWdHRUFEQUFSQUFBRFc0QXhBQVlBUWdBQXp3TUFVUUFRQVlNQVlBQUFZQmdBRWdBQVlBWUFFUUFBWUNFQU1BQVNBQXdBQUFSQkFiakJHSUVlZ0ZHQU13REFEd0Q5OSUyRjlSQUFBZUFRRUdBQ2lBZjRBRHdGa04zQiUyQjhUMkVBJTJGdzh4QUFBZUlRQUFCM29DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jcGAAAAAAAAA%3D%3D%23RT%3A52%23TRC%3A52%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCIANMYADBwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amNHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MiUyM1RSQyUzQTUyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NJQU5NWUFEQndRUU1BU1lBc2dMT0FQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNpQUFvQUFBSERBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f818e3f0-7b91-47d4-8cfd-50699dc3a78a" + "52e22f13-99a2-4eb0-84ae-513a38229156" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -3687,10 +3687,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" + "14653" ], "X-Ms-Request-Id": [ - "ee45f372-badf-4c61-9b3a-fd425b245323" + "b0969a55-ca72-4b1a-8af1-a067c2c6a82f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3698,20 +3698,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "9da0b8e4-ac9e-4d4e-8c64-3b172ac1bfce" + "8967a0dc-7bbf-4fa7-ac88-6fe180d73eb1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052805Z:9da0b8e4-ac9e-4d4e-8c64-3b172ac1bfce" + "CENTRALUS:20210505T214943Z:8967a0dc-7bbf-4fa7-ac88-6fe180d73eb1" + ], + "X-MSEdge-Ref": [ + "Ref A: 26F28044554C4ADD8B09132B7E2DFB7C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:43Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:05 GMT" + "Wed, 05 May 2021 21:49:43 GMT" ], "Content-Length": [ - "1359" + "1393" ], "Content-Type": [ "application/json" @@ -3720,23 +3720,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-detail\",\r\n \"name\": \"e2e-detail\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-detail-namespace\",\r\n \"displayName\": \"e2e-detail-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/detail-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gZCgAAAAAAAA%3D%3D%23RT%3A53%23TRC%3A53%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBwABIKAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-nausea\",\r\n \"name\": \"e2e-nausea\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-nausea-namespace\",\r\n \"displayName\": \"e2e-nausea-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/nausea-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jdGAAAAAAAAA%3D%3D%23RT%3A53%23TRC%3A53%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCIAN2YAsBwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gZCgAAAAAAAA%3D%3D%23RT%3A53%23TRC%3A53%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBwABIKAEKABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1pDZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MyUyM1RSQyUzQTUzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0J3QUJJS0FFS0FCQmFBZFlCaEFBd0FFUUFBQTF1QU1RQUdBRUlBQU04REFGRUFFQUdEQUdBQUFHQVlBQklBQUdBR0FCRUFBR0FoQURBQUVnQU1BQUFFUVFHNHdSaUJIb0JSZ0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jdGAAAAAAAAA%3D%3D%23RT%3A53%23TRC%3A53%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCIAN2YAsBwQQMASYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amRHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MyUyM1RSQyUzQTUzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NJQU4yWUFzQndRUU1BU1lBc2dMT0FQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNpQUFvQUFBSERBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b9289473-6be5-41a9-be5d-cad3a80c83c0" + "fe3295cf-b9be-4451-8633-041ebb3c6e76" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -3750,10 +3750,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" + "14825" ], "X-Ms-Request-Id": [ - "2cf696c7-838b-4616-bfb5-8f48466cb087" + "864acaa9-5765-4f7e-8bcf-98dc17822693" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3761,20 +3761,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "8646957e-edbf-4070-8a7c-bbc8d356b5e0" + "b9b34ca5-ce3e-47e8-a2de-54c2f0ff0c50" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052806Z:8646957e-edbf-4070-8a7c-bbc8d356b5e0" + "CENTRALUS:20210505T214944Z:b9b34ca5-ce3e-47e8-a2de-54c2f0ff0c50" + ], + "X-MSEdge-Ref": [ + "Ref A: 76378F1EA3F1430B8E83F2E735068F07 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:44Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:05 GMT" + "Wed, 05 May 2021 21:49:43 GMT" ], "Content-Length": [ - "1359" + "1426" ], "Content-Type": [ "application/json" @@ -3783,23 +3783,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-leaven\",\r\n \"name\": \"e2e-leaven\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-leaven-namespace\",\r\n \"displayName\": \"e2e-leaven-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/leaven-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27geCgAAAAAAAA%3D%3D%23RT%3A54%23TRC%3A54%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBwAB6KAcCABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gashed\",\r\n \"name\": \"e2e-gashed\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-gashed-namespace\",\r\n \"displayName\": \"e2e-gashed-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/strips-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkGAAAAAAAAA%3D%3D%23RT%3A54%23TRC%3A54%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCGAOIYcEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27geCgAAAAAAAA%3D%3D%23RT%3A54%23TRC%3A54%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBwAB6KAcCABBaAdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2VDZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NCUyM1RSQyUzQTU0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0J3QUI2S0FjQ0FCQmFBZFlCaEFBd0FFUUFBQTF1QU1RQUdBRUlBQU04REFGRUFFQUdEQUdBQUFHQVlBQklBQUdBR0FCRUFBR0FoQURBQUVnQU1BQUFFUVFHNHdSaUJIb0JSZ0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkGAAAAAAAAA%3D%3D%23RT%3A54%23TRC%3A54%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCGAOIYcEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amtHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NCUyM1RSQyUzQTU0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NHQU9JWWNFRURBRW1BTElDemdENkFBY0NBQjBJQUlCQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9nQUtBQUFCd3dCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5016f7c5-480d-4ec4-ba9f-a3ade880dd7c" + "41ecca38-4a97-420a-a29c-22f570923a19" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -3813,10 +3813,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" + "14652" ], "X-Ms-Request-Id": [ - "41a83014-c33e-4c40-993f-dcbc10d89e45" + "46b2afea-e5e2-4ab4-b5de-4de2dbf83f48" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3824,20 +3824,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "e8bcd041-70c8-4b67-bd57-0b8248f7e309" + "1200a140-2990-44fe-b814-85cdb3bffc97" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052806Z:e8bcd041-70c8-4b67-bd57-0b8248f7e309" + "CENTRALUS:20210505T214944Z:1200a140-2990-44fe-b814-85cdb3bffc97" + ], + "X-MSEdge-Ref": [ + "Ref A: D70B7E269D4F45ECB186CFAD035A5C36 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:44Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:05 GMT" + "Wed, 05 May 2021 21:49:43 GMT" ], "Content-Length": [ - "1353" + "1389" ], "Content-Type": [ "application/json" @@ -3846,23 +3846,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-junior\",\r\n \"name\": \"e2e-junior\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-junior-namespace\",\r\n \"displayName\": \"e2e-junior-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/junior-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnCgAAAAAAAA%3D%3D%23RT%3A55%23TRC%3A55%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBuACEKgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-knaves\",\r\n \"name\": \"e2e-knaves\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-knaves-namespace\",\r\n \"displayName\": \"e2e-knaves-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/knaves-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jlGAAAAAAAAA%3D%3D%23RT%3A55%23TRC%3A55%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCGAOIYYEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnCgAAAAAAAA%3D%3D%23RT%3A55%23TRC%3A55%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBuACEKgAQWgHWAYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z25DZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NSUyM1RSQyUzQTU1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0J1QUNFS2dBUVdnSFdBWVFBTUFCRUFBQU5iZ0RFQUJnQkNBQURQQXdCUkFCQUJnd0JnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdSNkFVWUF6QU1BUEFQMzMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBSGVnSUFqWVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jlGAAAAAAAAA%3D%3D%23RT%3A55%23TRC%3A55%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCGAOIYYEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amxHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NSUyM1RSQyUzQTU1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NHQU9JWVlFRURBRW1BTElDemdENkFBY0NBQjBJQUlCQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9nQUtBQUFCd3dCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5d5b606-9568-4446-a262-b58289d50cdb" + "ce72b796-693b-4df9-88e1-b8f4d49ea981" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -3876,10 +3876,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" + "14824" ], "X-Ms-Request-Id": [ - "0eea3afc-ef63-4440-91d3-22f07142ef77" + "56b8bc5a-c6d5-4de5-84aa-77df3b958f11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3887,20 +3887,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "289b89de-dbb0-44ba-ac79-d1112d81300e" + "6e749106-4a9c-4974-b38c-846a1215b5cc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052806Z:289b89de-dbb0-44ba-ac79-d1112d81300e" + "CENTRALUS:20210505T214944Z:6e749106-4a9c-4974-b38c-846a1215b5cc" + ], + "X-MSEdge-Ref": [ + "Ref A: 4BA18FC3D1E04DA99A5A6A12BAC9807C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:44Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:06 GMT" + "Wed, 05 May 2021 21:49:43 GMT" ], "Content-Length": [ - "1347" + "1386" ], "Content-Type": [ "application/json" @@ -3909,23 +3909,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-knells\",\r\n \"name\": \"e2e-knells\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-knells-namespace\",\r\n \"displayName\": \"e2e-knells-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/knells-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqCgAAAAAAAA%3D%3D%23RT%3A56%23TRC%3A56%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBsACqKFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-virtue\",\r\n \"name\": \"e2e-virtue\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-knaves-namespace\",\r\n \"displayName\": \"e2e-virtue-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/knaves-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jmGAAAAAAAAA%3D%3D%23RT%3A56%23TRC%3A56%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCGAOIYQEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqCgAAAAAAAA%3D%3D%23RT%3A56%23TRC%3A56%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBsACqKFoB1gGEADAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3FDZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NiUyM1RSQyUzQTU2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JzQUNxS0ZvQjFnR0VBREFBUkFBQURXNEF4QUFZQVFnQUF6d01BVVFBUUFZTUFZQUFBWUJnQUVnQUFZQVlBRVFBQVlDRUFNQUFTQUF3QUFBUkJBYmpCR0lFZWdGR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jmGAAAAAAAAA%3D%3D%23RT%3A56%23TRC%3A56%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCGAOIYQEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3am1HQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NiUyM1RSQyUzQTU2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NHQU9JWVFFRURBRW1BTElDemdENkFBY0NBQjBJQUlCQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9nQUtBQUFCd3dCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8fe9a70e-dc58-47a1-9c3e-a0b3b6f091da" + "3d86e792-5a4a-4e48-b1db-a596f9487b5d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -3939,10 +3939,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" + "14651" ], "X-Ms-Request-Id": [ - "c53f37c1-31f9-4dd2-849b-f5f36b14cd4d" + "3907f892-1f75-4551-a0cb-1f6cebff3ed9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3950,20 +3950,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "450f704d-52d5-44c7-827a-9bf77c63ca96" + "343be561-7753-4421-a4d3-6606fed7db67" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052807Z:450f704d-52d5-44c7-827a-9bf77c63ca96" + "CENTRALUS:20210505T214944Z:343be561-7753-4421-a4d3-6606fed7db67" + ], + "X-MSEdge-Ref": [ + "Ref A: 05B1D56FCC7E4C90A9F4C757B7A0B538 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:44Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:06 GMT" + "Wed, 05 May 2021 21:49:43 GMT" ], "Content-Length": [ - "1392" + "1382" ], "Content-Type": [ "application/json" @@ -3972,23 +3972,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/miosmisysdata-test\",\r\n \"name\": \"miosmisysdata-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostResourceId\": \"subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"miosmisysdata-test\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator-ansible\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"Kubeconfig\",\r\n \"value\": \"base64 encoded value of kubeconfig of connected cluster\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hGCgAAAAAAAA%3D%3D%23RT%3A57%23TRC%3A57%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBqAEaKdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-pilfer\",\r\n \"name\": \"e2e-pilfer\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-shrift-namespace\",\r\n \"displayName\": \"e2e-pilfer-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/shrift-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27joGAAAAAAAAA%3D%3D%23RT%3A57%23TRC%3A57%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCGAOIYAEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hGCgAAAAAAAA%3D%3D%23RT%3A57%23TRC%3A57%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBqAEaKdYBhAAwAEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEdDZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NyUyM1RSQyUzQTU3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JxQUVhS2RZQmhBQXdBRVFBQUExdUFNUUFHQUVJQUFNOERBRkVBRUFHREFHQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCSG9CUmdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQWQ2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27joGAAAAAAAAA%3D%3D%23RT%3A57%23TRC%3A57%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCGAOIYAEEDAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3am9HQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NyUyM1RSQyUzQTU3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NHQU9JWUFFRURBRW1BTElDemdENkFBY0NBQjBJQUlCQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9nQUtBQUFCd3dCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3c962c4a-2848-4c45-8239-b1390c7c9793" + "a46ecd7f-521a-4711-b6de-957ec44b7381" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -4002,10 +4002,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" + "14823" ], "X-Ms-Request-Id": [ - "04b12518-422f-4dd3-b9f9-007d0c3297c4" + "5657ed7f-24bd-4733-977c-af3eeb90033e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4013,20 +4013,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "7336a4d2-a590-457d-8c9a-e52b4b48c86c" + "46ca7e32-5a8a-4719-be76-feb046f671e2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052807Z:7336a4d2-a590-457d-8c9a-e52b4b48c86c" + "CENTRALUS:20210505T214944Z:46ca7e32-5a8a-4719-be76-feb046f671e2" + ], + "X-MSEdge-Ref": [ + "Ref A: 6F46E09C7CC047A08D602F37E50A7846 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:44Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:06 GMT" + "Wed, 05 May 2021 21:49:43 GMT" ], "Content-Length": [ - "1302" + "1426" ], "Content-Type": [ "application/json" @@ -4035,23 +4035,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/vmwaredftesting/providers/microsoft.extendedlocation/customlocations/aadenabledaksdfcc2cl\",\r\n \"name\": \"aadenabledaksdfcc2cl\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/VMwareDFTesting/providers/Microsoft.Kubernetes/connectedClusters/AADEnabledAKSDFCC2\",\r\n \"namespace\": \"azure-vmwareoperator-cl-ns\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/VMwareDFTesting/providers/Microsoft.Kubernetes/connectedClusters/AADEnabledAKSDFCC2/providers/Microsoft.KubernetesConfiguration/extensions/azure-vmwareoperator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jFCgAAAAAAAA%3D%3D%23RT%3A58%23TRC%3A58%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBoAMWKYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-skopje\",\r\n \"name\": \"e2e-skopje\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-skopje-namespace\",\r\n \"displayName\": \"e2e-skopje-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/skopje-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27juGAAAAAAAAA%3D%3D%23RT%3A58%23TRC%3A58%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCGAO6YAcADAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jFCgAAAAAAAA%3D%3D%23RT%3A58%23TRC%3A58%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBoAMWKYQAMABEAAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3akZDZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1OCUyM1RSQyUzQTU4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JvQU1XS1lRQU1BQkVBQUFOYmdERUFCZ0JDQUFEUEF3QlJBQkFCZ3dCZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27juGAAAAAAAAA%3D%3D%23RT%3A58%23TRC%3A58%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCGAO6YAcADAEmALICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anVHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1OCUyM1RSQyUzQTU4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NHQU82WUFjQURBRW1BTElDemdENkFBY0NBQjBJQUlCQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9nQUtBQUFCd3dCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "52d36650-d7bc-4455-ae60-31711f75fc15" + "d2b09b1b-74f9-4f86-91be-b91925654ee4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -4065,10 +4065,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" + "14650" ], "X-Ms-Request-Id": [ - "d75de1cd-3167-47ef-bad0-900d0cad0c22" + "08f628d5-715f-44f3-93cc-b60d5e2d0272" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4076,20 +4076,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "67f9e2c6-3f49-4854-9b4b-f6a9dc99670c" + "f00a0b24-708a-4c8c-a9bd-1173e66b37e4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052807Z:67f9e2c6-3f49-4854-9b4b-f6a9dc99670c" + "CENTRALUS:20210505T214944Z:f00a0b24-708a-4c8c-a9bd-1173e66b37e4" + ], + "X-MSEdge-Ref": [ + "Ref A: 8CA9F07B8EFF490A900502AF87130B5B Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:44Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:06 GMT" + "Wed, 05 May 2021 21:49:43 GMT" ], "Content-Length": [ - "1336" + "1381" ], "Content-Type": [ "application/json" @@ -4098,23 +4098,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-dabbed\",\r\n \"name\": \"e2e-dabbed\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-dabbed-namespace\",\r\n \"displayName\": \"e2e-dabbed-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/dabbed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gyCwAAAAAAAA%3D%3D%23RT%3A59%23TRC%3A59%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBmADELDAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-labels\",\r\n \"name\": \"e2e-labels\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-labels-namespace\",\r\n \"displayName\": \"e2e-labels-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/labels-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jwGAAAAAAAAA%3D%3D%23RT%3A59%23TRC%3A59%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCEAPEYAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gyCwAAAAAAAA%3D%3D%23RT%3A59%23TRC%3A59%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBmADELDAARAAADW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3lDd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1OSUyM1RSQyUzQTU5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JtQURFTERBQVJBQUFEVzRBeEFBWUFRZ0FBendNQVVRQVFBWU1BWUFBQVlCZ0FFZ0FBWUFZQUVRQUFZQ0VBTUFBU0FBd0FBQVJCQWJqQkdJRWVnRkdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUIzb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jwGAAAAAAAAA%3D%3D%23RT%3A59%23TRC%3A59%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCEAPEYAwBJgCyAs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3andHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1OSUyM1RSQyUzQTU5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NFQVBFWUF3QkpnQ3lBczRBJTJCZ0FIQWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tJQUNnQUFBY01BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "deb50a95-4dcb-4c05-8652-76e01d731f19" + "048ecec4-cb36-4016-b8f2-907831208767" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -4128,10 +4128,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" + "14822" ], "X-Ms-Request-Id": [ - "5af0b1eb-0daa-4456-90ee-1662a2fee49d" + "b07eee4e-fa0e-4717-9219-d88edd84f368" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4139,20 +4139,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "fc5129c6-d1b9-4b78-99f7-f0666d69f863" + "894f8cac-5624-4036-a374-db1389f39930" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052807Z:fc5129c6-d1b9-4b78-99f7-f0666d69f863" + "CENTRALUS:20210505T214944Z:894f8cac-5624-4036-a374-db1389f39930" + ], + "X-MSEdge-Ref": [ + "Ref A: 8954E70E0EBC40C6BEFDFC5826BFCA49 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:44Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:07 GMT" + "Wed, 05 May 2021 21:49:43 GMT" ], "Content-Length": [ - "1340" + "1378" ], "Content-Type": [ "application/json" @@ -4161,23 +4161,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-twitch\",\r\n \"name\": \"e2e-twitch\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-twitch-namespace\",\r\n \"displayName\": \"e2e-twitch-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/twitch-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzCwAAAAAAAA%3D%3D%23RT%3A60%23TRC%3A60%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBkADOLEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-endued\",\r\n \"name\": \"e2e-endued\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-lattes-namespace\",\r\n \"displayName\": \"e2e-endued-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/lattes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jxGAAAAAAAAA%3D%3D%23RT%3A60%23TRC%3A60%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCCAPGYSYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzCwAAAAAAAA%3D%3D%23RT%3A60%23TRC%3A60%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBkADOLEQAAA1uAMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3pDd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MCUyM1RSQyUzQTYwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JrQURPTEVRQUFBMXVBTVFBR0FFSUFBTThEQUZFQUVBR0RBR0FBQUdBWUFCSUFBR0FHQUJFQUFHQWhBREFBRWdBTUFBQUVRUUc0d1JpQkhvQlJnRE1Bd0E4QSUyRmZmJTJGVVFBQUhnRUJCZ0FvZ0glMkJBQThCWkRkd2Z2RTloQVA4UE1RQUFIaUVBQUFkNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jxGAAAAAAAAA%3D%3D%23RT%3A60%23TRC%3A60%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCCAPGYSYAsgLOAPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anhHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MCUyM1RSQyUzQTYwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NDQVBHWVNZQXNnTE9BUG9BQndJQUhRZ0FnRUZCd1hvQkxnQmVBTDRBRHdObVpReCUyRjRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaUFBb0FBQUhEQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEI2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55749571-1c31-4955-add6-1e883136efb1" + "14871056-d39a-4800-9ab0-6d63ca34ace0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -4191,10 +4191,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" + "14649" ], "X-Ms-Request-Id": [ - "4a151633-5495-49d8-a9cd-dbbd1545286c" + "bb3e764e-6bec-419f-88a2-a7588c064dcb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4202,20 +4202,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "9d628c0f-fd85-4e83-bf47-2279c6e2878c" + "c1343896-526e-41eb-857d-518684b97055" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052808Z:9d628c0f-fd85-4e83-bf47-2279c6e2878c" + "CENTRALUS:20210505T214945Z:c1343896-526e-41eb-857d-518684b97055" + ], + "X-MSEdge-Ref": [ + "Ref A: 311925CE12234CCD8ED40DB6BBB8C22A Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:44Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:07 GMT" + "Wed, 05 May 2021 21:49:44 GMT" ], "Content-Length": [ - "1334" + "1489" ], "Content-Type": [ "application/json" @@ -4224,23 +4224,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-hooker\",\r\n \"name\": \"e2e-hooker\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-hooker-namespace\",\r\n \"displayName\": \"e2e-hooker-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/hooker-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hYCwAAAAAAAA%3D%3D%23RT%3A61%23TRC%3A61%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBiAFELAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/pk-test/providers/microsoft.extendedlocation/customlocations/pk-test-329\",\r\n \"name\": \"pk-test-329\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"prkoush@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-03-30T06:17:24.8142241Z\",\r\n \"lastModifiedBy\": \"prkoush@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-03-30T06:17:24.8142241Z\"\r\n },\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/pk-test/providers/Microsoft.ResourceConnector/appliances/test-appliance-329\",\r\n \"namespace\": \"helm-operator2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/pk-test/providers/Microsoft.ResourceConnector/appliances/test-appliance-329/providers/Microsoft.KubernetesConfiguration/extensions/hci-test\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hJGQAAAAAAAA%3D%3D%23RT%3A61%23TRC%3A61%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCAAEmZLICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hYCwAAAAAAAA%3D%3D%23RT%3A61%23TRC%3A61%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBiAFELAANbgDEABgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFlDd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MSUyM1RSQyUzQTYxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JpQUZFTEFBTmJnREVBQmdCQ0FBRFBBd0JSQUJBQmd3QmdBQUJnR0FBU0FBQmdCZ0FSQUFCZ0lRQXdBQklBREFBQUJFRUJ1TUVZZ1I2QVVZQXpBTUFQQVAzMyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFIZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hJGQAAAAAAAA%3D%3D%23RT%3A61%23TRC%3A61%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegCAAEmZLICzgD6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEpHUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MSUyM1RSQyUzQTYxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0NBQUVtWkxJQ3pnRDZBQWNDQUIwSUFJQkJRY0Y2QVM0QVhnQyUyQkFBOERabVVNZiUyQkFBUmdFTUFBTUFBQkdBQVlnQUFRUUFJRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvZ0FLQUFBQnd3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQWVnSUFqWVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6d5442ff-195a-41f5-8bcd-d9be67a269b2" + "393b2422-ce5b-4fb9-8892-edaece223040" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -4254,10 +4254,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" + "14821" ], "X-Ms-Request-Id": [ - "332bdaf5-d9e5-461e-ae16-c907c67eb5f2" + "cee26006-a1b0-4c5b-a0fa-f1cec8500480" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4265,20 +4265,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6a7db669-1871-4168-8908-18297fd4b84c" + "9e592a3e-eef2-487a-b3fe-bd4cbd73064e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052808Z:6a7db669-1871-4168-8908-18297fd4b84c" + "CENTRALUS:20210505T214945Z:9e592a3e-eef2-487a-b3fe-bd4cbd73064e" + ], + "X-MSEdge-Ref": [ + "Ref A: 642C207DDC914A4E99556D7BADF38728 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:45Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:07 GMT" + "Wed, 05 May 2021 21:49:44 GMT" ], "Content-Length": [ - "1328" + "1610" ], "Content-Type": [ "application/json" @@ -4287,23 +4287,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-atwood\",\r\n \"name\": \"e2e-atwood\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-atwood-namespace\",\r\n \"displayName\": \"e2e-atwood-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/atwood-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hZCwAAAAAAAA%3D%3D%23RT%3A62%23TRC%3A62%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBgAFmLW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/ssv-0330df-group/providers/microsoft.extendedlocation/customlocations/ssv-0330df-appliance-cl\",\r\n \"name\": \"ssv-0330df-appliance-cl\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"nagiesek@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-03-30T17:16:37.7150833Z\",\r\n \"lastModifiedBy\": \"nagiesek@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-03-30T17:16:37.7150833Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/ssv-0330df-group/providers/Microsoft.ResourceConnector/appliances/ssv-0330df-appliance\",\r\n \"namespace\": \"hci-vmoperator\",\r\n \"displayName\": \"ssv-0330df-appliance-cl\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/ssv-0330df-group/providers/Microsoft.ResourceConnector/appliances/ssv-0330df-appliance/providers/Microsoft.KubernetesConfiguration/extensions/hci-vmoperator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27h8GQAAAAAAAA%3D%3D%23RT%3A62%23TRC%3A62%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB%2BAHyZs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hZCwAAAAAAAA%3D%3D%23RT%3A62%23TRC%3A62%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBgAFmLW4AxAAYAQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFpDd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MiUyM1RSQyUzQTYyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JnQUZtTFc0QXhBQVlBUWdBQXp3TUFVUUFRQVlNQVlBQUFZQmdBRWdBQVlBWUFFUUFBWUNFQU1BQVNBQXdBQUFSQkFiakJHSUVlZ0ZHQU13REFEd0Q5OSUyRjlSQUFBZUFRRUdBQ2lBZjRBRHdGa04zQiUyQjhUMkVBJTJGdzh4QUFBZUlRQUFCM29DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27h8GQAAAAAAAA%3D%3D%23RT%3A62%23TRC%3A62%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB%2BAHyZs4A%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aDhHUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MiUyM1RSQyUzQTYyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0IlMkJBSHlaczRBJTJCZ0FIQWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tJQUNnQUFBY01BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "afa8dd4a-f9b6-471f-b26a-8cc2d29f77ee" + "6ab34a5f-78ec-44bb-92c8-53bc94418dfb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -4317,10 +4317,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" + "14648" ], "X-Ms-Request-Id": [ - "63d36205-b8e8-4985-98bf-74a2138ee439" + "88a42255-8b84-41b3-8a46-40dc48a8cd62" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4328,20 +4328,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "326bf211-fbe5-4f75-ad32-7cc1f1199bb1" + "26bfe002-663f-47a1-b279-4321930e0b47" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052808Z:326bf211-fbe5-4f75-ad32-7cc1f1199bb1" + "CENTRALUS:20210505T214945Z:26bfe002-663f-47a1-b279-4321930e0b47" + ], + "X-MSEdge-Ref": [ + "Ref A: 0AC46054C13643A98D7DB4F509C2C5AC Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:45Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:07 GMT" + "Wed, 05 May 2021 21:49:44 GMT" ], "Content-Length": [ - "1334" + "1320" ], "Content-Type": [ "application/json" @@ -4350,23 +4350,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sarape\",\r\n \"name\": \"e2e-sarape\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sarape-namespace\",\r\n \"displayName\": \"e2e-sarape-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sarape-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i7CwAAAAAAAA%3D%3D%23RT%3A63%23TRC%3A63%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBeALuLMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/am-test-2\",\r\n \"name\": \"am-test-2\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"am-test-operator\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/am-test-operator\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"Kubeconfig\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzGgAAAAAAAA%3D%3D%23RT%3A63%23TRC%3A63%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB8ADOaPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i7CwAAAAAAAA%3D%3D%23RT%3A63%23TRC%3A63%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBeALuLMQAGAEIAAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTdDd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MyUyM1RSQyUzQTYzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JlQUx1TE1RQUdBRUlBQU04REFGRUFFQUdEQUdBQUFHQVlBQklBQUdBR0FCRUFBR0FoQURBQUVnQU1BQUFFUVFHNHdSaUJIb0JSZ0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzGgAAAAAAAA%3D%3D%23RT%3A63%23TRC%3A63%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB8ADOaPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3pHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MyUyM1RSQyUzQTYzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0I4QURPYVBvQUJ3SUFIUWdBZ0VGQndYb0JMZ0JlQUw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2lBQW9BQUFIREFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRCNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f40c11d-0962-490c-ae95-70603eb20231" + "cde6af3a-0a65-4a3d-a1ef-e5c3c997fbdd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -4380,10 +4380,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" + "14820" ], "X-Ms-Request-Id": [ - "d9176955-ab11-4fe4-9109-739aeb050dea" + "7629d9fa-2e2f-452a-bd87-8f530509422a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4391,20 +4391,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "7e3dc5d1-ce1b-4d09-9dc6-40a76b18d779" + "0e64ff69-0e76-43e3-8ebb-bc45c13b2e8f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052808Z:7e3dc5d1-ce1b-4d09-9dc6-40a76b18d779" + "CENTRALUS:20210505T214945Z:0e64ff69-0e76-43e3-8ebb-bc45c13b2e8f" + ], + "X-MSEdge-Ref": [ + "Ref A: B9CA803FFE6342CABFB9653AACFD164A Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:45Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:08 GMT" + "Wed, 05 May 2021 21:49:44 GMT" ], "Content-Length": [ - "1357" + "1368" ], "Content-Type": [ "application/json" @@ -4413,23 +4413,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-aussie\",\r\n \"name\": \"e2e-aussie\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-aussie-namespace\",\r\n \"displayName\": \"e2e-aussie-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/aussie-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jxCwAAAAAAAA%3D%3D%23RT%3A64%23TRC%3A64%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBcAPELBgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-utopia\",\r\n \"name\": \"e2e-utopia\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-utopia-namespace\",\r\n \"displayName\": \"e2e-utopia-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/utopia-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27h%2BGgAAAAAAAA%3D%3D%23RT%3A64%23TRC%3A64%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AH6aAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jxCwAAAAAAAA%3D%3D%23RT%3A64%23TRC%3A64%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBcAPELBgBCAADPAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anhDd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2NCUyM1RSQyUzQTY0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JjQVBFTEJnQkNBQURQQXdCUkFCQUJnd0JnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdSNkFVWUF6QU1BUEFQMzMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBSGVnSUFqWVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27h%2BGgAAAAAAAA%3D%3D%23RT%3A64%23TRC%3A64%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB6AH6aAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aCUyQkdnQUFBQUFBQUElM0QlM0QlMjNSVCUzQTY0JTIzVFJDJTNBNjQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQjZBSDZhQWNDQUIwSUFJQkJRY0Y2QVM0QVhnQyUyQkFBOERabVVNZiUyQkFBUmdFTUFBTUFBQkdBQVlnQUFRUUFJRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvZ0FLQUFBQnd3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQWVnSUFqWVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16dee20b-f448-42ac-b03e-75268323ae52" + "c5be7a0e-0aa7-4b11-a917-953ab11c12aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -4443,10 +4443,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" + "14647" ], "X-Ms-Request-Id": [ - "c18cf8a3-ad95-44dc-9459-dcdb17705815" + "1eb548bc-33c4-429a-9923-c938dfefc314" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4454,20 +4454,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "2c5f34ec-1b87-4f6e-8acb-341f2bc35276" + "8aaf60da-145d-48ff-b353-d69cd074c62b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052809Z:2c5f34ec-1b87-4f6e-8acb-341f2bc35276" + "CENTRALUS:20210505T214945Z:8aaf60da-145d-48ff-b353-d69cd074c62b" + ], + "X-MSEdge-Ref": [ + "Ref A: 4EAFB00C5CFF47F382B25151C62BBB16 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:45Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:08 GMT" + "Wed, 05 May 2021 21:49:44 GMT" ], "Content-Length": [ - "1323" + "1363" ], "Content-Type": [ "application/json" @@ -4476,23 +4476,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-recall\",\r\n \"name\": \"e2e-recall\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-recall-namespace\",\r\n \"displayName\": \"e2e-recall-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/recall-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jyCwAAAAAAAA%3D%3D%23RT%3A65%23TRC%3A65%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBaAPKLQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cather\",\r\n \"name\": \"e2e-cather\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-cather-namespace\",\r\n \"displayName\": \"e2e-cather-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/cather-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iHGgAAAAAAAA%3D%3D%23RT%3A65%23TRC%3A65%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB4AIEagAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jyCwAAAAAAAA%3D%3D%23RT%3A65%23TRC%3A65%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBaAPKLQgAAzwMAUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anlDd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2NSUyM1RSQyUzQTY1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JhQVBLTFFnQUF6d01BVVFBUUFZTUFZQUFBWUJnQUVnQUFZQVlBRVFBQVlDRUFNQUFTQUF3QUFBUkJBYmpCR0lFZWdGR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iHGgAAAAAAAA%3D%3D%23RT%3A65%23TRC%3A65%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB4AIEagAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUhHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2NSUyM1RSQyUzQTY1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0I0QUlFYWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tJQUNnQUFBY01BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3847580a-4b7c-4fae-9cef-e2abb0a99c3f" + "36d79615-b5c1-468e-a265-63a6a96352d4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -4506,10 +4506,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" + "14819" ], "X-Ms-Request-Id": [ - "57f62865-0319-4175-b758-80e8fe77a897" + "cdc809be-6ee9-4f9f-b5c7-5c82e305cb71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4517,20 +4517,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "7cce5f0f-e2c6-4cdf-b043-97893c757451" + "0eccb44c-0721-4139-bce6-4d76e1d51783" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052809Z:7cce5f0f-e2c6-4cdf-b043-97893c757451" + "CENTRALUS:20210505T214945Z:0eccb44c-0721-4139-bce6-4d76e1d51783" + ], + "X-MSEdge-Ref": [ + "Ref A: 15F43DB96AAB4D7DB1C9B75A5B8FA6D2 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:45Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:08 GMT" + "Wed, 05 May 2021 21:49:44 GMT" ], "Content-Length": [ - "1466" + "1363" ], "Content-Type": [ "application/json" @@ -4539,23 +4539,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/sgtestmini/providers/microsoft.extendedlocation/customlocations/fernwood\",\r\n \"name\": \"fernwood\",\r\n \"location\": \"West US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"sanjaiga@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-02-19T19:40:15.4841509Z\",\r\n \"lastModifiedBy\": \"sanjaiga@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-02-19T19:46:38.6746641Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/sgtestmini/providers/Microsoft.Kubernetes/connectedClusters/sgminicluster\",\r\n \"namespace\": \"cassandra-operator\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/sgtestmini/providers/Microsoft.Kubernetes/connectedClusters/sgminicluster/providers/Microsoft.KubernetesConfiguration/extensions/sgcassandra\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hIDAAAAAAAAA%3D%3D%23RT%3A66%23TRC%3A66%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBYAEIMAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-badges\",\r\n \"name\": \"e2e-badges\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-badges-namespace\",\r\n \"displayName\": \"e2e-badges-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/badges-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iIGgAAAAAAAA%3D%3D%23RT%3A66%23TRC%3A66%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB4AIEaAAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hIDAAAAAAAAA%3D%3D%23RT%3A66%23TRC%3A66%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBYAEIMAM8DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aElEQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2NiUyM1RSQyUzQTY2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JZQUVJTUFNOERBRkVBRUFHREFHQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCSG9CUmdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQWQ2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iIGgAAAAAAAA%3D%3D%23RT%3A66%23TRC%3A66%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB4AIEaAAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUlHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2NiUyM1RSQyUzQTY2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0I0QUlFYUFBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tJQUNnQUFBY01BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dd8dab4b-c456-4501-8a3c-37c8f076c615" + "dd9ea9c2-c6cd-4f71-a6ad-7397224ab4a8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -4569,10 +4569,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" + "14646" ], "X-Ms-Request-Id": [ - "8486a41c-1ea8-4f1b-bbc2-bebc3d7905c0" + "7a9cb061-0985-48e5-9ba8-37f498dbd866" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4580,20 +4580,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "c4520563-e535-4852-a08c-e4e671eabc09" + "5108e2d9-a7d8-4739-a452-204b4d104d3c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052809Z:c4520563-e535-4852-a08c-e4e671eabc09" + "CENTRALUS:20210505T214946Z:5108e2d9-a7d8-4739-a452-204b4d104d3c" + ], + "X-MSEdge-Ref": [ + "Ref A: 99E16158FDCE488EBC4AC63846F93BF1 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:45Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:08 GMT" + "Wed, 05 May 2021 21:49:45 GMT" ], "Content-Length": [ - "1462" + "1360" ], "Content-Type": [ "application/json" @@ -4602,23 +4602,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/minikubetest/providers/microsoft.extendedlocation/customlocations/mycustomcl\",\r\n \"name\": \"mycustomcl\",\r\n \"location\": \"West US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"jobreen@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-02-19T19:42:26.9456407Z\",\r\n \"lastModifiedBy\": \"jobreen@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-02-19T19:42:26.9456407Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/minikubetest/providers/Microsoft.Kubernetes/connectedClusters/minikubecluster\",\r\n \"namespace\": \"mydemo\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/minikubetest/providers/Microsoft.Kubernetes/connectedClusters/minikubecluster/providers/Microsoft.KubernetesConfiguration/extensions/cassext\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hJDAAAAAAAAA%3D%3D%23RT%3A67%23TRC%3A67%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBYAEIMAM4DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-extant\",\r\n \"name\": \"e2e-extant\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-badges-namespace\",\r\n \"displayName\": \"e2e-extant-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/badges-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iJGgAAAAAAAA%3D%3D%23RT%3A67%23TRC%3A67%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB4AIEaAAZCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hJDAAAAAAAAA%3D%3D%23RT%3A67%23TRC%3A67%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBYAEIMAM4DAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEpEQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2NyUyM1RSQyUzQTY3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JZQUVJTUFNNERBRkVBRUFHREFHQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCSG9CUmdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQWQ2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iJGgAAAAAAAA%3D%3D%23RT%3A67%23TRC%3A67%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB4AIEaAAZCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUpHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2NyUyM1RSQyUzQTY3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0I0QUlFYUFBWkNBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tJQUNnQUFBY01BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5a3cbadf-5c7d-4d32-8286-048ab8fe7e52" + "515d6221-0abf-40f2-98a8-4ce706da49bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -4632,10 +4632,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" + "14818" ], "X-Ms-Request-Id": [ - "023cd95b-a927-41cb-a1c8-8d308d80a789" + "78618ef8-fb56-4482-bca9-d8d7d9819bcd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4643,20 +4643,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "0ca55172-99d8-403e-a1d5-9bbf9ffff4da" + "25944473-b93c-4096-b848-745def4789b8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052810Z:0ca55172-99d8-403e-a1d5-9bbf9ffff4da" + "CENTRALUS:20210505T214946Z:25944473-b93c-4096-b848-745def4789b8" + ], + "X-MSEdge-Ref": [ + "Ref A: 386962D60E224F0C8258C446F6B4FD00 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:46Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:10 GMT" + "Wed, 05 May 2021 21:49:45 GMT" ], "Content-Length": [ - "1430" + "1406" ], "Content-Type": [ "application/json" @@ -4665,23 +4665,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/heh-k8s/providers/microsoft.extendedlocation/customlocations/heh-location\",\r\n \"name\": \"heh-location\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"HEH@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-02-19T19:45:45.8862603Z\",\r\n \"lastModifiedBy\": \"HEH@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-02-19T19:45:45.8862603Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/heh-k8s/providers/Microsoft.Kubernetes/connectedClusters/heh-k8s\",\r\n \"namespace\": \"heh-cass\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/heh-k8s/providers/Microsoft.Kubernetes/connectedClusters/heh-k8s/providers/Microsoft.KubernetesConfiguration/extensions/heh-cass\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hKDAAAAAAAAA%3D%3D%23RT%3A68%23TRC%3A68%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBYAEIMAMwDAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cairns\",\r\n \"name\": \"e2e-cairns\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-cairns-namespace\",\r\n \"displayName\": \"e2e-cairns-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/rivets-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iKGgAAAAAAAA%3D%3D%23RT%3A68%23TRC%3A68%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB2AIqaQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hKDAAAAAAAAA%3D%3D%23RT%3A68%23TRC%3A68%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBYAEIMAMwDAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEtEQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2OCUyM1RSQyUzQTY4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JZQUVJTUFNd0RBRkVBRUFHREFHQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCSG9CUmdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQWQ2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iKGgAAAAAAAA%3D%3D%23RT%3A68%23TRC%3A68%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB2AIqaQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUtHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2OCUyM1RSQyUzQTY4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0IyQUlxYVFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNpQUFvQUFBSERBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9465e11b-78e3-44dc-b725-c2c16fbbdd4e" + "b02ee6cb-bfa2-4be1-b08c-bb6dce9463b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -4695,10 +4695,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" + "14645" ], "X-Ms-Request-Id": [ - "44f7b801-5f20-4ee9-b3c9-53edcc796231" + "fe104a8e-ca5c-433e-ad50-2db4aa0f3ac4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4706,20 +4706,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "f147a88d-8349-4a54-a212-e7506e2f1dd0" + "c36f49dc-c0a5-40c3-9330-4b8eaeb40095" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052810Z:f147a88d-8349-4a54-a212-e7506e2f1dd0" + "CENTRALUS:20210505T214946Z:c36f49dc-c0a5-40c3-9330-4b8eaeb40095" + ], + "X-MSEdge-Ref": [ + "Ref A: 3FFE0DBB81C147B691E5D74C24DB4158 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:46Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:10 GMT" + "Wed, 05 May 2021 21:49:45 GMT" ], "Content-Length": [ - "1528" + "1402" ], "Content-Type": [ "application/json" @@ -4728,23 +4728,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/prbminikubetest/providers/microsoft.extendedlocation/customlocations/prbcustomlocationtest\",\r\n \"name\": \"prbcustomlocationtest\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"pranavbapat@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-02-19T19:47:59.0283393Z\",\r\n \"lastModifiedBy\": \"pranavbapat@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-02-19T19:47:59.0283393Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/prbminikubetest/providers/Microsoft.ExtendedLocation/customLocations/minitestprb\",\r\n \"namespace\": \"cassandra-operator\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/prbminikubetest/providers/Microsoft.Kubernetes/connectedClusters/prbminikuberesource/providers/Microsoft.KubernetesConfiguration/extensions/prbminicustomlocation\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hLDAAAAAAAAA%3D%3D%23RT%3A69%23TRC%3A69%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBYAEIMAMgDAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sunlit\",\r\n \"name\": \"e2e-sunlit\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-sunlit-namespace\",\r\n \"displayName\": \"e2e-sunlit-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/sunlit-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jVGgAAAAAAAA%3D%3D%23RT%3A69%23TRC%3A69%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB0ANIaIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hLDAAAAAAAAA%3D%3D%23RT%3A69%23TRC%3A69%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBYAEIMAMgDAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aExEQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2OSUyM1RSQyUzQTY5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JZQUVJTUFNZ0RBRkVBRUFHREFHQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCSG9CUmdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQWQ2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jVGgAAAAAAAA%3D%3D%23RT%3A69%23TRC%3A69%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB0ANIaIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3alZHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2OSUyM1RSQyUzQTY5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0IwQU5JYUlCQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9nQUtBQUFCd3dCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ab69d15-3f10-471d-999a-3f1c057bb6cf" + "7c9b0b9d-f620-4b76-b36e-6da9cf9f041c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -4758,10 +4758,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" + "14817" ], "X-Ms-Request-Id": [ - "7057360e-9101-4b39-87dc-22bcc5d8e25c" + "f44af46c-a149-4e23-8a3e-6aaaf0e09984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4769,20 +4769,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "344727d5-769a-46de-b7dc-0e69a1ab5b6f" + "daa8340a-5cea-4170-99c0-a58b326afcca" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052810Z:344727d5-769a-46de-b7dc-0e69a1ab5b6f" + "CENTRALUS:20210505T214946Z:daa8340a-5cea-4170-99c0-a58b326afcca" + ], + "X-MSEdge-Ref": [ + "Ref A: 4A786389661D4F478BCC7D5EF91E7038 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:46Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:10 GMT" + "Wed, 05 May 2021 21:49:45 GMT" ], "Content-Length": [ - "1516" + "1362" ], "Content-Type": [ "application/json" @@ -4791,23 +4791,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/prbminikubetest/providers/microsoft.extendedlocation/customlocations/prbminikube\",\r\n \"name\": \"prbminikube\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"pranavbapat@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-02-19T19:51:05.8630533Z\",\r\n \"lastModifiedBy\": \"pranavbapat@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-02-19T19:51:05.8630533Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/prbminikubetest/providers/Microsoft.ExtendedLocation/customLocations/prbminikuberesource\",\r\n \"namespace\": \"cassandra-operator\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/prbminikubetest/providers/Microsoft.Kubernetes/connectedClusters/prbminikuberesource/providers/Microsoft.KubernetesConfiguration/extensions/prbminicustomlocation\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hODAAAAAAAAA%3D%3D%23RT%3A70%23TRC%3A70%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBYAEIMAMADAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-reeled\",\r\n \"name\": \"e2e-reeled\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-reeled-namespace\",\r\n \"displayName\": \"e2e-reeled-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/reeled-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jcGgAAAAAAAA%3D%3D%23RT%3A70%23TRC%3A70%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB0ANyaAcBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hODAAAAAAAAA%3D%3D%23RT%3A70%23TRC%3A70%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBYAEIMAMADAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aE9EQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MCUyM1RSQyUzQTcwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JZQUVJTUFNQURBRkVBRUFHREFHQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCSG9CUmdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQWQ2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jcGgAAAAAAAA%3D%3D%23RT%3A70%23TRC%3A70%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegB0ANyaAcBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amNHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MCUyM1RSQyUzQTcwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0IwQU55YUFjQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9nQUtBQUFCd3dCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "669a729b-1833-428a-a34e-e23171803272" + "3b787a2e-eb96-40d1-b864-3825f4dcd68e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -4821,10 +4821,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" + "14644" ], "X-Ms-Request-Id": [ - "d3a1725d-0789-4c5e-9c4e-0c1532f20721" + "8de85cda-bdb9-41c2-8adf-50c2ef053f5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4832,20 +4832,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "563795ef-9306-45d9-9723-a4cc84093ed3" + "1ee9d7e9-c308-459c-ab23-2549c18e52f4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052810Z:563795ef-9306-45d9-9723-a4cc84093ed3" + "CENTRALUS:20210505T214946Z:1ee9d7e9-c308-459c-ab23-2549c18e52f4" + ], + "X-MSEdge-Ref": [ + "Ref A: E96C200CFCC1499AA6C494A9257C865C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:46Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:10 GMT" + "Wed, 05 May 2021 21:49:45 GMT" ], "Content-Length": [ - "1534" + "1348" ], "Content-Type": [ "application/json" @@ -4854,23 +4854,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/prbminikubetest/providers/microsoft.extendedlocation/customlocations/prbminikuberesource\",\r\n \"name\": \"prbminikuberesource\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"pranavbapat@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-02-19T19:54:36.0832207Z\",\r\n \"lastModifiedBy\": \"pranavbapat@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-02-19T19:54:36.0832207Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/prbminikubetest/providers/Microsoft.ExtendedLocation/customLocations/prbminikuberesource\",\r\n \"namespace\": \"cassandra-operator\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/prbminikubetest/providers/Microsoft.Kubernetes/connectedClusters/prbminikuberesource/providers/Microsoft.KubernetesConfiguration/extensions/prbminicustomlocation\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hPDAAAAAAAAA%3D%3D%23RT%3A71%23TRC%3A71%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBYAE%2BMAcADAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fergus\",\r\n \"name\": \"e2e-fergus\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fergus-namespace\",\r\n \"displayName\": \"e2e-fergus-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fergus-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkGgAAAAAAAA%3D%3D%23RT%3A71%23TRC%3A71%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegByAOEaUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hPDAAAAAAAAA%3D%3D%23RT%3A71%23TRC%3A71%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBYAE%2BMAcADAFEAEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFBEQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MSUyM1RSQyUzQTcxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JZQUUlMkJNQWNBREFGRUFFQUdEQUdBQUFHQVlBQklBQUdBR0FCRUFBR0FoQURBQUVnQU1BQUFFUVFHNHdSaUJIb0JSZ0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkGgAAAAAAAA%3D%3D%23RT%3A71%23TRC%3A71%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegByAOEaUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amtHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MSUyM1RSQyUzQTcxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0J5QU9FYVVIQmVnRXVBRjRBdmdBUEEyWmxESCUyRmdBRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLSUFDZ0FBQWNNQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdIb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d0d27b5-7e36-47a0-8d5a-bc1a4d5cf554" + "c96358be-2c38-46a4-b8b3-6205e3e7d8e7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -4884,10 +4884,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" + "14816" ], "X-Ms-Request-Id": [ - "94edeb4c-bc15-4796-b124-06706e4a847e" + "a3b897e4-f53e-44e2-bb53-9d03f3ffe98f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4895,20 +4895,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "5593d635-bfe2-40da-b200-4d9bac864a72" + "974b2fac-8600-4b48-9c2e-4feccfdda772" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052811Z:5593d635-bfe2-40da-b200-4d9bac864a72" + "CENTRALUS:20210505T214946Z:974b2fac-8600-4b48-9c2e-4feccfdda772" + ], + "X-MSEdge-Ref": [ + "Ref A: 0825C3F09F1C4800809330F177F38437 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:46Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:11 GMT" + "Wed, 05 May 2021 21:49:45 GMT" ], "Content-Length": [ - "1520" + "1355" ], "Content-Type": [ "application/json" @@ -4917,23 +4917,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/prbminikubetest/providers/microsoft.extendedlocation/customlocations/prbcustomlocation\",\r\n \"name\": \"prbcustomlocation\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"pranavbapat@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-02-19T19:57:15.0729744Z\",\r\n \"lastModifiedBy\": \"pranavbapat@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-02-19T19:57:15.0729744Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/prbminikubetest/providers/Microsoft.ExtendedLocation/customLocations/prbcustomlocation\",\r\n \"namespace\": \"cassandra-operator\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/prbminikubetest/providers/Microsoft.Kubernetes/connectedClusters/prbminikuberesource/providers/Microsoft.KubernetesConfiguration/extensions/prbminicustomlocation\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hQDAAAAAAAAA%3D%3D%23RT%3A72%23TRC%3A72%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBWAFEMAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-modern\",\r\n \"name\": \"e2e-modern\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-modern-namespace\",\r\n \"displayName\": \"e2e-modern-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/modern-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jmGgAAAAAAAA%3D%3D%23RT%3A72%23TRC%3A72%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegByAOEaQHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hQDAAAAAAAAA%3D%3D%23RT%3A72%23TRC%3A72%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBWAFEMAwBRABABgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFFEQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MiUyM1RSQyUzQTcyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JXQUZFTUF3QlJBQkFCZ3dCZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jmGgAAAAAAAA%3D%3D%23RT%3A72%23TRC%3A72%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegByAOEaQHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3am1HZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MiUyM1RSQyUzQTcyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0J5QU9FYVFIQmVnRXVBRjRBdmdBUEEyWmxESCUyRmdBRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLSUFDZ0FBQWNNQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdIb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "80163546-6ef3-4517-8d91-54bc8a976954" + "7d616219-fb1a-418d-aa89-09387f53a687" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -4947,10 +4947,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" + "14643" ], "X-Ms-Request-Id": [ - "481b97ef-8d01-4314-8790-049cecd6d375" + "e6d93354-da43-4a3a-9677-9d39a0d27a99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4958,20 +4958,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "fdffb4c4-b081-496d-8db0-62cb6c7a5703" + "d7a692b1-9d32-4bbd-9264-c760537f0207" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052811Z:fdffb4c4-b081-496d-8db0-62cb6c7a5703" + "CENTRALUS:20210505T214947Z:d7a692b1-9d32-4bbd-9264-c760537f0207" + ], + "X-MSEdge-Ref": [ + "Ref A: 98CB3143A6474A349C364E1ABC1C1B69 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:46Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:11 GMT" + "Wed, 05 May 2021 21:49:46 GMT" ], "Content-Length": [ - "1497" + "1385" ], "Content-Type": [ "application/json" @@ -4980,23 +4980,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/prbminikubetest/providers/microsoft.extendedlocation/customlocations/prbminicl\",\r\n \"name\": \"prbminicl\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"pranavbapat@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-02-19T20:03:49.744764Z\",\r\n \"lastModifiedBy\": \"pranavbapat@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-02-19T20:03:49.744764Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/prbminikubetest/providers/Microsoft.Kubernetes/connectedClusters/prbminikuberesource\",\r\n \"namespace\": \"cassandra-operator\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/prbminikubetest/providers/Microsoft.Kubernetes/connectedClusters/prbminikuberesource/providers/Microsoft.KubernetesConfiguration/extensions/prbminicustomlocation\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hRDAAAAAAAAA%3D%3D%23RT%3A73%23TRC%3A73%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBUAFGMUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fawned\",\r\n \"name\": \"e2e-fawned\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fawned-namespace\",\r\n \"displayName\": \"e2e-fawned-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/prunes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jsGgAAAAAAAA%3D%3D%23RT%3A73%23TRC%3A73%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegByAOEaAHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hRDAAAAAAAAA%3D%3D%23RT%3A73%23TRC%3A73%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBUAFGMUQAQAYMAYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFJEQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MyUyM1RSQyUzQTczJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JVQUZHTVVRQVFBWU1BWUFBQVlCZ0FFZ0FBWUFZQUVRQUFZQ0VBTUFBU0FBd0FBQVJCQWJqQkdJRWVnRkdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUIzb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jsGgAAAAAAAA%3D%3D%23RT%3A73%23TRC%3A73%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegByAOEaAHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anNHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MyUyM1RSQyUzQTczJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0J5QU9FYUFIQmVnRXVBRjRBdmdBUEEyWmxESCUyRmdBRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLSUFDZ0FBQWNNQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdIb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25ff7e0b-aae3-41db-8b39-248121ad9fe1" + "2c65366e-6eb7-4d4e-90ef-edcc568ee06e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -5010,10 +5010,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" + "14815" ], "X-Ms-Request-Id": [ - "03e213b0-5fff-48a9-a28c-2957c97c05ad" + "ae7bea94-17cd-4cf1-ade0-ef2fc13df3f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5021,20 +5021,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "58f50463-b737-4226-bc31-063db4737891" + "2ee4c3f8-d0cb-49d2-8b1b-befa5e75d1c6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052811Z:58f50463-b737-4226-bc31-063db4737891" + "CENTRALUS:20210505T214947Z:2ee4c3f8-d0cb-49d2-8b1b-befa5e75d1c6" + ], + "X-MSEdge-Ref": [ + "Ref A: 8B4510636835469A8E8011B6EEB051AE Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:47Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:11 GMT" + "Wed, 05 May 2021 21:49:46 GMT" ], "Content-Length": [ - "1443" + "1379" ], "Content-Type": [ "application/json" @@ -5043,23 +5043,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/minikubetest/providers/microsoft.extendedlocation/customlocations/mycl2\",\r\n \"name\": \"mycl2\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"jobreen@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-02-23T21:16:40.2883448Z\",\r\n \"lastModifiedBy\": \"jobreen@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-02-23T21:16:40.2883448Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/minikubetest/providers/Microsoft.Kubernetes/connectedClusters/minikubecluster2\",\r\n \"namespace\": \"mydemo\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/minikubetest/providers/Microsoft.Kubernetes/connectedClusters/minikubecluster2/providers/Microsoft.KubernetesConfiguration/extensions/cassext\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i0DAAAAAAAAA%3D%3D%23RT%3A74%23TRC%3A74%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBSALEMEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-behind\",\r\n \"name\": \"e2e-behind\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-behind-namespace\",\r\n \"displayName\": \"e2e-behind-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/dieter-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jtGgAAAAAAAA%3D%3D%23RT%3A74%23TRC%3A74%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegByAOEaAGBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i0DAAAAAAAAA%3D%3D%23RT%3A74%23TRC%3A74%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBSALEMEAGDAGAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTBEQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NCUyM1RSQyUzQTc0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JTQUxFTUVBR0RBR0FBQUdBWUFCSUFBR0FHQUJFQUFHQWhBREFBRWdBTUFBQUVRUUc0d1JpQkhvQlJnRE1Bd0E4QSUyRmZmJTJGVVFBQUhnRUJCZ0FvZ0glMkJBQThCWkRkd2Z2RTloQVA4UE1RQUFIaUVBQUFkNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jtGgAAAAAAAA%3D%3D%23RT%3A74%23TRC%3A74%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegByAOEaAGBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anRHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NCUyM1RSQyUzQTc0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0J5QU9FYUFHQmVnRXVBRjRBdmdBUEEyWmxESCUyRmdBRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLSUFDZ0FBQWNNQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdIb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af840d73-dfca-442b-bc8f-3b04e68aa970" + "62ef65e4-b45b-46e0-b484-fea195b650bf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -5073,10 +5073,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" + "14642" ], "X-Ms-Request-Id": [ - "85a3501e-ce54-492a-a8a1-12c8a0cf6af1" + "ae07d568-1774-43d3-b3b7-a4fea0705a3a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5084,20 +5084,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "5f11e1ce-e393-495e-8b1a-d58feff59ba4" + "d7deb683-e77c-42aa-a39d-fa837f518b48" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052811Z:5f11e1ce-e393-495e-8b1a-d58feff59ba4" + "CENTRALUS:20210505T214947Z:d7deb683-e77c-42aa-a39d-fa837f518b48" + ], + "X-MSEdge-Ref": [ + "Ref A: AA11A6412AE3405BB572ACDC1FAB53F1 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:47Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:11 GMT" + "Wed, 05 May 2021 21:49:46 GMT" ], "Content-Length": [ - "1437" + "1398" ], "Content-Type": [ "application/json" @@ -5106,23 +5106,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/minikubetest/providers/microsoft.extendedlocation/customlocations/mycl5\",\r\n \"name\": \"mycl5\",\r\n \"location\": \"West US\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"jobreen@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-02-23T22:13:00.5420249Z\",\r\n \"lastModifiedBy\": \"jobreen@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-02-23T22:13:00.5420249Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/minikubetest/providers/Microsoft.Kubernetes/connectedClusters/minikubecluster3\",\r\n \"namespace\": \"mydemo\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/minikubetest/providers/Microsoft.Kubernetes/connectedClusters/minikubecluster3/providers/Microsoft.KubernetesConfiguration/extensions/cassext\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i4DAAAAAAAAA%3D%3D%23RT%3A75%23TRC%3A75%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBQALiMgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mayans\",\r\n \"name\": \"e2e-mayans\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-mayans-namespace\",\r\n \"displayName\": \"e2e-mayans-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/mayans-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27juGgAAAAAAAA%3D%3D%23RT%3A75%23TRC%3A75%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBwAO6aXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i4DAAAAAAAAA%3D%3D%23RT%3A75%23TRC%3A75%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBQALiMgwBgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTREQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NSUyM1RSQyUzQTc1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JRQUxpTWd3QmdBQUJnR0FBU0FBQmdCZ0FSQUFCZ0lRQXdBQklBREFBQUJFRUJ1TUVZZ1I2QVVZQXpBTUFQQVAzMyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFIZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27juGgAAAAAAAA%3D%3D%23RT%3A75%23TRC%3A75%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBwAO6aXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anVHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NSUyM1RSQyUzQTc1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0J3QU82YVhvQkxnQmVBTDRBRHdObVpReCUyRjRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaUFBb0FBQUhEQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEI2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4bcd74b8-af42-424c-ba09-b81588b9956b" + "9ff114d6-3c36-43b3-aa5f-cf518ce7a224" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -5136,10 +5136,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" + "14814" ], "X-Ms-Request-Id": [ - "34377872-cdc4-4764-a4ac-b6940fb1b012" + "050609be-fac3-4520-a6ae-deb738f743e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5147,20 +5147,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "82a7c5f0-d218-418f-8363-26d3f322090f" + "0a0b362b-4c8b-431c-922b-e88f1cf26e75" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052812Z:82a7c5f0-d218-418f-8363-26d3f322090f" + "CENTRALUS:20210505T214947Z:0a0b362b-4c8b-431c-922b-e88f1cf26e75" + ], + "X-MSEdge-Ref": [ + "Ref A: 9FEC264AE9A044B4AECDF1639B984384 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:47Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:12 GMT" + "Wed, 05 May 2021 21:49:46 GMT" ], "Content-Length": [ - "1308" + "1349" ], "Content-Type": [ "application/json" @@ -5169,23 +5169,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-ambled\",\r\n \"name\": \"e2e-ambled\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-ambled-namespace\",\r\n \"displayName\": \"e2e-ambled-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/ambled-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hFDQAAAAAAAA%3D%3D%23RT%3A76%23TRC%3A76%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBOAEMNYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sniffs\",\r\n \"name\": \"e2e-sniffs\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-scampi-namespace\",\r\n \"displayName\": \"e2e-sniffs-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/scampi-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hOGwAAAAAAAA%3D%3D%23RT%3A76%23TRC%3A76%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBuAE6bS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hFDQAAAAAAAA%3D%3D%23RT%3A76%23TRC%3A76%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBOAEMNYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEZEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NiUyM1RSQyUzQTc2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JPQUVNTllBQUFZQmdBRWdBQVlBWUFFUUFBWUNFQU1BQVNBQXdBQUFSQkFiakJHSUVlZ0ZHQU13REFEd0Q5OSUyRjlSQUFBZUFRRUdBQ2lBZjRBRHdGa04zQiUyQjhUMkVBJTJGdzh4QUFBZUlRQUFCM29DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hOGwAAAAAAAA%3D%3D%23RT%3A76%23TRC%3A76%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBuAE6bS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aE9Hd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NiUyM1RSQyUzQTc2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0J1QUU2YlM0QVhnQyUyQkFBOERabVVNZiUyQkFBUmdFTUFBTUFBQkdBQVlnQUFRUUFJRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvZ0FLQUFBQnd3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQWVnSUFqWVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3f859961-4a01-4e68-9d36-4b254155ebac" + "3052532d-9a50-47cc-a349-9d5d1d7d1ff5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -5199,10 +5199,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" + "14641" ], "X-Ms-Request-Id": [ - "946873e7-5153-463b-bec3-bc993dcd3f1d" + "e8b95902-69b6-42f2-953a-ee31518434b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5210,20 +5210,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "0e374258-0bfc-488d-8e47-f4692ed47ed1" + "3ecc3467-9ee2-47f3-93bb-b0c17d5f12e7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052812Z:0e374258-0bfc-488d-8e47-f4692ed47ed1" + "CENTRALUS:20210505T214947Z:3ecc3467-9ee2-47f3-93bb-b0c17d5f12e7" + ], + "X-MSEdge-Ref": [ + "Ref A: 8C202E717A624E1094F02D32CCF4B572 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:47Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:12 GMT" + "Wed, 05 May 2021 21:49:46 GMT" ], "Content-Length": [ - "1308" + "1340" ], "Content-Type": [ "application/json" @@ -5232,23 +5232,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-virgin\",\r\n \"name\": \"e2e-virgin\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-virgin-namespace\",\r\n \"displayName\": \"e2e-virgin-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/virgin-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hGDQAAAAAAAA%3D%3D%23RT%3A77%23TRC%3A77%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBOAEaNB8AAYBgAAAAAYAYAAAAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-weaken\",\r\n \"name\": \"e2e-weaken\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-diesel-namespace\",\r\n \"displayName\": \"e2e-weaken-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/diesel-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ibGwAAAAAAAA%3D%3D%23RT%3A77%23TRC%3A77%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBsAJubF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hGDQAAAAAAAA%3D%3D%23RT%3A77%23TRC%3A77%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBOAEaNB8AAYBgAAAAAYAYAAAAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEdEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NyUyM1RSQyUzQTc3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JPQUVhTkI4QUFZQmdBQUFBQVlBWUFBQUFBWUNFQU1BQVNBQXdBQUFSQkFiakJHSUVlZ0ZHQU13REFEd0Q5OSUyRjlSQUFBZUFRRUdBQ2lBZjRBRHdGa04zQiUyQjhUMkVBJTJGdzh4QUFBZUlRQUFCM29DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ibGwAAAAAAAA%3D%3D%23RT%3A77%23TRC%3A77%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBsAJubF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWJHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NyUyM1RSQyUzQTc3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JzQUp1YkY0QXZnQVBBMlpsREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0lBQ2dBQUFjTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnSG9DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97419991-0f38-4564-84a4-c0afe1acee29" + "5299ba5f-adff-405e-a343-5cedd5b35633" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -5262,10 +5262,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" + "14813" ], "X-Ms-Request-Id": [ - "a19f810d-c4ff-4ccc-9294-bbebee0469db" + "49a1c670-02ea-4858-8f22-3abf77f7f6fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5273,20 +5273,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "9424d0bf-3d72-43d7-85ed-f7570ef8de10" + "6fa15395-9aa0-494b-974f-634b86aec94c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052812Z:9424d0bf-3d72-43d7-85ed-f7570ef8de10" + "CENTRALUS:20210505T214947Z:6fa15395-9aa0-494b-974f-634b86aec94c" + ], + "X-MSEdge-Ref": [ + "Ref A: 41CC02980EF84E5EBD6D39881961C2E3 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:47Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:12 GMT" + "Wed, 05 May 2021 21:49:46 GMT" ], "Content-Length": [ - "1312" + "1346" ], "Content-Type": [ "application/json" @@ -5295,23 +5295,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-plunge\",\r\n \"name\": \"e2e-plunge\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-plunge-namespace\",\r\n \"displayName\": \"e2e-plunge-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/plunge-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdDQAAAAAAAA%3D%3D%23RT%3A78%23TRC%3A78%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBMAFINAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-redcap\",\r\n \"name\": \"e2e-redcap\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-dressy-namespace\",\r\n \"displayName\": \"e2e-redcap-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/dressy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i3GwAAAAAAAA%3D%3D%23RT%3A78%23TRC%3A78%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBqALebL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdDQAAAAAAAA%3D%3D%23RT%3A78%23TRC%3A78%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBMAFINAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGREUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3OCUyM1RSQyUzQTc4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JNQUZJTkFHQVlBQklBQUdBR0FCRUFBR0FoQURBQUVnQU1BQUFFUVFHNHdSaUJIb0JSZ0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i3GwAAAAAAAA%3D%3D%23RT%3A78%23TRC%3A78%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBqALebL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTNHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3OCUyM1RSQyUzQTc4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JxQUxlYkw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2lBQW9BQUFIREFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRCNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7efed655-c24f-48a7-a2ec-58009c5aa1c3" + "a1a0acce-622f-4edb-bdb6-f811237297ac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -5325,10 +5325,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" + "14640" ], "X-Ms-Request-Id": [ - "275532d6-632b-4573-bb00-36fe822a0230" + "e5180c05-e1ac-4db4-af98-3884bb967f14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5336,20 +5336,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "38868157-1d21-436d-8cd9-8d80b54195cc" + "5beca8a2-d9c5-47a1-86f7-cee587ec9e8a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052813Z:38868157-1d21-436d-8cd9-8d80b54195cc" + "CENTRALUS:20210505T214948Z:5beca8a2-d9c5-47a1-86f7-cee587ec9e8a" + ], + "X-MSEdge-Ref": [ + "Ref A: BD0C90FBEB544BC9861C2DE3F68399B9 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:47Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:12 GMT" + "Wed, 05 May 2021 21:49:47 GMT" ], "Content-Length": [ - "1312" + "1344" ], "Content-Type": [ "application/json" @@ -5358,23 +5358,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-matted\",\r\n \"name\": \"e2e-matted\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-matted-namespace\",\r\n \"displayName\": \"e2e-matted-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/matted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heDQAAAAAAAA%3D%3D%23RT%3A79%23TRC%3A79%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBMAF6NBsAYAAAAAGAGAAAAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-digits\",\r\n \"name\": \"e2e-digits\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-digits-namespace\",\r\n \"displayName\": \"e2e-digits-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/digits-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jvGwAAAAAAAA%3D%3D%23RT%3A79%23TRC%3A79%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBoAO%2BbA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heDQAAAAAAAA%3D%3D%23RT%3A79%23TRC%3A79%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBMAF6NBsAYAAAAAGAGAAAAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGVEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3OSUyM1RSQyUzQTc5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JNQUY2TkJzQVlBQUFBQUdBR0FBQUFBR0FoQURBQUVnQU1BQUFFUVFHNHdSaUJIb0JSZ0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jvGwAAAAAAAA%3D%3D%23RT%3A79%23TRC%3A79%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBoAO%2BbA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anZHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3OSUyM1RSQyUzQTc5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JvQU8lMkJiQThEWm1VTWYlMkJBQVJnRU1BQU1BQUJHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb2dBS0FBQUJ3d0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkFlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e049dfc6-86c3-44bb-9f93-ba61b4839a9d" + "766a848f-98f2-4f6f-a904-ffa92fcd75f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -5388,10 +5388,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" + "14812" ], "X-Ms-Request-Id": [ - "03d88a46-a77c-472a-9544-d9c455faae40" + "6f93aa17-7eb4-4c76-be22-9f5c325d4fb6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5399,20 +5399,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "f07269f1-08b3-418c-b627-c2d1ab214b9c" + "6585802d-d30f-4d3c-b7b0-a6a214ec3a4a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052813Z:f07269f1-08b3-418c-b627-c2d1ab214b9c" + "CENTRALUS:20210505T214948Z:6585802d-d30f-4d3c-b7b0-a6a214ec3a4a" + ], + "X-MSEdge-Ref": [ + "Ref A: 8838745D19BD4632AA7DF90D99811B6F Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:48Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:13 GMT" + "Wed, 05 May 2021 21:49:47 GMT" ], "Content-Length": [ - "1306" + "1334" ], "Content-Type": [ "application/json" @@ -5421,23 +5421,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-enmesh\",\r\n \"name\": \"e2e-enmesh\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-enmesh-namespace\",\r\n \"displayName\": \"e2e-enmesh-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/enmesh-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjDQAAAAAAAA%3D%3D%23RT%3A80%23TRC%3A80%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBKAGENGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sopped\",\r\n \"name\": \"e2e-sopped\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sopped-namespace\",\r\n \"displayName\": \"e2e-sopped-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sopped-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jwGwAAAAAAAA%3D%3D%23RT%3A80%23TRC%3A80%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBmAPMb2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjDQAAAAAAAA%3D%3D%23RT%3A80%23TRC%3A80%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBKAGENGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGpEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MCUyM1RSQyUzQTgwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JLQUdFTkdBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdSNkFVWUF6QU1BUEFQMzMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBSGVnSUFqWVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jwGwAAAAAAAA%3D%3D%23RT%3A80%23TRC%3A80%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBmAPMb2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3andHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MCUyM1RSQyUzQTgwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JtQVBNYjJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tJQUNnQUFBY01BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "91b273c2-359c-4f25-97c3-2180de5b5048" + "d24f42c8-c0eb-4995-a458-d9189bee22d8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -5451,10 +5451,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" + "14639" ], "X-Ms-Request-Id": [ - "c6338780-905a-43c5-ad2a-c292da0fd95b" + "810d3f7d-15a2-4813-acc7-a559a786e62b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5462,20 +5462,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "f2c517f9-44ac-4ba8-802a-8dcbe866252b" + "e3320302-7d92-4e63-aecf-04e188f371a1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052813Z:f2c517f9-44ac-4ba8-802a-8dcbe866252b" + "CENTRALUS:20210505T214948Z:e3320302-7d92-4e63-aecf-04e188f371a1" + ], + "X-MSEdge-Ref": [ + "Ref A: 6F1771099EFA4541B71A8A017B2745CD Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:48Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:13 GMT" + "Wed, 05 May 2021 21:49:47 GMT" ], "Content-Length": [ - "1300" + "1334" ], "Content-Type": [ "application/json" @@ -5484,23 +5484,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-permed\",\r\n \"name\": \"e2e-permed\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-permed-namespace\",\r\n \"displayName\": \"e2e-permed-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/permed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkDQAAAAAAAA%3D%3D%23RT%3A81%23TRC%3A81%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBIAGSNEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cereal\",\r\n \"name\": \"e2e-cereal\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-cereal-namespace\",\r\n \"displayName\": \"e2e-cereal-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cereal-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jzGwAAAAAAAA%3D%3D%23RT%3A81%23TRC%3A81%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBmAPMb2JlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkDQAAAAAAAA%3D%3D%23RT%3A81%23TRC%3A81%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBIAGSNEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGtEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MSUyM1RSQyUzQTgxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JJQUdTTkVnQUFZQVlBRVFBQVlDRUFNQUFTQUF3QUFBUkJBYmpCR0lFZWdGR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jzGwAAAAAAAA%3D%3D%23RT%3A81%23TRC%3A81%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBmAPMb2JlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anpHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MSUyM1RSQyUzQTgxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JtQVBNYjJKbERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tJQUNnQUFBY01BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "508f6a6c-e396-4086-9ea1-06ab47f4a6fa" + "8a659bac-44cf-4f17-afeb-995c0291b01c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -5514,10 +5514,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" + "14811" ], "X-Ms-Request-Id": [ - "a32d47cc-9ba8-486f-b06b-b0e19464fe50" + "f20d7ebb-ccd5-46cb-883f-d240a4f4d5ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5525,20 +5525,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6d63cc7e-0b98-44ed-95e6-9db43bb71074" + "c85ba95e-f9fc-4729-8f40-745b85088f24" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052813Z:6d63cc7e-0b98-44ed-95e6-9db43bb71074" + "CENTRALUS:20210505T214948Z:c85ba95e-f9fc-4729-8f40-745b85088f24" + ], + "X-MSEdge-Ref": [ + "Ref A: B691EAAA6ACC44DC97C03A49A2491787 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:48Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:13 GMT" + "Wed, 05 May 2021 21:49:47 GMT" ], "Content-Length": [ - "1304" + "1334" ], "Content-Type": [ "application/json" @@ -5547,23 +5547,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-family\",\r\n \"name\": \"e2e-family\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-family-namespace\",\r\n \"displayName\": \"e2e-family-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/family-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iNDQAAAAAAAA%3D%3D%23RT%3A82%23TRC%3A82%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBGAIINAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-wonted\",\r\n \"name\": \"e2e-wonted\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-wonted-namespace\",\r\n \"displayName\": \"e2e-wonted-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/wonted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j0GwAAAAAAAA%3D%3D%23RT%3A82%23TRC%3A82%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBmAPMb0JlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iNDQAAAAAAAA%3D%3D%23RT%3A82%23TRC%3A82%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBGAIINAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aU5EUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MiUyM1RSQyUzQTgyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JHQUlJTkFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCSG9CUmdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQWQ2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j0GwAAAAAAAA%3D%3D%23RT%3A82%23TRC%3A82%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBmAPMb0JlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajBHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MiUyM1RSQyUzQTgyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JtQVBNYjBKbERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tJQUNnQUFBY01BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7ae9e99b-9108-4ed0-9f9e-a89c279262ce" + "78f83fde-848d-488b-8591-7fd7875f01fb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -5577,10 +5577,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" + "14638" ], "X-Ms-Request-Id": [ - "bcbaf34d-2543-417e-9842-760a5b347354" + "cfb1a760-a075-4613-a522-4403df20a6c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5588,20 +5588,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "e1bf3d1c-25bc-4e0c-a9fb-568580a07679" + "4f6c59ee-a267-4a0e-ad92-0fc8c70be247" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052814Z:e1bf3d1c-25bc-4e0c-a9fb-568580a07679" + "CENTRALUS:20210505T214948Z:4f6c59ee-a267-4a0e-ad92-0fc8c70be247" + ], + "X-MSEdge-Ref": [ + "Ref A: 8D47FE3B149C41ACB562E722306245DE Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:48Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:13 GMT" + "Wed, 05 May 2021 21:49:47 GMT" ], "Content-Length": [ - "1304" + "1334" ], "Content-Type": [ "application/json" @@ -5610,23 +5610,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-exists\",\r\n \"name\": \"e2e-exists\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-exists-namespace\",\r\n \"displayName\": \"e2e-exists-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/exists-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iODQAAAAAAAA%3D%3D%23RT%3A83%23TRC%3A83%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBGAI6NA8AGAAAAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-tlaloc\",\r\n \"name\": \"e2e-tlaloc\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-tlaloc-namespace\",\r\n \"displayName\": \"e2e-tlaloc-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/tlaloc-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j2GwAAAAAAAA%3D%3D%23RT%3A83%23TRC%3A83%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBmAPMbwJlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iODQAAAAAAAA%3D%3D%23RT%3A83%23TRC%3A83%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBGAI6NA8AGAAAAAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aU9EUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MyUyM1RSQyUzQTgzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JHQUk2TkE4QUdBQUFBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCSG9CUmdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQWQ2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j2GwAAAAAAAA%3D%3D%23RT%3A83%23TRC%3A83%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBmAPMbwJlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajJHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MyUyM1RSQyUzQTgzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JtQVBNYndKbERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tJQUNnQUFBY01BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c60cd2c-3013-404d-928f-3974ba6bd336" + "64032fba-1563-448c-b982-221a22193528" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -5640,10 +5640,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" + "14810" ], "X-Ms-Request-Id": [ - "65145180-570e-4de6-91ec-32af64169803" + "46350b9e-8242-4389-84aa-78aeda2bf294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5651,20 +5651,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "7569c3df-1d47-45fc-b9f9-a014ff8c514f" + "bde52641-1070-4a6e-8f1d-e23e34fa2829" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052814Z:7569c3df-1d47-45fc-b9f9-a014ff8c514f" + "CENTRALUS:20210505T214948Z:bde52641-1070-4a6e-8f1d-e23e34fa2829" + ], + "X-MSEdge-Ref": [ + "Ref A: D33AB54608FE485FA72B6843F6263E61 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:48Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:14 GMT" + "Wed, 05 May 2021 21:49:47 GMT" ], "Content-Length": [ - "1298" + "1334" ], "Content-Type": [ "application/json" @@ -5673,23 +5673,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-lucile\",\r\n \"name\": \"e2e-lucile\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-lucile-namespace\",\r\n \"displayName\": \"e2e-lucile-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/lucile-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iRDQAAAAAAAA%3D%3D%23RT%3A84%23TRC%3A84%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBEAJENBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-isidro\",\r\n \"name\": \"e2e-isidro\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-isidro-namespace\",\r\n \"displayName\": \"e2e-isidro-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/isidro-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j3GwAAAAAAAA%3D%3D%23RT%3A84%23TRC%3A84%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBmAPMbgJlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iRDQAAAAAAAA%3D%3D%23RT%3A84%23TRC%3A84%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBEAJENBgARAABgIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVJEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NCUyM1RSQyUzQTg0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JFQUpFTkJnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j3GwAAAAAAAA%3D%3D%23RT%3A84%23TRC%3A84%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBmAPMbgJlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajNHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NCUyM1RSQyUzQTg0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JtQVBNYmdKbERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tJQUNnQUFBY01BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a5f3e3b-1b7a-4328-b7f6-9b60cc256935" + "232adc1b-325d-49d3-bb01-94ef7d6d76f5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -5703,10 +5703,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" + "14637" ], "X-Ms-Request-Id": [ - "7a8d6cd1-0db1-4961-9c35-17b13dfe36f9" + "fdfad594-6c59-43f5-a8cf-6fef7b992c79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5714,20 +5714,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "4dc398b5-001a-4a24-a564-593781a09933" + "197f0ccd-16e7-4850-ad07-12ed26f8535e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052814Z:4dc398b5-001a-4a24-a564-593781a09933" + "CENTRALUS:20210505T214949Z:197f0ccd-16e7-4850-ad07-12ed26f8535e" + ], + "X-MSEdge-Ref": [ + "Ref A: 669873FF19464B13B4015BD7CDEDB9CD Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:48Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:14 GMT" + "Wed, 05 May 2021 21:49:48 GMT" ], "Content-Length": [ - "1292" + "1334" ], "Content-Type": [ "application/json" @@ -5736,23 +5736,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-savory\",\r\n \"name\": \"e2e-savory\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-savory-namespace\",\r\n \"displayName\": \"e2e-savory-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/savory-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iSDQAAAAAAAA%3D%3D%23RT%3A85%23TRC%3A85%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBCAJKNEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-singly\",\r\n \"name\": \"e2e-singly\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-singly-namespace\",\r\n \"displayName\": \"e2e-singly-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/singly-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j4GwAAAAAAAA%3D%3D%23RT%3A85%23TRC%3A85%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBmAPMbAJlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iSDQAAAAAAAA%3D%3D%23RT%3A85%23TRC%3A85%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBCAJKNEQAAYCEAMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVNEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NSUyM1RSQyUzQTg1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JDQUpLTkVRQUFZQ0VBTUFBU0FBd0FBQVJCQWJqQkdJRWVnRkdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUIzb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j4GwAAAAAAAA%3D%3D%23RT%3A85%23TRC%3A85%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBmAPMbAJlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajRHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NSUyM1RSQyUzQTg1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JtQVBNYkFKbERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tJQUNnQUFBY01BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60c0a2d5-3cc9-4040-af8b-e11deae3d844" + "9e5b535a-c13a-4226-b92d-dc58b25c8b3b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -5766,10 +5766,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" + "14809" ], "X-Ms-Request-Id": [ - "d591ab21-4e80-4fb1-bd99-e48f8abab38a" + "a5c16023-82a2-444c-a028-0439f85314b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5777,20 +5777,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "9ea8ed82-4a2e-4871-9b0c-291d40f818a1" + "8af405a4-2bd3-4981-a5a0-b6cf8fa23795" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052814Z:9ea8ed82-4a2e-4871-9b0c-291d40f818a1" + "CENTRALUS:20210505T214949Z:8af405a4-2bd3-4981-a5a0-b6cf8fa23795" + ], + "X-MSEdge-Ref": [ + "Ref A: C7B22392E63448AEB4B3EFBEC75C8875 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:49Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:14 GMT" + "Wed, 05 May 2021 21:49:48 GMT" ], "Content-Length": [ - "1296" + "1334" ], "Content-Type": [ "application/json" @@ -5799,23 +5799,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-phrase\",\r\n \"name\": \"e2e-phrase\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-phrase-namespace\",\r\n \"displayName\": \"e2e-phrase-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/phrase-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i9DQAAAAAAAA%3D%3D%23RT%3A86%23TRC%3A86%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBAALENAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cuspid\",\r\n \"name\": \"e2e-cuspid\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-cuspid-namespace\",\r\n \"displayName\": \"e2e-cuspid-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cuspid-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j7GwAAAAAAAA%3D%3D%23RT%3A86%23TRC%3A86%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBmAPMbAJhDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i9DQAAAAAAAA%3D%3D%23RT%3A86%23TRC%3A86%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBAALENAGAhADAAEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTlEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NiUyM1RSQyUzQTg2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JBQUxFTkFHQWhBREFBRWdBTUFBQUVRUUc0d1JpQkhvQlJnRE1Bd0E4QSUyRmZmJTJGVVFBQUhnRUJCZ0FvZ0glMkJBQThCWkRkd2Z2RTloQVA4UE1RQUFIaUVBQUFkNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j7GwAAAAAAAA%3D%3D%23RT%3A86%23TRC%3A86%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBmAPMbAJhDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajdHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NiUyM1RSQyUzQTg2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JtQVBNYkFKaERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tJQUNnQUFBY01BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d451bef0-cacd-44ef-b7f3-fc0ba4d978d5" + "9721b726-4d5c-49ef-a492-47acde3bb37f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -5829,10 +5829,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" + "14636" ], "X-Ms-Request-Id": [ - "c626c5f0-9f4a-4791-a7f1-ffebf6348f20" + "2cf10388-eea8-41d0-bd71-7ecccfc5c264" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5840,20 +5840,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "90e2139e-7894-45d6-ba6e-8469950797f0" + "74a4721d-32aa-48aa-8711-84a52aa98e86" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052815Z:90e2139e-7894-45d6-ba6e-8469950797f0" + "CENTRALUS:20210505T214949Z:74a4721d-32aa-48aa-8711-84a52aa98e86" + ], + "X-MSEdge-Ref": [ + "Ref A: 1B047D995AC34A5BACAB0D82B4FE7D79 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:49Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:14 GMT" + "Wed, 05 May 2021 21:49:48 GMT" ], "Content-Length": [ - "1294" + "1334" ], "Content-Type": [ "application/json" @@ -5862,23 +5862,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-raglan\",\r\n \"name\": \"e2e-raglan\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-raglan-namespace\",\r\n \"displayName\": \"e2e-raglan-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/raglan-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i%2BDQAAAAAAAA%3D%3D%23RT%3A87%23TRC%3A87%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA%2BAL6NIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cosine\",\r\n \"name\": \"e2e-cosine\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-cosine-namespace\",\r\n \"displayName\": \"e2e-cosine-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cosine-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j8GwAAAAAAAA%3D%3D%23RT%3A87%23TRC%3A87%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBmAPMbAJBDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i%2BDQAAAAAAAA%3D%3D%23RT%3A87%23TRC%3A87%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA%2BAL6NIQAwABIADAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aSUyQkRRQUFBQUFBQUElM0QlM0QlMjNSVCUzQTg3JTIzVFJDJTNBODclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQSUyQkFMNk5JUUF3QUJJQURBQUFCRUVCdU1FWWdSNkFVWUF6QU1BUEFQMzMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBSGVnSUFqWVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j8GwAAAAAAAA%3D%3D%23RT%3A87%23TRC%3A87%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBmAPMbAJBDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajhHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NyUyM1RSQyUzQTg3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JtQVBNYkFKQkRIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tJQUNnQUFBY01BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "438532ef-850c-4054-9ec5-813dcc9745cd" + "f76a3acf-06ae-4895-8e73-bb7fd2df8af9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -5892,10 +5892,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" + "14808" ], "X-Ms-Request-Id": [ - "8e971c8e-f524-4737-be54-a43a57f025fa" + "15e3ca2d-766d-4f49-8789-8c0d8c31c281" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5903,20 +5903,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "39a1ec30-2116-4364-9f6a-47d6c0407853" + "14bf6f01-aefe-4444-9de7-81a05b25bbe1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052815Z:39a1ec30-2116-4364-9f6a-47d6c0407853" + "CENTRALUS:20210505T214949Z:14bf6f01-aefe-4444-9de7-81a05b25bbe1" + ], + "X-MSEdge-Ref": [ + "Ref A: 1F7C7254EB694EF3BA140A7919822F65 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:49Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:15 GMT" + "Wed, 05 May 2021 21:49:48 GMT" ], "Content-Length": [ - "1314" + "1336" ], "Content-Type": [ "application/json" @@ -5925,23 +5925,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-attend\",\r\n \"name\": \"e2e-attend\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-attend-namespace\",\r\n \"displayName\": \"e2e-attend-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/attend-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkDQAAAAAAAA%3D%3D%23RT%3A88%23TRC%3A88%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA8AOENMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cybele\",\r\n \"name\": \"e2e-cybele\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-cybele-namespace\",\r\n \"displayName\": \"e2e-cybele-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cybele-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j-GwAAAAAAAA%3D%3D%23RT%3A88%23TRC%3A88%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBmAP%2BbAsBDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkDQAAAAAAAA%3D%3D%23RT%3A88%23TRC%3A88%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA8AOENMAASAAwAAARBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amtEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4OCUyM1RSQyUzQTg4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0E4QU9FTk1BQVNBQXdBQUFSQkFiakJHSUVlZ0ZHQU13REFEd0Q5OSUyRjlSQUFBZUFRRUdBQ2lBZjRBRHdGa04zQiUyQjhUMkVBJTJGdzh4QUFBZUlRQUFCM29DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j-GwAAAAAAAA%3D%3D%23RT%3A88%23TRC%3A88%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBmAP%2BbAsBDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ai1Hd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E4OCUyM1RSQyUzQTg4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JtQVAlMkJiQXNCREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0lBQ2dBQUFjTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnSG9DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2421f89d-4d24-436c-8c70-33d22306e784" + "d3992745-a5df-413b-86c3-2e4022af52bf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -5955,10 +5955,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" + "14635" ], "X-Ms-Request-Id": [ - "82b4d2ae-319f-47bc-8518-0900c78ace92" + "d84e1055-db8c-4670-a3bf-c6fd71a2e229" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5966,20 +5966,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "8a695acf-66d9-4e15-99c8-eb93f77b5ee3" + "f027b9e1-b9c9-4662-b167-eed9c1ee4260" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052815Z:8a695acf-66d9-4e15-99c8-eb93f77b5ee3" + "CENTRALUS:20210505T214949Z:f027b9e1-b9c9-4662-b167-eed9c1ee4260" + ], + "X-MSEdge-Ref": [ + "Ref A: D7B4BFCB52E240FAA707631688CE5FD9 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:49Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:15 GMT" + "Wed, 05 May 2021 21:49:48 GMT" ], "Content-Length": [ - "1287" + "1340" ], "Content-Type": [ "application/json" @@ -5988,23 +5988,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gagged\",\r\n \"name\": \"e2e-gagged\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-gagged-namespace\",\r\n \"displayName\": \"e2e-gagged-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/gagged-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jlDQAAAAAAAA%3D%3D%23RT%3A89%23TRC%3A89%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA6AOWNEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-quotas\",\r\n \"name\": \"e2e-quotas\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-quotas-namespace\",\r\n \"displayName\": \"e2e-quotas-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/quotas-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gAHAAAAAAAAA%3D%3D%23RT%3A89%23TRC%3A89%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBkAAIcQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jlDQAAAAAAAA%3D%3D%23RT%3A89%23TRC%3A89%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA6AOWNEgAMAAAEQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amxEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4OSUyM1RSQyUzQTg5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0E2QU9XTkVnQU1BQUFFUVFHNHdSaUJIb0JSZ0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gAHAAAAAAAAA%3D%3D%23RT%3A89%23TRC%3A89%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBkAAIcQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0FIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4OSUyM1RSQyUzQTg5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JrQUFJY1F4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNpQUFvQUFBSERBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "faf70a94-b89b-44d8-adc9-be387896dfe4" + "0bfc5e1b-4877-4c9d-82d6-9226fd973df8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -6018,10 +6018,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" + "14807" ], "X-Ms-Request-Id": [ - "fde6d018-9290-42fc-9e94-9574c433529a" + "7ee6aff8-fca1-49c8-8dfb-45f7973e869e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6029,20 +6029,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "373aaa55-422d-419c-8b4d-e0754e2c7be5" + "41b99b7f-e09d-47da-ae52-d081eb591d5f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052815Z:373aaa55-422d-419c-8b4d-e0754e2c7be5" + "CENTRALUS:20210505T214949Z:41b99b7f-e09d-47da-ae52-d081eb591d5f" + ], + "X-MSEdge-Ref": [ + "Ref A: 713F3068CE224EB5AD2A8BDDF530D1CF Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:49Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:15 GMT" + "Wed, 05 May 2021 21:49:48 GMT" ], "Content-Length": [ - "1278" + "1340" ], "Content-Type": [ "application/json" @@ -6051,23 +6051,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-meaner\",\r\n \"name\": \"e2e-meaner\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-meaner-namespace\",\r\n \"displayName\": \"e2e-meaner-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/meaner-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gCDgAAAAAAAA%3D%3D%23RT%3A90%23TRC%3A90%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA4AAIODAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-tactic\",\r\n \"name\": \"e2e-tactic\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-tactic-namespace\",\r\n \"displayName\": \"e2e-tactic-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/tactic-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gBHAAAAAAAAA%3D%3D%23RT%3A90%23TRC%3A90%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBkAAIcQh%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gCDgAAAAAAAA%3D%3D%23RT%3A90%23TRC%3A90%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA4AAIODAAABEEBuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0NEZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MCUyM1RSQyUzQTkwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0E0QUFJT0RBQUFCRUVCdU1FWWdSNkFVWUF6QU1BUEFQMzMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBSGVnSUFqWVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gBHAAAAAAAAA%3D%3D%23RT%3A90%23TRC%3A90%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBkAAIcQh%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0JIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MCUyM1RSQyUzQTkwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JrQUFJY1FoJTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNpQUFvQUFBSERBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19742d01-5505-4e77-b5ec-d6bcd23a0c88" + "69385f1f-5486-4d6c-834f-a3255c71bb76" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -6081,10 +6081,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" + "14634" ], "X-Ms-Request-Id": [ - "7c747635-47ec-4e50-acc3-c267c52748b2" + "9d48e20d-ab16-4135-8161-76c5a92c31ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6092,20 +6092,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "24a24bf2-4139-4621-8b27-353980c29b8b" + "9be588c6-a519-48f5-b6c0-a7a54df54045" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052816Z:24a24bf2-4139-4621-8b27-353980c29b8b" + "CENTRALUS:20210505T214949Z:9be588c6-a519-48f5-b6c0-a7a54df54045" + ], + "X-MSEdge-Ref": [ + "Ref A: 29E59F252B844AD5B1444A60ACF89BD2 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:49Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:15 GMT" + "Wed, 05 May 2021 21:49:48 GMT" ], "Content-Length": [ - "1272" + "1340" ], "Content-Type": [ "application/json" @@ -6114,23 +6114,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-abbott\",\r\n \"name\": \"e2e-abbott\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-abbott-namespace\",\r\n \"displayName\": \"e2e-abbott-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/abbott-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gDDgAAAAAAAA%3D%3D%23RT%3A91%23TRC%3A91%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA2AAOOCoBBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-spence\",\r\n \"name\": \"e2e-spence\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-spence-namespace\",\r\n \"displayName\": \"e2e-spence-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/spence-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gGHAAAAAAAAA%3D%3D%23RT%3A91%23TRC%3A91%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBkAAIcQB%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gDDgAAAAAAAA%3D%3D%23RT%3A91%23TRC%3A91%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA2AAOOCoBBAbjBGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0REZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MSUyM1RSQyUzQTkxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0EyQUFPT0NvQkJBYmpCR0lFZWdGR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gGHAAAAAAAAA%3D%3D%23RT%3A91%23TRC%3A91%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBkAAIcQB%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0dIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MSUyM1RSQyUzQTkxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JrQUFJY1FCJTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNpQUFvQUFBSERBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "20713241-40cb-428d-8ed7-5e315fe6509a" + "dff70f15-c7c7-4f45-b24b-88c072426910" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -6144,10 +6144,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" + "14806" ], "X-Ms-Request-Id": [ - "70d74777-164f-42b3-9d95-ba6ac5ad848a" + "552f9401-afc9-4e1e-8953-708b54e6e5d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6155,20 +6155,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "d425daf4-a19f-483e-8d93-ff60ef1873b1" + "36fa5a76-0f15-4ce1-b75c-f1d8e06ead97" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052816Z:d425daf4-a19f-483e-8d93-ff60ef1873b1" + "CENTRALUS:20210505T214949Z:36fa5a76-0f15-4ce1-b75c-f1d8e06ead97" + ], + "X-MSEdge-Ref": [ + "Ref A: A87E90B7C91E4C27AC613696D90E382E Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:49Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:16 GMT" + "Wed, 05 May 2021 21:49:49 GMT" ], "Content-Length": [ - "1279" + "1340" ], "Content-Type": [ "application/json" @@ -6177,23 +6177,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-tawney\",\r\n \"name\": \"e2e-tawney\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-tawney-namespace\",\r\n \"displayName\": \"e2e-tawney-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/tawney-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gaDgAAAAAAAA%3D%3D%23RT%3A92%23TRC%3A92%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA0ABqOQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-lingos\",\r\n \"name\": \"e2e-lingos\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-lingos-namespace\",\r\n \"displayName\": \"e2e-lingos-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/lingos-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gIHAAAAAAAAA%3D%3D%23RT%3A92%23TRC%3A92%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBkAAIcAB%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gaDgAAAAAAAA%3D%3D%23RT%3A92%23TRC%3A92%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA0ABqOQQG4wRiBHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2FEZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MiUyM1RSQyUzQTkyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0EwQUJxT1FRRzR3UmlCSG9CUmdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQWQ2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gIHAAAAAAAAA%3D%3D%23RT%3A92%23TRC%3A92%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBkAAIcAB%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0lIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MiUyM1RSQyUzQTkyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JrQUFJY0FCJTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNpQUFvQUFBSERBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cb0ef522-3faf-48f9-930e-0f1debbc17f8" + "5a0a959e-578b-43ce-ac2c-38745b9ab7b9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -6207,10 +6207,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" + "14633" ], "X-Ms-Request-Id": [ - "9439b16e-3915-4b33-94b0-0241a381d166" + "e101e83c-c9c1-4cce-9485-15b4c8ff55da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6218,20 +6218,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "ba691863-40b5-4c8b-9fee-f43108919983" + "cd327dd4-535f-4aac-8d94-ae7641712341" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052816Z:ba691863-40b5-4c8b-9fee-f43108919983" + "CENTRALUS:20210505T214950Z:cd327dd4-535f-4aac-8d94-ae7641712341" + ], + "X-MSEdge-Ref": [ + "Ref A: EE17DF70C9654AE6922165DC33114922 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:49Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:16 GMT" + "Wed, 05 May 2021 21:49:49 GMT" ], "Content-Length": [ - "1538" + "1338" ], "Content-Type": [ "application/json" @@ -6240,23 +6240,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-trifle\",\r\n \"name\": \"e2e-trifle\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-trifle-namespace\",\r\n \"displayName\": \"e2e-trifle-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/sewing-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/trifle-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjDwAAAAAAAA%3D%3D%23RT%3A93%23TRC%3A93%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAyAGEPuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gowned\",\r\n \"name\": \"e2e-gowned\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-gowned-namespace\",\r\n \"displayName\": \"e2e-gowned-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/gowned-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gJHAAAAAAAAA%3D%3D%23RT%3A93%23TRC%3A93%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBkAAIcAB74ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjDwAAAAAAAA%3D%3D%23RT%3A93%23TRC%3A93%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAyAGEPuMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGpEd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MyUyM1RSQyUzQTkzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0F5QUdFUHVNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gJHAAAAAAAAA%3D%3D%23RT%3A93%23TRC%3A93%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBkAAIcAB74ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0pIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MyUyM1RSQyUzQTkzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JrQUFJY0FCNzRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaUFBb0FBQUhEQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEI2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db5a7d8f-c953-41b9-ab3e-34d8abc0dcc7" + "96f26a96-5ce1-4609-8c9f-576dfd0b5a88" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -6270,10 +6270,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" + "14805" ], "X-Ms-Request-Id": [ - "de6977b6-e22c-4966-81ad-d8569b3b1ee5" + "9797cd30-5870-4cf2-a851-30514da2d571" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6281,20 +6281,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "bfa0ccbe-6348-498b-873f-d885cbcf020d" + "13c1766f-4776-425e-abd2-b57f3b484760" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052817Z:bfa0ccbe-6348-498b-873f-d885cbcf020d" + "CENTRALUS:20210505T214950Z:13c1766f-4776-425e-abd2-b57f3b484760" + ], + "X-MSEdge-Ref": [ + "Ref A: 25F325FD6215452AACF1EFC7DBED2F6D Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:50Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:16 GMT" + "Wed, 05 May 2021 21:49:49 GMT" ], "Content-Length": [ - "1277" + "1338" ], "Content-Type": [ "application/json" @@ -6303,23 +6303,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fencer\",\r\n \"name\": \"e2e-fencer\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-fencer-namespace\",\r\n \"displayName\": \"e2e-fencer-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/fencer-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkDwAAAAAAAA%3D%3D%23RT%3A94%23TRC%3A94%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAyAGEPsMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-abuses\",\r\n \"name\": \"e2e-abuses\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-abuses-namespace\",\r\n \"displayName\": \"e2e-abuses-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/abuses-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gKHAAAAAAAAA%3D%3D%23RT%3A94%23TRC%3A94%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBkAAIcABz4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkDwAAAAAAAA%3D%3D%23RT%3A94%23TRC%3A94%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAyAGEPsMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGtEd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NCUyM1RSQyUzQTk0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0F5QUdFUHNNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gKHAAAAAAAAA%3D%3D%23RT%3A94%23TRC%3A94%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBkAAIcABz4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0tIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NCUyM1RSQyUzQTk0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JrQUFJY0FCejRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaUFBb0FBQUhEQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEI2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4a73c1a6-00f1-4f71-a84e-86c92129ff10" + "55d6d6dc-c47f-4eb5-92d1-8691277d5517" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -6333,10 +6333,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" + "14632" ], "X-Ms-Request-Id": [ - "e851c3d8-9cca-44ce-9dbc-8ffdfd9f0b88" + "ee4f3e93-fb6c-456d-988b-3a7ffec1903e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6344,20 +6344,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6ba14314-86f4-4eb1-9ccf-cff2feb3a3c1" + "4e0c76a0-6af5-4363-a623-9fe362e4d2f0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052817Z:6ba14314-86f4-4eb1-9ccf-cff2feb3a3c1" + "CENTRALUS:20210505T214950Z:4e0c76a0-6af5-4363-a623-9fe362e4d2f0" + ], + "X-MSEdge-Ref": [ + "Ref A: 240DEA3FCAA44DF4A7317356BF9F93FA Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:50Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:17 GMT" + "Wed, 05 May 2021 21:49:49 GMT" ], "Content-Length": [ - "1304" + "1338" ], "Content-Type": [ "application/json" @@ -6366,23 +6366,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-booths\",\r\n \"name\": \"e2e-booths\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-booths-namespace\",\r\n \"displayName\": \"e2e-booths-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/booths-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hlDwAAAAAAAA%3D%3D%23RT%3A95%23TRC%3A95%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAyAGEPoMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-lipton\",\r\n \"name\": \"e2e-lipton\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-lipton-namespace\",\r\n \"displayName\": \"e2e-lipton-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/lipton-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gLHAAAAAAAAA%3D%3D%23RT%3A95%23TRC%3A95%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBkAAIcABj4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hlDwAAAAAAAA%3D%3D%23RT%3A95%23TRC%3A95%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAyAGEPoMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGxEd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NSUyM1RSQyUzQTk1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0F5QUdFUG9NRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gLHAAAAAAAAA%3D%3D%23RT%3A95%23TRC%3A95%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBkAAIcABj4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0xIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NSUyM1RSQyUzQTk1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JrQUFJY0FCajRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaUFBb0FBQUhEQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEI2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c01eb95-91a9-45de-ad13-4f2a5b69bcad" + "6d6b04ee-7621-468b-bd36-c7469dce8cd5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -6396,10 +6396,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" + "14804" ], "X-Ms-Request-Id": [ - "f5638535-f9c0-416f-9fed-08d22a6efa8a" + "a4a1c903-4848-4e1e-9011-4c9d0ae2058d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6407,20 +6407,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6dedf22a-3a41-4b5e-af3d-18fb90ac3eb0" + "16b067d4-bcfd-4d1f-a7b7-d721cd378174" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052817Z:6dedf22a-3a41-4b5e-af3d-18fb90ac3eb0" + "CENTRALUS:20210505T214950Z:16b067d4-bcfd-4d1f-a7b7-d721cd378174" + ], + "X-MSEdge-Ref": [ + "Ref A: 32BF47E1B7344A1C9541EFC44E1D2634 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:50Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:17 GMT" + "Wed, 05 May 2021 21:49:49 GMT" ], "Content-Length": [ - "1310" + "1338" ], "Content-Type": [ "application/json" @@ -6429,23 +6429,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-duping\",\r\n \"name\": \"e2e-duping\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-duping-namespace\",\r\n \"displayName\": \"e2e-duping-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/duping-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hnDwAAAAAAAA%3D%3D%23RT%3A96%23TRC%3A96%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAyAGEPgMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mammon\",\r\n \"name\": \"e2e-mammon\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-mammon-namespace\",\r\n \"displayName\": \"e2e-mammon-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/mammon-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gMHAAAAAAAAA%3D%3D%23RT%3A96%23TRC%3A96%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBkAAycAcD4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hnDwAAAAAAAA%3D%3D%23RT%3A96%23TRC%3A96%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAyAGEPgMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aG5Ed0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NiUyM1RSQyUzQTk2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0F5QUdFUGdNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gMHAAAAAAAAA%3D%3D%23RT%3A96%23TRC%3A96%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBkAAycAcD4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z01IQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NiUyM1RSQyUzQTk2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JrQUF5Y0FjRDRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaUFBb0FBQUhEQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEI2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf8cb10c-242b-4e01-8927-de284f361d77" + "02b9d291-d8cb-4c30-84ec-61fe6d755c12" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -6459,10 +6459,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" + "14631" ], "X-Ms-Request-Id": [ - "87034b5f-464e-4d2f-96eb-1ce494c52a5a" + "119a3c17-2769-4ef4-833f-4caf5e9debe8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6470,20 +6470,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "580afbdb-8cc0-46bf-9850-a3b008155322" + "da9cbc62-23d3-4c39-bdba-5cabb6ccd135" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052818Z:580afbdb-8cc0-46bf-9850-a3b008155322" + "CENTRALUS:20210505T214950Z:da9cbc62-23d3-4c39-bdba-5cabb6ccd135" + ], + "X-MSEdge-Ref": [ + "Ref A: 8C41974923E9410887139AF54F0FF416 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:50Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:17 GMT" + "Wed, 05 May 2021 21:49:49 GMT" ], "Content-Length": [ - "1273" + "1334" ], "Content-Type": [ "application/json" @@ -6492,23 +6492,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-balded\",\r\n \"name\": \"e2e-balded\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-balded-namespace\",\r\n \"displayName\": \"e2e-balded-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/balded-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hoDwAAAAAAAA%3D%3D%23RT%3A97%23TRC%3A97%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAyAGEPAMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bipeds\",\r\n \"name\": \"e2e-bipeds\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bipeds-namespace\",\r\n \"displayName\": \"e2e-bipeds-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bipeds-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gTHAAAAAAAAA%3D%3D%23RT%3A97%23TRC%3A97%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBiABEc%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hoDwAAAAAAAA%3D%3D%23RT%3A97%23TRC%3A97%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAyAGEPAMEYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aG9Ed0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NyUyM1RSQyUzQTk3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0F5QUdFUEFNRVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gTHAAAAAAAAA%3D%3D%23RT%3A97%23TRC%3A97%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBiABEc%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1RIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NyUyM1RSQyUzQTk3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JpQUJFYyUyQkFBUmdFTUFBTUFBQkdBQVlnQUFRUUFJRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvZ0FLQUFBQnd3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQWVnSUFqWVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3066521-ee95-420a-a6ad-1a294f70023b" + "e722c52a-5b94-44ec-a982-d0127106df37" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -6522,10 +6522,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" + "14803" ], "X-Ms-Request-Id": [ - "ca7862c0-bd7e-490c-81c3-34930274c856" + "029d74d2-7f21-412f-8973-3818aaa7818f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6533,20 +6533,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "e85d4f3c-3a5c-4611-b8e4-3d9dd12a2820" + "9fc63699-ce45-4187-93c9-71bdc5953660" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052818Z:e85d4f3c-3a5c-4611-b8e4-3d9dd12a2820" + "CENTRALUS:20210505T214951Z:9fc63699-ce45-4187-93c9-71bdc5953660" + ], + "X-MSEdge-Ref": [ + "Ref A: BF6F1DFEDE3D4E30BE1248C9AD273A99 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:50Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:17 GMT" + "Wed, 05 May 2021 21:49:50 GMT" ], "Content-Length": [ - "1308" + "1332" ], "Content-Type": [ "application/json" @@ -6555,23 +6555,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gandhi\",\r\n \"name\": \"e2e-gandhi\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-gandhi-namespace\",\r\n \"displayName\": \"e2e-gandhi-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/gandhi-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27huDwAAAAAAAA%3D%3D%23RT%3A98%23TRC%3A98%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAyAGEPAMAYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-inputs\",\r\n \"name\": \"e2e-inputs\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-inputs-namespace\",\r\n \"displayName\": \"e2e-inputs-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/inputs-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gUHAAAAAAAAA%3D%3D%23RT%3A98%23TRC%3A98%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBiABEc8AARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27huDwAAAAAAAA%3D%3D%23RT%3A98%23TRC%3A98%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAyAGEPAMAYgR6AUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHVEd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E5OCUyM1RSQyUzQTk4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0F5QUdFUEFNQVlnUjZBVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gUHAAAAAAAAA%3D%3D%23RT%3A98%23TRC%3A98%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBiABEc8AARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1VIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5OCUyM1RSQyUzQTk4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JpQUJFYzhBQVJnRU1BQU1BQUJHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb2dBS0FBQUJ3d0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkFlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "93720866-f2da-44e8-8e61-112b521129ae" + "da935ffc-d172-4f4a-b80b-c454dbb3a764" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -6585,10 +6585,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" + "14630" ], "X-Ms-Request-Id": [ - "0b2fd5a6-b09f-4013-8cf0-0cd48fcbfdc5" + "3afcd744-dad3-4f96-a9c4-5c0153f871a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6596,20 +6596,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "b1f8bbde-5dee-4a31-90e3-9f552c395c69" + "0f6025ce-440b-41f0-9790-df98e636d293" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052818Z:b1f8bbde-5dee-4a31-90e3-9f552c395c69" + "CENTRALUS:20210505T214951Z:0f6025ce-440b-41f0-9790-df98e636d293" + ], + "X-MSEdge-Ref": [ + "Ref A: B09BA7898B724EB3960C71EEBF3574B1 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:51Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:18 GMT" + "Wed, 05 May 2021 21:49:50 GMT" ], "Content-Length": [ - "1306" + "1332" ], "Content-Type": [ "application/json" @@ -6618,23 +6618,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-onsets\",\r\n \"name\": \"e2e-onsets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-onsets-namespace\",\r\n \"displayName\": \"e2e-onsets-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/onsets-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hvDwAAAAAAAA%3D%3D%23RT%3A99%23TRC%3A99%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAwAG%2BPGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-melted\",\r\n \"name\": \"e2e-melted\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-melted-namespace\",\r\n \"displayName\": \"e2e-melted-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/melted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gVHAAAAAAAAA%3D%3D%23RT%3A99%23TRC%3A99%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBiABEc4AARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hvDwAAAAAAAA%3D%3D%23RT%3A99%23TRC%3A99%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAwAG%2BPGIEegFGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHZEd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E5OSUyM1RSQyUzQTk5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0F3QUclMkJQR0lFZWdGR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gVHAAAAAAAAA%3D%3D%23RT%3A99%23TRC%3A99%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBiABEc4AARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1ZIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5OSUyM1RSQyUzQTk5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFlZ0JpQUJFYzRBQVJnRU1BQU1BQUJHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb2dBS0FBQUJ3d0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkFlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "66acdca5-6f78-4de2-bceb-1dd19bed34ca" + "724093db-65e5-4920-912c-a3e15078ceeb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -6648,10 +6648,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" + "14802" ], "X-Ms-Request-Id": [ - "34137a0b-691b-4b22-82b2-d1c2c292b655" + "0c145040-ba8c-482a-85e3-076bfb27b5ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6659,20 +6659,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "91062dd7-1827-471e-ba0b-2d01d849e1bb" + "9a3f8724-49a1-4774-8799-d6843587fb21" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052818Z:91062dd7-1827-471e-ba0b-2d01d849e1bb" + "CENTRALUS:20210505T214951Z:9a3f8724-49a1-4774-8799-d6843587fb21" + ], + "X-MSEdge-Ref": [ + "Ref A: FDDE82C2E0B2414EB220E050F77ACABB Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:51Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:18 GMT" + "Wed, 05 May 2021 21:49:50 GMT" ], "Content-Length": [ - "1442" + "1334" ], "Content-Type": [ "application/json" @@ -6681,23 +6681,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-regain-215820c6732d8efcd68eb38167e97af2\",\r\n \"name\": \"e2e-regain-215820c6732d8efcd68eb38167e97af2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-regain-215820c6732d8efcd68eb38167e97af2-namespace\",\r\n \"displayName\": \"e2e-regain-215820c6732d8efcd68eb38167e97af2-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/curtsy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iIEAAAAAAAAA%3D%3D%23RT%3A100%23TRC%3A100%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAuAIiQHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-konrad\",\r\n \"name\": \"e2e-konrad\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-konrad-namespace\",\r\n \"displayName\": \"e2e-konrad-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/konrad-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gWHAAAAAAAAA%3D%3D%23RT%3A100%23TRC%3A100%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBiABEcwAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iIEAAAAAAAAA%3D%3D%23RT%3A100%23TRC%3A100%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAuAIiQHoBRgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUlFQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDAlMjNUUkMlM0ExMDAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQXVBSWlRSG9CUmdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQWQ2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gWHAAAAAAAAA%3D%3D%23RT%3A100%23TRC%3A100%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBiABEcwAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1dIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDAlMjNUUkMlM0ExMDAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQmlBQkVjd0FBUmdFTUFBTUFBQkdBQVlnQUFRUUFJRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvZ0FLQUFBQnd3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQWVnSUFqWVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f5ee077-3d0c-47f4-a0b2-4e39f5c55c01" + "8116eac4-a396-499e-baa2-148c9d676cf4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -6711,10 +6711,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" + "14629" ], "X-Ms-Request-Id": [ - "7222ed60-a65a-421c-b7b4-b9181f10c1cd" + "eaf7622c-5f3f-40ca-9bc3-e477af95a6d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6722,20 +6722,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "9ce35908-9742-46ab-9d7a-6cd962c00939" + "0bd181ec-131e-412b-82e6-a59607416a91" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052819Z:9ce35908-9742-46ab-9d7a-6cd962c00939" + "CENTRALUS:20210505T214951Z:0bd181ec-131e-412b-82e6-a59607416a91" + ], + "X-MSEdge-Ref": [ + "Ref A: 4E797FF509C34C1B944590C52091A111 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:51Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:18 GMT" + "Wed, 05 May 2021 21:49:50 GMT" ], "Content-Length": [ - "1489" + "1326" ], "Content-Type": [ "application/json" @@ -6744,23 +6744,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/march-11-rg2/providers/microsoft.extendedlocation/customlocations/march-11-appliance2-cl\",\r\n \"name\": \"march-11-appliance2-cl\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"nagiesek@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-03-11T17:58:52.2124861Z\",\r\n \"lastModifiedBy\": \"nagiesek@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-03-11T18:09:22.4215203Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/march-11-rg2/providers/Microsoft.ResourceConnector/appliances/march-11-appliance2\",\r\n \"namespace\": \"hci-vmoperator\",\r\n \"displayName\": \"march-11-appliance2-cl\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/march-11-rg2/providers/Microsoft.ResourceConnector/appliances/march-11-appliance2/providers/Microsoft.KubernetesConfiguration/extensions/hci-vmoperator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iuEAAAAAAAAA%3D%3D%23RT%3A101%23TRC%3A101%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAsAK6QUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-garage\",\r\n \"name\": \"e2e-garage\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-garage-namespace\",\r\n \"displayName\": \"e2e-garage-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/garage-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gXHAAAAAAAAA%3D%3D%23RT%3A101%23TRC%3A101%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBgABecEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iuEAAAAAAAAA%3D%3D%23RT%3A101%23TRC%3A101%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAsAK6QUYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXVFQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDElMjNUUkMlM0ExMDElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQXNBSzZRVVlBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gXHAAAAAAAAA%3D%3D%23RT%3A101%23TRC%3A101%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBgABecEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1hIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDElMjNUUkMlM0ExMDElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQmdBQmVjRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLSUFDZ0FBQWNNQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdIb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b1297df7-ef98-4bfb-94f4-4ae008907cc6" + "910daaf1-d5ec-4eda-9be4-9322342eecf2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -6774,10 +6774,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" + "14801" ], "X-Ms-Request-Id": [ - "7ffaba39-5487-446e-8eb3-8d7b2bed3e5f" + "35089730-ee27-4530-bbec-331eb94da3e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6785,20 +6785,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "c521d18d-0e1c-46a3-8e35-f5521d1bf5d0" + "a8b4b2aa-866b-4ab8-8335-da7715ebc8cc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052819Z:c521d18d-0e1c-46a3-8e35-f5521d1bf5d0" + "CENTRALUS:20210505T214951Z:a8b4b2aa-866b-4ab8-8335-da7715ebc8cc" + ], + "X-MSEdge-Ref": [ + "Ref A: B890E1778ABA4B31854FDE5CE9B01C0B Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:51Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:18 GMT" + "Wed, 05 May 2021 21:49:50 GMT" ], "Content-Length": [ - "1445" + "1330" ], "Content-Type": [ "application/json" @@ -6807,23 +6807,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-arg-full-sync-eastus\",\r\n \"name\": \"cl-arg-full-sync-eastus\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"shramesh@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-03-11T22:59:20.3111483Z\",\r\n \"lastModifiedBy\": \"shramesh@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-03-11T22:59:20.3111483Z\"\r\n },\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb//resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"arg-full-sync-namespace\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb//resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/arg-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gBEQAAAAAAAA%3D%3D%23RT%3A102%23TRC%3A102%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAqAAGRMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-russel\",\r\n \"name\": \"e2e-russel\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-amours-namespace\",\r\n \"displayName\": \"e2e-russel-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/amours-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxHAAAAAAAAA%3D%3D%23RT%3A102%23TRC%3A102%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBeADGcQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gBEQAAAAAAAA%3D%3D%23RT%3A102%23TRC%3A102%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAqAAGRMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0JFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDIlMjNUUkMlM0ExMDIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQXFBQUdSTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUIzb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxHAAAAAAAAA%3D%3D%23RT%3A102%23TRC%3A102%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBeADGcQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3hIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDIlMjNUUkMlM0ExMDIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQmVBREdjUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaUFBb0FBQUhEQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEI2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "35e5fd8b-2b3f-4231-bbe7-9d1d8fe0d656" + "6230998e-872b-4a2e-b3b4-58bede78c841" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -6837,10 +6837,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" + "14628" ], "X-Ms-Request-Id": [ - "f83cd504-f173-4ddf-8c00-d327a33a5cf0" + "f68e6889-0896-4bcd-9966-f5c14c4f2270" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6848,20 +6848,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "49170282-642a-4805-b20c-9ae052b75b34" + "8047cf4f-daf2-48c0-b83d-5f290346e759" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052819Z:49170282-642a-4805-b20c-9ae052b75b34" + "CENTRALUS:20210505T214951Z:8047cf4f-daf2-48c0-b83d-5f290346e759" + ], + "X-MSEdge-Ref": [ + "Ref A: 6ECDC6FD1CB640B587E8BE02DD6A681A Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:51Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:19 GMT" + "Wed, 05 May 2021 21:49:50 GMT" ], "Content-Length": [ - "1302" + "1324" ], "Content-Type": [ "application/json" @@ -6870,23 +6870,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-vulvae\",\r\n \"name\": \"e2e-vulvae\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-vulvae-namespace\",\r\n \"displayName\": \"e2e-vulvae-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/chimed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hGEQAAAAAAAA%3D%3D%23RT%3A103%23TRC%3A103%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAoAEMRwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-period\",\r\n \"name\": \"e2e-period\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-shinto-namespace\",\r\n \"displayName\": \"e2e-period-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/shinto-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iOHAAAAAAAAA%3D%3D%23RT%3A103%23TRC%3A103%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBcAIMcAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hGEQAAAAAAAA%3D%3D%23RT%3A103%23TRC%3A103%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAoAEMRwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEdFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDMlMjNUUkMlM0ExMDMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQW9BRU1Sd0E4QSUyRmZmJTJGVVFBQUhnRUJCZ0FvZ0glMkJBQThCWkRkd2Z2RTloQVA4UE1RQUFIaUVBQUFkNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iOHAAAAAAAAA%3D%3D%23RT%3A103%23TRC%3A103%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBcAIMcAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aU9IQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDMlMjNUUkMlM0ExMDMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQmNBSU1jQU1BQUJHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb2dBS0FBQUJ3d0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkFlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ed3a646-9677-4d17-81ef-3579b89c08f0" + "c33acc08-f294-4d51-8d28-192433ecadac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -6900,10 +6900,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" + "14800" ], "X-Ms-Request-Id": [ - "d20ae4a4-d276-4e8b-b215-f261a4a335f0" + "586b9296-1a46-476e-91f8-6bd80c0b0d77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6911,20 +6911,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "5d2a060f-d71a-4bb4-b503-d199d1f336ab" + "be71f3d5-7d9b-4503-9016-eff248d1f46a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052820Z:5d2a060f-d71a-4bb4-b503-d199d1f336ab" + "CENTRALUS:20210505T214951Z:be71f3d5-7d9b-4503-9016-eff248d1f46a" + ], + "X-MSEdge-Ref": [ + "Ref A: D96381DC8F49439C97750EB59BAC8F62 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:51Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:19 GMT" + "Wed, 05 May 2021 21:49:50 GMT" ], "Content-Length": [ - "1265" + "1326" ], "Content-Type": [ "application/json" @@ -6933,23 +6933,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-rancor\",\r\n \"name\": \"e2e-rancor\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-rancor-namespace\",\r\n \"displayName\": \"e2e-rancor-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/rancor-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hHEQAAAAAAAA%3D%3D%23RT%3A104%23TRC%3A104%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAoAEMRgA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-backus\",\r\n \"name\": \"e2e-backus\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-lately-namespace\",\r\n \"displayName\": \"e2e-backus-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/lately-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iPHAAAAAAAAA%3D%3D%23RT%3A104%23TRC%3A104%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBcAI%2BcCoABwGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hHEQAAAAAAAA%3D%3D%23RT%3A104%23TRC%3A104%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAoAEMRgA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEhFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDQlMjNUUkMlM0ExMDQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQW9BRU1SZ0E4QSUyRmZmJTJGVVFBQUhnRUJCZ0FvZ0glMkJBQThCWkRkd2Z2RTloQVA4UE1RQUFIaUVBQUFkNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iPHAAAAAAAAA%3D%3D%23RT%3A104%23TRC%3A104%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBcAI%2BcCoABwGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVBIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDQlMjNUUkMlM0ExMDQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQmNBSSUyQmNDb0FCd0dBQVlnQUFRUUFJRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvZ0FLQUFBQnd3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQWVnSUFqWVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "82c980ba-e883-4af9-aa13-89f0453b6315" + "573a251f-4e30-40ca-ba8e-31dffe866697" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -6963,10 +6963,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" + "14627" ], "X-Ms-Request-Id": [ - "2747d591-bbae-423f-9d23-88bb274c493b" + "da435ab0-6504-4096-b34c-5479c0b2f198" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6974,20 +6974,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6bb70343-17a7-431f-9e2e-7b0c754df705" + "0d0ea4dc-80bd-4247-b92a-b70fed7e45aa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052820Z:6bb70343-17a7-431f-9e2e-7b0c754df705" + "CENTRALUS:20210505T214951Z:0d0ea4dc-80bd-4247-b92a-b70fed7e45aa" + ], + "X-MSEdge-Ref": [ + "Ref A: FBF7902545DC4A89844319951A55B544 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:51Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:19 GMT" + "Wed, 05 May 2021 21:49:51 GMT" ], "Content-Length": [ - "1262" + "1320" ], "Content-Type": [ "application/json" @@ -6996,23 +6996,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-castro\",\r\n \"name\": \"e2e-castro\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-castro-namespace\",\r\n \"displayName\": \"e2e-castro-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/castro-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hIEQAAAAAAAA%3D%3D%23RT%3A105%23TRC%3A105%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAoAEMRAA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-filets\",\r\n \"name\": \"e2e-filets\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-twofer-namespace\",\r\n \"displayName\": \"e2e-filets-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/twofer-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iaHAAAAAAAAA%3D%3D%23RT%3A105%23TRC%3A105%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBaAJqcAcBgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hIEQAAAAAAAA%3D%3D%23RT%3A105%23TRC%3A105%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAoAEMRAA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aElFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDUlMjNUUkMlM0ExMDUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQW9BRU1SQUE4QSUyRmZmJTJGVVFBQUhnRUJCZ0FvZ0glMkJBQThCWkRkd2Z2RTloQVA4UE1RQUFIaUVBQUFkNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iaHAAAAAAAAA%3D%3D%23RT%3A105%23TRC%3A105%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBaAJqcAcBgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWFIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDUlMjNUUkMlM0ExMDUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQmFBSnFjQWNCZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0lBQ2dBQUFjTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnSG9DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee0b9538-851b-4728-9df6-691f47f31ca0" + "7ba81a62-0700-460a-905d-c13f275dec76" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -7026,10 +7026,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" + "14799" ], "X-Ms-Request-Id": [ - "b0cac7cf-7275-4ab8-b837-b39620877b69" + "96bb7c75-f14b-4a1d-9f94-cfb839503bc6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7037,20 +7037,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "23c5dacf-40b0-4878-863e-724f0bc325b4" + "7ecfbd04-33e4-492a-9865-658ab4c27c8d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052820Z:23c5dacf-40b0-4878-863e-724f0bc325b4" + "CENTRALUS:20210505T214952Z:7ecfbd04-33e4-492a-9865-658ab4c27c8d" + ], + "X-MSEdge-Ref": [ + "Ref A: CBB12A5FF2AD4585A389EE2457D394FE Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:52Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:20 GMT" + "Wed, 05 May 2021 21:49:51 GMT" ], "Content-Length": [ - "1262" + "1362" ], "Content-Type": [ "application/json" @@ -7059,23 +7059,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-movers\",\r\n \"name\": \"e2e-movers\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-movers-namespace\",\r\n \"displayName\": \"e2e-movers-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/movers-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hJEQAAAAAAAA%3D%3D%23RT%3A106%23TRC%3A106%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAoAEMRAA4A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-lauder\",\r\n \"name\": \"e2e-lauder\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-lauder-namespace\",\r\n \"displayName\": \"e2e-lauder-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/laughs-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ilHAAAAAAAAA%3D%3D%23RT%3A106%23TRC%3A106%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBYAKEcYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hJEQAAAAAAAA%3D%3D%23RT%3A106%23TRC%3A106%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAoAEMRAA4A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEpFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDYlMjNUUkMlM0ExMDYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQW9BRU1SQUE0QSUyRmZmJTJGVVFBQUhnRUJCZ0FvZ0glMkJBQThCWkRkd2Z2RTloQVA4UE1RQUFIaUVBQUFkNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ilHAAAAAAAAA%3D%3D%23RT%3A106%23TRC%3A106%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBYAKEcYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWxIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDYlMjNUUkMlM0ExMDYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQllBS0VjWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2lBQW9BQUFIREFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRCNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "648e61de-bcf7-4da5-a771-1e75d322052d" + "f6a52e44-dae5-4d7a-a4fc-61a8679274c2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -7089,10 +7089,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" + "14626" ], "X-Ms-Request-Id": [ - "fcacf496-9b56-4fd5-a729-2cc320168537" + "f03ccf85-33e0-4859-8a84-1f7b05d68de1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7100,20 +7100,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "48925949-625b-4ddb-a000-2623e0408616" + "6b711147-2a65-41d6-8d85-9844b923aab5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052821Z:48925949-625b-4ddb-a000-2623e0408616" + "CENTRALUS:20210505T214952Z:6b711147-2a65-41d6-8d85-9844b923aab5" + ], + "X-MSEdge-Ref": [ + "Ref A: 6F8F7637D747464DACCA8428A6BA8664 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:52Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:20 GMT" + "Wed, 05 May 2021 21:49:51 GMT" ], "Content-Length": [ - "1265" + "1319" ], "Content-Type": [ "application/json" @@ -7122,23 +7122,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-slovak\",\r\n \"name\": \"e2e-slovak\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-slovak-namespace\",\r\n \"displayName\": \"e2e-slovak-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/slovak-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hKEQAAAAAAAA%3D%3D%23RT%3A107%23TRC%3A107%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAoAEMRAAwA%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gothic\",\r\n \"name\": \"e2e-gothic\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-gothic-namespace\",\r\n \"displayName\": \"e2e-gothic-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/gothic-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27imHAAAAAAAAA%3D%3D%23RT%3A107%23TRC%3A107%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBWAKacYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hKEQAAAAAAAA%3D%3D%23RT%3A107%23TRC%3A107%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAoAEMRAAwA%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEtFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDclMjNUUkMlM0ExMDclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQW9BRU1SQUF3QSUyRmZmJTJGVVFBQUhnRUJCZ0FvZ0glMkJBQThCWkRkd2Z2RTloQVA4UE1RQUFIaUVBQUFkNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27imHAAAAAAAAA%3D%3D%23RT%3A107%23TRC%3A107%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBWAKacYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aW1IQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDclMjNUUkMlM0ExMDclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQldBS2FjWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9nQUtBQUFCd3dCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6f9263d9-61db-45ef-a6fc-b337fdc70f3c" + "5d5a0981-9e95-40e0-ab3d-460186c9aa8d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -7152,10 +7152,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" + "14798" ], "X-Ms-Request-Id": [ - "99c26691-4277-4bc4-ac2d-bac33951e463" + "e399c2b2-3740-49cf-92be-0a2585c28b81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7163,20 +7163,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "2f385fe2-4bcb-4d84-bd6f-f682ee243763" + "2568d374-a97b-4d4b-93ef-b015dca8c830" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052821Z:2f385fe2-4bcb-4d84-bd6f-f682ee243763" + "CENTRALUS:20210505T214952Z:2568d374-a97b-4d4b-93ef-b015dca8c830" + ], + "X-MSEdge-Ref": [ + "Ref A: 3641ED175B754E56A38ED7256207EDE8 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:52Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:20 GMT" + "Wed, 05 May 2021 21:49:51 GMT" ], "Content-Length": [ - "1265" + "1308" ], "Content-Type": [ "application/json" @@ -7185,23 +7185,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-verily\",\r\n \"name\": \"e2e-verily\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-verily-namespace\",\r\n \"displayName\": \"e2e-verily-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/verily-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hLEQAAAAAAAA%3D%3D%23RT%3A108%23TRC%3A108%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAoAEuRAsAA%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-rustic\",\r\n \"name\": \"e2e-rustic\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-quakes-namespace\",\r\n \"displayName\": \"e2e-rustic-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/quakes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gYHQAAAAAAAA%3D%3D%23RT%3A108%23TRC%3A108%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBUABIdAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hLEQAAAAAAAA%3D%3D%23RT%3A108%23TRC%3A108%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAoAEuRAsAA%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aExFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDglMjNUUkMlM0ExMDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQW9BRXVSQXNBQSUyRmZmJTJGVVFBQUhnRUJCZ0FvZ0glMkJBQThCWkRkd2Z2RTloQVA4UE1RQUFIaUVBQUFkNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gYHQAAAAAAAA%3D%3D%23RT%3A108%23TRC%3A108%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBUABIdAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1lIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDglMjNUUkMlM0ExMDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQlVBQklkQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tJQUNnQUFBY01BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bfd2b661-81ae-4c01-8ec5-c4d23cd187f6" + "6e033642-3e03-4288-b038-6a062ef3f07b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -7215,10 +7215,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" + "14625" ], "X-Ms-Request-Id": [ - "9c69169d-f0c4-4265-b394-863205a4b638" + "8f2df079-8135-453e-b555-70c08ae8a98b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7226,20 +7226,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "2c92a1e3-6e69-481c-9a2b-3e9414fdd2dc" + "a6206c65-e8bd-4f1f-acfb-50a57e535689" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052821Z:2c92a1e3-6e69-481c-9a2b-3e9414fdd2dc" + "CENTRALUS:20210505T214952Z:a6206c65-e8bd-4f1f-acfb-50a57e535689" + ], + "X-MSEdge-Ref": [ + "Ref A: 6D58968A4660431EA67534E3D04BD027 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:52Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:20 GMT" + "Wed, 05 May 2021 21:49:51 GMT" ], "Content-Length": [ - "1256" + "1314" ], "Content-Type": [ "application/json" @@ -7248,23 +7248,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-yangon\",\r\n \"name\": \"e2e-yangon\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-yangon-namespace\",\r\n \"displayName\": \"e2e-yangon-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/yangon-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hYEQAAAAAAAA%3D%3D%23RT%3A109%23TRC%3A109%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAmAFIRAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gallop\",\r\n \"name\": \"e2e-gallop\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-grooms-namespace\",\r\n \"displayName\": \"e2e-gallop-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/grooms-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27geHQAAAAAAAA%3D%3D%23RT%3A109%23TRC%3A109%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBSAB6dC4ASAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hYEQAAAAAAAA%3D%3D%23RT%3A109%23TRC%3A109%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAmAFIRAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFlFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDklMjNUUkMlM0ExMDklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQW1BRklSQVAzMyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFIZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27geHQAAAAAAAA%3D%3D%23RT%3A109%23TRC%3A109%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBSAB6dC4ASAIABAQAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2VIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDklMjNUUkMlM0ExMDklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQlNBQjZkQzRBU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNpQUFvQUFBSERBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "533606c3-d17f-441e-9ddb-efa0f55663eb" + "ffd06db0-95d1-40ed-a422-84ad31bc3241" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -7278,10 +7278,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" + "14797" ], "X-Ms-Request-Id": [ - "da37aec5-a99d-41a2-9fe2-590db4131f31" + "41ca7bfa-a17f-4049-b35b-2509a9e61a54" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7289,20 +7289,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "180da2fc-71d1-4de5-b2ee-b2f3a45c1e0e" + "41f5e961-6d6d-4294-8af8-6230e852c730" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052821Z:180da2fc-71d1-4de5-b2ee-b2f3a45c1e0e" + "CENTRALUS:20210505T214952Z:41f5e961-6d6d-4294-8af8-6230e852c730" + ], + "X-MSEdge-Ref": [ + "Ref A: 674619B934B44AE08807E83BFF8FCEFE Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:52Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:21 GMT" + "Wed, 05 May 2021 21:49:51 GMT" ], "Content-Length": [ - "1256" + "1308" ], "Content-Type": [ "application/json" @@ -7311,23 +7311,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-rheumy\",\r\n \"name\": \"e2e-rheumy\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-rheumy-namespace\",\r\n \"displayName\": \"e2e-rheumy-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/rheumy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27haEQAAAAAAAA%3D%3D%23RT%3A110%23TRC%3A110%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAmAFIRAPz3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cardio\",\r\n \"name\": \"e2e-cardio\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-quiets-namespace\",\r\n \"displayName\": \"e2e-cardio-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/quiets-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27grHQAAAAAAAA%3D%3D%23RT%3A110%23TRC%3A110%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBQACudEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27haEQAAAAAAAA%3D%3D%23RT%3A110%23TRC%3A110%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAmAFIRAPz3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGFFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTAlMjNUUkMlM0ExMTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQW1BRklSQVB6MyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFIZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27grHQAAAAAAAA%3D%3D%23RT%3A110%23TRC%3A110%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBQACudEgCAAQEAGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3JIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTAlMjNUUkMlM0ExMTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQlFBQ3VkRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvZ0FLQUFBQnd3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQWVnSUFqWVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b351ca53-e65f-445b-ab79-f7dd4fc370b7" + "d4d8b1d8-0970-46fd-9a4b-112623cffc93" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -7341,10 +7341,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" + "14624" ], "X-Ms-Request-Id": [ - "0d983bda-3b66-4a57-b1d8-1e769a3f0d23" + "5aabb5ac-5c8a-4704-974c-ad164fb54894" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7352,20 +7352,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "8c7f3b8c-0598-4dc3-9ac0-db2c9b964f69" + "da1e2343-9ecc-4ac5-a209-fcc08fe5a78f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052822Z:8c7f3b8c-0598-4dc3-9ac0-db2c9b964f69" + "CENTRALUS:20210505T214952Z:da1e2343-9ecc-4ac5-a209-fcc08fe5a78f" + ], + "X-MSEdge-Ref": [ + "Ref A: 6BC1B83682034A52A0675F0C71260E6C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:52Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:21 GMT" + "Wed, 05 May 2021 21:49:51 GMT" ], "Content-Length": [ - "1256" + "1300" ], "Content-Type": [ "application/json" @@ -7374,23 +7374,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-vivace\",\r\n \"name\": \"e2e-vivace\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-vivace-namespace\",\r\n \"displayName\": \"e2e-vivace-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/vivace-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hbEQAAAAAAAA%3D%3D%23RT%3A111%23TRC%3A111%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAmAFIRAPj3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sleigh\",\r\n \"name\": \"e2e-sleigh\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-netted-namespace\",\r\n \"displayName\": \"e2e-sleigh-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/netted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hHHQAAAAAAAA%3D%3D%23RT%3A111%23TRC%3A111%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBOAEIdgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hbEQAAAAAAAA%3D%3D%23RT%3A111%23TRC%3A111%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAmAFIRAPj3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGJFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTElMjNUUkMlM0ExMTElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQW1BRklSQVBqMyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFIZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hHHQAAAAAAAA%3D%3D%23RT%3A111%23TRC%3A111%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBOAEIdgAEBABiAA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEhIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTElMjNUUkMlM0ExMTElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQk9BRUlkZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLSUFDZ0FBQWNNQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdIb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d34747f0-8bd4-4e80-9d38-1e711c22b9eb" + "5e4463a4-cc81-4a41-9171-ecc23f98ff1a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -7404,10 +7404,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" + "14796" ], "X-Ms-Request-Id": [ - "98979c34-e689-4198-a64c-f9f9822c332f" + "19a5de74-67bc-441d-857a-aa427273355b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7415,20 +7415,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "044d4b99-bc85-4cf1-9cd7-aa5b6c471d0f" + "1cf21fb8-a012-4d75-9408-f2b9da2077a5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052822Z:044d4b99-bc85-4cf1-9cd7-aa5b6c471d0f" + "CENTRALUS:20210505T214952Z:1cf21fb8-a012-4d75-9408-f2b9da2077a5" + ], + "X-MSEdge-Ref": [ + "Ref A: D7829C09E703470EBEC3E9B10FAEDE4F Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:52Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:21 GMT" + "Wed, 05 May 2021 21:49:51 GMT" ], "Content-Length": [ - "1256" + "1306" ], "Content-Type": [ "application/json" @@ -7437,23 +7437,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-earbud\",\r\n \"name\": \"e2e-earbud\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-earbud-namespace\",\r\n \"displayName\": \"e2e-earbud-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/earbud-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hcEQAAAAAAAA%3D%3D%23RT%3A112%23TRC%3A112%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAmAFIRAPD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-google\",\r\n \"name\": \"e2e-google\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sundry-namespace\",\r\n \"displayName\": \"e2e-google-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sundry-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hIHQAAAAAAAA%3D%3D%23RT%3A112%23TRC%3A112%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBMAEidAIAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hcEQAAAAAAAA%3D%3D%23RT%3A112%23TRC%3A112%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAmAFIRAPD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGNFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTIlMjNUUkMlM0ExMTIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQW1BRklSQVBEMyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFIZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hIHQAAAAAAAA%3D%3D%23RT%3A112%23TRC%3A112%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBMAEidAIAYgAOAYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aElIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTIlMjNUUkMlM0ExMTIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQk1BRWlkQUlBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaUFBb0FBQUhEQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEI2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2db89c3b-a259-4c9d-a38b-e19d8a856090" + "399b5042-00e5-4813-93ce-612d753aeef6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -7467,10 +7467,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" + "14623" ], "X-Ms-Request-Id": [ - "86ba2e8c-514d-4e7d-a898-13217a996ba2" + "c488f786-387d-4a13-95a9-a667cd9daa88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7478,20 +7478,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "2816848d-3c43-4f98-a7d6-243e19fa92f1" + "d0113f55-533c-4ed9-be8b-5fe01cdbc3ff" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052822Z:2816848d-3c43-4f98-a7d6-243e19fa92f1" + "CENTRALUS:20210505T214953Z:d0113f55-533c-4ed9-be8b-5fe01cdbc3ff" + ], + "X-MSEdge-Ref": [ + "Ref A: 9469CA561F274CB5B1846C66530B2D6F Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:52Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:21 GMT" + "Wed, 05 May 2021 21:49:52 GMT" ], "Content-Length": [ - "1256" + "1300" ], "Content-Type": [ "application/json" @@ -7500,23 +7500,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-saving\",\r\n \"name\": \"e2e-saving\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-saving-namespace\",\r\n \"displayName\": \"e2e-saving-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/saving-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdEQAAAAAAAA%3D%3D%23RT%3A113%23TRC%3A113%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAmAFIRAOD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-justin\",\r\n \"name\": \"e2e-justin\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-phones-namespace\",\r\n \"displayName\": \"e2e-justin-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/phones-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hQHQAAAAAAAA%3D%3D%23RT%3A113%23TRC%3A113%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBKAFCdGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdEQAAAAAAAA%3D%3D%23RT%3A113%23TRC%3A113%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAmAFIRAOD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGRFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTMlMjNUUkMlM0ExMTMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQW1BRklSQU9EMyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFIZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hQHQAAAAAAAA%3D%3D%23RT%3A113%23TRC%3A113%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBKAFCdGIADgGIABCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFFIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTMlMjNUUkMlM0ExMTMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQktBRkNkR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb2dBS0FBQUJ3d0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkFlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf8da5d2-447b-420a-ad36-840d38b7dfd3" + "d3bede74-56c7-49b0-b3ca-c6034afacb7b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -7530,10 +7530,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" + "14795" ], "X-Ms-Request-Id": [ - "05044f82-d7c4-49db-bd92-d2f129631153" + "c73fbc96-bb15-49d6-8ab7-7b1673581686" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7541,20 +7541,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "8333e362-5a65-4162-8f64-9472b58eceb9" + "f05a83ec-2676-4347-a2bb-3965592aa9db" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052822Z:8333e362-5a65-4162-8f64-9472b58eceb9" + "CENTRALUS:20210505T214953Z:f05a83ec-2676-4347-a2bb-3965592aa9db" + ], + "X-MSEdge-Ref": [ + "Ref A: 5CA8B40DF7D440F390CDB24256BFD217 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:53Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:22 GMT" + "Wed, 05 May 2021 21:49:52 GMT" ], "Content-Length": [ - "1256" + "1292" ], "Content-Type": [ "application/json" @@ -7563,23 +7563,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fibber\",\r\n \"name\": \"e2e-fibber\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fibber-namespace\",\r\n \"displayName\": \"e2e-fibber-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fibber-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heEQAAAAAAAA%3D%3D%23RT%3A114%23TRC%3A114%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAmAFIRAMD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-scotty\",\r\n \"name\": \"e2e-scotty\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-cyprus-namespace\",\r\n \"displayName\": \"e2e-scotty-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cyprus-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27h4HQAAAAAAAA%3D%3D%23RT%3A114%23TRC%3A114%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBIAHidA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heEQAAAAAAAA%3D%3D%23RT%3A114%23TRC%3A114%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAmAFIRAMD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGVFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTQlMjNUUkMlM0ExMTQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQW1BRklSQU1EMyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFIZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27h4HQAAAAAAAA%3D%3D%23RT%3A114%23TRC%3A114%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBIAHidA4BiAAQgBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aDRIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTQlMjNUUkMlM0ExMTQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQklBSGlkQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0lBQ2dBQUFjTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnSG9DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5bcffcc2-efcb-44ec-88e8-c605fbead519" + "45fee410-78ef-4935-9b5f-9a3b601b2d8f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -7593,10 +7593,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" + "14622" ], "X-Ms-Request-Id": [ - "2dc77cc4-48b8-4353-83b2-700c50713c8a" + "17e65721-bff8-4035-ace4-47018a4c3674" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7604,20 +7604,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "d48cdadb-3deb-4cea-b71b-6d97f749e10f" + "0d2ec114-0abe-412e-82dc-7236c4df5dd5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052823Z:d48cdadb-3deb-4cea-b71b-6d97f749e10f" + "CENTRALUS:20210505T214953Z:0d2ec114-0abe-412e-82dc-7236c4df5dd5" + ], + "X-MSEdge-Ref": [ + "Ref A: FD572129A7364FE8848E02D3C352B387 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:53Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:22 GMT" + "Wed, 05 May 2021 21:49:52 GMT" ], "Content-Length": [ - "1258" + "1302" ], "Content-Type": [ "application/json" @@ -7626,23 +7626,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-catgut\",\r\n \"name\": \"e2e-catgut\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-catgut-namespace\",\r\n \"displayName\": \"e2e-catgut-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/catgut-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hfEQAAAAAAAA%3D%3D%23RT%3A115%23TRC%3A115%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAmAF%2BRAcD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-plants\",\r\n \"name\": \"e2e-plants\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-nubian-namespace\",\r\n \"displayName\": \"e2e-plants-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/nubian-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iDHQAAAAAAAA%3D%3D%23RT%3A115%23TRC%3A115%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBGAIOdYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hfEQAAAAAAAA%3D%3D%23RT%3A115%23TRC%3A115%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAmAF%2BRAcD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGZFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTUlMjNUUkMlM0ExMTUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQW1BRiUyQlJBY0QzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iDHQAAAAAAAA%3D%3D%23RT%3A115%23TRC%3A115%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBGAIOdYgAEIAQQIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aURIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTUlMjNUUkMlM0ExMTUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQkdBSU9kWWdBRUlBUVFJUUFBQmtFQUlJQ2lBQW9BQUFIREFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRCNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0aaf776-715a-4361-83f8-e016267b5fdd" + "b2abaa19-e537-4aeb-a337-6e60890879b1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -7656,10 +7656,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" + "14794" ], "X-Ms-Request-Id": [ - "08102f49-c6de-4ba6-a9c5-db5ac0ac4f52" + "40df7859-fc07-447c-b986-87c2efe7cd25" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7667,20 +7667,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "3d37cf8d-de06-4d32-a5c5-ffda1f4ec3d3" + "f6c8174f-7b27-48e9-8913-642089ba894c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052823Z:3d37cf8d-de06-4d32-a5c5-ffda1f4ec3d3" + "CENTRALUS:20210505T214953Z:f6c8174f-7b27-48e9-8913-642089ba894c" + ], + "X-MSEdge-Ref": [ + "Ref A: 89D8D28EC0D7456F9472F494D9DDF961 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:53Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:22 GMT" + "Wed, 05 May 2021 21:49:52 GMT" ], "Content-Length": [ - "1250" + "1296" ], "Content-Type": [ "application/json" @@ -7689,23 +7689,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-scopes\",\r\n \"name\": \"e2e-scopes\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-scopes-namespace\",\r\n \"displayName\": \"e2e-scopes-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/scopes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hgEQAAAAAAAA%3D%3D%23RT%3A116%23TRC%3A116%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGER9%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-allude\",\r\n \"name\": \"e2e-allude\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-hazels-namespace\",\r\n \"displayName\": \"e2e-allude-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/hazels-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jyHQAAAAAAAA%3D%3D%23RT%3A116%23TRC%3A116%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBEAPIdBCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hgEQAAAAAAAA%3D%3D%23RT%3A116%23TRC%3A116%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGER9%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGdFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTYlMjNUUkMlM0ExMTYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWtBR0VSOSUyRjlSQUFBZUFRRUdBQ2lBZjRBRHdGa04zQiUyQjhUMkVBJTJGdzh4QUFBZUlRQUFCM29DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jyHQAAAAAAAA%3D%3D%23RT%3A116%23TRC%3A116%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBEAPIdBCAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anlIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTYlMjNUUkMlM0ExMTYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQkVBUElkQkNBRUVDRUFBQVpCQUNDQW9nQUtBQUFCd3dCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3bd754ab-2502-40aa-9afa-84d06816d0c2" + "612355df-cf27-4722-8088-3e5ca03082ab" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -7719,10 +7719,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" + "14621" ], "X-Ms-Request-Id": [ - "ab681c55-3182-429e-ad78-8c037db6c055" + "978d7a64-58f5-458c-93b3-67089958b5f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7730,20 +7730,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "4ec5b60b-e799-4c31-ad01-5d45384c5b74" + "09a42742-b663-4b97-bf0c-84fe7d194d82" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052823Z:4ec5b60b-e799-4c31-ad01-5d45384c5b74" + "CENTRALUS:20210505T214953Z:09a42742-b663-4b97-bf0c-84fe7d194d82" + ], + "X-MSEdge-Ref": [ + "Ref A: ACA9F49450AC4ED78114130A8737EEF7 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:53Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:22 GMT" + "Wed, 05 May 2021 21:49:52 GMT" ], "Content-Length": [ - "1248" + "1292" ], "Content-Type": [ "application/json" @@ -7752,23 +7752,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-marisa\",\r\n \"name\": \"e2e-marisa\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-marisa-namespace\",\r\n \"displayName\": \"e2e-marisa-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/marisa-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hhEQAAAAAAAA%3D%3D%23RT%3A117%23TRC%3A117%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGER9v9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-vitals\",\r\n \"name\": \"e2e-vitals\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-embeds-namespace\",\r\n \"displayName\": \"e2e-vitals-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/embeds-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j9HQAAAAAAAA%3D%3D%23RT%3A117%23TRC%3A117%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBEAP2dAcAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hhEQAAAAAAAA%3D%3D%23RT%3A117%23TRC%3A117%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGER9v9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGhFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTclMjNUUkMlM0ExMTclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWtBR0VSOXY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j9HQAAAAAAAA%3D%3D%23RT%3A117%23TRC%3A117%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBEAP2dAcAEECEAAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajlIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTclMjNUUkMlM0ExMTclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQkVBUDJkQWNBRUVDRUFBQVpCQUNDQW9nQUtBQUFCd3dCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5d8616b-9127-4ce2-90b7-bc455a2f34a2" + "550ed8c4-43b5-476c-b070-a99b90b5a494" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -7782,10 +7782,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" + "14793" ], "X-Ms-Request-Id": [ - "66896c16-8cf2-4115-b36b-1b57c4cab10d" + "f65428d6-f3e5-49dc-a22d-a1638e71b084" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7793,20 +7793,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "b3ca2bcc-e317-46b1-9b33-b972cc75e3c8" + "48e13e9a-4f69-4131-9d25-c6197ad9d399" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052823Z:b3ca2bcc-e317-46b1-9b33-b972cc75e3c8" + "CENTRALUS:20210505T214953Z:48e13e9a-4f69-4131-9d25-c6197ad9d399" + ], + "X-MSEdge-Ref": [ + "Ref A: 1210D800B25D4F38974123C3B0D12F8A Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:53Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:23 GMT" + "Wed, 05 May 2021 21:49:52 GMT" ], "Content-Length": [ - "1248" + "1284" ], "Content-Type": [ "application/json" @@ -7815,23 +7815,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-insane\",\r\n \"name\": \"e2e-insane\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-insane-namespace\",\r\n \"displayName\": \"e2e-insane-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/insane-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hiEQAAAAAAAA%3D%3D%23RT%3A118%23TRC%3A118%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGER9P9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-salyut\",\r\n \"name\": \"e2e-salyut\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-marduk-namespace\",\r\n \"displayName\": \"e2e-salyut-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/marduk-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gCHgAAAAAAAA%3D%3D%23RT%3A118%23TRC%3A118%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBCAAEeBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hiEQAAAAAAAA%3D%3D%23RT%3A118%23TRC%3A118%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGER9P9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGlFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTglMjNUUkMlM0ExMTglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWtBR0VSOVA5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gCHgAAAAAAAA%3D%3D%23RT%3A118%23TRC%3A118%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBCAAEeBBAhAAAGQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0NIZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTglMjNUUkMlM0ExMTglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQkNBQUVlQkJBaEFBQUdRUUFnZ0tJQUNnQUFBY01BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "57baacc4-102f-4d20-b72d-cbe26e27baac" + "fb65ceef-6db0-4113-9d50-6cbd6954a4a7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -7845,10 +7845,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" + "14620" ], "X-Ms-Request-Id": [ - "16cd3c09-c2e7-4c78-b468-4cac2e256156" + "bc33aa12-f191-47a1-b140-147bd4d7430c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7856,20 +7856,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "ceed3c97-2ab9-4784-a8b0-3ce274f9328d" + "1ead7447-2eee-4195-9649-db72ecdea494" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052824Z:ceed3c97-2ab9-4784-a8b0-3ce274f9328d" + "CENTRALUS:20210505T214953Z:1ead7447-2eee-4195-9649-db72ecdea494" + ], + "X-MSEdge-Ref": [ + "Ref A: BE2911BFCC2A4CC5B324700CD95FF052 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:53Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:23 GMT" + "Wed, 05 May 2021 21:49:53 GMT" ], "Content-Length": [ - "1248" + "1290" ], "Content-Type": [ "application/json" @@ -7878,23 +7878,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fluted\",\r\n \"name\": \"e2e-fluted\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fluted-namespace\",\r\n \"displayName\": \"e2e-fluted-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fluted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkEQAAAAAAAA%3D%3D%23RT%3A119%23TRC%3A119%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGER8P9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-folder\",\r\n \"name\": \"e2e-folder\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bottom-namespace\",\r\n \"displayName\": \"e2e-folder-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bottom-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gMHgAAAAAAAA%3D%3D%23RT%3A119%23TRC%3A119%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBAAAyeIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkEQAAAAAAAA%3D%3D%23RT%3A119%23TRC%3A119%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGER8P9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGtFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTklMjNUUkMlM0ExMTklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWtBR0VSOFA5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gMHgAAAAAAAA%3D%3D%23RT%3A119%23TRC%3A119%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegBAAAyeIQAABkEAIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z01IZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTklMjNUUkMlM0ExMTklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQkFBQXllSVFBQUJrRUFJSUNpQUFvQUFBSERBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "edbe73a4-0449-4148-9ba9-83e6dad81651" + "0ba34b43-f766-46be-af50-d243c4d4fdcb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -7908,10 +7908,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" + "14792" ], "X-Ms-Request-Id": [ - "5671a9b1-1865-497d-830e-b145c7a70839" + "5194314d-eaf0-43d1-acaf-31ac77ba9381" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7919,20 +7919,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "e5285d62-29cc-4a6b-8b6e-f3d85ed0fd43" + "55dd30c7-444f-48c4-8767-6e13ffb03411" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052824Z:e5285d62-29cc-4a6b-8b6e-f3d85ed0fd43" + "CENTRALUS:20210505T214954Z:55dd30c7-444f-48c4-8767-6e13ffb03411" + ], + "X-MSEdge-Ref": [ + "Ref A: EE5705EA31824528872265B7DEFBF6E4 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:54Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:23 GMT" + "Wed, 05 May 2021 21:49:53 GMT" ], "Content-Length": [ - "1248" + "1286" ], "Content-Type": [ "application/json" @@ -7941,23 +7941,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-melted\",\r\n \"name\": \"e2e-melted\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-melted-namespace\",\r\n \"displayName\": \"e2e-melted-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/melted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hlEQAAAAAAAA%3D%3D%23RT%3A120%23TRC%3A120%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGER4P9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-arawak\",\r\n \"name\": \"e2e-arawak\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-banish-namespace\",\r\n \"displayName\": \"e2e-arawak-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/banish-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g5HgAAAAAAAA%3D%3D%23RT%3A120%23TRC%3A120%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA%2BADEeAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hlEQAAAAAAAA%3D%3D%23RT%3A120%23TRC%3A120%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGER4P9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGxFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjAlMjNUUkMlM0ExMjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWtBR0VSNFA5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g5HgAAAAAAAA%3D%3D%23RT%3A120%23TRC%3A120%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA%2BADEeAAZBACCAogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzVIZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjAlMjNUUkMlM0ExMjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQSUyQkFERWVBQVpCQUNDQW9nQUtBQUFCd3dCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a1693273-f7b1-4cae-bbe0-4c4c44122d07" + "d5c26fcf-d378-4e2d-92ea-a04e10f8725a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -7971,10 +7971,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" + "14619" ], "X-Ms-Request-Id": [ - "7e24f8a3-79db-4d6e-afb3-4d02f336f7ff" + "2a6af8ad-01f2-41fd-a98d-64d020c65af3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7982,20 +7982,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "16680d16-742d-44a6-816d-6b3500832c33" + "d799d0ad-23a9-48e4-bc3f-b696cd2ab9d0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052824Z:16680d16-742d-44a6-816d-6b3500832c33" + "CENTRALUS:20210505T214954Z:d799d0ad-23a9-48e4-bc3f-b696cd2ab9d0" + ], + "X-MSEdge-Ref": [ + "Ref A: C6D0C4C382CD443E9E52C4CC5CDE5BFA Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:54Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:23 GMT" + "Wed, 05 May 2021 21:49:53 GMT" ], "Content-Length": [ - "1252" + "1276" ], "Content-Type": [ "application/json" @@ -8004,23 +8004,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-havana\",\r\n \"name\": \"e2e-havana\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-havana-namespace\",\r\n \"displayName\": \"e2e-havana-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/havana-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hmEQAAAAAAAA%3D%3D%23RT%3A121%23TRC%3A121%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGERwP9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-qumran\",\r\n \"name\": \"e2e-qumran\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sontag-namespace\",\r\n \"displayName\": \"e2e-qumran-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sontag-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g6HgAAAAAAAA%3D%3D%23RT%3A121%23TRC%3A121%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA8ADqeQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hmEQAAAAAAAA%3D%3D%23RT%3A121%23TRC%3A121%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGERwP9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aG1FUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjElMjNUUkMlM0ExMjElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWtBR0VSd1A5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g6HgAAAAAAAA%3D%3D%23RT%3A121%23TRC%3A121%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA8ADqeQQAggKIACgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzZIZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjElMjNUUkMlM0ExMjElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQThBRHFlUVFBZ2dLSUFDZ0FBQWNNQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdIb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "591eca3f-d8fb-454a-94d7-10c4921d433f" + "487b6a6f-5e28-4f12-8da2-d453c29fdd0c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -8034,10 +8034,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" + "14791" ], "X-Ms-Request-Id": [ - "bb734669-b400-4959-ab7a-2b03e80be3d7" + "893c77de-46c1-4109-a19f-c8d9c0816a29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8045,20 +8045,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "8806b8f5-6602-49f0-ac8f-630068d49590" + "2e42f150-d7d8-433d-b002-1a33599223ee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052824Z:8806b8f5-6602-49f0-ac8f-630068d49590" + "CENTRALUS:20210505T214954Z:2e42f150-d7d8-433d-b002-1a33599223ee" + ], + "X-MSEdge-Ref": [ + "Ref A: 4D02E0048EFE4922B0E47E5F89AE5176 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:54Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:24 GMT" + "Wed, 05 May 2021 21:49:53 GMT" ], "Content-Length": [ - "1252" + "1286" ], "Content-Type": [ "application/json" @@ -8067,23 +8067,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-badder\",\r\n \"name\": \"e2e-badder\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-badder-namespace\",\r\n \"displayName\": \"e2e-badder-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/badder-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hnEQAAAAAAAA%3D%3D%23RT%3A122%23TRC%3A122%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGERgP9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-ossify\",\r\n \"name\": \"e2e-ossify\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-diesel-namespace\",\r\n \"displayName\": \"e2e-ossify-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/diesel-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iFHgAAAAAAAA%3D%3D%23RT%3A122%23TRC%3A122%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA6AIEeIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hnEQAAAAAAAA%3D%3D%23RT%3A122%23TRC%3A122%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGERgP9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aG5FUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjIlMjNUUkMlM0ExMjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWtBR0VSZ1A5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iFHgAAAAAAAA%3D%3D%23RT%3A122%23TRC%3A122%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA6AIEeIICiAAoAAAHDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUZIZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjIlMjNUUkMlM0ExMjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQTZBSUVlSUlDaUFBb0FBQUhEQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEI2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3c5a8b4d-569d-4da6-b96c-f0f618df6cb3" + "31133314-dbd6-4c45-b033-140403e82c46" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -8097,10 +8097,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" + "14618" ], "X-Ms-Request-Id": [ - "2e499b89-98ed-4a94-8c63-725a45457061" + "77ba8402-6041-4f1f-90bc-e20464be596a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8108,20 +8108,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "12f8f5c9-4afe-40b2-81ec-c18a8e2f7493" + "0c4a6970-c5ac-4b1a-8a7b-2762ad1f886d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052825Z:12f8f5c9-4afe-40b2-81ec-c18a8e2f7493" + "CENTRALUS:20210505T214954Z:0c4a6970-c5ac-4b1a-8a7b-2762ad1f886d" + ], + "X-MSEdge-Ref": [ + "Ref A: 3DF81F74DB91443F9B5368A58D23638A Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:54Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:24 GMT" + "Wed, 05 May 2021 21:49:53 GMT" ], "Content-Length": [ - "1252" + "1278" ], "Content-Type": [ "application/json" @@ -8130,23 +8130,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-strong\",\r\n \"name\": \"e2e-strong\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-strong-namespace\",\r\n \"displayName\": \"e2e-strong-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/strong-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hoEQAAAAAAAA%3D%3D%23RT%3A123%23TRC%3A123%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGERAP9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-braver\",\r\n \"name\": \"e2e-braver\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-cloned-namespace\",\r\n \"displayName\": \"e2e-braver-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cloned-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iPHgAAAAAAAA%3D%3D%23RT%3A123%23TRC%3A123%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA4AI%2BeogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hoEQAAAAAAAA%3D%3D%23RT%3A123%23TRC%3A123%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGERAP9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aG9FUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjMlMjNUUkMlM0ExMjMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWtBR0VSQVA5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iPHgAAAAAAAA%3D%3D%23RT%3A123%23TRC%3A123%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA4AI%2BeogAKAAABwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVBIZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjMlMjNUUkMlM0ExMjMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQTRBSSUyQmVvZ0FLQUFBQnd3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQWVnSUFqWVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1749fb36-06f9-4c7c-9cbb-685cdb5a13f3" + "c2ba94d9-ccd3-4358-8221-184618c347fa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -8160,10 +8160,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" + "14790" ], "X-Ms-Request-Id": [ - "ccab7c2d-a7e0-42ad-92ff-70fedb2bf103" + "48418a14-5083-4d67-a720-23f83e709908" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8171,20 +8171,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "e889bbeb-c94d-4a26-9566-8bbc5156c82f" + "1ba79fc5-4abd-4c9c-b609-ea06ee43c36e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052825Z:e889bbeb-c94d-4a26-9566-8bbc5156c82f" + "CENTRALUS:20210505T214954Z:1ba79fc5-4abd-4c9c-b609-ea06ee43c36e" + ], + "X-MSEdge-Ref": [ + "Ref A: F845EB7CBCC4427688538A5A16F3E9BC Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:54Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:24 GMT" + "Wed, 05 May 2021 21:49:53 GMT" ], "Content-Length": [ - "1252" + "1533" ], "Content-Type": [ "application/json" @@ -8193,23 +8193,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-damper\",\r\n \"name\": \"e2e-damper\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-damper-namespace\",\r\n \"displayName\": \"e2e-damper-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/damper-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hpEQAAAAAAAA%3D%3D%23RT%3A124%23TRC%3A124%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGERAP5RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sparks\",\r\n \"name\": \"e2e-sparks\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-sparks-namespace\",\r\n \"displayName\": \"e2e-sparks-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/brawny-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/sparks-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxHwAAAAAAAA%3D%3D%23RT%3A124%23TRC%3A124%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA2ADIfCgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hpEQAAAAAAAA%3D%3D%23RT%3A124%23TRC%3A124%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGERAP5RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHBFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjQlMjNUUkMlM0ExMjQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWtBR0VSQVA1UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxHwAAAAAAAA%3D%3D%23RT%3A124%23TRC%3A124%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA2ADIfCgAAAcMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3hId0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjQlMjNUUkMlM0ExMjQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQTJBRElmQ2dBQUFjTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnSG9DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "45555d89-81ed-4f26-acb0-1141c580e2fc" + "4202ecbc-0a41-4dc1-bac1-5c8eec13346a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -8223,10 +8223,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" + "14617" ], "X-Ms-Request-Id": [ - "f805b968-d5ca-481a-9b94-41037945ff5b" + "17668f36-c3ca-46bc-92a8-0a54e673aa48" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8234,20 +8234,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "922562c9-33d2-42b3-bcbd-8ae0cddc01c7" + "8fdbdc09-d805-4ff1-9d93-69d33fd3ac1e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052825Z:922562c9-33d2-42b3-bcbd-8ae0cddc01c7" + "CENTRALUS:20210505T214954Z:8fdbdc09-d805-4ff1-9d93-69d33fd3ac1e" + ], + "X-MSEdge-Ref": [ + "Ref A: 14004829789B4786B181E2CEBC3A3E7E Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:54Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:24 GMT" + "Wed, 05 May 2021 21:49:54 GMT" ], "Content-Length": [ - "1252" + "1281" ], "Content-Type": [ "application/json" @@ -8256,23 +8256,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-isabel\",\r\n \"name\": \"e2e-isabel\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-isabel-namespace\",\r\n \"displayName\": \"e2e-isabel-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/isabel-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqEQAAAAAAAA%3D%3D%23RT%3A125%23TRC%3A125%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGERAPxRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-glares\",\r\n \"name\": \"e2e-glares\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-glares-namespace\",\r\n \"displayName\": \"e2e-glares-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/glares-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzHwAAAAAAAA%3D%3D%23RT%3A125%23TRC%3A125%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA0ADOfCIDDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqEQAAAAAAAA%3D%3D%23RT%3A125%23TRC%3A125%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGERAPxRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHFFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjUlMjNUUkMlM0ExMjUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWtBR0VSQVB4UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzHwAAAAAAAA%3D%3D%23RT%3A125%23TRC%3A125%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegA0ADOfCIDDAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3pId0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjUlMjNUUkMlM0ExMjUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQTBBRE9mQ0lEREFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRCNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1acec6bc-b2cf-4d73-93be-c92f28de4f5d" + "b1654777-5435-46b1-bfef-8c374fb8bbe3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -8286,10 +8286,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" + "14789" ], "X-Ms-Request-Id": [ - "0e5312f3-56f7-4991-a8f1-0cba6a65f32b" + "13d80d4e-1106-4f6e-aeea-952892275e64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8297,20 +8297,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "12bfb277-8e94-47c4-8bdc-d44fd098902d" + "15d6be9b-9794-427b-a246-c2ea1d86f461" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052825Z:12bfb277-8e94-47c4-8bdc-d44fd098902d" + "CENTRALUS:20210505T214955Z:15d6be9b-9794-427b-a246-c2ea1d86f461" + ], + "X-MSEdge-Ref": [ + "Ref A: B6431BE862974FF6A011603B23A4A8C7 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:55Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:24 GMT" + "Wed, 05 May 2021 21:49:54 GMT" ], "Content-Length": [ - "1252" + "1423" ], "Content-Type": [ "application/json" @@ -8319,23 +8319,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-ledger\",\r\n \"name\": \"e2e-ledger\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-ledger-namespace\",\r\n \"displayName\": \"e2e-ledger-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/ledger-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hrEQAAAAAAAA%3D%3D%23RT%3A126%23TRC%3A126%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGERAPhRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/existinghydration/providers/microsoft.extendedlocation/customlocations/hydratecl\",\r\n \"name\": \"hydratecl\",\r\n \"location\": \"WestUS\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"jobreen@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-04-12T18:43:16.8816532Z\",\r\n \"lastModifiedBy\": \"jobreen@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-04-14T18:46:46.7105934Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/ExistingHydration/providers/Microsoft.Kubernetes/connectedClusters/HydrationCluster2\",\r\n \"namespace\": \"hydrate\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/ExistingHydration/providers/Microsoft.Kubernetes/connectedClusters/HydrationCluster2/providers/Microsoft.KubernetesConfiguration/extensions/cassext\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hIHwAAAAAAAA%3D%3D%23RT%3A126%23TRC%3A126%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAyAEifwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hrEQAAAAAAAA%3D%3D%23RT%3A126%23TRC%3A126%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGERAPhRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHJFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjYlMjNUUkMlM0ExMjYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWtBR0VSQVBoUkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hIHwAAAAAAAA%3D%3D%23RT%3A126%23TRC%3A126%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAyAEifwwBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aElId0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjYlMjNUUkMlM0ExMjYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQXlBRWlmd3dCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7adeb13a-30fc-4bb0-82a5-f18dcd32e490" + "e5b0acb2-5ae0-40c4-a7ef-f453cedacc39" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -8349,10 +8349,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" + "14616" ], "X-Ms-Request-Id": [ - "1f87a5e7-ee10-4150-b21d-05d2c22733a9" + "b2c5cc83-ba0e-4f8f-a69d-0bcfe0a51879" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8360,20 +8360,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "809ebcbb-4fce-48e1-bace-90d69feb49a8" + "2ccb703f-7be6-4300-90e8-e27ddded65ab" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052826Z:809ebcbb-4fce-48e1-bace-90d69feb49a8" + "CENTRALUS:20210505T214955Z:2ccb703f-7be6-4300-90e8-e27ddded65ab" + ], + "X-MSEdge-Ref": [ + "Ref A: 2AEED927045D4178B4845D15CE390CD4 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:55Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:26 GMT" + "Wed, 05 May 2021 21:49:54 GMT" ], "Content-Length": [ - "1248" + "1260" ], "Content-Type": [ "application/json" @@ -8382,23 +8382,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-clears\",\r\n \"name\": \"e2e-clears\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-clears-namespace\",\r\n \"displayName\": \"e2e-clears-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/clears-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hsEQAAAAAAAA%3D%3D%23RT%3A127%23TRC%3A127%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGERAPBRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-wooden\",\r\n \"name\": \"e2e-wooden\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-nymphs-namespace\",\r\n \"displayName\": \"e2e-wooden-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/nymphs-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gTIAAAAAAAAA%3D%3D%23RT%3A127%23TRC%3A127%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAwABMgSACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hsEQAAAAAAAA%3D%3D%23RT%3A127%23TRC%3A127%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGERAPBRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHNFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjclMjNUUkMlM0ExMjclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWtBR0VSQVBCUkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gTIAAAAAAAAA%3D%3D%23RT%3A127%23TRC%3A127%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAwABMgSACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1RJQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjclMjNUUkMlM0ExMjclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQXdBQk1nU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4657b4cb-50bf-425a-912d-f5d0c263bd32" + "3f55c547-8f1a-48b7-b935-8ff720a8bca1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -8412,10 +8412,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" + "14788" ], "X-Ms-Request-Id": [ - "c3acb72e-04aa-45ac-9c94-6969389d24c8" + "3fbd0b6a-4439-4af8-8118-27299a6afd37" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8423,20 +8423,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "a67c8f3a-224d-4102-88ee-cc550856ac03" + "aa549ad6-c647-4b19-9c9f-04e78db60cb6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052826Z:a67c8f3a-224d-4102-88ee-cc550856ac03" + "CENTRALUS:20210505T214955Z:aa549ad6-c647-4b19-9c9f-04e78db60cb6" + ], + "X-MSEdge-Ref": [ + "Ref A: 86A38E7C7F56464DAF76F83E2E9BD0D2 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:55Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:26 GMT" + "Wed, 05 May 2021 21:49:54 GMT" ], "Content-Length": [ - "1248" + "1260" ], "Content-Type": [ "application/json" @@ -8445,23 +8445,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-wished\",\r\n \"name\": \"e2e-wished\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-wished-namespace\",\r\n \"displayName\": \"e2e-wished-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/wished-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27htEQAAAAAAAA%3D%3D%23RT%3A128%23TRC%3A128%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGERAOBRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-outing\",\r\n \"name\": \"e2e-outing\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-raquel-namespace\",\r\n \"displayName\": \"e2e-outing-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/raquel-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gWIAAAAAAAAA%3D%3D%23RT%3A128%23TRC%3A128%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAwABagAsCABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27htEQAAAAAAAA%3D%3D%23RT%3A128%23TRC%3A128%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGERAOBRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHRFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjglMjNUUkMlM0ExMjglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWtBR0VSQU9CUkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gWIAAAAAAAAA%3D%3D%23RT%3A128%23TRC%3A128%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAwABagAsCABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1dJQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjglMjNUUkMlM0ExMjglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQXdBQmFnQXNDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4bbbb6a-df54-42a2-82f7-79baa82e850d" + "f83a9246-389a-44d2-b9a4-1b6a29d10287" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -8475,10 +8475,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" + "14615" ], "X-Ms-Request-Id": [ - "68fe2276-d073-496f-a6a3-d7506ea968f9" + "d0c2d5d5-88e6-451c-b189-470231300df2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8486,20 +8486,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "5b49c584-26a6-44be-b178-a03b54124a88" + "7448be15-11bd-4a74-aac9-b8da46538c3a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052826Z:5b49c584-26a6-44be-b178-a03b54124a88" + "CENTRALUS:20210505T214955Z:7448be15-11bd-4a74-aac9-b8da46538c3a" + ], + "X-MSEdge-Ref": [ + "Ref A: AA0415916253423D9A71F13D01DCF6FB Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:55Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:26 GMT" + "Wed, 05 May 2021 21:49:54 GMT" ], "Content-Length": [ - "1248" + "1266" ], "Content-Type": [ "application/json" @@ -8508,23 +8508,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-nitwit\",\r\n \"name\": \"e2e-nitwit\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-nitwit-namespace\",\r\n \"displayName\": \"e2e-nitwit-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/nitwit-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27huEQAAAAAAAA%3D%3D%23RT%3A129%23TRC%3A129%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGERAMBRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-flamed\",\r\n \"name\": \"e2e-flamed\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-murmur-namespace\",\r\n \"displayName\": \"e2e-flamed-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/murmur-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnIAAAAAAAAA%3D%3D%23RT%3A129%23TRC%3A129%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAuACIggAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27huEQAAAAAAAA%3D%3D%23RT%3A129%23TRC%3A129%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkAGERAMBRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHVFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjklMjNUUkMlM0ExMjklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWtBR0VSQU1CUkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnIAAAAAAAAA%3D%3D%23RT%3A129%23TRC%3A129%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAuACIggAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z25JQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjklMjNUUkMlM0ExMjklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQXVBQ0lnZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "27d03a1d-c8ff-48c0-b4d2-7e626fa57931" + "0d98c211-3884-42cf-acaf-0c32cb944275" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -8538,10 +8538,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" + "14787" ], "X-Ms-Request-Id": [ - "7d57457d-e12a-4183-91f3-54e307fb9a42" + "465675f8-5845-4f94-97bb-44bb90865eac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8549,20 +8549,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "55bca031-8980-4f5d-b6ce-acfa858a578e" + "4edf7853-a32e-4198-988c-5870f788b155" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052827Z:55bca031-8980-4f5d-b6ce-acfa858a578e" + "CENTRALUS:20210505T214955Z:4edf7853-a32e-4198-988c-5870f788b155" + ], + "X-MSEdge-Ref": [ + "Ref A: D87FDC8147024E9AB27BDC36B11DCE5D Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:55Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:26 GMT" + "Wed, 05 May 2021 21:49:54 GMT" ], "Content-Length": [ - "1252" + "1260" ], "Content-Type": [ "application/json" @@ -8571,23 +8571,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-rhodes\",\r\n \"name\": \"e2e-rhodes\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-rhodes-namespace\",\r\n \"displayName\": \"e2e-rhodes-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/rhodes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hvEQAAAAAAAA%3D%3D%23RT%3A130%23TRC%3A130%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAiAG%2BRUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-pegged\",\r\n \"name\": \"e2e-pegged\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-wreath-namespace\",\r\n \"displayName\": \"e2e-pegged-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/wreath-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqIAAAAAAAAA%3D%3D%23RT%3A130%23TRC%3A130%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAsACqgC4DiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hvEQAAAAAAAA%3D%3D%23RT%3A130%23TRC%3A130%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAiAG%2BRUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHZFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzAlMjNUUkMlM0ExMzAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWlBRyUyQlJVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQWQ2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqIAAAAAAAAA%3D%3D%23RT%3A130%23TRC%3A130%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAsACqgC4DiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3FJQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzAlMjNUUkMlM0ExMzAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQXNBQ3FnQzREaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQWVnSUFqWVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fab27875-9831-468d-af86-b98b6a170b82" + "40300da1-3b00-44ba-895c-7fb10ecc4165" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -8601,10 +8601,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" + "14614" ], "X-Ms-Request-Id": [ - "c5f1a563-7d36-47c1-b39d-fe229a08eeaa" + "dcefea58-2d82-4e9a-817b-9fcefa336568" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8612,20 +8612,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "e3aa483e-c876-4d3e-9101-b408081b12fe" + "473dc54c-69af-4f95-aaf7-578b4082d18f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052827Z:e3aa483e-c876-4d3e-9101-b408081b12fe" + "CENTRALUS:20210505T214955Z:473dc54c-69af-4f95-aaf7-578b4082d18f" + ], + "X-MSEdge-Ref": [ + "Ref A: C1A563BA363C41849F533E9D72C10908 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:55Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:27 GMT" + "Wed, 05 May 2021 21:49:54 GMT" ], "Content-Length": [ - "1248" + "1252" ], "Content-Type": [ "application/json" @@ -8634,23 +8634,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-tunnel\",\r\n \"name\": \"e2e-tunnel\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-tunnel-namespace\",\r\n \"displayName\": \"e2e-tunnel-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/tunnel-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jJEQAAAAAAAA%3D%3D%23RT%3A131%23TRC%3A131%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAgAMERAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-crocus\",\r\n \"name\": \"e2e-crocus\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-socked-namespace\",\r\n \"displayName\": \"e2e-crocus-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/socked-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g7IAAAAAAAAA%3D%3D%23RT%3A131%23TRC%3A131%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAqADug4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jJEQAAAAAAAA%3D%3D%23RT%3A131%23TRC%3A131%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAgAMERAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3akpFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzElMjNUUkMlM0ExMzElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWdBTUVSQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g7IAAAAAAAAA%3D%3D%23RT%3A131%23TRC%3A131%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAqADug4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzdJQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzElMjNUUkMlM0ExMzElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQXFBRHVnNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdIb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "abc61848-4cd0-48a6-93f3-d0f7e4bd58b5" + "351a11c5-6bfa-44f9-aac1-d48498dc81e8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -8664,10 +8664,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" + "14786" ], "X-Ms-Request-Id": [ - "5805737c-9074-4aa0-9f2b-6b429db6f247" + "495f33ea-e44f-42f1-b439-78740658a3e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8675,20 +8675,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "273cb151-bbbd-4edd-ba67-66b283be5632" + "0a879164-62cd-43e5-83d9-a262dd76d357" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052827Z:273cb151-bbbd-4edd-ba67-66b283be5632" + "CENTRALUS:20210505T214955Z:0a879164-62cd-43e5-83d9-a262dd76d357" + ], + "X-MSEdge-Ref": [ + "Ref A: 86524CFA8A00411C8CDA0F85C39F884F Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:55Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:27 GMT" + "Wed, 05 May 2021 21:49:54 GMT" ], "Content-Length": [ - "1248" + "1292" ], "Content-Type": [ "application/json" @@ -8697,23 +8697,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bonged\",\r\n \"name\": \"e2e-bonged\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bonged-namespace\",\r\n \"displayName\": \"e2e-bonged-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bonged-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jKEQAAAAAAAA%3D%3D%23RT%3A132%23TRC%3A132%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAgAMERABwBAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-guelph\",\r\n \"name\": \"e2e-guelph\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-guelph-namespace\",\r\n \"displayName\": \"e2e-guelph-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/guelph-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27guIQAAAAAAAA%3D%3D%23RT%3A132%23TRC%3A132%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAoACIhAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jKEQAAAAAAAA%3D%3D%23RT%3A132%23TRC%3A132%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAgAMERABwBAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aktFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzIlMjNUUkMlM0ExMzIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWdBTUVSQUJ3QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27guIQAAAAAAAA%3D%3D%23RT%3A132%23TRC%3A132%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAoACIhAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3VJUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzIlMjNUUkMlM0ExMzIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQW9BQ0loQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEI2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "908fad12-9f32-485d-bb38-e1253619e1a7" + "971728be-35e9-47f5-9aa1-cf970c756a98" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -8727,10 +8727,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" + "14613" ], "X-Ms-Request-Id": [ - "d314e9ce-8663-42f7-9c49-639dd28e3908" + "b21febe5-1a42-4364-bed7-4be323b87c0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8738,20 +8738,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "70462a14-0f87-4925-991d-6aeb039635ab" + "9ebf6ad2-4a6c-47b8-8572-2362a5a1ec9b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052827Z:70462a14-0f87-4925-991d-6aeb039635ab" + "CENTRALUS:20210505T214956Z:9ebf6ad2-4a6c-47b8-8572-2362a5a1ec9b" + ], + "X-MSEdge-Ref": [ + "Ref A: BAADDDB3092B400FA9DF5FF5591D2C2C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:55Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:27 GMT" + "Wed, 05 May 2021 21:49:55 GMT" ], "Content-Length": [ - "1249" + "1263" ], "Content-Type": [ "application/json" @@ -8760,23 +8760,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-stuffy\",\r\n \"name\": \"e2e-stuffy\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-stuffy-namespace\",\r\n \"displayName\": \"e2e-stuffy-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/stuffy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jLEQAAAAAAAA%3D%3D%23RT%3A133%23TRC%3A133%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAgAMERABgBAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-spaded\",\r\n \"name\": \"e2e-spaded\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-spaded-namespace\",\r\n \"displayName\": \"e2e-spaded-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/spaded-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gvIQAAAAAAAA%3D%3D%23RT%3A133%23TRC%3A133%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAoAC%2BhAcADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jLEQAAAAAAAA%3D%3D%23RT%3A133%23TRC%3A133%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAgAMERABgBAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3akxFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzMlMjNUUkMlM0ExMzMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWdBTUVSQUJnQkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gvIQAAAAAAAA%3D%3D%23RT%3A133%23TRC%3A133%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAoAC%2BhAcADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3ZJUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzMlMjNUUkMlM0ExMzMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQW9BQyUyQmhBY0FEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f90b720e-7551-424e-adbb-6d91e7d5ffd0" + "dc6449ec-a54f-4c0a-96a6-3c4c33162728" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -8790,10 +8790,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" + "14785" ], "X-Ms-Request-Id": [ - "505e8d26-e908-405c-ae39-711cf5b07862" + "995227f7-3288-4829-9b8a-1e32c9026164" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8801,20 +8801,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "145f0ebc-4887-4a5d-a923-229e95196c34" + "3a8f2c3a-f1e3-4ca5-82ed-cea3d2d56756" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052828Z:145f0ebc-4887-4a5d-a923-229e95196c34" + "CENTRALUS:20210505T214956Z:3a8f2c3a-f1e3-4ca5-82ed-cea3d2d56756" + ], + "X-MSEdge-Ref": [ + "Ref A: 74CE62FCDF554642AAE9410AF94B05B7 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:56Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:27 GMT" + "Wed, 05 May 2021 21:49:55 GMT" ], "Content-Length": [ - "1243" + "1286" ], "Content-Type": [ "application/json" @@ -8823,23 +8823,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-armpit\",\r\n \"name\": \"e2e-armpit\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-armpit-namespace\",\r\n \"displayName\": \"e2e-armpit-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/armpit-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jMEQAAAAAAAA%3D%3D%23RT%3A134%23TRC%3A134%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAeAMyRAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-covets\",\r\n \"name\": \"e2e-covets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-covets-namespace\",\r\n \"displayName\": \"e2e-covets-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/covets-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gwIQAAAAAAAA%3D%3D%23RT%3A134%23TRC%3A134%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAmADEhAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jMEQAAAAAAAA%3D%3D%23RT%3A134%23TRC%3A134%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAeAMyRAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ak1FUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzQlMjNUUkMlM0ExMzQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWVBTXlSQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUIzb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gwIQAAAAAAAA%3D%3D%23RT%3A134%23TRC%3A134%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAmADEhAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3dJUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzQlMjNUUkMlM0ExMzQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQW1BREVoQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkFlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c99d3c6-3264-4a2c-82c3-f9aa2839dbfa" + "da30b7ce-be2e-407b-be20-a8d4c2e5f863" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -8853,10 +8853,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" + "14612" ], "X-Ms-Request-Id": [ - "a4e1d1fd-2094-402e-8a0d-09c7fcc1fbd3" + "3f749832-c8ac-4c24-9a4f-90775dc57bdb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8864,20 +8864,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "53afc6d1-bcde-4c0e-9de3-8cdde4739539" + "ae6e371d-8feb-4f6c-9033-f2b6d34fe1d6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052828Z:53afc6d1-bcde-4c0e-9de3-8cdde4739539" + "CENTRALUS:20210505T214956Z:ae6e371d-8feb-4f6c-9033-f2b6d34fe1d6" + ], + "X-MSEdge-Ref": [ + "Ref A: B08714636CA04FE3A2A856402CEA2FF2 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:56Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:28 GMT" + "Wed, 05 May 2021 21:49:55 GMT" ], "Content-Length": [ - "1510" + "1247" ], "Content-Type": [ "application/json" @@ -8886,23 +8886,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-flasks\",\r\n \"name\": \"e2e-flasks\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-flasks-namespace\",\r\n \"displayName\": \"e2e-flasks-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/zebras-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/flasks-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jREgAAAAAAAA%3D%3D%23RT%3A135%23TRC%3A135%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAcANESBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-recant\",\r\n \"name\": \"e2e-recant\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-recant-namespace\",\r\n \"displayName\": \"e2e-recant-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/recant-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxIQAAAAAAAA%3D%3D%23RT%3A135%23TRC%3A135%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkADGhQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jREgAAAAAAAA%3D%3D%23RT%3A135%23TRC%3A135%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAcANESBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3alJFZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzUlMjNUUkMlM0ExMzUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWNBTkVTQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxIQAAAAAAAA%3D%3D%23RT%3A135%23TRC%3A135%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAkADGhQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3hJUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzUlMjNUUkMlM0ExMzUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWtBREdoUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnSG9DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "117fb5ad-7137-4bb5-95a2-bc9575fc39a3" + "cbb2909d-7dc3-4bd6-bd59-570eefd1d86c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -8916,10 +8916,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" + "14784" ], "X-Ms-Request-Id": [ - "180a83d3-3c97-4fcc-bcbc-1d64deeed60e" + "f60d4df4-a438-4668-bdc2-06542074d49c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8927,20 +8927,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "a68abd5d-09cc-41d0-a682-53e314079918" + "d497f96b-0593-49ed-b47e-1ba2876bc388" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052828Z:a68abd5d-09cc-41d0-a682-53e314079918" + "CENTRALUS:20210505T214956Z:d497f96b-0593-49ed-b47e-1ba2876bc388" + ], + "X-MSEdge-Ref": [ + "Ref A: B05C5860B2E04EE39EF8D13D88AC5731 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:56Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:28 GMT" + "Wed, 05 May 2021 21:49:55 GMT" ], "Content-Length": [ - "1245" + "1417" ], "Content-Type": [ "application/json" @@ -8949,23 +8949,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-creepy\",\r\n \"name\": \"e2e-creepy\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-creepy-namespace\",\r\n \"displayName\": \"e2e-creepy-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/creepy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jSEgAAAAAAAA%3D%3D%23RT%3A136%23TRC%3A136%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAaANKSKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/test\",\r\n \"name\": \"test\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"amalladi@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-04-20T23:14:52.3217703Z\",\r\n \"lastModifiedBy\": \"amalladi@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-04-20T23:14:52.3217703Z\"\r\n },\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster\",\r\n \"namespace\": \"am-test-operator\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/am-test-operator\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"Kubeconfig\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iCIgAAAAAAAA%3D%3D%23RT%3A136%23TRC%3A136%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAiAIKikQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jSEgAAAAAAAA%3D%3D%23RT%3A136%23TRC%3A136%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAaANKSKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3alNFZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzYlMjNUUkMlM0ExMzYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWFBTktTS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFIZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iCIgAAAAAAAA%3D%3D%23RT%3A136%23TRC%3A136%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAiAIKikQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUNJZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzYlMjNUUkMlM0ExMzYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWlBSUtpa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRCNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7fa222a0-14d7-46a8-8484-04ee8b6fcdf7" + "fabce4e1-7472-4b94-83af-6735e9829039" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -8979,10 +8979,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" + "14611" ], "X-Ms-Request-Id": [ - "48627da8-4576-43e3-b558-0adc4f38d793" + "50a44d07-5d55-4066-a853-2fb93b135e51" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8990,20 +8990,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "8162d6ff-4d45-4ba7-b90c-bcf80ee2c037" + "bb3868fc-c7d4-42b9-b620-7074cab34e4c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052828Z:8162d6ff-4d45-4ba7-b90c-bcf80ee2c037" + "CENTRALUS:20210505T214956Z:bb3868fc-c7d4-42b9-b620-7074cab34e4c" + ], + "X-MSEdge-Ref": [ + "Ref A: 5039142FBE014A53B2FE915ABCB1C684 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:56Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:28 GMT" + "Wed, 05 May 2021 21:49:55 GMT" ], "Content-Length": [ - "1437" + "1250" ], "Content-Type": [ "application/json" @@ -9012,23 +9012,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-test\",\r\n \"name\": \"cl-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"amalladi@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-03-18T00:21:28.2284106Z\",\r\n \"lastModifiedBy\": \"amalladi@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-03-18T00:21:28.2284106Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace\",\r\n \"displayName\": \"cl-test\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gIEwAAAAAAAA%3D%3D%23RT%3A137%23TRC%3A137%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAYAAiTf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-merges\",\r\n \"name\": \"e2e-merges\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster\",\r\n \"namespace\": \"e2e-bobbie-namespace\",\r\n \"displayName\": \"e2e-merges-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bobbie-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gkIwAAAAAAAA%3D%3D%23RT%3A137%23TRC%3A137%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAgACEjkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gIEwAAAAAAAA%3D%3D%23RT%3A137%23TRC%3A137%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAYAAiTf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0lFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzclMjNUUkMlM0ExMzclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVlBQWlUZjRBRHdGa04zQiUyQjhUMkVBJTJGdzh4QUFBZUlRQUFCM29DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gkIwAAAAAAAA%3D%3D%23RT%3A137%23TRC%3A137%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAgACEjkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2tJd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzclMjNUUkMlM0ExMzclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWdBQ0Vqa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d8ba3ed-03c6-4823-8ef6-4cad19ccdfa5" + "3ab2d858-179b-4c9b-8759-492ff5e3c0ca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -9042,10 +9042,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" + "14783" ], "X-Ms-Request-Id": [ - "d12afac8-4e2b-47e3-86e2-72d8521e6eda" + "b729f509-72c2-41c4-b981-428ea40c93bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9053,20 +9053,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "c6639d52-863b-4b5b-be1a-02baf7b19622" + "9c094e44-c286-485b-89de-b4ce79203ae6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052829Z:c6639d52-863b-4b5b-be1a-02baf7b19622" + "CENTRALUS:20210505T214956Z:9c094e44-c286-485b-89de-b4ce79203ae6" + ], + "X-MSEdge-Ref": [ + "Ref A: E35D8087A880412F8D576C312D158DD3 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:56Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:28 GMT" + "Wed, 05 May 2021 21:49:55 GMT" ], "Content-Length": [ - "1234" + "1242" ], "Content-Type": [ "application/json" @@ -9075,23 +9075,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-unpins\",\r\n \"name\": \"e2e-unpins\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-unpins-namespace\",\r\n \"displayName\": \"e2e-unpins-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/unpins-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iPEwAAAAAAAA%3D%3D%23RT%3A138%23TRC%3A138%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAWAI%2BTA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-pulses\",\r\n \"name\": \"e2e-pulses\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster\",\r\n \"namespace\": \"e2e-reckon-namespace\",\r\n \"displayName\": \"e2e-pulses-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/reckon-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnIwAAAAAAAA%3D%3D%23RT%3A138%23TRC%3A138%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAeACejIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iPEwAAAAAAAA%3D%3D%23RT%3A138%23TRC%3A138%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAWAI%2BTA8BZDdwfvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVBFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzglMjNUUkMlM0ExMzglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVdBSSUyQlRBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQWQ2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnIwAAAAAAAA%3D%3D%23RT%3A138%23TRC%3A138%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAeACejIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z25Jd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzglMjNUUkMlM0ExMzglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWVBQ2VqSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "08dbd654-6d3e-48a3-bfb1-e8a9f2ffb460" + "bb5fabbf-0aa6-49c5-a390-dc7b9901fda3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -9105,10 +9105,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" + "14610" ], "X-Ms-Request-Id": [ - "62c2c8e5-f281-43f8-8eeb-6d5f3f4b83c1" + "234151df-b6f6-460c-a0c5-3d8921d615d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9116,20 +9116,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "568826e8-f900-4f0b-a4a3-7f402f9768cb" + "dda698d6-9a4f-45ad-920f-203047ba4d2c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052829Z:568826e8-f900-4f0b-a4a3-7f402f9768cb" + "CENTRALUS:20210505T214957Z:dda698d6-9a4f-45ad-920f-203047ba4d2c" + ], + "X-MSEdge-Ref": [ + "Ref A: 7FB9F66767F1461184DE216CC8E849F9 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:56Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:29 GMT" + "Wed, 05 May 2021 21:49:56 GMT" ], "Content-Length": [ - "1231" + "1282" ], "Content-Type": [ "application/json" @@ -9138,23 +9138,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-lesion\",\r\n \"name\": \"e2e-lesion\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-lesion-namespace\",\r\n \"displayName\": \"e2e-lesion-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/lesion-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iQEwAAAAAAAA%3D%3D%23RT%3A139%23TRC%3A139%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAUAJMTWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-dwight\",\r\n \"name\": \"e2e-dwight\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-dwight-namespace\",\r\n \"displayName\": \"e2e-dwight-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/laxity-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hbIwAAAAAAAA%3D%3D%23RT%3A139%23TRC%3A139%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAcAFIjAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iQEwAAAAAAAA%3D%3D%23RT%3A139%23TRC%3A139%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAUAJMTWQ3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVFFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzklMjNUUkMlM0ExMzklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVVBSk1UV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hbIwAAAAAAAA%3D%3D%23RT%3A139%23TRC%3A139%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAcAFIjAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGJJd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzklMjNUUkMlM0ExMzklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWNBRklqQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0bf2c0d0-9c4a-4e9a-a619-7a397f1caac0" + "e175f434-d531-4029-9e24-8b1ebd22e0bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -9168,10 +9168,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" + "14782" ], "X-Ms-Request-Id": [ - "896336c2-2813-431b-b9f4-2c09107ed41e" + "20d5f971-077c-4c9b-af89-b91af505068b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9179,20 +9179,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "8158eb99-6944-433a-93af-5067ac3ad974" + "d1d6a18b-d91b-401d-b170-282285962213" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052829Z:8158eb99-6944-433a-93af-5067ac3ad974" + "CENTRALUS:20210505T214957Z:d1d6a18b-d91b-401d-b170-282285962213" + ], + "X-MSEdge-Ref": [ + "Ref A: 8A33F5340F2D407F826F728A8B87A7AC Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:57Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:29 GMT" + "Wed, 05 May 2021 21:49:56 GMT" ], "Content-Length": [ - "1259" + "1282" ], "Content-Type": [ "application/json" @@ -9201,23 +9201,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-alkaid\",\r\n \"name\": \"e2e-alkaid\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-alkaid-namespace\",\r\n \"displayName\": \"e2e-alkaid-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/alkaid-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iTEwAAAAAAAA%3D%3D%23RT%3A140%23TRC%3A140%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAUAJMTWA3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-rimmed\",\r\n \"name\": \"e2e-rimmed\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-rimmed-namespace\",\r\n \"displayName\": \"e2e-rimmed-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/robles-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdIwAAAAAAAA%3D%3D%23RT%3A140%23TRC%3A140%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAcAFIjAOABAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iTEwAAAAAAAA%3D%3D%23RT%3A140%23TRC%3A140%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAUAJMTWA3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVRFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDAlMjNUUkMlM0ExNDAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVVBSk1UV0EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdIwAAAAAAAA%3D%3D%23RT%3A140%23TRC%3A140%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAcAFIjAOABAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGRJd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDAlMjNUUkMlM0ExNDAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWNBRklqQU9BQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ac2ac58-3f59-4775-823a-be8536ee6f65" + "8e7c07f1-e418-44e3-9074-69617e36215c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -9231,10 +9231,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" + "14609" ], "X-Ms-Request-Id": [ - "3f5191f1-31c8-4e3c-aace-87841936846d" + "9f183fd4-e2a7-474d-88aa-da3a0c5ebe8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9242,20 +9242,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "a646c116-804d-4dcb-943d-0a823e05f70d" + "68a3168f-ea67-44cc-8d73-ec7a5ccf325a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052829Z:a646c116-804d-4dcb-943d-0a823e05f70d" + "CENTRALUS:20210505T214957Z:68a3168f-ea67-44cc-8d73-ec7a5ccf325a" + ], + "X-MSEdge-Ref": [ + "Ref A: 8B759885A22D427BA55404996DA380A6 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:57Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:29 GMT" + "Wed, 05 May 2021 21:49:56 GMT" ], "Content-Length": [ - "1231" + "1245" ], "Content-Type": [ "application/json" @@ -9264,23 +9264,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mutant\",\r\n \"name\": \"e2e-mutant\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-mutant-namespace\",\r\n \"displayName\": \"e2e-mutant-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/mutant-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iUEwAAAAAAAA%3D%3D%23RT%3A141%23TRC%3A141%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAUAJMTUA3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-vogues\",\r\n \"name\": \"e2e-vogues\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-vogues-namespace\",\r\n \"displayName\": \"e2e-vogues-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/vogues-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heIwAAAAAAAA%3D%3D%23RT%3A141%23TRC%3A141%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAcAFIjAMABAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iUEwAAAAAAAA%3D%3D%23RT%3A141%23TRC%3A141%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAUAJMTUA3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVVFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDElMjNUUkMlM0ExNDElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVVBSk1UVUEzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heIwAAAAAAAA%3D%3D%23RT%3A141%23TRC%3A141%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAcAFIjAMABAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGVJd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDElMjNUUkMlM0ExNDElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWNBRklqQU1BQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1475326f-a5e8-4475-ab98-233eaf8aa98c" + "5f25464f-4806-47c3-90af-49469a72301b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -9294,10 +9294,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" + "14781" ], "X-Ms-Request-Id": [ - "4084e437-e51c-427d-99c2-4c4b2688553a" + "df124206-3c6a-45df-ad80-6d25af55c7ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9305,20 +9305,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "04f5c30e-9da9-4001-a1ca-51f264ed9e92" + "912d7f59-bbcd-4d01-8622-5d216e623e41" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052830Z:04f5c30e-9da9-4001-a1ca-51f264ed9e92" + "CENTRALUS:20210505T214957Z:912d7f59-bbcd-4d01-8622-5d216e623e41" + ], + "X-MSEdge-Ref": [ + "Ref A: EB009ADFA40147988E9DB70CA1887797 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:57Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:29 GMT" + "Wed, 05 May 2021 21:49:56 GMT" ], "Content-Length": [ - "1265" + "1238" ], "Content-Type": [ "application/json" @@ -9327,23 +9327,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-nozzle\",\r\n \"name\": \"e2e-nozzle\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-nozzle-namespace\",\r\n \"displayName\": \"e2e-nozzle-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/nozzle-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iWEwAAAAAAAA%3D%3D%23RT%3A142%23TRC%3A142%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAUAJMTQA3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-skimpy\",\r\n \"name\": \"e2e-skimpy\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bataan-namespace\",\r\n \"displayName\": \"e2e-skimpy-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bataan-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hfIwAAAAAAAA%3D%3D%23RT%3A142%23TRC%3A142%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAaAF%2BjAICPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iWEwAAAAAAAA%3D%3D%23RT%3A142%23TRC%3A142%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAUAJMTQA3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVdFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDIlMjNUUkMlM0ExNDIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVVBSk1UUUEzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hfIwAAAAAAAA%3D%3D%23RT%3A142%23TRC%3A142%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAaAF%2BjAICPgIEAAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGZJd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDIlMjNUUkMlM0ExNDIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQWFBRiUyQmpBSUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d45cf78-2532-4ea3-9cfb-e25f1129344b" + "265d5cc1-48e6-49c0-a7bc-e9a3db355139" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -9357,10 +9357,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" + "14608" ], "X-Ms-Request-Id": [ - "3788e4c9-9ee6-44a6-9075-6d3a3c173cdf" + "8134f555-a3f4-442c-803d-bd116d22e8b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9368,20 +9368,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "4861d8be-19b8-4210-9c62-6bcbf2845fea" + "08b72205-8752-40c4-900b-b090bf427b60" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052830Z:4861d8be-19b8-4210-9c62-6bcbf2845fea" + "CENTRALUS:20210505T214957Z:08b72205-8752-40c4-900b-b090bf427b60" + ], + "X-MSEdge-Ref": [ + "Ref A: F357FFA2E54D444FA2692D4B7CA27481 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:57Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:30 GMT" + "Wed, 05 May 2021 21:49:56 GMT" ], "Content-Length": [ - "1231" + "1228" ], "Content-Type": [ "application/json" @@ -9390,23 +9390,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-shriek\",\r\n \"name\": \"e2e-shriek\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-shriek-namespace\",\r\n \"displayName\": \"e2e-shriek-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/shriek-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iYEwAAAAAAAA%3D%3D%23RT%3A143%23TRC%3A143%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAUAJMTAA3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-ravine\",\r\n \"name\": \"e2e-ravine\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-vogues-namespace\",\r\n \"displayName\": \"e2e-ravine-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/vogues-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hgIwAAAAAAAA%3D%3D%23RT%3A143%23TRC%3A143%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAYAGCjj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iYEwAAAAAAAA%3D%3D%23RT%3A143%23TRC%3A143%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAUAJMTAA3cH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVlFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDMlMjNUUkMlM0ExNDMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVVBSk1UQUEzY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hgIwAAAAAAAA%3D%3D%23RT%3A143%23TRC%3A143%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAYAGCjj4CBAAAMwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGdJd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDMlMjNUUkMlM0ExNDMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVlBR0NqajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdIb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09ef8de2-9e52-4a0a-93a7-57def11082c2" + "525e65e9-7c12-4231-9e40-0a2e321b017e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -9420,10 +9420,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" + "14780" ], "X-Ms-Request-Id": [ - "be365f61-837f-4f3f-86fd-e9d431fc4a5d" + "c759242e-6f46-434c-bd1d-90d2a0426fda" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9431,20 +9431,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "7ddd1694-8a81-4f05-a19f-75e5adc9c9ff" + "359a7d03-630f-46ee-a448-30de4f9daa8f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052830Z:7ddd1694-8a81-4f05-a19f-75e5adc9c9ff" + "CENTRALUS:20210505T214957Z:359a7d03-630f-46ee-a448-30de4f9daa8f" + ], + "X-MSEdge-Ref": [ + "Ref A: 6D93E434FA91439A99146C0C6EDDA935 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:57Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:30 GMT" + "Wed, 05 May 2021 21:49:56 GMT" ], "Content-Length": [ - "1265" + "1234" ], "Content-Type": [ "application/json" @@ -9453,23 +9453,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-groans\",\r\n \"name\": \"e2e-groans\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-groans-namespace\",\r\n \"displayName\": \"e2e-groans-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bonged-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iaEwAAAAAAAA%3D%3D%23RT%3A144%23TRC%3A144%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAUAJMTAAzcH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-davids\",\r\n \"name\": \"e2e-davids\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-wheezy-namespace\",\r\n \"displayName\": \"e2e-davids-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/wheezy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j-IwAAAAAAAA%3D%3D%23RT%3A144%23TRC%3A144%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAWAP%2BjgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iaEwAAAAAAAA%3D%3D%23RT%3A144%23TRC%3A144%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAUAJMTAAzcH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWFFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDQlMjNUUkMlM0ExNDQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVVBSk1UQUF6Y0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j-IwAAAAAAAA%3D%3D%23RT%3A144%23TRC%3A144%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAWAP%2BjgQAADMCA44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ai1Jd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDQlMjNUUkMlM0ExNDQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVdBUCUyQmpnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEI2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2a8d190b-9bd5-4c78-9f32-59691f64905d" + "62cacde8-164f-4ffa-9951-bf8e95ff62ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -9483,10 +9483,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" + "14607" ], "X-Ms-Request-Id": [ - "3797575d-fe28-4751-9505-6f557d047277" + "f13802cc-4038-45e1-a5f6-6de120dc4feb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9494,17 +9494,17 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "51d4b7c1-9d4c-4edc-92ce-1685e2ee2a58" + "d0bcdff9-d951-4053-8ed8-117a9f211047" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052830Z:51d4b7c1-9d4c-4edc-92ce-1685e2ee2a58" + "CENTRALUS:20210505T214958Z:d0bcdff9-d951-4053-8ed8-117a9f211047" + ], + "X-MSEdge-Ref": [ + "Ref A: B16A5129F72A44E293D017C94F5270CA Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:57Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:30 GMT" + "Wed, 05 May 2021 21:49:57 GMT" ], "Content-Length": [ "1228" @@ -9516,23 +9516,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-stigma\",\r\n \"name\": \"e2e-stigma\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-stigma-namespace\",\r\n \"displayName\": \"e2e-stigma-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/stigma-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ibEwAAAAAAAA%3D%3D%23RT%3A145%23TRC%3A145%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAUAJuTAsDcH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-guying\",\r\n \"name\": \"e2e-guying\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-levine-namespace\",\r\n \"displayName\": \"e2e-guying-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/levine-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iKJAAAAAAAAA%3D%3D%23RT%3A145%23TRC%3A145%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAUAIEkAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ibEwAAAAAAAA%3D%3D%23RT%3A145%23TRC%3A145%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAUAJuTAsDcH7xPYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWJFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDUlMjNUUkMlM0ExNDUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVVBSnVUQXNEY0g3eFBZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iKJAAAAAAAAA%3D%3D%23RT%3A145%23TRC%3A145%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAUAIEkAAzAgOOANYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUtKQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDUlMjNUUkMlM0ExNDUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVVBSUVrQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkFlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e495b3e3-bfaf-4def-94b2-21cb157193ab" + "b31961ef-e33a-4759-adac-1b21b51b5d74" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -9546,10 +9546,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" + "14779" ], "X-Ms-Request-Id": [ - "fc6c3d9e-2f1b-4a22-928c-bf16f3cd72a6" + "4113723a-50a6-43c4-82fb-1964de432390" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9557,20 +9557,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "a2ee3d26-5ad8-450f-a2e9-7db29d6c8c7f" + "53801be0-65da-4716-9de2-c20b9ad8ca53" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052831Z:a2ee3d26-5ad8-450f-a2e9-7db29d6c8c7f" + "CENTRALUS:20210505T214958Z:53801be0-65da-4716-9de2-c20b9ad8ca53" + ], + "X-MSEdge-Ref": [ + "Ref A: 4138C0FC76F54B0396012CA9E1658F79 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:58Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:30 GMT" + "Wed, 05 May 2021 21:49:57 GMT" ], "Content-Length": [ - "1261" + "1220" ], "Content-Type": [ "application/json" @@ -9579,23 +9579,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-reload\",\r\n \"name\": \"e2e-reload\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-reload-namespace\",\r\n \"displayName\": \"e2e-reload-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/reload-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iiEwAAAAAAAA%3D%3D%23RT%3A146%23TRC%3A146%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegASAKIT3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-tinker\",\r\n \"name\": \"e2e-tinker\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-hereby-namespace\",\r\n \"displayName\": \"e2e-tinker-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/hereby-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iLJAAAAAAAAA%3D%3D%23RT%3A146%23TRC%3A146%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegASAIukwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iiEwAAAAAAAA%3D%3D%23RT%3A146%23TRC%3A146%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegASAKIT3B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWlFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDYlMjNUUkMlM0ExNDYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVNBS0lUM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iLJAAAAAAAAA%3D%3D%23RT%3A146%23TRC%3A146%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegASAIukwIDjgDWAQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUxKQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDYlMjNUUkMlM0ExNDYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVNBSXVrd0lEamdEV0FRd0FBQmhnQUFBU1BnSG9DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c1208522-c37a-4958-a8f1-cbe73f299d11" + "ebd1c19a-dabd-41d1-a39c-a39fb2f6b245" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -9609,10 +9609,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" + "14606" ], "X-Ms-Request-Id": [ - "97e23769-c967-43d7-bff3-c93d03f26977" + "5aa5ee56-ca5b-4eea-8742-6fdb76a3a504" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9620,20 +9620,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "082933cb-f876-4948-8eb0-542440ce5330" + "cdcb946a-f463-4d16-a27b-a665bb956ffc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052831Z:082933cb-f876-4948-8eb0-542440ce5330" + "CENTRALUS:20210505T214958Z:cdcb946a-f463-4d16-a27b-a665bb956ffc" + ], + "X-MSEdge-Ref": [ + "Ref A: 50BA3980242A48C486AF57C2A6A34AA5 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:58Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:31 GMT" + "Wed, 05 May 2021 21:49:57 GMT" ], "Content-Length": [ - "1227" + "1223" ], "Content-Type": [ "application/json" @@ -9642,23 +9642,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-baobab\",\r\n \"name\": \"e2e-baobab\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-baobab-namespace\",\r\n \"displayName\": \"e2e-baobab-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/baobab-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ijEwAAAAAAAA%3D%3D%23RT%3A147%23TRC%3A147%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegASAKIT2B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gizmos\",\r\n \"name\": \"e2e-gizmos\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-newbie-namespace\",\r\n \"displayName\": \"e2e-gizmos-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/newbie-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hQJQAAAAAAAA%3D%3D%23RT%3A147%23TRC%3A147%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAQAFCl44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ijEwAAAAAAAA%3D%3D%23RT%3A147%23TRC%3A147%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegASAKIT2B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWpFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDclMjNUUkMlM0ExNDclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVNBS0lUMkIlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hQJQAAAAAAAA%3D%3D%23RT%3A147%23TRC%3A147%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAQAFCl44A1gEMAAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFFKUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDclMjNUUkMlM0ExNDclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVFBRkNsNDRBMWdFTUFBQVlZQUFBRWo0QjZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4c7e9b64-27ee-4632-98c1-392fb0ff5293" + "85ac9797-4a1a-4e10-b878-ad00c1a671d0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -9672,10 +9672,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" + "14778" ], "X-Ms-Request-Id": [ - "67c4f817-06aa-4e75-960f-5161b513ec8c" + "13e631fc-04a8-47d2-9248-0dc275d4794e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9683,20 +9683,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "997b0e7c-415b-43aa-bbcd-4f3d0fe94c56" + "23c23e58-392c-4df5-b767-254a11cb91eb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052832Z:997b0e7c-415b-43aa-bbcd-4f3d0fe94c56" + "CENTRALUS:20210505T214958Z:23c23e58-392c-4df5-b767-254a11cb91eb" + ], + "X-MSEdge-Ref": [ + "Ref A: E9219045F2A8418599026ECED24BFB63 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:58Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:31 GMT" + "Wed, 05 May 2021 21:49:57 GMT" ], "Content-Length": [ - "1228" + "1194" ], "Content-Type": [ "application/json" @@ -9705,23 +9705,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-jailer\",\r\n \"name\": \"e2e-jailer\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-jailer-namespace\",\r\n \"displayName\": \"e2e-jailer-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/jailer-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ikEwAAAAAAAA%3D%3D%23RT%3A148%23TRC%3A148%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegASAKIT0B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/al-test2\",\r\n \"name\": \"al-test2\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace-ansible\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator-ansible\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"Kubeconfig\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hDJgAAAAAAAA%3D%3D%23RT%3A148%23TRC%3A148%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAOAEOmNYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ikEwAAAAAAAA%3D%3D%23RT%3A148%23TRC%3A148%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegASAKIT0B%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWtFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDglMjNUUkMlM0ExNDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVNBS0lUMEIlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hDJgAAAAAAAA%3D%3D%23RT%3A148%23TRC%3A148%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAOAEOmNYBDAAAGGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aERKZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDglMjNUUkMlM0ExNDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQU9BRU9tTllCREFBQUdHQUFBQkklMkJBZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5def6bc1-9959-4fd9-915d-95dd45faf7ae" + "d7c90d5b-f1ed-4c60-b387-a8be4aafd60c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -9735,10 +9735,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" + "14605" ], "X-Ms-Request-Id": [ - "af2b5fd1-d881-4a98-96b9-19bf0c729009" + "4a8e0907-e6c6-44db-a8c0-d870cef3603f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9746,20 +9746,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "2eaacafd-de05-45ae-9e9c-c562406b31ca" + "4476b54d-ea24-4454-a4c8-91d1f25b4f06" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052832Z:2eaacafd-de05-45ae-9e9c-c562406b31ca" + "CENTRALUS:20210505T214958Z:4476b54d-ea24-4454-a4c8-91d1f25b4f06" + ], + "X-MSEdge-Ref": [ + "Ref A: E9BF6295996C41269FBFE5D5C92748A8 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:58Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:32 GMT" + "Wed, 05 May 2021 21:49:57 GMT" ], "Content-Length": [ - "1452" + "1194" ], "Content-Type": [ "application/json" @@ -9768,23 +9768,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-califs\",\r\n \"name\": \"e2e-califs\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-califs-namespace\",\r\n \"displayName\": \"e2e-califs-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/califs-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/mazama-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27imEwAAAAAAAA%3D%3D%23RT%3A149%23TRC%3A149%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegASAKITwB%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/back-compat-test\",\r\n \"name\": \"back-compat-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator-ansible\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"Kubeconfig\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iFJgAAAAAAAA%3D%3D%23RT%3A149%23TRC%3A149%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMAIWmQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27imEwAAAAAAAA%3D%3D%23RT%3A149%23TRC%3A149%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegASAKITwB%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aW1Fd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDklMjNUUkMlM0ExNDklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVNBS0lUd0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iFJgAAAAAAAA%3D%3D%23RT%3A149%23TRC%3A149%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMAIWmQwAABhgAAASPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUZKZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDklMjNUUkMlM0ExNDklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQU1BSVdtUXdBQUJoZ0FBQVNQZ0hvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b72b7ae0-d776-4e16-8e71-4685308c4c82" + "f35d3c9e-2bd5-4b1f-891f-fc52afaeb222" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -9798,10 +9798,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" + "14777" ], "X-Ms-Request-Id": [ - "dab4aaf1-4fe2-4f3a-89e2-7d695a3b7d30" + "53f4e5f7-67d2-40b3-8d42-5dd92c762267" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9809,20 +9809,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "31be68eb-7044-4350-83cc-9868c3d8b7c6" + "eee79283-3c90-4dae-a837-6647ae605c10" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052832Z:31be68eb-7044-4350-83cc-9868c3d8b7c6" + "CENTRALUS:20210505T214958Z:eee79283-3c90-4dae-a837-6647ae605c10" + ], + "X-MSEdge-Ref": [ + "Ref A: 66C2ED18286F40208C1DDE7EEE3E78EF Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:58Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:32 GMT" + "Wed, 05 May 2021 21:49:57 GMT" ], "Content-Length": [ - "1259" + "1215" ], "Content-Type": [ "application/json" @@ -9831,23 +9831,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mettle\",\r\n \"name\": \"e2e-mettle\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-mettle-namespace\",\r\n \"displayName\": \"e2e-mettle-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/ponder-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27inEwAAAAAAAA%3D%3D%23RT%3A150%23TRC%3A150%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegASAKITgB%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-trucks\",\r\n \"name\": \"e2e-trucks\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-client-namespace\",\r\n \"displayName\": \"e2e-trucks-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/client-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jZJgAAAAAAAA%3D%3D%23RT%3A150%23TRC%3A150%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAKANMmAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27inEwAAAAAAAA%3D%3D%23RT%3A150%23TRC%3A150%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegASAKITgB%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aW5Fd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTAlMjNUUkMlM0ExNTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVNBS0lUZ0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jZJgAAAAAAAA%3D%3D%23RT%3A150%23TRC%3A150%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAKANMmAAYYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3alpKZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTAlMjNUUkMlM0ExNTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQUtBTk1tQUFZWUFBQUVqNEI2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "37809ce8-e0ef-4db7-8d5e-227d8205e41d" + "a90dcd47-c10f-41c3-8bff-3437300ec5ec" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -9861,10 +9861,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" + "14604" ], "X-Ms-Request-Id": [ - "fe6236b9-5a81-4ed3-89de-86f4938af571" + "1b66b25a-1f78-457b-96db-8f043969fbcd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9872,20 +9872,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "a9d95bf8-5949-4e36-b901-249a42a812c5" + "d08858be-2546-4541-850d-bf0a88cdce14" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052833Z:a9d95bf8-5949-4e36-b901-249a42a812c5" + "CENTRALUS:20210505T214959Z:d08858be-2546-4541-850d-bf0a88cdce14" + ], + "X-MSEdge-Ref": [ + "Ref A: 81A92F48B5834EEE87D7D98EE5D3F30F Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:58Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:32 GMT" + "Wed, 05 May 2021 21:49:58 GMT" ], "Content-Length": [ - "1231" + "1215" ], "Content-Type": [ "application/json" @@ -9894,23 +9894,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-nassau\",\r\n \"name\": \"e2e-nassau\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-nassau-namespace\",\r\n \"displayName\": \"e2e-nassau-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/nassau-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ioEwAAAAAAAA%3D%3D%23RT%3A151%23TRC%3A151%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegASAKITAB%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-phials\",\r\n \"name\": \"e2e-phials\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-hovels-namespace\",\r\n \"displayName\": \"e2e-phials-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/hovels-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jaJgAAAAAAAA%3D%3D%23RT%3A151%23TRC%3A151%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAKANqmAsAYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ioEwAAAAAAAA%3D%3D%23RT%3A151%23TRC%3A151%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegASAKITAB%2B8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aW9Fd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTElMjNUUkMlM0ExNTElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVNBS0lUQUIlMkI4VDJFQSUyRnc4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jaJgAAAAAAAA%3D%3D%23RT%3A151%23TRC%3A151%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAKANqmAsAYAAAEj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amFKZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTElMjNUUkMlM0ExNTElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQUtBTnFtQXNBWUFBQUVqNEI2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "715415c4-858a-4aa9-b1ca-7f935a2c3194" + "356a02c5-33c1-4a33-8549-0c519c2ce971" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -9924,10 +9924,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" + "14776" ], "X-Ms-Request-Id": [ - "c46b69cf-5a1c-46ee-b8e9-aa434a091a72" + "1c7e310a-ddca-4fef-916c-bfa53673846c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9935,20 +9935,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "17a158cf-c544-417a-af28-e66dfef11258" + "2ab83c0d-3973-4ee4-bfaf-73495eba2ba8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052833Z:17a158cf-c544-417a-af28-e66dfef11258" + "CENTRALUS:20210505T214959Z:2ab83c0d-3973-4ee4-bfaf-73495eba2ba8" + ], + "X-MSEdge-Ref": [ + "Ref A: BA3BDBF295FE412C9E44A9E47B540FBF Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:59Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:32 GMT" + "Wed, 05 May 2021 21:49:58 GMT" ], "Content-Length": [ - "1257" + "1211" ], "Content-Type": [ "application/json" @@ -9957,23 +9957,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-angles\",\r\n \"name\": \"e2e-angles\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-angles-namespace\",\r\n \"displayName\": \"e2e-angles-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/flicks-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ipEwAAAAAAAA%3D%3D%23RT%3A152%23TRC%3A152%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegASAKITAB68T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-davies\",\r\n \"name\": \"e2e-davies\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-tracts-namespace\",\r\n \"displayName\": \"e2e-davies-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/tracts-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jjJgAAAAAAAA%3D%3D%23RT%3A152%23TRC%3A152%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAIAOImGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ipEwAAAAAAAA%3D%3D%23RT%3A152%23TRC%3A152%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegASAKITAB68T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXBFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTIlMjNUUkMlM0ExNTIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVNBS0lUQUI2OFQyRUElMkZ3OHhBQUFlSVFBQUIzb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jjJgAAAAAAAA%3D%3D%23RT%3A152%23TRC%3A152%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAIAOImGAAABI%2BAegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ampKZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTIlMjNUUkMlM0ExNTIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQUlBT0ltR0FBQUJJJTJCQWVnSUFqWVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b65a573c-c4e1-4907-8f57-5d54a0c4fa25" + "0b7f383f-1ee3-4280-9635-c3cc56f38d64" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -9987,10 +9987,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" + "14603" ], "X-Ms-Request-Id": [ - "a966f61e-7c0f-4605-a1e0-138878fdcbf5" + "87ecd461-065c-4c77-bbee-5a8713214528" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9998,20 +9998,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "39cd3105-9c7c-4723-ab76-4c351af460ea" + "65cd7183-70c5-484b-a2ed-6a16900e6171" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052833Z:39cd3105-9c7c-4723-ab76-4c351af460ea" + "CENTRALUS:20210505T214959Z:65cd7183-70c5-484b-a2ed-6a16900e6171" + ], + "X-MSEdge-Ref": [ + "Ref A: 233BF48D1E5B4DF388E4220AAE32A754 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:59Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:33 GMT" + "Wed, 05 May 2021 21:49:58 GMT" ], "Content-Length": [ - "1229" + "1203" ], "Content-Type": [ "application/json" @@ -10020,23 +10020,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-parish\",\r\n \"name\": \"e2e-parish\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-parish-namespace\",\r\n \"displayName\": \"e2e-parish-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/parish-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iqEwAAAAAAAA%3D%3D%23RT%3A153%23TRC%3A153%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegASAKITABy8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-denise\",\r\n \"name\": \"e2e-denise\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-knifed-namespace\",\r\n \"displayName\": \"e2e-denise-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/knifed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkJgAAAAAAAA%3D%3D%23RT%3A153%23TRC%3A153%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAGAOSmCoCPgHoCAI2E&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iqEwAAAAAAAA%3D%3D%23RT%3A153%23TRC%3A153%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegASAKITABy8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXFFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTMlMjNUUkMlM0ExNTMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVNBS0lUQUJ5OFQyRUElMkZ3OHhBQUFlSVFBQUIzb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkJgAAAAAAAA%3D%3D%23RT%3A153%23TRC%3A153%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAGAOSmCoCPgHoCAI2E&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amtKZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTMlMjNUUkMlM0ExNTMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQUdBT1NtQ29DUGdIb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a94dad99-4a93-4b5d-b10e-8d50efbe33f7" + "3893e88c-d654-4349-ac22-b0493c4a66a5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -10050,10 +10050,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" + "14775" ], "X-Ms-Request-Id": [ - "ead0035a-3597-440c-bef8-a9d4d336f972" + "3220b60e-4dad-4fd7-86e7-12a32c121c4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10061,20 +10061,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6663d99d-3652-4fbd-b3da-9f8ad7035a23" + "95d78c2a-dd21-4f5c-969e-8a37a68eda90" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052833Z:6663d99d-3652-4fbd-b3da-9f8ad7035a23" + "CENTRALUS:20210505T214959Z:95d78c2a-dd21-4f5c-969e-8a37a68eda90" + ], + "X-MSEdge-Ref": [ + "Ref A: C7FF8C34A36F4F3284E4017D9157C9D7 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:59Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:33 GMT" + "Wed, 05 May 2021 21:49:58 GMT" ], "Content-Length": [ - "1257" + "1213" ], "Content-Type": [ "application/json" @@ -10083,23 +10083,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-blasts\",\r\n \"name\": \"e2e-blasts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-blasts-namespace\",\r\n \"displayName\": \"e2e-blasts-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/church-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27irEwAAAAAAAA%3D%3D%23RT%3A154%23TRC%3A154%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegASAKITABi8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-jogger\",\r\n \"name\": \"e2e-jogger\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster\",\r\n \"namespace\": \"e2e-ounces-namespace\",\r\n \"displayName\": \"e2e-jogger-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/ounces-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j6JgAAAAAAAA%3D%3D%23RT%3A154%23TRC%3A154%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAEAPqmj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27irEwAAAAAAAA%3D%3D%23RT%3A154%23TRC%3A154%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegASAKITABi8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXJFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTQlMjNUUkMlM0ExNTQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVNBS0lUQUJpOFQyRUElMkZ3OHhBQUFlSVFBQUIzb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j6JgAAAAAAAA%3D%3D%23RT%3A154%23TRC%3A154%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAEAPqmj4B6AgCNhA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajZKZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTQlMjNUUkMlM0ExNTQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQUVBUHFtajRCNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab0d9174-c378-40e8-8eca-4e886efea5da" + "e0edf251-1f1f-46fe-bfea-197d67180faa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -10113,10 +10113,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" + "14602" ], "X-Ms-Request-Id": [ - "d0e7970d-8b15-45b6-9349-621f3337b777" + "dab46f6d-9781-4d2f-8873-ccf9a60d3f68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10124,20 +10124,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "22d065a9-57ae-4e98-b21a-0ed988d4ebd2" + "6f23dc14-4fc9-4861-9f86-eac9ec81274e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052834Z:22d065a9-57ae-4e98-b21a-0ed988d4ebd2" + "CENTRALUS:20210505T214959Z:6f23dc14-4fc9-4861-9f86-eac9ec81274e" + ], + "X-MSEdge-Ref": [ + "Ref A: F2E618CABAAA477A942C5697107D97C0 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:59Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:33 GMT" + "Wed, 05 May 2021 21:49:58 GMT" ], "Content-Length": [ - "1226" + "1721" ], "Content-Type": [ "application/json" @@ -10146,23 +10146,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-eminem\",\r\n \"name\": \"e2e-eminem\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-eminem-namespace\",\r\n \"displayName\": \"e2e-eminem-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/eminem-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27isEwAAAAAAAA%3D%3D%23RT%3A155%23TRC%3A155%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegASAKyTAcC8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-csharp-sdk-test\",\r\n \"name\": \"cl-csharp-sdk-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"createdByType\": \"Application\",\r\n \"createdAt\": \"2021-05-05T21:48:57.7863303Z\",\r\n \"lastModifiedBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"lastModifiedByType\": \"Application\",\r\n \"lastModifiedAt\": \"2021-05-05T21:49:31.931488Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace\",\r\n \"displayName\": \"cl-csharp-sdk-test\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator-ansible\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iPJwAAAAAAAA%3D%3D%23RT%3A155%23TRC%3A155%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegACAI%2BnegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27isEwAAAAAAAA%3D%3D%23RT%3A155%23TRC%3A155%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegASAKyTAcC8T2EA%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXNFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTUlMjNUUkMlM0ExNTUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVNBS3lUQWNDOFQyRUElMkZ3OHhBQUFlSVFBQUIzb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iPJwAAAAAAAA%3D%3D%23RT%3A155%23TRC%3A155%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegACAI%2BnegIAjYQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVBKd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTUlMjNUUkMlM0ExNTUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQUNBSSUyQm5lZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "672b2b1f-ac18-48f5-8879-fb103f9a5289" + "678ca87f-3c46-4e1a-b781-9de8e97ffe3b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -10176,10 +10176,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" + "14774" ], "X-Ms-Request-Id": [ - "e2c31982-a61c-4da0-a7f8-8e9aeb869009" + "479ad2af-f01d-44eb-bf7f-34a87ed020fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10187,20 +10187,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "f1f1380d-e3c6-4c50-9821-8bf2e05919c1" + "c73d837b-1d11-4cfb-b7fe-4445609a5725" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052834Z:f1f1380d-e3c6-4c50-9821-8bf2e05919c1" + "CENTRALUS:20210505T214959Z:c73d837b-1d11-4cfb-b7fe-4445609a5725" + ], + "X-MSEdge-Ref": [ + "Ref A: 65F0ACA5B98E439193B0CD8DE566BBEF Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:59Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:33 GMT" + "Wed, 05 May 2021 21:49:58 GMT" ], "Content-Length": [ - "1258" + "1080" ], "Content-Type": [ "application/json" @@ -10209,23 +10209,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-joggle\",\r\n \"name\": \"e2e-joggle\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-joggle-namespace\",\r\n \"displayName\": \"e2e-joggle-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/joggle-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iyEwAAAAAAAA%3D%3D%23RT%3A156%23TRC%3A156%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAQALETvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/march-10-rg/providers/microsoft.extendedlocation/customlocations/march-10-appliance-cl\",\r\n \"name\": \"march-10-appliance-cl\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"nagiesek@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-03-10T18:17:53.0749994Z\",\r\n \"lastModifiedBy\": \"nagiesek@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-03-10T18:17:53.0749994Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/march-10-rg/providers/Microsoft.ResourceConnector/appliances/march-10-appliance\",\r\n \"namespace\": \"hci-vmoperator\",\r\n \"displayName\": \"march-10-appliance-cl\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/march-10-rg/providers/Microsoft.ResourceConnector/appliances/march-10-appliance/providers/Microsoft.KubernetesConfiguration/extensions/hci-vmoperator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iyEwAAAAAAAA%3D%3D%23RT%3A156%23TRC%3A156%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAQALETvE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXlFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTYlMjNUUkMlM0ExNTYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVFBTEVUdkU5aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.ExtendedLocation/customLocations?api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlR3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXh0ZW5kZWRMb2NhdGlvbi9jdXN0b21Mb2NhdGlvbnM/YXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a633e8c7-ef07-4975-ba0a-2b9faed15bd0" + "ba73b3c7-f39a-44f9-aed5-9cd6d8a68730" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -10239,10 +10239,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" + "14602" ], "X-Ms-Request-Id": [ - "1eb8bd22-cb29-4c60-acda-e881038b7b04" + "03c78d45-2f66-4d8d-9159-758b675eee03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10250,20 +10250,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "911b1224-c853-405f-95ac-439f33b03883" + "a2624658-476e-48ef-aaee-7c921671eb4d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052834Z:911b1224-c853-405f-95ac-439f33b03883" + "CENTRALUS:20210505T215000Z:a2624658-476e-48ef-aaee-7c921671eb4d" + ], + "X-MSEdge-Ref": [ + "Ref A: CD1D7DA490AB43A4920A1E6FDFF95FEC Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:49:59Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:34 GMT" + "Wed, 05 May 2021 21:49:59 GMT" ], "Content-Length": [ - "1227" + "1633" ], "Content-Type": [ "application/json" @@ -10272,23 +10272,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-longed\",\r\n \"name\": \"e2e-longed\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-longed-namespace\",\r\n \"displayName\": \"e2e-longed-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/longed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27izEwAAAAAAAA%3D%3D%23RT%3A157%23TRC%3A157%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAQALETuE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-arg-full-sync-eastus\",\r\n \"name\": \"cl-arg-full-sync-eastus\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"shramesh@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-03-11T22:59:20.3111483Z\",\r\n \"lastModifiedBy\": \"shramesh@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-03-11T22:59:20.3111483Z\"\r\n },\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb//resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"arg-full-sync-namespace\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb//resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/arg-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gBEQAAAAAAAA%3D%3D%23RT%3A1%23TRC%3A1%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACmAAGRhAXBAAIAgAFgAJqAMQAAfhIAABuAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27izEwAAAAAAAA%3D%3D%23RT%3A157%23TRC%3A157%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAQALETuE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXpFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTclMjNUUkMlM0ExNTclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVFBTEVUdUU5aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.ExtendedLocation/customLocations?api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlR3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXh0ZW5kZWRMb2NhdGlvbi9jdXN0b21Mb2NhdGlvbnM/YXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eb5363b3-98d3-47e3-b919-2c2a8d9f949c" + "701819ab-f171-4e09-a378-27735826d658" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -10302,10 +10302,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" + "14534" ], "X-Ms-Request-Id": [ - "4a351525-c72a-40ed-864c-b9090895a3ce" + "b14bc4f6-29be-44f6-9fee-3b713ea4d32e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10313,20 +10313,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "93d1bf2f-4a98-46ae-8e80-cc679a8b32ed" + "b8c112f8-3e9c-4693-8965-452ba4f7dd67" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052834Z:93d1bf2f-4a98-46ae-8e80-cc679a8b32ed" + "CENTRALUS:20210505T215100Z:b8c112f8-3e9c-4693-8965-452ba4f7dd67" + ], + "X-MSEdge-Ref": [ + "Ref A: CAE4CF4C886F458FBE7DC69FB96EB928 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:00Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:34 GMT" + "Wed, 05 May 2021 21:51:00 GMT" ], "Content-Length": [ - "1483" + "1627" ], "Content-Type": [ "application/json" @@ -10335,23 +10335,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sleeps\",\r\n \"name\": \"e2e-sleeps\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sleeps-namespace\",\r\n \"displayName\": \"e2e-sleeps-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/utopia-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sleeps-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i0EwAAAAAAAA%3D%3D%23RT%3A158%23TRC%3A158%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAQALETsE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-arg-full-sync-eastus\",\r\n \"name\": \"cl-arg-full-sync-eastus\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"shramesh@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-03-11T22:59:20.3111483Z\",\r\n \"lastModifiedBy\": \"shramesh@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-03-11T22:59:20.3111483Z\"\r\n },\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb//resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"arg-full-sync-namespace\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb//resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/arg-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gBEQAAAAAAAA%3D%3D%23RT%3A1%23TRC%3A1%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACkAAGRhAXBAAIAgAFgAJqAMQAAfhIAABuAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i0EwAAAAAAAA%3D%3D%23RT%3A158%23TRC%3A158%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAQALETsE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTBFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTglMjNUUkMlM0ExNTglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVFBTEVUc0U5aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gBEQAAAAAAAA%3D%3D%23RT%3A1%23TRC%3A1%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACmAAGRhAXBAAIAgAFgAJqAMQAAfhIAABuAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0JFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExJTIzVFJDJTNBMSUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFDbUFBR1JoQVhCQUFJQWdBRmdBSnFBTVFBQWZoSUFBQnVBSVVJQUFBTUlBQklBQUdDSVFHTUFBRGh3UVFNQU00RSUyQmdBSEFnQWRDQUNBUVVIQmVnRXVBRjRBdmdBUEEyWmxESCUyRmdBRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLRUFDZ0RUQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "98609da8-1d37-44e7-bb4e-c41e3cbc52b0" + "297efb92-7fca-4c80-9306-9e17666a28e8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -10365,10 +10365,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" + "14773" ], "X-Ms-Request-Id": [ - "ec59abde-edf3-4c50-aec6-8fc76e03a4c7" + "8c027edc-41ee-42c1-a848-d0cd8a74d7fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10376,20 +10376,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "ec6a12cb-9b08-4556-9126-04dcef849493" + "19ad548f-a791-42b6-9eb8-42e9f70b36ca" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052835Z:ec6a12cb-9b08-4556-9126-04dcef849493" + "CENTRALUS:20210505T215000Z:19ad548f-a791-42b6-9eb8-42e9f70b36ca" + ], + "X-MSEdge-Ref": [ + "Ref A: BEBB286822EC4AA5905A6D0A2D559A4D Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:00Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:34 GMT" + "Wed, 05 May 2021 21:49:59 GMT" ], "Content-Length": [ - "1227" + "1438" ], "Content-Type": [ "application/json" @@ -10398,23 +10398,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-kidded\",\r\n \"name\": \"e2e-kidded\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-kidded-namespace\",\r\n \"displayName\": \"e2e-kidded-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/kidded-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i1EwAAAAAAAA%3D%3D%23RT%3A159%23TRC%3A159%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAQALEToE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bombay\",\r\n \"name\": \"e2e-bombay\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-revels-namespace\",\r\n \"displayName\": \"e2e-bombay-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/revels-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iQFgAAAAAAAA%3D%3D%23RT%3A2%23TRC%3A2%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACkAJQWwQACAIABYACagDEAAH4SAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i1EwAAAAAAAA%3D%3D%23RT%3A159%23TRC%3A159%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAQALEToE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTFFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTklMjNUUkMlM0ExNTklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVFBTEVUb0U5aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iQFgAAAAAAAA%3D%3D%23RT%3A2%23TRC%3A2%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACkAJQWwQACAIABYACagDEAAH4SAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVFGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EyJTIzVFJDJTNBMiUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFDa0FKUVd3UUFDQUlBQllBQ2FnREVBQUg0U0FBQWJnQ0ZDQUFBRENBQVNBQUJnaUVCakFBQTRjRUVEQURPQlBvQUJ3SUFIUWdBZ0VGQndYb0JMZ0JlQUw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2hBQW9BMHdCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48d81968-ce75-4b78-ad82-f58662a50d72" + "04497765-67e3-49cd-a13c-5e624e59d629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -10428,10 +10428,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" + "14601" ], "X-Ms-Request-Id": [ - "ffbac604-0f10-462e-815c-a671afe9511a" + "027e45b2-548c-4966-8e3f-e58e941d60d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10439,20 +10439,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "34f881c8-1bbd-4ed7-89c0-4e1dc5f939ea" + "41c3729b-523d-4e0f-b8a8-978c60b63154" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052835Z:34f881c8-1bbd-4ed7-89c0-4e1dc5f939ea" + "CENTRALUS:20210505T215000Z:41c3729b-523d-4e0f-b8a8-978c60b63154" + ], + "X-MSEdge-Ref": [ + "Ref A: 84A3989292114BCFACFA1E03A3ED0614 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:00Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:34 GMT" + "Wed, 05 May 2021 21:49:59 GMT" ], "Content-Length": [ - "1265" + "1438" ], "Content-Type": [ "application/json" @@ -10461,23 +10461,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-acutes\",\r\n \"name\": \"e2e-acutes\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-acutes-namespace\",\r\n \"displayName\": \"e2e-acutes-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/acutes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i3EwAAAAAAAA%3D%3D%23RT%3A160%23TRC%3A160%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAQALETgE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-calmly\",\r\n \"name\": \"e2e-calmly\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sample-namespace\",\r\n \"displayName\": \"e2e-calmly-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sample-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iWFgAAAAAAAA%3D%3D%23RT%3A3%23TRC%3A3%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACkAJQWwAACAIABYACagDEAAH4SAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i3EwAAAAAAAA%3D%3D%23RT%3A160%23TRC%3A160%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAQALETgE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTNFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNjAlMjNUUkMlM0ExNjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVFBTEVUZ0U5aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iWFgAAAAAAAA%3D%3D%23RT%3A3%23TRC%3A3%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACkAJQWwAACAIABYACagDEAAH4SAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVdGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EzJTIzVFJDJTNBMyUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFDa0FKUVd3QUFDQUlBQllBQ2FnREVBQUg0U0FBQWJnQ0ZDQUFBRENBQVNBQUJnaUVCakFBQTRjRUVEQURPQlBvQUJ3SUFIUWdBZ0VGQndYb0JMZ0JlQUw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2hBQW9BMHdCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f2feb47c-341d-4e7c-a09c-e361f1d73d4b" + "ad04f166-9eb3-489c-93a8-ec30e9acc4ef" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -10491,10 +10491,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" + "14772" ], "X-Ms-Request-Id": [ - "f3d298aa-355c-4932-8798-01d6f57d1c43" + "9c72fc25-ff92-4489-b522-b855b7b1067e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10502,20 +10502,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "53e3dc18-10d6-4275-ab7c-016c0bb01fab" + "847f28ee-8e27-436b-92b5-5f29dfca08a4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052835Z:53e3dc18-10d6-4275-ab7c-016c0bb01fab" + "CENTRALUS:20210505T215000Z:847f28ee-8e27-436b-92b5-5f29dfca08a4" + ], + "X-MSEdge-Ref": [ + "Ref A: E40AF7D241714F47B75CD84F0906E970 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:00Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:35 GMT" + "Wed, 05 May 2021 21:49:59 GMT" ], "Content-Length": [ - "1228" + "1438" ], "Content-Type": [ "application/json" @@ -10524,23 +10524,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-impure\",\r\n \"name\": \"e2e-impure\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-impure-namespace\",\r\n \"displayName\": \"e2e-impure-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/impure-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i4EwAAAAAAAA%3D%3D%23RT%3A161%23TRC%3A161%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAQALETAE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mailer\",\r\n \"name\": \"e2e-mailer\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-vacate-namespace\",\r\n \"displayName\": \"e2e-mailer-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/vacate-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iXFgAAAAAAAA%3D%3D%23RT%3A4%23TRC%3A4%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACkAJeWAYACwIABYACagDEAAH4SAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i4EwAAAAAAAA%3D%3D%23RT%3A161%23TRC%3A161%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAQALETAE9hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTRFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNjElMjNUUkMlM0ExNjElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVFBTEVUQUU5aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iXFgAAAAAAAA%3D%3D%23RT%3A4%23TRC%3A4%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACkAJeWAYACwIABYACagDEAAH4SAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVhGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0JTIzVFJDJTNBNCUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFDa0FKZVdBWUFDd0lBQllBQ2FnREVBQUg0U0FBQWJnQ0ZDQUFBRENBQVNBQUJnaUVCakFBQTRjRUVEQURPQlBvQUJ3SUFIUWdBZ0VGQndYb0JMZ0JlQUw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2hBQW9BMHdCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bd01f6e8-08f2-4cd8-ba03-e61e4729f602" + "850586a6-75e5-4f1a-b95e-aab6aa8b93c3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -10554,10 +10554,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" + "14600" ], "X-Ms-Request-Id": [ - "ec5ff17e-3bfc-43a4-920e-2971b9b1e3ae" + "d5f7f59a-a4f7-4ce6-b005-42de3a61a9b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10565,20 +10565,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "5146043a-ed4b-4477-8c6d-66c648bdff4d" + "8833c210-6cda-4550-ac98-dfc614c09bd4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052835Z:5146043a-ed4b-4477-8c6d-66c648bdff4d" + "CENTRALUS:20210505T215000Z:8833c210-6cda-4550-ac98-dfc614c09bd4" + ], + "X-MSEdge-Ref": [ + "Ref A: EADB6A3E2EA342DAB2B37E94BA4FB11D Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:00Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:35 GMT" + "Wed, 05 May 2021 21:49:59 GMT" ], "Content-Length": [ - "1231" + "1444" ], "Content-Type": [ "application/json" @@ -10587,23 +10587,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-spiked\",\r\n \"name\": \"e2e-spiked\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-spiked-namespace\",\r\n \"displayName\": \"e2e-spiked-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/spiked-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i5EwAAAAAAAA%3D%3D%23RT%3A162%23TRC%3A162%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAQALETAE5hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sequel\",\r\n \"name\": \"e2e-sequel\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-pompom-namespace\",\r\n \"displayName\": \"e2e-sequel-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/pompom-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ihFgAAAAAAAA%3D%3D%23RT%3A5%23TRC%3A5%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACiAKGWAsCAAWAAmoAxAAB%2BEgAAG4AhQgAAAwgAEgAAYIhAYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i5EwAAAAAAAA%3D%3D%23RT%3A162%23TRC%3A162%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAQALETAE5hAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTVFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNjIlMjNUUkMlM0ExNjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVFBTEVUQUU1aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ihFgAAAAAAAA%3D%3D%23RT%3A5%23TRC%3A5%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACiAKGWAsCAAWAAmoAxAAB%2BEgAAG4AhQgAAAwgAEgAAYIhAYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWhGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1JTIzVFJDJTNBNSUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFDaUFLR1dBc0NBQVdBQW1vQXhBQUIlMkJFZ0FBRzRBaFFnQUFBd2dBRWdBQVlJaEFZd0FBT0hCQkF3QXpnVDZBQWNDQUIwSUFJQkJRY0Y2QVM0QVhnQyUyQkFBOERabVVNZiUyQkFBUmdFTUFBTUFBQkdBQVlnQUFRUUFJRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvUUFLQU5NQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "23c53d23-8c74-42ca-a22a-11ecabd3bc36" + "0e6d0445-2a16-44bb-99b5-08ef774e3630" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -10617,10 +10617,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" + "14771" ], "X-Ms-Request-Id": [ - "a2d1f90f-a0b8-4137-b5a8-00ad0c48cc54" + "32bd9d87-0f94-4ae0-b497-0594d63ac397" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10628,20 +10628,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "c73cd8f4-b521-4ef9-97f0-3681e7a0baac" + "87df37ec-eba2-47ce-a17f-727a139db153" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052836Z:c73cd8f4-b521-4ef9-97f0-3681e7a0baac" + "CENTRALUS:20210505T215001Z:87df37ec-eba2-47ce-a17f-727a139db153" + ], + "X-MSEdge-Ref": [ + "Ref A: FD0B1917D5D848F6BA7622BCCA590031 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:00Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:35 GMT" + "Wed, 05 May 2021 21:50:00 GMT" ], "Content-Length": [ - "1231" + "1438" ], "Content-Type": [ "application/json" @@ -10650,23 +10650,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-setups\",\r\n \"name\": \"e2e-setups\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-setups-namespace\",\r\n \"displayName\": \"e2e-setups-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/setups-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i6EwAAAAAAAA%3D%3D%23RT%3A163%23TRC%3A163%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAQALETAExhAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-matins\",\r\n \"name\": \"e2e-matins\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-gotham-namespace\",\r\n \"displayName\": \"e2e-matins-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/gotham-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i3FgAAAAAAAA%3D%3D%23RT%3A6%23TRC%3A6%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACgALIWgAFgAJqAMQAAfhIAABuAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i6EwAAAAAAAA%3D%3D%23RT%3A163%23TRC%3A163%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAQALETAExhAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTZFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNjMlMjNUUkMlM0ExNjMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVFBTEVUQUV4aEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i3FgAAAAAAAA%3D%3D%23RT%3A6%23TRC%3A6%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACgALIWgAFgAJqAMQAAfhIAABuAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTNGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2JTIzVFJDJTNBNiUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFDZ0FMSVdnQUZnQUpxQU1RQUFmaElBQUJ1QUlVSUFBQU1JQUJJQUFHQ0lRR01BQURod1FRTUFNNEUlMkJnQUhBZ0FkQ0FDQVFVSEJlZ0V1QUY0QXZnQVBBMlpsREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0VBQ2dEVEFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRBJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "734ab440-8e70-4025-820d-e87a024fd5ef" + "2b364105-d877-4a0c-9dbb-bc51b82e6eae" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -10680,10 +10680,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" + "14599" ], "X-Ms-Request-Id": [ - "267237d1-d66b-48d7-b9a6-db8247cd7630" + "06d4c9b0-a3d2-4816-acc5-f981fe994738" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10691,20 +10691,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "c7a77f00-0f7c-4ff5-b0b0-5029e5b9a93d" + "342fb1b4-e9d6-455e-8a79-8f40a23856dd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052836Z:c7a77f00-0f7c-4ff5-b0b0-5029e5b9a93d" + "CENTRALUS:20210505T215001Z:342fb1b4-e9d6-455e-8a79-8f40a23856dd" + ], + "X-MSEdge-Ref": [ + "Ref A: E83356A2B4DD4564AFFFF2F5C7E9099B Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:01Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:35 GMT" + "Wed, 05 May 2021 21:50:00 GMT" ], "Content-Length": [ - "1264" + "1438" ], "Content-Type": [ "application/json" @@ -10713,23 +10713,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-rivets\",\r\n \"name\": \"e2e-rivets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-rivets-namespace\",\r\n \"displayName\": \"e2e-rivets-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/convoy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i7EwAAAAAAAA%3D%3D%23RT%3A164%23TRC%3A164%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAQALETAEhhAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-shandy\",\r\n \"name\": \"e2e-shandy\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-truing-namespace\",\r\n \"displayName\": \"e2e-shandy-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/truing-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i4FgAAAAAAAA%3D%3D%23RT%3A7%23TRC%3A7%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACgALiWAcBgAJqAMQAAfhIAABuAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i7EwAAAAAAAA%3D%3D%23RT%3A164%23TRC%3A164%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAQALETAEhhAP8PMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTdFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNjQlMjNUUkMlM0ExNjQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQVFBTEVUQUVoaEFQOFBNUUFBSGlFQUFBZDZBZ0NOaEElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i4FgAAAAAAAA%3D%3D%23RT%3A7%23TRC%3A7%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACgALiWAcBgAJqAMQAAfhIAABuAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTRGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3JTIzVFJDJTNBNyUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFDZ0FMaVdBY0JnQUpxQU1RQUFmaElBQUJ1QUlVSUFBQU1JQUJJQUFHQ0lRR01BQURod1FRTUFNNEUlMkJnQUhBZ0FkQ0FDQVFVSEJlZ0V1QUY0QXZnQVBBMlpsREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0VBQ2dEVEFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRBJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9c3f8c1-a9e0-4e67-b58d-b716c20e9403" + "4fed5799-0021-4040-8be3-c092f8dfec07" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -10743,10 +10743,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" + "14770" ], "X-Ms-Request-Id": [ - "08a2d0ee-6225-415f-8bfc-3d7957ef1860" + "69901a13-f2f2-428f-bef8-002215b8c241" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10754,20 +10754,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "f14f0536-5cfb-45ef-b7c7-e7fe964f1227" + "d0dc1291-7e9f-4d1b-a7fa-d17b044cfd20" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052836Z:f14f0536-5cfb-45ef-b7c7-e7fe964f1227" + "CENTRALUS:20210505T215001Z:d0dc1291-7e9f-4d1b-a7fa-d17b044cfd20" + ], + "X-MSEdge-Ref": [ + "Ref A: 4CDC70E97906449CA1F8A1F26D2A9EFA Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:01Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:36 GMT" + "Wed, 05 May 2021 21:50:00 GMT" ], "Content-Length": [ - "1225" + "1430" ], "Content-Type": [ "application/json" @@ -10776,23 +10776,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-repaid\",\r\n \"name\": \"e2e-repaid\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-repaid-namespace\",\r\n \"displayName\": \"e2e-repaid-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/repaid-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i%2BEwAAAAAAAA%3D%3D%23RT%3A165%23TRC%3A165%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAOAL6TYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-wilton\",\r\n \"name\": \"e2e-wilton\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-cannes-namespace\",\r\n \"displayName\": \"e2e-wilton-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cannes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jFFgAAAAAAAA%3D%3D%23RT%3A8%23TRC%3A8%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACeAMEWYACagDEAAH4SAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i%2BEwAAAAAAAA%3D%3D%23RT%3A165%23TRC%3A165%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAOAL6TYQD%2FDzEAAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aSUyQkV3QUFBQUFBQUElM0QlM0QlMjNSVCUzQTE2NSUyM1RSQyUzQTE2NSUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBZWdBT0FMNlRZUUQlMkZEekVBQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jFFgAAAAAAAA%3D%3D%23RT%3A8%23TRC%3A8%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACeAMEWYACagDEAAH4SAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3akZGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E4JTIzVFJDJTNBOCUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFDZUFNRVdZQUNhZ0RFQUFINFNBQUFiZ0NGQ0FBQURDQUFTQUFCZ2lFQmpBQUE0Y0VFREFET0JQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71c8d9fb-8655-4b73-b7af-3f94fbc4d15e" + "48a628a6-ec23-4df6-b98b-86d5303b4535" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -10806,10 +10806,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" + "14598" ], "X-Ms-Request-Id": [ - "c7c9737f-d0d7-4e12-a89f-ecb6a3e965b5" + "af2368e0-98f4-44ee-b642-3027c7ac4bcc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10817,20 +10817,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "e7628581-a440-4ce4-996e-f4f9525bcf15" + "840ccc4a-6035-4635-acf9-a03b097a7091" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052837Z:e7628581-a440-4ce4-996e-f4f9525bcf15" + "CENTRALUS:20210505T215001Z:840ccc4a-6035-4635-acf9-a03b097a7091" + ], + "X-MSEdge-Ref": [ + "Ref A: 7E0B6849712A4A34931DD1591C199002 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:01Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:36 GMT" + "Wed, 05 May 2021 21:50:00 GMT" ], "Content-Length": [ - "1218" + "1436" ], "Content-Type": [ "application/json" @@ -10839,23 +10839,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-prated\",\r\n \"name\": \"e2e-prated\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-prated-namespace\",\r\n \"displayName\": \"e2e-prated-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/prated-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ggFAAAAAAAAA%3D%3D%23RT%3A166%23TRC%3A166%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMACEU%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-around\",\r\n \"name\": \"e2e-around\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-psyche-namespace\",\r\n \"displayName\": \"e2e-around-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/psyche-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jGFgAAAAAAAA%3D%3D%23RT%3A9%23TRC%3A9%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACcAMaWmoAxAAB%2BEgAAG4AhQgAAAwgAEgAAYIhAYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ggFAAAAAAAAA%3D%3D%23RT%3A166%23TRC%3A166%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMACEU%2Fw8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2dGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNjYlMjNUUkMlM0ExNjYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQU1BQ0VVJTJGdzh4QUFBZUlRQUFCM29DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jGFgAAAAAAAA%3D%3D%23RT%3A9%23TRC%3A9%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACcAMaWmoAxAAB%2BEgAAG4AhQgAAAwgAEgAAYIhAYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3akdGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E5JTIzVFJDJTNBOSUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFDY0FNYVdtb0F4QUFCJTJCRWdBQUc0QWhRZ0FBQXdnQUVnQUFZSWhBWXdBQU9IQkJBd0F6Z1Q2QUFjQ0FCMElBSUJCUWNGNkFTNEFYZ0MlMkJBQThEWm1VTWYlMkJBQVJnRU1BQU1BQUJHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb1FBS0FOTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0dee4513-ce34-4942-9905-4868ca159d28" + "dd473c89-a88e-4055-933a-1351753c734e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -10869,10 +10869,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" + "14769" ], "X-Ms-Request-Id": [ - "387e22a2-8a82-4034-af8b-278442125549" + "9363355e-7aa6-45fe-8c3f-4e8b5bd98c16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10880,20 +10880,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "1cfe8d57-6a3d-4876-adeb-6c977af44a98" + "7ef9d678-9c6b-45a6-9ede-6c7ff82b7dad" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052837Z:1cfe8d57-6a3d-4876-adeb-6c977af44a98" + "CENTRALUS:20210505T215002Z:7ef9d678-9c6b-45a6-9ede-6c7ff82b7dad" + ], + "X-MSEdge-Ref": [ + "Ref A: B66C6F4D84A047BFA04A4F94F36E289E Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:01Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:37 GMT" + "Wed, 05 May 2021 21:50:01 GMT" ], "Content-Length": [ - "1218" + "1418" ], "Content-Type": [ "application/json" @@ -10902,23 +10902,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-markup\",\r\n \"name\": \"e2e-markup\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-markup-namespace\",\r\n \"displayName\": \"e2e-markup-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/markup-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ghFAAAAAAAAA%3D%3D%23RT%3A167%23TRC%3A167%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMACEU%2Fg8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-\",\r\n \"name\": \"e2e-\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-mithra-namespace\",\r\n \"displayName\": \"e2e--displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/mithra-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqFwAAAAAAAA%3D%3D%23RT%3A10%23TRC%3A10%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACaAGqXMQAAfhIAABuAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ghFAAAAAAAAA%3D%3D%23RT%3A167%23TRC%3A167%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMACEU%2Fg8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2hGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNjclMjNUUkMlM0ExNjclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQU1BQ0VVJTJGZzh4QUFBZUlRQUFCM29DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqFwAAAAAAAA%3D%3D%23RT%3A10%23TRC%3A10%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACaAGqXMQAAfhIAABuAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHFGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMCUyM1RSQyUzQTEwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNhQUdxWE1RQUFmaElBQUJ1QUlVSUFBQU1JQUJJQUFHQ0lRR01BQURod1FRTUFNNEUlMkJnQUhBZ0FkQ0FDQVFVSEJlZ0V1QUY0QXZnQVBBMlpsREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0VBQ2dEVEFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRBJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2535c9b2-e0a3-4935-92d4-001eed4301da" + "17d1b0f0-bb39-437d-9e6a-86e8719da3c0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -10932,10 +10932,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" + "14597" ], "X-Ms-Request-Id": [ - "2535e9f9-367f-4a6b-b198-34a23159096c" + "db77f3eb-b0ec-495f-a9b7-e0db59ba8654" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10943,20 +10943,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "9b17d43c-2028-4607-861d-299279af2c41" + "fb93dd95-42b5-4cf7-900a-991a614f4747" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052838Z:9b17d43c-2028-4607-861d-299279af2c41" + "CENTRALUS:20210505T215002Z:fb93dd95-42b5-4cf7-900a-991a614f4747" + ], + "X-MSEdge-Ref": [ + "Ref A: 77E2F6CB594C4B01A550C26D4BE8A48D Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:02Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:37 GMT" + "Wed, 05 May 2021 21:50:01 GMT" ], "Content-Length": [ - "1218" + "1686" ], "Content-Type": [ "application/json" @@ -10965,23 +10965,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gargle\",\r\n \"name\": \"e2e-gargle\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-gargle-namespace\",\r\n \"displayName\": \"e2e-gargle-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/gargle-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27giFAAAAAAAAA%3D%3D%23RT%3A168%23TRC%3A168%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMACEU%2FA8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-trikes\",\r\n \"name\": \"e2e-trikes\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-trikes-namespace\",\r\n \"displayName\": \"e2e-trikes-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/astana-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/trikes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ipFwAAAAAAAA%3D%3D%23RT%3A11%23TRC%3A11%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACYAKEXAH4SAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27giFAAAAAAAAA%3D%3D%23RT%3A168%23TRC%3A168%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMACEU%2FA8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2lGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNjglMjNUUkMlM0ExNjglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQU1BQ0VVJTJGQTh4QUFBZUlRQUFCM29DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ipFwAAAAAAAA%3D%3D%23RT%3A11%23TRC%3A11%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACYAKEXAH4SAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXBGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMSUyM1RSQyUzQTExJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNZQUtFWEFINFNBQUFiZ0NGQ0FBQURDQUFTQUFCZ2lFQmpBQUE0Y0VFREFET0JQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "91139ec3-cc0c-4ded-b365-7143e4c96453" + "5dd03e53-0a5d-43e2-abed-f87298ea357a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -10995,10 +10995,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" + "14768" ], "X-Ms-Request-Id": [ - "8b24be79-5e00-4129-83b6-005621b138d5" + "4cea748c-1338-4d10-8e25-86503acdecd5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11006,20 +11006,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "140f9280-d955-417a-a552-3843f5471cd3" + "c4ad87ea-1ba6-4d32-959f-3c070f6194c4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052838Z:140f9280-d955-417a-a552-3843f5471cd3" + "CENTRALUS:20210505T215002Z:c4ad87ea-1ba6-4d32-959f-3c070f6194c4" + ], + "X-MSEdge-Ref": [ + "Ref A: 1C803D842A5047C5AA14D336CAA1E366 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:02Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:37 GMT" + "Wed, 05 May 2021 21:50:01 GMT" ], "Content-Length": [ - "1218" + "1686" ], "Content-Type": [ "application/json" @@ -11028,23 +11028,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mewled\",\r\n \"name\": \"e2e-mewled\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-mewled-namespace\",\r\n \"displayName\": \"e2e-mewled-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/mewled-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gjFAAAAAAAAA%3D%3D%23RT%3A169%23TRC%3A169%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMACEU%2BA8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-numbly\",\r\n \"name\": \"e2e-numbly\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-numbly-namespace\",\r\n \"displayName\": \"e2e-numbly-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/hissed-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/numbly-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iqFwAAAAAAAA%3D%3D%23RT%3A12%23TRC%3A12%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACYAKEXAHwSAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gjFAAAAAAAAA%3D%3D%23RT%3A169%23TRC%3A169%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMACEU%2BA8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2pGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNjklMjNUUkMlM0ExNjklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQU1BQ0VVJTJCQTh4QUFBZUlRQUFCM29DQUkyRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iqFwAAAAAAAA%3D%3D%23RT%3A12%23TRC%3A12%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACYAKEXAHwSAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXFGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMiUyM1RSQyUzQTEyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNZQUtFWEFId1NBQUFiZ0NGQ0FBQURDQUFTQUFCZ2lFQmpBQUE0Y0VFREFET0JQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "062acf18-8b59-465f-b870-015b47411c98" + "34098b12-776a-4876-a1a7-8a40390f6a1f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -11058,10 +11058,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" + "14596" ], "X-Ms-Request-Id": [ - "2450c7e3-7b5a-47b8-8d6b-3531152c5b58" + "6c40123e-c8a9-47a9-8f95-3cd7faab4edf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11069,20 +11069,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "027cf31d-abf6-4641-9c0e-be3467e5c885" + "ec08a7da-f00b-46da-9d2b-777b96eee4c9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052838Z:027cf31d-abf6-4641-9c0e-be3467e5c885" + "CENTRALUS:20210505T215003Z:ec08a7da-f00b-46da-9d2b-777b96eee4c9" + ], + "X-MSEdge-Ref": [ + "Ref A: 914923FDAE82470CB9DC7E231DDF7E45 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:02Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:38 GMT" + "Wed, 05 May 2021 21:50:02 GMT" ], "Content-Length": [ - "1216" + "1427" ], "Content-Type": [ "application/json" @@ -11091,23 +11091,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-prolog\",\r\n \"name\": \"e2e-prolog\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-prolog-namespace\",\r\n \"displayName\": \"e2e-prolog-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/prolog-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gkFAAAAAAAAA%3D%3D%23RT%3A170%23TRC%3A170%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMACEU8A8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-wirier\",\r\n \"name\": \"e2e-wirier\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-wirier-namespace\",\r\n \"displayName\": \"e2e-wirier-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/wirier-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27irFwAAAAAAAA%3D%3D%23RT%3A13%23TRC%3A13%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACYAKEXAHgSAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gkFAAAAAAAAA%3D%3D%23RT%3A170%23TRC%3A170%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMACEU8A8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2tGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNzAlMjNUUkMlM0ExNzAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQU1BQ0VVOEE4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27irFwAAAAAAAA%3D%3D%23RT%3A13%23TRC%3A13%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACYAKEXAHgSAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXJGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMyUyM1RSQyUzQTEzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNZQUtFWEFIZ1NBQUFiZ0NGQ0FBQURDQUFTQUFCZ2lFQmpBQUE0Y0VFREFET0JQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf7c8af2-9dbf-4236-b066-0346fdceae84" + "8cad9083-b70c-4063-a2cb-0f5a350925ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -11121,10 +11121,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" + "14767" ], "X-Ms-Request-Id": [ - "3939419d-442e-4cb5-b999-998cf03186bd" + "fa1d08f1-a60c-4b1c-8a67-bd68c2beee69" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11132,20 +11132,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "e1ae45ee-3d13-4e2d-8db2-41d5cf5c5ef3" + "985ab53b-0c30-49ec-b75f-48f5a203bbc5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052839Z:e1ae45ee-3d13-4e2d-8db2-41d5cf5c5ef3" + "CENTRALUS:20210505T215003Z:985ab53b-0c30-49ec-b75f-48f5a203bbc5" + ], + "X-MSEdge-Ref": [ + "Ref A: 597AC9DEB46544798E314085451CA1C9 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:03Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:38 GMT" + "Wed, 05 May 2021 21:50:02 GMT" ], "Content-Length": [ - "1216" + "1427" ], "Content-Type": [ "application/json" @@ -11154,23 +11154,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-seared\",\r\n \"name\": \"e2e-seared\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-seared-namespace\",\r\n \"displayName\": \"e2e-seared-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/seared-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27glFAAAAAAAAA%3D%3D%23RT%3A171%23TRC%3A171%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMACEU4A8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fining\",\r\n \"name\": \"e2e-fining\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fining-namespace\",\r\n \"displayName\": \"e2e-fining-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fining-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27isFwAAAAAAAA%3D%3D%23RT%3A14%23TRC%3A14%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACYAKEXAHASAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27glFAAAAAAAAA%3D%3D%23RT%3A171%23TRC%3A171%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMACEU4A8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2xGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNzElMjNUUkMlM0ExNzElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQU1BQ0VVNEE4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27isFwAAAAAAAA%3D%3D%23RT%3A14%23TRC%3A14%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACYAKEXAHASAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXNGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNCUyM1RSQyUzQTE0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNZQUtFWEFIQVNBQUFiZ0NGQ0FBQURDQUFTQUFCZ2lFQmpBQUE0Y0VFREFET0JQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9648b55e-0925-4f6d-b015-9496296691c1" + "5671eec6-4d6f-478e-a4ce-55e31a5e201b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -11184,10 +11184,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" + "14595" ], "X-Ms-Request-Id": [ - "8ad72bf2-05ed-41a4-9601-b848db5f9165" + "435cf968-4fea-4d6e-a167-5c1396197478" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11195,20 +11195,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "f86d8a22-429d-43d8-adb4-08194002bb0f" + "ba1116ca-7e73-469b-a2fc-8e8920f5f29b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052839Z:f86d8a22-429d-43d8-adb4-08194002bb0f" + "CENTRALUS:20210505T215003Z:ba1116ca-7e73-469b-a2fc-8e8920f5f29b" + ], + "X-MSEdge-Ref": [ + "Ref A: B6CF02D2571447C08C011DBECCDECDD7 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:03Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:38 GMT" + "Wed, 05 May 2021 21:50:02 GMT" ], "Content-Length": [ - "1216" + "1430" ], "Content-Type": [ "application/json" @@ -11217,23 +11217,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-trench\",\r\n \"name\": \"e2e-trench\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-trench-namespace\",\r\n \"displayName\": \"e2e-trench-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/trench-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gmFAAAAAAAAA%3D%3D%23RT%3A172%23TRC%3A172%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMACEUwA8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-whirrs\",\r\n \"name\": \"e2e-whirrs\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster\",\r\n \"namespace\": \"e2e-payday-namespace\",\r\n \"displayName\": \"e2e-whirrs-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/payday-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27itFwAAAAAAAA%3D%3D%23RT%3A15%23TRC%3A15%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACYAKEXAGASAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gmFAAAAAAAAA%3D%3D%23RT%3A172%23TRC%3A172%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMACEUwA8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z21GQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNzIlMjNUUkMlM0ExNzIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQU1BQ0VVd0E4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27itFwAAAAAAAA%3D%3D%23RT%3A15%23TRC%3A15%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACYAKEXAGASAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXRGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNSUyM1RSQyUzQTE1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNZQUtFWEFHQVNBQUFiZ0NGQ0FBQURDQUFTQUFCZ2lFQmpBQUE0Y0VFREFET0JQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9fe6ab35-7a60-49ed-9201-2cca186fcf29" + "33b5cc8e-d82c-4461-a761-aa4888bfaeaa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -11247,10 +11247,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" + "14766" ], "X-Ms-Request-Id": [ - "3a777c76-b671-4895-aa9a-cf1b95a79b06" + "f3582ca3-7a65-4fec-9917-56df84a175e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11258,20 +11258,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "33aedbcd-4f11-45b2-809d-ae8469a76fa7" + "e8590088-6b78-4f97-8f92-eab9c92fe185" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052839Z:33aedbcd-4f11-45b2-809d-ae8469a76fa7" + "CENTRALUS:20210505T215003Z:e8590088-6b78-4f97-8f92-eab9c92fe185" + ], + "X-MSEdge-Ref": [ + "Ref A: F081398C1F00471EBAD07FF71AC53CB6 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:03Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:38 GMT" + "Wed, 05 May 2021 21:50:02 GMT" ], "Content-Length": [ - "1216" + "1428" ], "Content-Type": [ "application/json" @@ -11280,23 +11280,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-frowsy\",\r\n \"name\": \"e2e-frowsy\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-frowsy-namespace\",\r\n \"displayName\": \"e2e-frowsy-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/frowsy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnFAAAAAAAAA%3D%3D%23RT%3A173%23TRC%3A173%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMACEUgA8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-braise\",\r\n \"name\": \"e2e-braise\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fining-namespace\",\r\n \"displayName\": \"e2e-braise-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fining-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iuFwAAAAAAAA%3D%3D%23RT%3A16%23TRC%3A16%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACWAK6XEgAAG4AhQgAAAwgAEgAAYIhAYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnFAAAAAAAAA%3D%3D%23RT%3A173%23TRC%3A173%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMACEUgA8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z25GQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNzMlMjNUUkMlM0ExNzMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQU1BQ0VVZ0E4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iuFwAAAAAAAA%3D%3D%23RT%3A16%23TRC%3A16%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACWAK6XEgAAG4AhQgAAAwgAEgAAYIhAYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXVGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNiUyM1RSQyUzQTE2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNXQUs2WEVnQUFHNEFoUWdBQUF3Z0FFZ0FBWUloQVl3QUFPSEJCQXdBemdUNkFBY0NBQjBJQUlCQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9RQUtBTk1BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "265fcc82-7ba8-41e5-afd0-76e3870e16d2" + "c6f36ace-1313-4b0d-9242-c10e1e9aabbd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -11310,10 +11310,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" + "14594" ], "X-Ms-Request-Id": [ - "523238fe-8a9d-4cf2-b3b4-3a490dd0163f" + "9f06a183-4ba8-4168-bbf4-56306ccb6aa2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11321,20 +11321,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "f764e383-87f4-402c-b0d4-9d4dd83492c2" + "03f4a9c6-2c34-4ae3-999d-0830dc1a1aab" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052839Z:f764e383-87f4-402c-b0d4-9d4dd83492c2" + "CENTRALUS:20210505T215003Z:03f4a9c6-2c34-4ae3-999d-0830dc1a1aab" + ], + "X-MSEdge-Ref": [ + "Ref A: 83A3F0670ED84383AEE21F545C581A4D Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:03Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:38 GMT" + "Wed, 05 May 2021 21:50:02 GMT" ], "Content-Length": [ - "1216" + "1429" ], "Content-Type": [ "application/json" @@ -11343,23 +11343,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-licked\",\r\n \"name\": \"e2e-licked\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-licked-namespace\",\r\n \"displayName\": \"e2e-licked-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/licked-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27goFAAAAAAAAA%3D%3D%23RT%3A174%23TRC%3A174%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMACEUAA8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-daises\",\r\n \"name\": \"e2e-daises\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster\",\r\n \"namespace\": \"e2e-barney-namespace\",\r\n \"displayName\": \"e2e-daises-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/barney-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jIFwAAAAAAAA%3D%3D%23RT%3A17%23TRC%3A17%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACUAMIXABuAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27goFAAAAAAAAA%3D%3D%23RT%3A174%23TRC%3A174%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMACEUAA8xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z29GQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNzQlMjNUUkMlM0ExNzQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQU1BQ0VVQUE4eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jIFwAAAAAAAA%3D%3D%23RT%3A17%23TRC%3A17%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACUAMIXABuAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aklGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNyUyM1RSQyUzQTE3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNVQU1JWEFCdUFJVUlBQUFNSUFCSUFBR0NJUUdNQUFEaHdRUU1BTTRFJTJCZ0FIQWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9a28170-c01b-4cc9-a2b5-caa50280a9fa" + "d5426649-a09e-45a4-9290-8cd1b05d16d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -11373,10 +11373,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" + "14765" ], "X-Ms-Request-Id": [ - "e72501c6-9755-4c74-8797-581c7f8b3911" + "132d5cc3-7ab5-4098-8731-3d4cf37c3d3e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11384,20 +11384,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "a90eca5b-816a-47f9-a96c-2791d4098085" + "714f86d0-d610-4e48-9f5a-67baa967affa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052840Z:a90eca5b-816a-47f9-a96c-2791d4098085" + "CENTRALUS:20210505T215003Z:714f86d0-d610-4e48-9f5a-67baa967affa" + ], + "X-MSEdge-Ref": [ + "Ref A: 7DAFCA640B9F4B17B8E5B5BF8B800BD4 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:03Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:40 GMT" + "Wed, 05 May 2021 21:50:02 GMT" ], "Content-Length": [ - "1216" + "1427" ], "Content-Type": [ "application/json" @@ -11406,23 +11406,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mortar\",\r\n \"name\": \"e2e-mortar\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-mortar-namespace\",\r\n \"displayName\": \"e2e-mortar-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/mortar-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gpFAAAAAAAAA%3D%3D%23RT%3A175%23TRC%3A175%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMACEUAA4xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-crowed\",\r\n \"name\": \"e2e-crowed\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-crowed-namespace\",\r\n \"displayName\": \"e2e-crowed-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/crowed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jJFwAAAAAAAA%3D%3D%23RT%3A18%23TRC%3A18%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACUAMIXABqAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gpFAAAAAAAAA%3D%3D%23RT%3A175%23TRC%3A175%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMACEUAA4xAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3BGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNzUlMjNUUkMlM0ExNzUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQU1BQ0VVQUE0eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jJFwAAAAAAAA%3D%3D%23RT%3A18%23TRC%3A18%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACUAMIXABqAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3akpGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExOCUyM1RSQyUzQTE4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNVQU1JWEFCcUFJVUlBQUFNSUFCSUFBR0NJUUdNQUFEaHdRUU1BTTRFJTJCZ0FIQWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0faf9fd6-b896-429f-ad24-2b14fafd3b4a" + "eb4ce839-dbfd-490e-a933-19e1eb2505c3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -11436,10 +11436,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" + "14593" ], "X-Ms-Request-Id": [ - "3c0129ff-3062-4b0f-8a6b-cd3a7bf9348e" + "abedeba6-f98e-4667-b5bf-8185edd74cd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11447,20 +11447,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "e21c7145-a18a-46df-8be0-1088bc17e726" + "ec152821-60bf-4e73-aad4-5358dc8a0c85" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052840Z:e21c7145-a18a-46df-8be0-1088bc17e726" + "CENTRALUS:20210505T215004Z:ec152821-60bf-4e73-aad4-5358dc8a0c85" + ], + "X-MSEdge-Ref": [ + "Ref A: 622EBFCD037F47D7BE6E51E48769283C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:03Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:40 GMT" + "Wed, 05 May 2021 21:50:03 GMT" ], "Content-Length": [ - "1216" + "1424" ], "Content-Type": [ "application/json" @@ -11469,23 +11469,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-coeval\",\r\n \"name\": \"e2e-coeval\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-coeval-namespace\",\r\n \"displayName\": \"e2e-coeval-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/coeval-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqFAAAAAAAAA%3D%3D%23RT%3A176%23TRC%3A176%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMACEUAAwxAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-weekly\",\r\n \"name\": \"e2e-weekly\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-linger-namespace\",\r\n \"displayName\": \"e2e-weekly-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/linger-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jLFwAAAAAAAA%3D%3D%23RT%3A19%23TRC%3A19%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACUAMIXABiAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqFAAAAAAAAA%3D%3D%23RT%3A176%23TRC%3A176%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAMACEUAAwxAAAeIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3FGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNzYlMjNUUkMlM0ExNzYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQU1BQ0VVQUF3eEFBQWVJUUFBQjNvQ0FJMkUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jLFwAAAAAAAA%3D%3D%23RT%3A19%23TRC%3A19%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACUAMIXABiAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3akxGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExOSUyM1RSQyUzQTE5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNVQU1JWEFCaUFJVUlBQUFNSUFCSUFBR0NJUUdNQUFEaHdRUU1BTTRFJTJCZ0FIQWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f037edb2-b955-47c9-b73f-0b8c14df767b" + "6cc8b2ee-a95b-48d8-8c30-916803e037d3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -11499,10 +11499,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" + "14764" ], "X-Ms-Request-Id": [ - "777dafbd-432d-4b3d-9962-5a860cfe23c3" + "49d3fcd4-f620-4621-88d0-136392df7907" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11510,20 +11510,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "171617bf-48b0-4d74-8672-f2e28baa762a" + "29279b5d-c87f-4524-91a3-2af75a67e66a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052840Z:171617bf-48b0-4d74-8672-f2e28baa762a" + "CENTRALUS:20210505T215004Z:29279b5d-c87f-4524-91a3-2af75a67e66a" + ], + "X-MSEdge-Ref": [ + "Ref A: 049799CC50A9419DAC1DAD8B3E1ECAA6 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:04Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:40 GMT" + "Wed, 05 May 2021 21:50:03 GMT" ], "Content-Length": [ - "1220" + "1424" ], "Content-Type": [ "application/json" @@ -11532,23 +11532,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-apices\",\r\n \"name\": \"e2e-apices\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-apices-namespace\",\r\n \"displayName\": \"e2e-apices-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/apices-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27grFAAAAAAAAA%3D%3D%23RT%3A177%23TRC%3A177%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAKACuUMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sayers\",\r\n \"name\": \"e2e-sayers\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-crowed-namespace\",\r\n \"displayName\": \"e2e-sayers-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/crowed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jMFwAAAAAAAA%3D%3D%23RT%3A20%23TRC%3A20%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACUAMyXAcCAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27grFAAAAAAAAA%3D%3D%23RT%3A177%23TRC%3A177%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAKACuUMQAAHiEAAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3JGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNzclMjNUUkMlM0ExNzclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQUtBQ3VVTVFBQUhpRUFBQWQ2QWdDTmhBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jMFwAAAAAAAA%3D%3D%23RT%3A20%23TRC%3A20%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACUAMyXAcCAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ak1Gd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMCUyM1RSQyUzQTIwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNVQU15WEFjQ0FJVUlBQUFNSUFCSUFBR0NJUUdNQUFEaHdRUU1BTTRFJTJCZ0FIQWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a45c659-c547-446e-99c2-09c86c35b12c" + "7a7e6bb2-b04e-43e4-9bab-ba042638da6c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -11562,10 +11562,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" + "14592" ], "X-Ms-Request-Id": [ - "f17ad99f-d3b8-47e2-8488-91adae622beb" + "42cf2da5-5186-4292-92ba-7ba273a7559f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11573,20 +11573,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "4de33247-3378-44ca-9fcc-eba7bd793201" + "6381d1ee-e089-4926-b8b9-2f18c67dd203" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052840Z:4de33247-3378-44ca-9fcc-eba7bd793201" + "CENTRALUS:20210505T215004Z:6381d1ee-e089-4926-b8b9-2f18c67dd203" + ], + "X-MSEdge-Ref": [ + "Ref A: 4741B20714244A1EA52DD6328AF312A1 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:04Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:40 GMT" + "Wed, 05 May 2021 21:50:03 GMT" ], "Content-Length": [ - "1254" + "1419" ], "Content-Type": [ "application/json" @@ -11595,23 +11595,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-canted\",\r\n \"name\": \"e2e-canted\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-canted-namespace\",\r\n \"displayName\": \"e2e-canted-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/canted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hpFAAAAAAAAA%3D%3D%23RT%3A178%23TRC%3A178%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAIAGEUAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-ratify\",\r\n \"name\": \"e2e-ratify\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-ratify-namespace\",\r\n \"displayName\": \"e2e-ratify-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/ratify-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jXFwAAAAAAAA%3D%3D%23RT%3A21%23TRC%3A21%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACSANEXgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hpFAAAAAAAAA%3D%3D%23RT%3A178%23TRC%3A178%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAIAGEUAB4hAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHBGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNzglMjNUUkMlM0ExNzglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQUlBR0VVQUI0aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jXFwAAAAAAAA%3D%3D%23RT%3A21%23TRC%3A21%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACSANEXgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3alhGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMSUyM1RSQyUzQTIxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNTQU5FWGdDRkNBQUFEQ0FBU0FBQmdpRUJqQUFBNGNFRURBRE9CUG9BQndJQUhRZ0FnRUZCd1hvQkxnQmVBTDRBRHdObVpReCUyRjRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkEmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "45e38323-482b-4f28-9edc-b5420729455f" + "4137db7d-d85c-4d64-9ef6-ba884a5080cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -11625,10 +11625,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" + "14763" ], "X-Ms-Request-Id": [ - "df229f2b-094d-4200-bb55-c313475e879a" + "1c9b0584-03f5-43eb-8a6d-08bafc73794e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11636,20 +11636,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "c5c738ee-9da2-4ca1-897c-96a5075fb67c" + "36c364ab-26a8-420d-9345-5d37bc487140" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052841Z:c5c738ee-9da2-4ca1-897c-96a5075fb67c" + "CENTRALUS:20210505T215004Z:36c364ab-26a8-420d-9345-5d37bc487140" + ], + "X-MSEdge-Ref": [ + "Ref A: BC897B75AC514F56A0BFBCDC103F3624 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:04Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:41 GMT" + "Wed, 05 May 2021 21:50:03 GMT" ], "Content-Length": [ - "1217" + "1416" ], "Content-Type": [ "application/json" @@ -11658,23 +11658,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-seduce\",\r\n \"name\": \"e2e-seduce\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-seduce-namespace\",\r\n \"displayName\": \"e2e-seduce-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/seduce-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqFAAAAAAAAA%3D%3D%23RT%3A179%23TRC%3A179%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAIAGEUABwhAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-coward\",\r\n \"name\": \"e2e-coward\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-ratify-namespace\",\r\n \"displayName\": \"e2e-coward-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/ratify-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jYFwAAAAAAAA%3D%3D%23RT%3A22%23TRC%3A22%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACSANEXACFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqFAAAAAAAAA%3D%3D%23RT%3A179%23TRC%3A179%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAIAGEUABwhAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHFGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNzklMjNUUkMlM0ExNzklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQUlBR0VVQUJ3aEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jYFwAAAAAAAA%3D%3D%23RT%3A22%23TRC%3A22%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACSANEXACFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3allGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMiUyM1RSQyUzQTIyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNTQU5FWEFDRkNBQUFEQ0FBU0FBQmdpRUJqQUFBNGNFRURBRE9CUG9BQndJQUhRZ0FnRUZCd1hvQkxnQmVBTDRBRHdObVpReCUyRjRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkEmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a18c67c-67d2-4282-9041-809cc857cba1" + "c8d60861-d7d8-4c08-9e3c-f7a68ff72085" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -11688,10 +11688,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" + "14591" ], "X-Ms-Request-Id": [ - "fa948ac0-9d12-474b-953e-aa6e624f20ed" + "11313c44-bdd8-46b9-995b-c3d1ed9f0b2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11699,20 +11699,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "2ba1c697-a870-4b2f-9818-5bbfe1f0de61" + "c2ed2db2-880b-4a9e-998c-e5fb7f2dc2f6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052841Z:2ba1c697-a870-4b2f-9818-5bbfe1f0de61" + "CENTRALUS:20210505T215004Z:c2ed2db2-880b-4a9e-998c-e5fb7f2dc2f6" + ], + "X-MSEdge-Ref": [ + "Ref A: F3E1734B44EC49B3BA76FFFDC7B862FA Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:04Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:41 GMT" + "Wed, 05 May 2021 21:50:03 GMT" ], "Content-Length": [ - "1217" + "1457" ], "Content-Type": [ "application/json" @@ -11721,23 +11721,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-pearly\",\r\n \"name\": \"e2e-pearly\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-pearly-namespace\",\r\n \"displayName\": \"e2e-pearly-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/pearly-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hrFAAAAAAAAA%3D%3D%23RT%3A180%23TRC%3A180%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAIAGEUABghAAAHegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-nylons\",\r\n \"name\": \"e2e-nylons\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-nylons-namespace\",\r\n \"displayName\": \"e2e-nylons-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/nailed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jdFwAAAAAAAA%3D%3D%23RT%3A23%23TRC%3A23%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACQAN2XQgAAAwgAEgAAYIhAYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hrFAAAAAAAAA%3D%3D%23RT%3A180%23TRC%3A180%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAIAGEUABghAAAHegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHJGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExODAlMjNUUkMlM0ExODAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQUlBR0VVQUJnaEFBQUhlZ0lBallRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jdFwAAAAAAAA%3D%3D%23RT%3A23%23TRC%3A23%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACQAN2XQgAAAwgAEgAAYIhAYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amRGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMyUyM1RSQyUzQTIzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNRQU4yWFFnQUFBd2dBRWdBQVlJaEFZd0FBT0hCQkF3QXpnVDZBQWNDQUIwSUFJQkJRY0Y2QVM0QVhnQyUyQkFBOERabVVNZiUyQkFBUmdFTUFBTUFBQkdBQVlnQUFRUUFJRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvUUFLQU5NQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3c39b043-f3a3-45a1-b4b9-9bde7123cedd" + "826404e8-45ce-445d-bfa1-deae2e40ff4f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -11751,10 +11751,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" + "14762" ], "X-Ms-Request-Id": [ - "9b016d9b-0425-4d4e-b282-0beacae04d1c" + "9025c9f8-e8f8-422d-aae0-806e40a509d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11762,20 +11762,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "50d457cd-471d-4fbe-b9a8-51f37b1e93c3" + "1a12a230-2f4c-42f8-9ee8-75bfd95d6540" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052841Z:50d457cd-471d-4fbe-b9a8-51f37b1e93c3" + "CENTRALUS:20210505T215005Z:1a12a230-2f4c-42f8-9ee8-75bfd95d6540" + ], + "X-MSEdge-Ref": [ + "Ref A: 6FCE328C413D480DBE77922B842D732F Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:04Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:41 GMT" + "Wed, 05 May 2021 21:50:04 GMT" ], "Content-Length": [ - "1211" + "1416" ], "Content-Type": [ "application/json" @@ -11784,23 +11784,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-teeter\",\r\n \"name\": \"e2e-teeter\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-teeter-namespace\",\r\n \"displayName\": \"e2e-teeter-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/teeter-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hsFAAAAAAAAA%3D%3D%23RT%3A181%23TRC%3A181%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAGAGyUIQAAB3oCAI2E&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-primer\",\r\n \"name\": \"e2e-primer\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-whorls-namespace\",\r\n \"displayName\": \"e2e-primer-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/whorls-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27goGAAAAAAAAA%3D%3D%23RT%3A24%23TRC%3A24%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACOACIYAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hsFAAAAAAAAA%3D%3D%23RT%3A181%23TRC%3A181%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAGAGyUIQAAB3oCAI2E&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHNGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExODElMjNUUkMlM0ExODElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQUdBR3lVSVFBQUIzb0NBSTJFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27goGAAAAAAAAA%3D%3D%23RT%3A24%23TRC%3A24%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACOACIYAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z29HQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNCUyM1RSQyUzQTI0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNPQUNJWUFBTUlBQklBQUdDSVFHTUFBRGh3UVFNQU00RSUyQmdBSEFnQWRDQUNBUVVIQmVnRXVBRjRBdmdBUEEyWmxESCUyRmdBRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLRUFDZ0RUQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bac4b9c0-e890-4ae0-ae2b-83d5ad49bf3f" + "4e7b6ae9-8bc7-4c19-9347-26f8eb26f424" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -11814,10 +11814,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" + "14590" ], "X-Ms-Request-Id": [ - "28073e91-b1b8-4202-8111-b4a6d0780a74" + "80420dad-53ad-4328-86fb-5bd03d2c0abc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11825,20 +11825,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "1b2f130d-17b2-4ea7-8a05-a164605b6820" + "3c90255e-2091-4b71-a2d8-02bcb19fc9bd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052841Z:1b2f130d-17b2-4ea7-8a05-a164605b6820" + "CENTRALUS:20210505T215005Z:3c90255e-2091-4b71-a2d8-02bcb19fc9bd" + ], + "X-MSEdge-Ref": [ + "Ref A: E52BB5838B13437BBC39A96691FF46AF Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:05Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:41 GMT" + "Wed, 05 May 2021 21:50:04 GMT" ], "Content-Length": [ - "1511" + "1408" ], "Content-Type": [ "application/json" @@ -11847,23 +11847,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-cl-df-v20200715privatepreview-eastus-40544116/providers/microsoft.extendedlocation/customlocations/e2e-jigsaw\",\r\n \"name\": \"e2e-jigsaw\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"createdByType\": \"Application\",\r\n \"createdAt\": \"2021-03-19T05:21:23.3501036Z\",\r\n \"lastModifiedBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"lastModifiedByType\": \"Application\",\r\n \"lastModifiedAt\": \"2021-03-19T05:21:23.3501036Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-jigsaw-namespace\",\r\n \"displayName\": \"e2e-jigsaw-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/jigsaw-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iYFAAAAAAAAA%3D%3D%23RT%3A182%23TRC%3A182%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAEAJEUAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-hinder\",\r\n \"name\": \"e2e-hinder\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-viands-namespace\",\r\n \"displayName\": \"e2e-hinder-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/viands-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gpGAAAAAAAAA%3D%3D%23RT%3A25%23TRC%3A25%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACMACmYA4ASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iYFAAAAAAAAA%3D%3D%23RT%3A182%23TRC%3A182%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAEAJEUAAd6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVlGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExODIlMjNUUkMlM0ExODIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQUVBSkVVQUFkNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gpGAAAAAAAAA%3D%3D%23RT%3A25%23TRC%3A25%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACMACmYA4ASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3BHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNSUyM1RSQyUzQTI1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNNQUNtWUE0QVNBQUJnaUVCakFBQTRjRUVEQURPQlBvQUJ3SUFIUWdBZ0VGQndYb0JMZ0JlQUw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2hBQW9BMHdCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f4295c5-cc4d-4c40-852e-d65aca16379c" + "3f735c48-d083-4b11-b456-04a01feb2185" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -11877,10 +11877,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" + "14761" ], "X-Ms-Request-Id": [ - "fdbdada1-3d83-45b6-88da-05681319da66" + "47569615-4bb4-4ed5-b474-9f84d75d61fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11888,20 +11888,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "9c6516f4-722e-4bb7-9ea2-225394e5f20b" + "1aab5716-f493-49ce-a0d9-8afa21d7d1b4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052842Z:9c6516f4-722e-4bb7-9ea2-225394e5f20b" + "CENTRALUS:20210505T215005Z:1aab5716-f493-49ce-a0d9-8afa21d7d1b4" + ], + "X-MSEdge-Ref": [ + "Ref A: DBFF38C6AB3E41A4974A8921DE1BE78A Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:05Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:42 GMT" + "Wed, 05 May 2021 21:50:04 GMT" ], "Content-Length": [ - "1511" + "1416" ], "Content-Type": [ "application/json" @@ -11910,23 +11910,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-cl-df-v20200715privatepreview-eastus-40544116/providers/microsoft.extendedlocation/customlocations/e2e-bracts\",\r\n \"name\": \"e2e-bracts\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"createdByType\": \"Application\",\r\n \"createdAt\": \"2021-03-19T05:21:29.1510741Z\",\r\n \"lastModifiedBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"lastModifiedByType\": \"Application\",\r\n \"lastModifiedAt\": \"2021-03-19T05:21:29.1510741Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-bracts-namespace\",\r\n \"displayName\": \"e2e-bracts-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/bracts-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iZFAAAAAAAAA%3D%3D%23RT%3A183%23TRC%3A183%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAEAJEUAAZ6AgCNhA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sourly\",\r\n \"name\": \"e2e-sourly\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-beyond-namespace\",\r\n \"displayName\": \"e2e-sourly-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/beyond-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzGAAAAAAAAA%3D%3D%23RT%3A26%23TRC%3A26%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACKADOYEgAAYIhAYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iZFAAAAAAAAA%3D%3D%23RT%3A183%23TRC%3A183%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegAEAJEUAAZ6AgCNhA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVpGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExODMlMjNUUkMlM0ExODMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQUVBSkVVQUFaNkFnQ05oQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzGAAAAAAAAA%3D%3D%23RT%3A26%23TRC%3A26%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACKADOYEgAAYIhAYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3pHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNiUyM1RSQyUzQTI2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNLQURPWUVnQUFZSWhBWXdBQU9IQkJBd0F6Z1Q2QUFjQ0FCMElBSUJCUWNGNkFTNEFYZ0MlMkJBQThEWm1VTWYlMkJBQVJnRU1BQU1BQUJHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb1FBS0FOTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c8a9651-dac7-4170-9a29-c92eb2c92457" + "66fd1fb4-e65c-4b3a-992f-1c4221f70936" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -11940,10 +11940,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" + "14589" ], "X-Ms-Request-Id": [ - "270b538e-3302-4353-a36e-8487d93af0a1" + "98d7427d-af4d-4aee-8d8f-2c2f03ac20b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11951,20 +11951,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "165293a6-bc5e-47fc-9afe-6e837c027bf5" + "d1c8eadc-7733-4d4f-8f9d-0b8cf5534752" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052842Z:165293a6-bc5e-47fc-9afe-6e837c027bf5" + "CENTRALUS:20210505T215005Z:d1c8eadc-7733-4d4f-8f9d-0b8cf5534752" + ], + "X-MSEdge-Ref": [ + "Ref A: 2842B4B5FEB145B98620DFDAABFD8168 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:05Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:42 GMT" + "Wed, 05 May 2021 21:50:04 GMT" ], "Content-Length": [ - "1719" + "1408" ], "Content-Type": [ "application/json" @@ -11973,23 +11973,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-csharp-sdk-test\",\r\n \"name\": \"cl-csharp-sdk-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"createdByType\": \"Application\",\r\n \"createdAt\": \"2021-03-19T05:27:12.2862857Z\",\r\n \"lastModifiedBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"lastModifiedByType\": \"Application\",\r\n \"lastModifiedAt\": \"2021-03-19T05:27:47.3190794Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace\",\r\n \"displayName\": \"cl-csharp-sdk-test\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator-ansible\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iaFAAAAAAAAA%3D%3D%23RT%3A184%23TRC%3A184%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegACAJqUegIAjYQ%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-polios\",\r\n \"name\": \"e2e-polios\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bacall-namespace\",\r\n \"displayName\": \"e2e-polios-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bacall-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdGAAAAAAAAA%3D%3D%23RT%3A27%23TRC%3A27%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACIAFIYAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iaFAAAAAAAAA%3D%3D%23RT%3A184%23TRC%3A184%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAegACAJqUegIAjYQ%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWFGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExODQlMjNUUkMlM0ExODQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQWVnQUNBSnFVZWdJQWpZUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdGAAAAAAAAA%3D%3D%23RT%3A27%23TRC%3A27%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACIAFIYAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGRHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNyUyM1RSQyUzQTI3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNJQUZJWUFHQ0lRR01BQURod1FRTUFNNEUlMkJnQUhBZ0FkQ0FDQVFVSEJlZ0V1QUY0QXZnQVBBMlpsREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0VBQ2dEVEFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRBJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b08c851-97e4-460a-acb9-5fc4190f3699" + "bf122a02-4890-4d69-b532-2dc702606546" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -12003,10 +12003,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" + "14760" ], "X-Ms-Request-Id": [ - "0366b6ab-edff-46c3-9fca-a1fd193eedfa" + "b0905d6f-25aa-4196-8c15-37146c9d5126" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12014,20 +12014,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "0f1158d8-2b83-42ba-8468-c8b3edfc98b7" + "9c78795e-4d2f-4af7-b16a-8c472de52f77" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052842Z:0f1158d8-2b83-42ba-8468-c8b3edfc98b7" + "CENTRALUS:20210505T215005Z:9c78795e-4d2f-4af7-b16a-8c472de52f77" + ], + "X-MSEdge-Ref": [ + "Ref A: 53C5DCDC40B846258A97D2E0B642693C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:05Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:42 GMT" + "Wed, 05 May 2021 21:50:04 GMT" ], "Content-Length": [ - "1080" + "1408" ], "Content-Type": [ "application/json" @@ -12036,23 +12036,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/march-10-rg/providers/microsoft.extendedlocation/customlocations/march-10-appliance-cl\",\r\n \"name\": \"march-10-appliance-cl\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"nagiesek@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-03-10T18:17:53.0749994Z\",\r\n \"lastModifiedBy\": \"nagiesek@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-03-10T18:17:53.0749994Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/march-10-rg/providers/Microsoft.ResourceConnector/appliances/march-10-appliance\",\r\n \"namespace\": \"hci-vmoperator\",\r\n \"displayName\": \"march-10-appliance-cl\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/march-10-rg/providers/Microsoft.ResourceConnector/appliances/march-10-appliance/providers/Microsoft.KubernetesConfiguration/extensions/hci-vmoperator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-golden\",\r\n \"name\": \"e2e-golden\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-mating-namespace\",\r\n \"displayName\": \"e2e-golden-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/mating-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heGAAAAAAAAA%3D%3D%23RT%3A28%23TRC%3A28%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACIAF6YAcCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.ExtendedLocation/customLocations?api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlR3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXh0ZW5kZWRMb2NhdGlvbi9jdXN0b21Mb2NhdGlvbnM/YXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heGAAAAAAAAA%3D%3D%23RT%3A28%23TRC%3A28%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACIAF6YAcCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGVHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyOCUyM1RSQyUzQTI4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNJQUY2WUFjQ0lRR01BQURod1FRTUFNNEUlMkJnQUhBZ0FkQ0FDQVFVSEJlZ0V1QUY0QXZnQVBBMlpsREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0VBQ2dEVEFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRBJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "466e8009-bf2f-40b1-99cf-f3f983eb125e" + "42bcfb9a-8a16-49e3-ab4b-58ab2098552e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -12066,10 +12066,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" + "14588" ], "X-Ms-Request-Id": [ - "5169ad29-1411-4def-9601-013edd01addc" + "5a8cfe98-4619-4d9f-b5ce-25a496dcb462" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12077,20 +12077,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "b51af1b1-2c2c-4557-9c57-0c481648f4d8" + "d5560dba-3837-42c6-92ac-e036d55b7b8c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052843Z:b51af1b1-2c2c-4557-9c57-0c481648f4d8" + "CENTRALUS:20210505T215006Z:d5560dba-3837-42c6-92ac-e036d55b7b8c" + ], + "X-MSEdge-Ref": [ + "Ref A: 34A4DE0562C44396BB6387FCB1453EBC Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:05Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:42 GMT" + "Wed, 05 May 2021 21:50:05 GMT" ], "Content-Length": [ - "1420" + "1404" ], "Content-Type": [ "application/json" @@ -12099,23 +12099,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-tromps\",\r\n \"name\": \"e2e-tromps\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-tromps-namespace\",\r\n \"displayName\": \"e2e-tromps-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/tromps-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gjCAAAAAAAAA%3D%3D%23RT%3A1%23TRC%3A1%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIImM3HxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-stares\",\r\n \"name\": \"e2e-stares\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-muzzle-namespace\",\r\n \"displayName\": \"e2e-stares-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/muzzle-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjGAAAAAAAAA%3D%3D%23RT%3A29%23TRC%3A29%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACGAGEYiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.ExtendedLocation/customLocations?api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlR3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXh0ZW5kZWRMb2NhdGlvbi9jdXN0b21Mb2NhdGlvbnM/YXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjGAAAAAAAAA%3D%3D%23RT%3A29%23TRC%3A29%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACGAGEYiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGpHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyOSUyM1RSQyUzQTI5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNHQUdFWWlFQmpBQUE0Y0VFREFET0JQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e4c05432-2aca-4ff2-bfef-0339d3e9f503" + "97c7f197-cbf2-484c-8773-a9d90f23ff0e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -12129,10 +12129,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14623" + "14759" ], "X-Ms-Request-Id": [ - "4d3f6672-2082-4567-9142-b656b19364aa" + "4ee99306-1f7d-42e8-bdd9-0722ba40f9e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12140,20 +12140,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6816950f-95d4-4385-aa95-9a66c27d26b6" + "335df6ce-8e0d-4712-a950-d5dafa6f994d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052958Z:6816950f-95d4-4385-aa95-9a66c27d26b6" + "CENTRALUS:20210505T215006Z:335df6ce-8e0d-4712-a950-d5dafa6f994d" + ], + "X-MSEdge-Ref": [ + "Ref A: 329D251A64BD4DEFA1E5034590D2FE3B Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:06Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:58 GMT" + "Wed, 05 May 2021 21:50:05 GMT" ], "Content-Length": [ - "1420" + "1400" ], "Content-Type": [ "application/json" @@ -12162,23 +12162,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-tromps\",\r\n \"name\": \"e2e-tromps\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-tromps-namespace\",\r\n \"displayName\": \"e2e-tromps-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/tromps-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gjCAAAAAAAAA%3D%3D%23RT%3A1%23TRC%3A1%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIImM3HxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-parses\",\r\n \"name\": \"e2e-parses\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-unison-namespace\",\r\n \"displayName\": \"e2e-parses-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/unison-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hnGAAAAAAAAA%3D%3D%23RT%3A30%23TRC%3A30%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACGAGEYgEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gjCAAAAAAAAA%3D%3D%23RT%3A1%23TRC%3A1%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIImM3HxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2pDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExJTIzVFJDJTNBMSUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFCNkFDSUltTTNIeGlPQWtvQU9nQyUyQkFBc0JuUHg0Y0tvQnFnQUxBQUVLQUJCYUE0UUFNQUJFQUFBTmJnREVBQmdCREFXQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hnGAAAAAAAAA%3D%3D%23RT%3A30%23TRC%3A30%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACGAGEYgEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aG5HQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMCUyM1RSQyUzQTMwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNHQUdFWWdFQmpBQUE0Y0VFREFET0JQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a2ef8aa2-911b-4131-ab75-42062d971495" + "dfdfbcc6-4b2e-45de-bf6c-942b2f16069a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -12192,10 +12192,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" + "14587" ], "X-Ms-Request-Id": [ - "ee1bd9db-c483-47e4-95ee-10320421b09a" + "fb73178d-ae1c-49af-8dc7-2214ab6dfcc3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12203,20 +12203,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6e0c78a5-5ace-4d5d-8a2b-c2b20abdf453" + "57c7a396-f0db-4ee5-b840-3871b933a01b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052843Z:6e0c78a5-5ace-4d5d-8a2b-c2b20abdf453" + "CENTRALUS:20210505T215006Z:57c7a396-f0db-4ee5-b840-3871b933a01b" + ], + "X-MSEdge-Ref": [ + "Ref A: 0526654995AA45079DFB353074A731C4 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:06Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:43 GMT" + "Wed, 05 May 2021 21:50:05 GMT" ], "Content-Length": [ - "1386" + "1404" ], "Content-Type": [ "application/json" @@ -12225,23 +12225,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-yeager\",\r\n \"name\": \"e2e-yeager\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-yeager-namespace\",\r\n \"displayName\": \"e2e-yeager-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/yeager-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gkCAAAAAAAAA%3D%3D%23RT%3A2%23TRC%3A2%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIkM3HxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-dollop\",\r\n \"name\": \"e2e-dollop\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sheikh-namespace\",\r\n \"displayName\": \"e2e-dollop-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sheikh-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27huGAAAAAAAAA%3D%3D%23RT%3A31%23TRC%3A31%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACEAG6YYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gkCAAAAAAAAA%3D%3D%23RT%3A2%23TRC%3A2%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIkM3HxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2tDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyJTIzVFJDJTNBMiUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFCNkFDSUlrTTNIeGlPQWtvQU9nQyUyQkFBc0JuUHg0Y0tvQnFnQUxBQUVLQUJCYUE0UUFNQUJFQUFBTmJnREVBQmdCREFXQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27huGAAAAAAAAA%3D%3D%23RT%3A31%23TRC%3A31%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACEAG6YYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHVHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMSUyM1RSQyUzQTMxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNFQUc2WVl3QUFPSEJCQXdBemdUNkFBY0NBQjBJQUlCQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9RQUtBTk1BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d5d82762-175a-47f7-ac7c-97fd16c74d47" + "9de87749-cad9-4e88-8319-927b1f0d3889" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -12255,10 +12255,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" + "14758" ], "X-Ms-Request-Id": [ - "e203be31-9e48-4382-b6d4-03ddcf3212f3" + "8ef2cc06-552b-4d8a-8b8d-199e7be9a839" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12266,20 +12266,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "a6048451-c4dc-4751-8eb8-7063bdd02958" + "aad58575-2b78-45c5-8489-fe2389a42a0b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052843Z:a6048451-c4dc-4751-8eb8-7063bdd02958" + "CENTRALUS:20210505T215006Z:aad58575-2b78-45c5-8489-fe2389a42a0b" + ], + "X-MSEdge-Ref": [ + "Ref A: D35B0A2771AF4EE4A4177B13DB9ED6CC Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:06Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:43 GMT" + "Wed, 05 May 2021 21:50:05 GMT" ], "Content-Length": [ - "1388" + "1407" ], "Content-Type": [ "application/json" @@ -12288,23 +12288,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-feasts\",\r\n \"name\": \"e2e-feasts\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-feasts-namespace\",\r\n \"displayName\": \"e2e-feasts-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/feasts-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnCAAAAAAAAA%3D%3D%23RT%3A3%23TRC%3A3%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIgM3HxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-ranges\",\r\n \"name\": \"e2e-ranges\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-nippon-namespace\",\r\n \"displayName\": \"e2e-ranges-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/nippon-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jbGAAAAAAAAA%3D%3D%23RT%3A32%23TRC%3A32%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACCANMYADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnCAAAAAAAAA%3D%3D%23RT%3A3%23TRC%3A3%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIgM3HxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z25DQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzJTIzVFJDJTNBMyUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFCNkFDSUlnTTNIeGlPQWtvQU9nQyUyQkFBc0JuUHg0Y0tvQnFnQUxBQUVLQUJCYUE0UUFNQUJFQUFBTmJnREVBQmdCREFXQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jbGAAAAAAAAA%3D%3D%23RT%3A32%23TRC%3A32%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACCANMYADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amJHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMiUyM1RSQyUzQTMyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNDQU5NWUFEaHdRUU1BTTRFJTJCZ0FIQWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b132dc29-a56f-4339-bc40-850ee5713f20" + "5355b17f-93c4-4c47-80b0-fa8138d4d538" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -12318,10 +12318,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" + "14586" ], "X-Ms-Request-Id": [ - "02e3aa88-47b5-4485-803a-5a1eb3b286d7" + "40de53a1-cb3e-4d05-94b2-b95ef7bf1409" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12329,20 +12329,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "50ff1cc5-a2ca-42b4-a3cd-feab0ca52dd5" + "c6c119ea-a460-419b-9ca6-b1ada79ef6fb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052843Z:50ff1cc5-a2ca-42b4-a3cd-feab0ca52dd5" + "CENTRALUS:20210505T215007Z:c6c119ea-a460-419b-9ca6-b1ada79ef6fb" + ], + "X-MSEdge-Ref": [ + "Ref A: 225E37BE13F241DEAF7F09EDA15D5EFD Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:06Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:43 GMT" + "Wed, 05 May 2021 21:50:06 GMT" ], "Content-Length": [ - "1388" + "1407" ], "Content-Type": [ "application/json" @@ -12351,23 +12351,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fergus\",\r\n \"name\": \"e2e-fergus\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fergus-namespace\",\r\n \"displayName\": \"e2e-fergus-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fergus-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27goCAAAAAAAAA%3D%3D%23RT%3A4%23TRC%3A4%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIAM3HxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cloves\",\r\n \"name\": \"e2e-cloves\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-cloves-namespace\",\r\n \"displayName\": \"e2e-cloves-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/cloves-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jcGAAAAAAAAA%3D%3D%23RT%3A33%23TRC%3A33%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACCANMYADBwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27goCAAAAAAAAA%3D%3D%23RT%3A4%23TRC%3A4%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIAM3HxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z29DQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0JTIzVFJDJTNBNCUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFCNkFDSUlBTTNIeGlPQWtvQU9nQyUyQkFBc0JuUHg0Y0tvQnFnQUxBQUVLQUJCYUE0UUFNQUJFQUFBTmJnREVBQmdCREFXQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jcGAAAAAAAAA%3D%3D%23RT%3A33%23TRC%3A33%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACCANMYADBwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amNHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMyUyM1RSQyUzQTMzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNDQU5NWUFEQndRUU1BTTRFJTJCZ0FIQWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca440eeb-5dc9-4ab1-b052-59a442d3af0a" + "26c2cc87-0325-4667-a11c-84f8525b07fe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -12381,10 +12381,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" + "14757" ], "X-Ms-Request-Id": [ - "4faa726b-f753-4511-999d-d807f198987b" + "0a2e8c39-ac03-4eb2-bb10-babe35c75445" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12392,20 +12392,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "1112f406-f64d-4bce-acc7-b904b1f001c6" + "56702bb3-182d-4dcd-8558-2daf10cc0305" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052844Z:1112f406-f64d-4bce-acc7-b904b1f001c6" + "CENTRALUS:20210505T215007Z:56702bb3-182d-4dcd-8558-2daf10cc0305" + ], + "X-MSEdge-Ref": [ + "Ref A: F9FFE429562E48469D5909DCC85EBBEB Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:07Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:43 GMT" + "Wed, 05 May 2021 21:50:06 GMT" ], "Content-Length": [ - "1388" + "1407" ], "Content-Type": [ "application/json" @@ -12414,23 +12414,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sender\",\r\n \"name\": \"e2e-sender\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sender-namespace\",\r\n \"displayName\": \"e2e-sender-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sender-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqCAAAAAAAAA%3D%3D%23RT%3A5%23TRC%3A5%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIAMzHxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-nausea\",\r\n \"name\": \"e2e-nausea\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-nausea-namespace\",\r\n \"displayName\": \"e2e-nausea-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/nausea-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jdGAAAAAAAAA%3D%3D%23RT%3A34%23TRC%3A34%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACCAN2YAsBwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqCAAAAAAAAA%3D%3D%23RT%3A5%23TRC%3A5%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIAMzHxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3FDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1JTIzVFJDJTNBNSUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFCNkFDSUlBTXpIeGlPQWtvQU9nQyUyQkFBc0JuUHg0Y0tvQnFnQUxBQUVLQUJCYUE0UUFNQUJFQUFBTmJnREVBQmdCREFXQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jdGAAAAAAAAA%3D%3D%23RT%3A34%23TRC%3A34%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACCAN2YAsBwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amRHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNCUyM1RSQyUzQTM0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNDQU4yWUFzQndRUU1BTTRFJTJCZ0FIQWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "111f847a-daab-4014-b846-26df0a561b69" + "383d93b8-43f1-4532-9247-a1f78123a468" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -12444,10 +12444,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" + "14585" ], "X-Ms-Request-Id": [ - "eecb8e6d-69ec-44f6-bf07-14afb09b30fc" + "037f98f5-b0c1-4f88-af74-c34fdb6c51fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12455,20 +12455,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "8575cce6-43b3-4133-a558-75049e5ccfcb" + "5264f97d-6ab4-4bfe-b6a3-93db07504fcf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052844Z:8575cce6-43b3-4133-a558-75049e5ccfcb" + "CENTRALUS:20210505T215007Z:5264f97d-6ab4-4bfe-b6a3-93db07504fcf" + ], + "X-MSEdge-Ref": [ + "Ref A: 34F1A632E68A4655B291270E67FCFA67 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:07Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:44 GMT" + "Wed, 05 May 2021 21:50:06 GMT" ], "Content-Length": [ - "1388" + "1436" ], "Content-Type": [ "application/json" @@ -12477,23 +12477,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-poncho\",\r\n \"name\": \"e2e-poncho\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-poncho-namespace\",\r\n \"displayName\": \"e2e-poncho-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/poncho-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27grCAAAAAAAAA%3D%3D%23RT%3A6%23TRC%3A6%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIAMjHxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gashed\",\r\n \"name\": \"e2e-gashed\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-gashed-namespace\",\r\n \"displayName\": \"e2e-gashed-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/strips-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkGAAAAAAAAA%3D%3D%23RT%3A35%23TRC%3A35%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACAAOIYcEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27grCAAAAAAAAA%3D%3D%23RT%3A6%23TRC%3A6%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIAMjHxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3JDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2JTIzVFJDJTNBNiUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFCNkFDSUlBTWpIeGlPQWtvQU9nQyUyQkFBc0JuUHg0Y0tvQnFnQUxBQUVLQUJCYUE0UUFNQUJFQUFBTmJnREVBQmdCREFXQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkGAAAAAAAAA%3D%3D%23RT%3A35%23TRC%3A35%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACAAOIYcEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amtHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNSUyM1RSQyUzQTM1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNBQU9JWWNFRURBRE9CUG9BQndJQUhRZ0FnRUZCd1hvQkxnQmVBTDRBRHdObVpReCUyRjRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkEmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8acec8ab-4918-4e4a-b593-cde26fe03a97" + "0e59f378-c278-4a0d-a573-07cd0a78b920" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -12507,10 +12507,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" + "14756" ], "X-Ms-Request-Id": [ - "1e98d154-b0f3-4aa3-94aa-41fc340b3efe" + "1948a473-0fb9-4dd5-ba2b-e26845e574db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12518,20 +12518,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "49b33d09-88d0-4893-8c94-d93222e26bd4" + "67f01b87-4843-41f3-ba1d-682be518e4e9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052844Z:49b33d09-88d0-4893-8c94-d93222e26bd4" + "CENTRALUS:20210505T215007Z:67f01b87-4843-41f3-ba1d-682be518e4e9" + ], + "X-MSEdge-Ref": [ + "Ref A: 74346358BCF44A03BD6CF1D0733102AC Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:07Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:44 GMT" + "Wed, 05 May 2021 21:50:06 GMT" ], "Content-Length": [ - "1388" + "1399" ], "Content-Type": [ "application/json" @@ -12540,23 +12540,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-surfed\",\r\n \"name\": \"e2e-surfed\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-surfed-namespace\",\r\n \"displayName\": \"e2e-surfed-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/surfed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27guCAAAAAAAAA%3D%3D%23RT%3A7%23TRC%3A7%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIAMDHxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-knaves\",\r\n \"name\": \"e2e-knaves\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-knaves-namespace\",\r\n \"displayName\": \"e2e-knaves-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/knaves-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jlGAAAAAAAAA%3D%3D%23RT%3A36%23TRC%3A36%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACAAOIYYEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27guCAAAAAAAAA%3D%3D%23RT%3A7%23TRC%3A7%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIAMDHxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3VDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3JTIzVFJDJTNBNyUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFCNkFDSUlBTURIeGlPQWtvQU9nQyUyQkFBc0JuUHg0Y0tvQnFnQUxBQUVLQUJCYUE0UUFNQUJFQUFBTmJnREVBQmdCREFXQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jlGAAAAAAAAA%3D%3D%23RT%3A36%23TRC%3A36%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACAAOIYYEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amxHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNiUyM1RSQyUzQTM2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNBQU9JWVlFRURBRE9CUG9BQndJQUhRZ0FnRUZCd1hvQkxnQmVBTDRBRHdObVpReCUyRjRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkEmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b47fa172-a00f-4e2f-8eb9-8ec02fe1820a" + "b7aa025d-cf95-4d8b-8d95-b62480897577" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -12570,10 +12570,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" + "14584" ], "X-Ms-Request-Id": [ - "cbac7615-cab7-47ea-a20e-2362cc39e0d8" + "cca03f70-af63-4504-8b0b-e00d442614a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12581,20 +12581,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "9232d2c5-c106-4337-b8ba-5d3bb0f3eddc" + "d0309e59-605c-48f6-aff5-223d16cbe6be" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052844Z:9232d2c5-c106-4337-b8ba-5d3bb0f3eddc" + "CENTRALUS:20210505T215007Z:d0309e59-605c-48f6-aff5-223d16cbe6be" + ], + "X-MSEdge-Ref": [ + "Ref A: 8EB6562E72D04AA4A3DD1EC0362BC281 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:07Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:44 GMT" + "Wed, 05 May 2021 21:50:06 GMT" ], "Content-Length": [ - "1390" + "1396" ], "Content-Type": [ "application/json" @@ -12603,23 +12603,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-peeves\",\r\n \"name\": \"e2e-peeves\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-peeves-namespace\",\r\n \"displayName\": \"e2e-peeves-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/peeves-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gvCAAAAAAAAA%3D%3D%23RT%3A8%23TRC%3A8%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6AC%2BIAcDHxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-virtue\",\r\n \"name\": \"e2e-virtue\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-knaves-namespace\",\r\n \"displayName\": \"e2e-virtue-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/knaves-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jmGAAAAAAAAA%3D%3D%23RT%3A37%23TRC%3A37%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACAAOIYQEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gvCAAAAAAAAA%3D%3D%23RT%3A8%23TRC%3A8%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6AC%2BIAcDHxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3ZDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4JTIzVFJDJTNBOCUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFCNkFDJTJCSUFjREh4aU9Ba29BT2dDJTJCQUFzQm5QeDRjS29CcWdBTEFBRUtBQkJhQTRRQU1BQkVBQUFOYmdERUFCZ0JEQVdBQUFHQVlBQklBQUdBR0FCRUFBR0FoQURBQUVnQU1BQUFFUVFHNHdSaUJjWUF6QU1BUEFQMzMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBTSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jmGAAAAAAAAA%3D%3D%23RT%3A37%23TRC%3A37%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACAAOIYQEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3am1HQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNyUyM1RSQyUzQTM3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNBQU9JWVFFRURBRE9CUG9BQndJQUhRZ0FnRUZCd1hvQkxnQmVBTDRBRHdObVpReCUyRjRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkEmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f7d0eb1e-213b-4e11-a514-25ca0e81ad5b" + "a0c2d73a-f1de-4a55-9ce6-5bb793f8366b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -12633,10 +12633,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" + "14755" ], "X-Ms-Request-Id": [ - "ac70e8d4-a427-492c-a0c4-f1d995e04f42" + "b6055b9e-93d6-4be1-9da0-ea25a90c2463" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12644,20 +12644,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "aef14cc6-cdb1-4ab7-b059-eb7d19f3b729" + "ee6a8db1-431c-4249-8732-dd8c7f1e5dd6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052845Z:aef14cc6-cdb1-4ab7-b059-eb7d19f3b729" + "CENTRALUS:20210505T215007Z:ee6a8db1-431c-4249-8732-dd8c7f1e5dd6" + ], + "X-MSEdge-Ref": [ + "Ref A: 43F10C1D0D294E09A10A58755E7E859A Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:07Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:44 GMT" + "Wed, 05 May 2021 21:50:06 GMT" ], "Content-Length": [ - "1422" + "1392" ], "Content-Type": [ "application/json" @@ -12666,23 +12666,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-wigeon\",\r\n \"name\": \"e2e-wigeon\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-wigeon-namespace\",\r\n \"displayName\": \"e2e-wigeon-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/wigeon-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gwCAAAAAAAAA%3D%3D%23RT%3A9%23TRC%3A9%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIx8YjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-pilfer\",\r\n \"name\": \"e2e-pilfer\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-shrift-namespace\",\r\n \"displayName\": \"e2e-pilfer-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/shrift-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27joGAAAAAAAAA%3D%3D%23RT%3A38%23TRC%3A38%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACAAOIYAEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gwCAAAAAAAAA%3D%3D%23RT%3A9%23TRC%3A9%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIx8YjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3dDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5JTIzVFJDJTNBOSUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFCNEFERUl4OFlqZ0pLQURvQXZnQUxBWno4ZUhDcUFhb0FDd0FCQ2dBUVdnT0VBREFBUkFBQURXNEF4QUFZQVF3RmdBQUJnR0FBU0FBQmdCZ0FSQUFCZ0lRQXdBQklBREFBQUJFRUJ1TUVZZ1hHQU13REFEd0Q5OSUyRjlSQUFBZUFRRUdBQ2lBZjRBRHdGa04zQiUyQjhUMkVBJTJGdzh4QUFBZUlRQUFEQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27joGAAAAAAAAA%3D%3D%23RT%3A38%23TRC%3A38%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACAAOIYAEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3am9HQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzOCUyM1RSQyUzQTM4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNBQU9JWUFFRURBRE9CUG9BQndJQUhRZ0FnRUZCd1hvQkxnQmVBTDRBRHdObVpReCUyRjRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkEmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0cd49be2-99f1-4d85-b9c6-2a803de78df2" + "7b7d8bb1-287d-49ea-bcdb-c82a83a0a239" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -12696,10 +12696,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" + "14583" ], "X-Ms-Request-Id": [ - "fbe78bd1-832f-41ef-a5ae-a8d1b27bffe4" + "5d35e63c-788b-40e6-b5bf-186b364bac66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12707,20 +12707,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6d4434c9-0483-4cb0-beb5-006118a9ec64" + "c61cda49-282f-47aa-97fe-49ccf21e591a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052845Z:6d4434c9-0483-4cb0-beb5-006118a9ec64" + "CENTRALUS:20210505T215008Z:c61cda49-282f-47aa-97fe-49ccf21e591a" + ], + "X-MSEdge-Ref": [ + "Ref A: 846491A67742445687E204F6FD8DEA3A Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:07Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:45 GMT" + "Wed, 05 May 2021 21:50:07 GMT" ], "Content-Length": [ - "1424" + "1436" ], "Content-Type": [ "application/json" @@ -12729,23 +12729,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-levees\",\r\n \"name\": \"e2e-levees\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-levees-namespace\",\r\n \"displayName\": \"e2e-levees-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/levees-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxCAAAAAAAAA%3D%3D%23RT%3A10%23TRC%3A10%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIxsYjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-skopje\",\r\n \"name\": \"e2e-skopje\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-skopje-namespace\",\r\n \"displayName\": \"e2e-skopje-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/skopje-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27juGAAAAAAAAA%3D%3D%23RT%3A39%23TRC%3A39%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACAAO6YAcADADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxCAAAAAAAAA%3D%3D%23RT%3A10%23TRC%3A10%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIxsYjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3hDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMCUyM1RSQyUzQTEwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUI0QURFSXhzWWpnSktBRG9BdmdBTEFaejhlSENxQWFvQUN3QUJDZ0FRV2dPRUFEQUFSQUFBRFc0QXhBQVlBUXdGZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27juGAAAAAAAAA%3D%3D%23RT%3A39%23TRC%3A39%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACAAO6YAcADADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anVHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzOSUyM1RSQyUzQTM5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNBQU82WUFjQURBRE9CUG9BQndJQUhRZ0FnRUZCd1hvQkxnQmVBTDRBRHdObVpReCUyRjRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkEmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "77e8581b-b686-4b0b-8574-9db666f67208" + "9553e644-55ec-418f-9449-96cd61daa238" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -12759,10 +12759,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" + "14754" ], "X-Ms-Request-Id": [ - "85cf4562-dccb-46e0-9431-4c9d40c64aef" + "0392cb12-606d-413e-983e-4cfbfa53b8a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12770,20 +12770,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "ba0136a8-aa6b-4c80-b571-f7ec80d2c422" + "37aa2a41-b109-4567-9182-da898b710115" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052845Z:ba0136a8-aa6b-4c80-b571-f7ec80d2c422" + "CENTRALUS:20210505T215008Z:37aa2a41-b109-4567-9182-da898b710115" + ], + "X-MSEdge-Ref": [ + "Ref A: E8570766EB7247D48387839673D55EA7 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:08Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:45 GMT" + "Wed, 05 May 2021 21:50:07 GMT" ], "Content-Length": [ - "1424" + "1405" ], "Content-Type": [ "application/json" @@ -12792,23 +12792,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fiddle\",\r\n \"name\": \"e2e-fiddle\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fiddle-namespace\",\r\n \"displayName\": \"e2e-fiddle-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fiddle-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gyCAAAAAAAAA%3D%3D%23RT%3A11%23TRC%3A11%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIxMYjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-labels\",\r\n \"name\": \"e2e-labels\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-labels-namespace\",\r\n \"displayName\": \"e2e-labels-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/labels-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jwGAAAAAAAAA%3D%3D%23RT%3A40%23TRC%3A40%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB%2BAPEYAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gyCAAAAAAAAA%3D%3D%23RT%3A11%23TRC%3A11%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIxMYjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3lDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMSUyM1RSQyUzQTExJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUI0QURFSXhNWWpnSktBRG9BdmdBTEFaejhlSENxQWFvQUN3QUJDZ0FRV2dPRUFEQUFSQUFBRFc0QXhBQVlBUXdGZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jwGAAAAAAAAA%3D%3D%23RT%3A40%23TRC%3A40%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB%2BAPEYAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3andHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0MCUyM1RSQyUzQTQwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUIlMkJBUEVZQXdBemdUNkFBY0NBQjBJQUlCQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9RQUtBTk1BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b26d64c3-b981-46f3-862e-b03ffe6b26d5" + "46e8c38a-06ca-4e7a-80e5-2222eb24ef63" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -12822,10 +12822,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" + "14582" ], "X-Ms-Request-Id": [ - "d9ca8df6-6d9a-4dac-8423-8be29383281f" + "a9a4040f-10e0-476b-b5f2-5b04e602650c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12833,20 +12833,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "1cca1fe3-391a-4926-88ca-c417d2e7910a" + "829d4d0d-f440-485d-9dcc-b0547c593255" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052846Z:1cca1fe3-391a-4926-88ca-c417d2e7910a" + "CENTRALUS:20210505T215008Z:829d4d0d-f440-485d-9dcc-b0547c593255" + ], + "X-MSEdge-Ref": [ + "Ref A: 6BF8B6B57BD14A979D58750AF54E633D Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:08Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:45 GMT" + "Wed, 05 May 2021 21:50:07 GMT" ], "Content-Length": [ - "1424" + "1392" ], "Content-Type": [ "application/json" @@ -12855,23 +12855,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-plover\",\r\n \"name\": \"e2e-plover\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-plover-namespace\",\r\n \"displayName\": \"e2e-plover-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/plover-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g2CAAAAAAAAA%3D%3D%23RT%3A12%23TRC%3A12%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIwMYjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-endued\",\r\n \"name\": \"e2e-endued\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-lattes-namespace\",\r\n \"displayName\": \"e2e-endued-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/lattes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jxGAAAAAAAAA%3D%3D%23RT%3A41%23TRC%3A41%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB8APGYM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g2CAAAAAAAAA%3D%3D%23RT%3A12%23TRC%3A12%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIwMYjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzJDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMiUyM1RSQyUzQTEyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUI0QURFSXdNWWpnSktBRG9BdmdBTEFaejhlSENxQWFvQUN3QUJDZ0FRV2dPRUFEQUFSQUFBRFc0QXhBQVlBUXdGZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jxGAAAAAAAAA%3D%3D%23RT%3A41%23TRC%3A41%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB8APGYM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anhHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0MSUyM1RSQyUzQTQxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUI4QVBHWU00RSUyQmdBSEFnQWRDQUNBUVVIQmVnRXVBRjRBdmdBUEEyWmxESCUyRmdBRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLRUFDZ0RUQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f55bba3b-1a09-45db-aac5-e94c17bd0eff" + "cb99a17d-4d69-4cf8-8ab6-2a19bd2f5977" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -12885,10 +12885,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14773" + "14753" ], "X-Ms-Request-Id": [ - "a9bffd92-64b6-4b24-b48a-b04f9039722b" + "646de17f-d027-40d8-a69b-a4679c2b09d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12896,20 +12896,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "0bbc8ee1-5100-42f7-90dd-d3ffedcce99e" + "721d135e-d203-4ca9-8434-dfd590fd5e63" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052846Z:0bbc8ee1-5100-42f7-90dd-d3ffedcce99e" + "CENTRALUS:20210505T215008Z:721d135e-d203-4ca9-8434-dfd590fd5e63" + ], + "X-MSEdge-Ref": [ + "Ref A: 19E0CD819C2941F79834CD92C67E262E Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:08Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:46 GMT" + "Wed, 05 May 2021 21:50:07 GMT" ], "Content-Length": [ - "1424" + "1334" ], "Content-Type": [ "application/json" @@ -12918,23 +12918,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-tartan\",\r\n \"name\": \"e2e-tartan\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-tartan-namespace\",\r\n \"displayName\": \"e2e-tartan-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/tartan-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g3CAAAAAAAAA%3D%3D%23RT%3A13%23TRC%3A13%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIgMYjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/am-test-2\",\r\n \"name\": \"am-test-2\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"am-test-operator\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/am-test-operator\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"Kubeconfig\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzGgAAAAAAAA%3D%3D%23RT%3A42%23TRC%3A42%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ADOaPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g3CAAAAAAAAA%3D%3D%23RT%3A13%23TRC%3A13%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIgMYjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzNDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMyUyM1RSQyUzQTEzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUI0QURFSWdNWWpnSktBRG9BdmdBTEFaejhlSENxQWFvQUN3QUJDZ0FRV2dPRUFEQUFSQUFBRFc0QXhBQVlBUXdGZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzGgAAAAAAAA%3D%3D%23RT%3A42%23TRC%3A42%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ADOaPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3pHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0MiUyM1RSQyUzQTQyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUI2QURPYVBvQUJ3SUFIUWdBZ0VGQndYb0JMZ0JlQUw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2hBQW9BMHdCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d00960e-2da9-41f5-af14-94d17f21947b" + "584ca2d1-d98d-4e0a-b4ce-b94d29c31132" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -12948,10 +12948,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14772" + "14581" ], "X-Ms-Request-Id": [ - "19e3ae81-8597-497e-962c-cbc82a733bcb" + "8a612e9e-c4ab-4c8c-91be-b19cb29722bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12959,20 +12959,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "b9fadbd2-c414-4382-a830-8653551d80c5" + "82ddb895-a555-4eea-b4b5-8bacb28589cc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052846Z:b9fadbd2-c414-4382-a830-8653551d80c5" + "CENTRALUS:20210505T215008Z:82ddb895-a555-4eea-b4b5-8bacb28589cc" + ], + "X-MSEdge-Ref": [ + "Ref A: 6036FC15CFF847CE924DB5571BF66E84 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:08Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:46 GMT" + "Wed, 05 May 2021 21:50:07 GMT" ], "Content-Length": [ - "1424" + "1390" ], "Content-Type": [ "application/json" @@ -12981,23 +12981,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-coiled\",\r\n \"name\": \"e2e-coiled\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-coiled-namespace\",\r\n \"displayName\": \"e2e-coiled-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/coiled-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g5CAAAAAAAAA%3D%3D%23RT%3A14%23TRC%3A14%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIAMYjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-utopia\",\r\n \"name\": \"e2e-utopia\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-utopia-namespace\",\r\n \"displayName\": \"e2e-utopia-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/utopia-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27h%2BGgAAAAAAAA%3D%3D%23RT%3A43%23TRC%3A43%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4AH6aAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g5CAAAAAAAAA%3D%3D%23RT%3A14%23TRC%3A14%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIAMYjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzVDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNCUyM1RSQyUzQTE0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUI0QURFSUFNWWpnSktBRG9BdmdBTEFaejhlSENxQWFvQUN3QUJDZ0FRV2dPRUFEQUFSQUFBRFc0QXhBQVlBUXdGZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27h%2BGgAAAAAAAA%3D%3D%23RT%3A43%23TRC%3A43%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4AH6aAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aCUyQkdnQUFBQUFBQUElM0QlM0QlMjNSVCUzQTQzJTIzVFJDJTNBNDMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQjRBSDZhQWNDQUIwSUFJQkJRY0Y2QVM0QVhnQyUyQkFBOERabVVNZiUyQkFBUmdFTUFBTUFBQkdBQVlnQUFRUUFJRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvUUFLQU5NQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7982b022-684f-413e-8ba6-6d49be63e8b3" + "0d13cd3c-3e89-43d5-9b96-db8b40694681" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -13011,10 +13011,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14771" + "14752" ], "X-Ms-Request-Id": [ - "1eed4b77-1534-4ff2-be82-55f064589aad" + "1c70cdd9-c615-44c5-b09c-77acbf5c55f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13022,20 +13022,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "40130aed-dc27-44c4-bdb5-2556a28cfb8f" + "aca19a72-99eb-4d38-82bd-63c42413e602" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052847Z:40130aed-dc27-44c4-bdb5-2556a28cfb8f" + "CENTRALUS:20210505T215009Z:aca19a72-99eb-4d38-82bd-63c42413e602" + ], + "X-MSEdge-Ref": [ + "Ref A: EE21AF589DB64844B2877C5C889649A5 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:08Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:46 GMT" + "Wed, 05 May 2021 21:50:08 GMT" ], "Content-Length": [ - "1424" + "1389" ], "Content-Type": [ "application/json" @@ -13044,23 +13044,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-harold\",\r\n \"name\": \"e2e-harold\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-harold-namespace\",\r\n \"displayName\": \"e2e-harold-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/harold-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g6CAAAAAAAAA%3D%3D%23RT%3A15%23TRC%3A15%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIAMQjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cather\",\r\n \"name\": \"e2e-cather\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-cather-namespace\",\r\n \"displayName\": \"e2e-cather-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/cather-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iHGgAAAAAAAA%3D%3D%23RT%3A44%23TRC%3A44%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB2AIEagAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g6CAAAAAAAAA%3D%3D%23RT%3A15%23TRC%3A15%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIAMQjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzZDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNSUyM1RSQyUzQTE1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUI0QURFSUFNUWpnSktBRG9BdmdBTEFaejhlSENxQWFvQUN3QUJDZ0FRV2dPRUFEQUFSQUFBRFc0QXhBQVlBUXdGZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iHGgAAAAAAAA%3D%3D%23RT%3A44%23TRC%3A44%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB2AIEagAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUhHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NCUyM1RSQyUzQTQ0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUIyQUlFYWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aea380fe-0543-4830-a1ab-6d18f3eaecb9" + "9ddded1f-c4c9-4236-b598-6706d96103b9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -13074,10 +13074,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14770" + "14580" ], "X-Ms-Request-Id": [ - "0392dfce-e4f3-4df4-8cf0-d7c9efdd843b" + "0cd68710-83e3-4751-b220-6cb6d4ac0b07" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13085,20 +13085,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "8bf8a893-4cf7-4d7d-9b25-129519a16d26" + "4131fa17-7601-45ce-8f91-2993fbdf9158" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052847Z:8bf8a893-4cf7-4d7d-9b25-129519a16d26" + "CENTRALUS:20210505T215009Z:4131fa17-7601-45ce-8f91-2993fbdf9158" + ], + "X-MSEdge-Ref": [ + "Ref A: 58B3A96678B3455BBF57A1F83EF9802C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:09Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:46 GMT" + "Wed, 05 May 2021 21:50:08 GMT" ], "Content-Length": [ - "1426" + "1389" ], "Content-Type": [ "application/json" @@ -13107,23 +13107,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-raceme\",\r\n \"name\": \"e2e-raceme\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-raceme-namespace\",\r\n \"displayName\": \"e2e-raceme-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/raceme-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g%2BCAAAAAAAAA%3D%3D%23RT%3A16%23TRC%3A16%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIAMAjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-badges\",\r\n \"name\": \"e2e-badges\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-badges-namespace\",\r\n \"displayName\": \"e2e-badges-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/badges-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iIGgAAAAAAAA%3D%3D%23RT%3A45%23TRC%3A45%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB2AIEaAAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g%2BCAAAAAAAAA%3D%3D%23RT%3A16%23TRC%3A16%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIAMAjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZyUyQkNBQUFBQUFBQUElM0QlM0QlMjNSVCUzQTE2JTIzVFJDJTNBMTYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQjRBREVJQU1BamdKS0FEb0F2Z0FMQVp6OGVIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iIGgAAAAAAAA%3D%3D%23RT%3A45%23TRC%3A45%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB2AIEaAAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUlHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NSUyM1RSQyUzQTQ1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUIyQUlFYUFBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "063f73d6-e2be-427f-b69c-8cc1b7e2306a" + "2b76bdbb-8c12-4040-b095-408d0fef682d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -13137,10 +13137,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14769" + "14751" ], "X-Ms-Request-Id": [ - "e584e709-198c-41c7-89d9-93ff3d3b1200" + "0cd7b504-de83-499f-b97b-aa107d55f58d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13148,20 +13148,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "4ec339f4-4184-4fcd-b4a0-923002eda64a" + "8933e71b-ebec-44db-a245-a1da4d200834" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052847Z:4ec339f4-4184-4fcd-b4a0-923002eda64a" + "CENTRALUS:20210505T215009Z:8933e71b-ebec-44db-a245-a1da4d200834" + ], + "X-MSEdge-Ref": [ + "Ref A: 6F30298670C74DF89B90CDE9E07D1E5D Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:09Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:47 GMT" + "Wed, 05 May 2021 21:50:08 GMT" ], "Content-Length": [ - "1422" + "1386" ], "Content-Type": [ "application/json" @@ -13170,23 +13170,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-walker\",\r\n \"name\": \"e2e-walker\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-walker-namespace\",\r\n \"displayName\": \"e2e-walker-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/walker-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g-CAAAAAAAAA%3D%3D%23RT%3A17%23TRC%3A17%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB2AD%2BII4CSgA6AL4ACwGc%2FHhwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-extant\",\r\n \"name\": \"e2e-extant\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-badges-namespace\",\r\n \"displayName\": \"e2e-extant-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/badges-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iJGgAAAAAAAA%3D%3D%23RT%3A46%23TRC%3A46%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB2AIEaAAZCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g-CAAAAAAAAA%3D%3D%23RT%3A17%23TRC%3A17%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB2AD%2BII4CSgA6AL4ACwGc%2FHhwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Zy1DQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNyUyM1RSQyUzQTE3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUIyQUQlMkJJSTRDU2dBNkFMNEFDd0djJTJGSGh3cWdHcUFBc0FBUW9BRUZvRGhBQXdBRVFBQUExdUFNUUFHQUVNQllBQUFZQmdBRWdBQVlBWUFFUUFBWUNFQU1BQVNBQXdBQUFSQkFiakJHSUZ4Z0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBdyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iJGgAAAAAAAA%3D%3D%23RT%3A46%23TRC%3A46%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB2AIEaAAZCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUpHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NiUyM1RSQyUzQTQ2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUIyQUlFYUFBWkNBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41dc2b9a-6a29-43cf-bdf6-f28671b87653" + "9efdbc16-3f12-43ed-8864-758791bc13ee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -13200,10 +13200,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14768" + "14579" ], "X-Ms-Request-Id": [ - "ef47a610-56de-4a06-bc21-21fa9c8676f1" + "5ef8c1b7-f264-4126-8621-492a24f97feb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13211,20 +13211,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "7266c219-05bf-4478-9622-ab0025cb7f28" + "c87ac075-79c6-4e80-9e53-1795f26996d8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052847Z:7266c219-05bf-4478-9622-ab0025cb7f28" + "CENTRALUS:20210505T215010Z:c87ac075-79c6-4e80-9e53-1795f26996d8" + ], + "X-MSEdge-Ref": [ + "Ref A: 0E8061D3726C463F86E8FEDAD1927ED2 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:09Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:47 GMT" + "Wed, 05 May 2021 21:50:09 GMT" ], "Content-Length": [ - "1383" + "1420" ], "Content-Type": [ "application/json" @@ -13233,23 +13233,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-trumps\",\r\n \"name\": \"e2e-trumps\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-trumps-namespace\",\r\n \"displayName\": \"e2e-trumps-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/trumps-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjCAAAAAAAAA%3D%3D%23RT%3A18%23TRC%3A18%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB0AGOIkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cairns\",\r\n \"name\": \"e2e-cairns\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-cairns-namespace\",\r\n \"displayName\": \"e2e-cairns-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/rivets-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iKGgAAAAAAAA%3D%3D%23RT%3A47%23TRC%3A47%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB0AIqaQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjCAAAAAAAAA%3D%3D%23RT%3A18%23TRC%3A18%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB0AGOIkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGpDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExOCUyM1RSQyUzQTE4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUIwQUdPSWtvQU9nQyUyQkFBc0JuUHg0Y0tvQnFnQUxBQUVLQUJCYUE0UUFNQUJFQUFBTmJnREVBQmdCREFXQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iKGgAAAAAAAA%3D%3D%23RT%3A47%23TRC%3A47%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB0AIqaQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUtHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NyUyM1RSQyUzQTQ3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUIwQUlxYVFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3fa52c32-0276-4dea-bb19-7c4d6ac9dc62" + "5710f679-ecf5-45cc-9c79-339217c2e029" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -13263,10 +13263,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14767" + "14750" ], "X-Ms-Request-Id": [ - "1c5e83a2-8a42-4060-9ee4-da0e6a1af29e" + "9b789fba-4d7a-406a-9e61-6bd1559c2b35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13274,20 +13274,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "d6fd0e82-01bf-4019-9026-42eb1c3615cc" + "3fdcf4dc-c7fb-4843-b50f-8ca3d2cd470f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052848Z:d6fd0e82-01bf-4019-9026-42eb1c3615cc" + "CENTRALUS:20210505T215010Z:3fdcf4dc-c7fb-4843-b50f-8ca3d2cd470f" + ], + "X-MSEdge-Ref": [ + "Ref A: F98DFA4719F04BF3BBBBD39009C51640 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:10Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:47 GMT" + "Wed, 05 May 2021 21:50:09 GMT" ], "Content-Length": [ - "1385" + "1424" ], "Content-Type": [ "application/json" @@ -13296,23 +13296,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bovine\",\r\n \"name\": \"e2e-bovine\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bovine-namespace\",\r\n \"displayName\": \"e2e-bovine-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bovine-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gCCQAAAAAAAA%3D%3D%23RT%3A19%23TRC%3A19%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAByAAKJDoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sunlit\",\r\n \"name\": \"e2e-sunlit\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-sunlit-namespace\",\r\n \"displayName\": \"e2e-sunlit-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/sunlit-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jVGgAAAAAAAA%3D%3D%23RT%3A48%23TRC%3A48%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAByANIaIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gCCQAAAAAAAA%3D%3D%23RT%3A19%23TRC%3A19%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAByAAKJDoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0NDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExOSUyM1RSQyUzQTE5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJ5QUFLSkRvQXZnQUxBWno4ZUhDcUFhb0FDd0FCQ2dBUVdnT0VBREFBUkFBQURXNEF4QUFZQVF3RmdBQUJnR0FBU0FBQmdCZ0FSQUFCZ0lRQXdBQklBREFBQUJFRUJ1TUVZZ1hHQU13REFEd0Q5OSUyRjlSQUFBZUFRRUdBQ2lBZjRBRHdGa04zQiUyQjhUMkVBJTJGdzh4QUFBZUlRQUFEQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jVGgAAAAAAAA%3D%3D%23RT%3A48%23TRC%3A48%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAByANIaIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3alZHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0OCUyM1RSQyUzQTQ4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJ5QU5JYUlCQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9RQUtBTk1BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e4f01653-63fc-4e71-b4c3-2063ea616e8b" + "bce70d8c-d8e0-4a2c-b37f-5334f6b80404" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -13326,10 +13326,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14766" + "14578" ], "X-Ms-Request-Id": [ - "878742b6-3149-4e83-9093-afba52a94f85" + "54e29139-a7d4-4258-801b-98d981f7042b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13337,20 +13337,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "671c5f79-038e-44e8-adbe-588ba2bf31b7" + "b013538e-cdf1-43f1-889a-bf56774c44a3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052848Z:671c5f79-038e-44e8-adbe-588ba2bf31b7" + "CENTRALUS:20210505T215010Z:b013538e-cdf1-43f1-889a-bf56774c44a3" + ], + "X-MSEdge-Ref": [ + "Ref A: 98F4D9A3EF734949B61C12C6EA6931E5 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:10Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:47 GMT" + "Wed, 05 May 2021 21:50:09 GMT" ], "Content-Length": [ - "1378" + "1384" ], "Content-Type": [ "application/json" @@ -13359,23 +13359,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mammas\",\r\n \"name\": \"e2e-mammas\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-mammas-namespace\",\r\n \"displayName\": \"e2e-mammas-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/mammas-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27geCQAAAAAAAA%3D%3D%23RT%3A20%23TRC%3A20%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABwAB6JL4ACwGc%2FHhwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-reeled\",\r\n \"name\": \"e2e-reeled\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-reeled-namespace\",\r\n \"displayName\": \"e2e-reeled-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/reeled-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jcGgAAAAAAAA%3D%3D%23RT%3A49%23TRC%3A49%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAByANyaAcBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27geCQAAAAAAAA%3D%3D%23RT%3A20%23TRC%3A20%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABwAB6JL4ACwGc%2FHhwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2VDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMCUyM1RSQyUzQTIwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJ3QUI2Skw0QUN3R2MlMkZIaHdxZ0dxQUFzQUFRb0FFRm9EaEFBd0FFUUFBQTF1QU1RQUdBRU1CWUFBQVlCZ0FFZ0FBWUFZQUVRQUFZQ0VBTUFBU0FBd0FBQVJCQWJqQkdJRnhnRE1Bd0E4QSUyRmZmJTJGVVFBQUhnRUJCZ0FvZ0glMkJBQThCWkRkd2Z2RTloQVA4UE1RQUFIaUVBQUF3JTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jcGgAAAAAAAA%3D%3D%23RT%3A49%23TRC%3A49%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAByANyaAcBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amNHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0OSUyM1RSQyUzQTQ5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJ5QU55YUFjQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9RQUtBTk1BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d993516-8cc7-4da0-845d-7f703a34fd87" + "3be54b4c-d8a3-426d-984f-1cbc88960d52" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -13389,10 +13389,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14765" + "14749" ], "X-Ms-Request-Id": [ - "5fca630a-ad1d-4c2a-a749-90a5af558479" + "f772a47f-373e-4dff-ba78-a05601276c17" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13400,17 +13400,17 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "f1a92999-fade-438b-ab92-632c5909d524" + "15cb1b43-78d0-47e8-81e8-30796f35633a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052848Z:f1a92999-fade-438b-ab92-632c5909d524" + "CENTRALUS:20210505T215010Z:15cb1b43-78d0-47e8-81e8-30796f35633a" + ], + "X-MSEdge-Ref": [ + "Ref A: CBB0A8EF9B6148DEB2393EE85FB1D868 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:10Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:48 GMT" + "Wed, 05 May 2021 21:50:09 GMT" ], "Content-Length": [ "1374" @@ -13422,23 +13422,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-simply\",\r\n \"name\": \"e2e-simply\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-simply-namespace\",\r\n \"displayName\": \"e2e-simply-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/simply-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hPCQAAAAAAAA%3D%3D%23RT%3A21%23TRC%3A21%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABuAE%2BJAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fergus\",\r\n \"name\": \"e2e-fergus\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fergus-namespace\",\r\n \"displayName\": \"e2e-fergus-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fergus-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkGgAAAAAAAA%3D%3D%23RT%3A50%23TRC%3A50%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABwAOEaUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hPCQAAAAAAAA%3D%3D%23RT%3A21%23TRC%3A21%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABuAE%2BJAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFBDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMSUyM1RSQyUzQTIxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJ1QUUlMkJKQXNCblB4NGNLb0JxZ0FMQUFFS0FCQmFBNFFBTUFCRUFBQU5iZ0RFQUJnQkRBV0FBQUdBWUFCSUFBR0FHQUJFQUFHQWhBREFBRWdBTUFBQUVRUUc0d1JpQmNZQXpBTUFQQVAzMyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFNJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkGgAAAAAAAA%3D%3D%23RT%3A50%23TRC%3A50%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABwAOEaUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amtHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MCUyM1RSQyUzQTUwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJ3QU9FYVVIQmVnRXVBRjRBdmdBUEEyWmxESCUyRmdBRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLRUFDZ0RUQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ac69d81-4caf-4ad7-bd71-9fac12865a86" + "2b146743-de6d-4ffb-bfd5-a3d096e59f19" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -13452,10 +13452,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14764" + "14577" ], "X-Ms-Request-Id": [ - "e919bf7c-fe6e-4195-8349-404101384275" + "d50a20a0-e3b7-40f1-952e-2fe736b3e449" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13463,20 +13463,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "427ac980-08be-4932-9a2c-9f5085c8569d" + "52664e1b-d0a3-44f4-96de-ecb768a8875d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052848Z:427ac980-08be-4932-9a2c-9f5085c8569d" + "CENTRALUS:20210505T215010Z:52664e1b-d0a3-44f4-96de-ecb768a8875d" + ], + "X-MSEdge-Ref": [ + "Ref A: 9BEF0C0EDECF43CFB0618757AD8BF375 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:10Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:48 GMT" + "Wed, 05 May 2021 21:50:09 GMT" ], "Content-Length": [ - "1376" + "1381" ], "Content-Type": [ "application/json" @@ -13485,23 +13485,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-dusted\",\r\n \"name\": \"e2e-dusted\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-dusted-namespace\",\r\n \"displayName\": \"e2e-dusted-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/dusted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hQCQAAAAAAAA%3D%3D%23RT%3A22%23TRC%3A22%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-modern\",\r\n \"name\": \"e2e-modern\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-modern-namespace\",\r\n \"displayName\": \"e2e-modern-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/modern-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jmGgAAAAAAAA%3D%3D%23RT%3A51%23TRC%3A51%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABwAOEaQHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hQCQAAAAAAAA%3D%3D%23RT%3A22%23TRC%3A22%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFFDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMiUyM1RSQyUzQTIyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUZJSlp6OGVIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jmGgAAAAAAAA%3D%3D%23RT%3A51%23TRC%3A51%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABwAOEaQHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3am1HZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MSUyM1RSQyUzQTUxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJ3QU9FYVFIQmVnRXVBRjRBdmdBUEEyWmxESCUyRmdBRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLRUFDZ0RUQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e2226983-f9bb-4e2c-a04c-bd98fb61d0b2" + "b8ce94d4-9e40-4038-aa86-d2d8a54e0a5d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -13515,10 +13515,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14763" + "14748" ], "X-Ms-Request-Id": [ - "e4738b06-76ca-4c01-8b5c-cb66b1a889c9" + "1862e9cb-c656-49b1-80d5-a581583cceb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13526,20 +13526,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "61131969-1d26-453a-ab4b-e3e5ed8b8592" + "10497e0f-2399-488d-8686-550635c23944" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052849Z:61131969-1d26-453a-ab4b-e3e5ed8b8592" + "CENTRALUS:20210505T215011Z:10497e0f-2399-488d-8686-550635c23944" + ], + "X-MSEdge-Ref": [ + "Ref A: 30F9E071AB4C4776BBA275B35D87F0BB Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:10Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:48 GMT" + "Wed, 05 May 2021 21:50:10 GMT" ], "Content-Length": [ - "1374" + "1411" ], "Content-Type": [ "application/json" @@ -13548,23 +13548,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-abrupt\",\r\n \"name\": \"e2e-abrupt\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-abrupt-namespace\",\r\n \"displayName\": \"e2e-abrupt-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/abrupt-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hRCQAAAAAAAA%3D%3D%23RT%3A23%23TRC%3A23%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJZj8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fawned\",\r\n \"name\": \"e2e-fawned\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fawned-namespace\",\r\n \"displayName\": \"e2e-fawned-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/prunes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jsGgAAAAAAAA%3D%3D%23RT%3A52%23TRC%3A52%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABwAOEaAHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hRCQAAAAAAAA%3D%3D%23RT%3A23%23TRC%3A23%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJZj8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFJDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMyUyM1RSQyUzQTIzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUZJSlpqOGVIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jsGgAAAAAAAA%3D%3D%23RT%3A52%23TRC%3A52%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABwAOEaAHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anNHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MiUyM1RSQyUzQTUyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJ3QU9FYUFIQmVnRXVBRjRBdmdBUEEyWmxESCUyRmdBRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLRUFDZ0RUQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9d1c37c-a629-4c41-80c4-2c52b7d34822" + "3c1545c2-41e5-47af-93d7-306ac3ee19b8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -13578,10 +13578,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14762" + "14576" ], "X-Ms-Request-Id": [ - "ac9eade1-bf52-4347-a180-99f2fe04c4f5" + "7ccd248f-30d1-474e-a490-b81f3d293f57" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13589,20 +13589,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "0ac70ca2-3bf1-43a8-bae0-607337cecb48" + "e8ec6d9a-c95e-42c8-a786-7ca121e63166" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052849Z:0ac70ca2-3bf1-43a8-bae0-607337cecb48" + "CENTRALUS:20210505T215011Z:e8ec6d9a-c95e-42c8-a786-7ca121e63166" + ], + "X-MSEdge-Ref": [ + "Ref A: 512969743A9A4A50B5DF3ED52C3EA346 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:11Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:48 GMT" + "Wed, 05 May 2021 21:50:10 GMT" ], "Content-Length": [ - "1374" + "1405" ], "Content-Type": [ "application/json" @@ -13611,23 +13611,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-places\",\r\n \"name\": \"e2e-places\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-places-namespace\",\r\n \"displayName\": \"e2e-places-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/places-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hSCQAAAAAAAA%3D%3D%23RT%3A24%23TRC%3A24%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJZD8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-behind\",\r\n \"name\": \"e2e-behind\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-behind-namespace\",\r\n \"displayName\": \"e2e-behind-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/dieter-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jtGgAAAAAAAA%3D%3D%23RT%3A53%23TRC%3A53%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABwAOEaAGBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hSCQAAAAAAAA%3D%3D%23RT%3A24%23TRC%3A24%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJZD8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFNDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNCUyM1RSQyUzQTI0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUZJSlpEOGVIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jtGgAAAAAAAA%3D%3D%23RT%3A53%23TRC%3A53%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABwAOEaAGBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anRHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MyUyM1RSQyUzQTUzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJ3QU9FYUFHQmVnRXVBRjRBdmdBUEEyWmxESCUyRmdBRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLRUFDZ0RUQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7206bc5d-962d-4e05-bd6e-21788ddb6987" + "b49a3923-638c-4ad6-8437-1aa7144f4dde" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -13641,10 +13641,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14761" + "14747" ], "X-Ms-Request-Id": [ - "65f6d8fb-ea18-49d7-87f9-38a611c9ed29" + "c0ce1233-daa8-4eb8-b87d-70eaccf32251" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13652,20 +13652,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "632bf39b-74f6-4583-89ea-6ca6fc4efc57" + "61ace46e-fdbc-42d8-b91a-cdc318378c64" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052849Z:632bf39b-74f6-4583-89ea-6ca6fc4efc57" + "CENTRALUS:20210505T215011Z:61ace46e-fdbc-42d8-b91a-cdc318378c64" + ], + "X-MSEdge-Ref": [ + "Ref A: F326BF23C94B4AFAA682E4DFA986203C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:11Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:49 GMT" + "Wed, 05 May 2021 21:50:10 GMT" ], "Content-Length": [ - "1374" + "1412" ], "Content-Type": [ "application/json" @@ -13674,23 +13674,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-alsace\",\r\n \"name\": \"e2e-alsace\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-alsace-namespace\",\r\n \"displayName\": \"e2e-alsace-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/alsace-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hVCQAAAAAAAA%3D%3D%23RT%3A25%23TRC%3A25%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJYD8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mayans\",\r\n \"name\": \"e2e-mayans\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-mayans-namespace\",\r\n \"displayName\": \"e2e-mayans-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/mayans-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27juGgAAAAAAAA%3D%3D%23RT%3A54%23TRC%3A54%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABuAO6aXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hVCQAAAAAAAA%3D%3D%23RT%3A25%23TRC%3A25%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJYD8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFZDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNSUyM1RSQyUzQTI1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUZJSllEOGVIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27juGgAAAAAAAA%3D%3D%23RT%3A54%23TRC%3A54%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABuAO6aXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anVHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NCUyM1RSQyUzQTU0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJ1QU82YVhvQkxnQmVBTDRBRHdObVpReCUyRjRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkEmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3405db77-60f4-4c9c-9de7-e5d89259e85b" + "b5e4c6a5-afc3-4e61-bb29-4035263ad1c6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -13704,10 +13704,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14760" + "14575" ], "X-Ms-Request-Id": [ - "c5559afd-9f73-44e7-be09-6dd0c8575a44" + "a4188713-b6fc-476e-994a-ec014c423550" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13715,20 +13715,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "4091222a-ad02-401f-a064-ff632978f6b2" + "82af900d-1488-4cd2-8f73-44bf000ccb60" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052850Z:4091222a-ad02-401f-a064-ff632978f6b2" + "CENTRALUS:20210505T215011Z:82af900d-1488-4cd2-8f73-44bf000ccb60" + ], + "X-MSEdge-Ref": [ + "Ref A: F378DF89748A4B4B97BBD1A130F4A430 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:11Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:49 GMT" + "Wed, 05 May 2021 21:50:10 GMT" ], "Content-Length": [ - "1374" + "1371" ], "Content-Type": [ "application/json" @@ -13737,23 +13737,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bubbly\",\r\n \"name\": \"e2e-bubbly\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bubbly-namespace\",\r\n \"displayName\": \"e2e-bubbly-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bubbly-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hWCQAAAAAAAA%3D%3D%23RT%3A26%23TRC%3A26%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJQD8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sniffs\",\r\n \"name\": \"e2e-sniffs\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-scampi-namespace\",\r\n \"displayName\": \"e2e-sniffs-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/scampi-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hOGwAAAAAAAA%3D%3D%23RT%3A55%23TRC%3A55%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAE6bS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hWCQAAAAAAAA%3D%3D%23RT%3A26%23TRC%3A26%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJQD8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFdDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNiUyM1RSQyUzQTI2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUZJSlFEOGVIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hOGwAAAAAAAA%3D%3D%23RT%3A55%23TRC%3A55%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAE6bS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aE9Hd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NSUyM1RSQyUzQTU1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUU2YlM0QVhnQyUyQkFBOERabVVNZiUyQkFBUmdFTUFBTUFBQkdBQVlnQUFRUUFJRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvUUFLQU5NQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5abb638a-ecc5-4470-9dc0-763c9ffbd6c3" + "23ae905b-579d-449d-9584-cd70cbfa1a6e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -13767,10 +13767,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14759" + "14746" ], "X-Ms-Request-Id": [ - "112fa7a8-ae5c-41f3-b532-6ebeff7d55f0" + "e7a8838a-442a-4b50-a480-a55103e18b49" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13778,20 +13778,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "8d0000b4-788f-4ade-8c5a-b2570544af65" + "68de1e96-5e0f-4111-9177-ff00c075f05e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052850Z:8d0000b4-788f-4ade-8c5a-b2570544af65" + "CENTRALUS:20210505T215011Z:68de1e96-5e0f-4111-9177-ff00c075f05e" + ], + "X-MSEdge-Ref": [ + "Ref A: 53CFBC3E053F47D48EF7318D2BBDD58C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:11Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:49 GMT" + "Wed, 05 May 2021 21:50:10 GMT" ], "Content-Length": [ - "1374" + "1366" ], "Content-Type": [ "application/json" @@ -13800,23 +13800,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-halsey\",\r\n \"name\": \"e2e-halsey\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-halsey-namespace\",\r\n \"displayName\": \"e2e-halsey-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/halsey-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hYCQAAAAAAAA%3D%3D%23RT%3A27%23TRC%3A27%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJAD8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-weaken\",\r\n \"name\": \"e2e-weaken\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-diesel-namespace\",\r\n \"displayName\": \"e2e-weaken-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/diesel-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ibGwAAAAAAAA%3D%3D%23RT%3A56%23TRC%3A56%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAJubF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hYCQAAAAAAAA%3D%3D%23RT%3A27%23TRC%3A27%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJAD8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFlDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNyUyM1RSQyUzQTI3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUZJSkFEOGVIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ibGwAAAAAAAA%3D%3D%23RT%3A56%23TRC%3A56%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAJubF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWJHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NiUyM1RSQyUzQTU2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJxQUp1YkY0QXZnQVBBMlpsREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0VBQ2dEVEFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRBJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f7d29329-25b2-4af4-847c-2456e053a8af" + "334d1316-65de-47c0-8eaa-7578949950a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -13830,10 +13830,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14758" + "14574" ], "X-Ms-Request-Id": [ - "a6c8c991-6897-484a-ab0a-dddadea86cda" + "086eee6d-d7f4-4f04-bb6d-ede563734b32" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13841,20 +13841,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "ff789e07-8e0f-4a82-98fb-4f3f80c48df4" + "615c6a4b-b3fe-48e7-a1f0-3506a70a9c3e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052850Z:ff789e07-8e0f-4a82-98fb-4f3f80c48df4" + "CENTRALUS:20210505T215011Z:615c6a4b-b3fe-48e7-a1f0-3506a70a9c3e" + ], + "X-MSEdge-Ref": [ + "Ref A: 9C6EDC6CA6174EEB8AE30C1341955B7E Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:11Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:49 GMT" + "Wed, 05 May 2021 21:50:10 GMT" ], "Content-Length": [ - "1376" + "1360" ], "Content-Type": [ "application/json" @@ -13863,23 +13863,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-steams\",\r\n \"name\": \"e2e-steams\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-steams-namespace\",\r\n \"displayName\": \"e2e-steams-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/steams-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hZCQAAAAAAAA%3D%3D%23RT%3A28%23TRC%3A28%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJAD4eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-redcap\",\r\n \"name\": \"e2e-redcap\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-dressy-namespace\",\r\n \"displayName\": \"e2e-redcap-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/dressy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i3GwAAAAAAAA%3D%3D%23RT%3A57%23TRC%3A57%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABoALebL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hZCQAAAAAAAA%3D%3D%23RT%3A28%23TRC%3A28%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJAD4eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFpDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyOCUyM1RSQyUzQTI4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUZJSkFENGVIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i3GwAAAAAAAA%3D%3D%23RT%3A57%23TRC%3A57%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABoALebL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTNHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NyUyM1RSQyUzQTU3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJvQUxlYkw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2hBQW9BMHdCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c9c96c1-b38a-4a1c-ba78-85e964129358" + "1eaee56d-5d55-48ec-af31-1d734cae5b08" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -13893,10 +13893,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14757" + "14745" ], "X-Ms-Request-Id": [ - "b3dac114-58c8-41b9-bcf0-b9845b613020" + "272b3df5-3087-4eb3-91a9-6cf060476195" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13904,20 +13904,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "bd6d6011-e382-4536-86ea-b8a735898d98" + "076f099a-d088-4a81-ac28-92f8b291b854" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052850Z:bd6d6011-e382-4536-86ea-b8a735898d98" + "CENTRALUS:20210505T215012Z:076f099a-d088-4a81-ac28-92f8b291b854" + ], + "X-MSEdge-Ref": [ + "Ref A: 6BFA1147061E4DA796E440E705315436 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:11Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:50 GMT" + "Wed, 05 May 2021 21:50:11 GMT" ], "Content-Length": [ - "1374" + "1366" ], "Content-Type": [ "application/json" @@ -13926,23 +13926,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-espied\",\r\n \"name\": \"e2e-espied\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-espied-namespace\",\r\n \"displayName\": \"e2e-espied-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/espied-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27haCQAAAAAAAA%3D%3D%23RT%3A29%23TRC%3A29%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJADweHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-digits\",\r\n \"name\": \"e2e-digits\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-digits-namespace\",\r\n \"displayName\": \"e2e-digits-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/digits-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jvGwAAAAAAAA%3D%3D%23RT%3A58%23TRC%3A58%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABmAO%2BbA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27haCQAAAAAAAA%3D%3D%23RT%3A29%23TRC%3A29%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJADweHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGFDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyOSUyM1RSQyUzQTI5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUZJSkFEd2VIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jvGwAAAAAAAA%3D%3D%23RT%3A58%23TRC%3A58%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABmAO%2BbA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anZHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1OCUyM1RSQyUzQTU4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJtQU8lMkJiQThEWm1VTWYlMkJBQVJnRU1BQU1BQUJHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb1FBS0FOTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "69309c09-3453-4961-b660-a720590c0c95" + "367af097-5d2b-48c2-96db-1b3a7cbf12ff" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -13956,10 +13956,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14756" + "14573" ], "X-Ms-Request-Id": [ - "14462179-ed95-4a45-a9ab-d6ad07cb7152" + "651d709d-c918-4dfb-98d3-c143e4686d77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13967,20 +13967,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "ea7f5879-0b11-40f5-ad12-b53b8908a4a7" + "0c6ff3b9-7079-44d6-bd65-bed823983843" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052851Z:ea7f5879-0b11-40f5-ad12-b53b8908a4a7" + "CENTRALUS:20210505T215012Z:0c6ff3b9-7079-44d6-bd65-bed823983843" + ], + "X-MSEdge-Ref": [ + "Ref A: A9B72F23546647EDAA8C39A2513E795C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:12Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:50 GMT" + "Wed, 05 May 2021 21:50:11 GMT" ], "Content-Length": [ - "1374" + "1360" ], "Content-Type": [ "application/json" @@ -13989,23 +13989,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-vocals\",\r\n \"name\": \"e2e-vocals\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-vocals-namespace\",\r\n \"displayName\": \"e2e-vocals-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/vocals-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hbCQAAAAAAAA%3D%3D%23RT%3A30%23TRC%3A30%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJADgeHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sopped\",\r\n \"name\": \"e2e-sopped\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sopped-namespace\",\r\n \"displayName\": \"e2e-sopped-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sopped-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jwGwAAAAAAAA%3D%3D%23RT%3A59%23TRC%3A59%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAPMb2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hbCQAAAAAAAA%3D%3D%23RT%3A30%23TRC%3A30%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJADgeHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGJDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMCUyM1RSQyUzQTMwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUZJSkFEZ2VIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jwGwAAAAAAAA%3D%3D%23RT%3A59%23TRC%3A59%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAPMb2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3andHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1OSUyM1RSQyUzQTU5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJrQVBNYjJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6531682-cb6e-43f6-b03c-06b331af04ea" + "05b20d28-9bfb-40a7-b45d-fe9c32a0c404" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -14019,10 +14019,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14755" + "14744" ], "X-Ms-Request-Id": [ - "36d5c911-fad9-4885-abf4-bcc97dd8db9c" + "3fbf317e-24a6-493a-a250-4afe22832770" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14030,20 +14030,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "885a44c8-4541-4863-943e-f50d021367b7" + "1ee564b6-654b-48b7-b05e-8af89ac27b9b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052851Z:885a44c8-4541-4863-943e-f50d021367b7" + "CENTRALUS:20210505T215012Z:1ee564b6-654b-48b7-b05e-8af89ac27b9b" + ], + "X-MSEdge-Ref": [ + "Ref A: 76699F27032944A381B2B1884CC3B0FD Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:12Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:50 GMT" + "Wed, 05 May 2021 21:50:11 GMT" ], "Content-Length": [ - "1376" + "1360" ], "Content-Type": [ "application/json" @@ -14052,23 +14052,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-samoan\",\r\n \"name\": \"e2e-samoan\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-samoan-namespace\",\r\n \"displayName\": \"e2e-samoan-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/samoan-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hcCQAAAAAAAA%3D%3D%23RT%3A31%23TRC%3A31%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJADAeHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cereal\",\r\n \"name\": \"e2e-cereal\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-cereal-namespace\",\r\n \"displayName\": \"e2e-cereal-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cereal-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jzGwAAAAAAAA%3D%3D%23RT%3A60%23TRC%3A60%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAPMb2JlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hcCQAAAAAAAA%3D%3D%23RT%3A31%23TRC%3A31%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJADAeHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGNDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMSUyM1RSQyUzQTMxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUZJSkFEQWVIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jzGwAAAAAAAA%3D%3D%23RT%3A60%23TRC%3A60%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAPMb2JlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anpHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MCUyM1RSQyUzQTYwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJrQVBNYjJKbERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0f06c9b8-449d-4bfa-8dfd-0535d2ae2dee" + "5216c470-37c3-496c-8b07-ec99a03a38c8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -14082,10 +14082,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14754" + "14572" ], "X-Ms-Request-Id": [ - "8d6269a9-e66f-43bc-ac23-20a1564b77e4" + "d99167df-7dd4-46f4-9a31-4f0c2516d844" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14093,20 +14093,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "eaede355-9991-4ad3-bcae-7b9a0e4834db" + "23b5563a-4cc3-41a7-9372-b985c9906723" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052851Z:eaede355-9991-4ad3-bcae-7b9a0e4834db" + "CENTRALUS:20210505T215012Z:23b5563a-4cc3-41a7-9372-b985c9906723" + ], + "X-MSEdge-Ref": [ + "Ref A: E6C93EBBAFAF435FB0E62881BBDA6F18 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:12Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:50 GMT" + "Wed, 05 May 2021 21:50:11 GMT" ], "Content-Length": [ - "1374" + "1360" ], "Content-Type": [ "application/json" @@ -14115,23 +14115,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fevers\",\r\n \"name\": \"e2e-fevers\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fevers-namespace\",\r\n \"displayName\": \"e2e-fevers-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fevers-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdCQAAAAAAAA%3D%3D%23RT%3A32%23TRC%3A32%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAF2JAcAeHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-wonted\",\r\n \"name\": \"e2e-wonted\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-wonted-namespace\",\r\n \"displayName\": \"e2e-wonted-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/wonted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j0GwAAAAAAAA%3D%3D%23RT%3A61%23TRC%3A61%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAPMb0JlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdCQAAAAAAAA%3D%3D%23RT%3A32%23TRC%3A32%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAF2JAcAeHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGRDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMiUyM1RSQyUzQTMyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUYySkFjQWVIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j0GwAAAAAAAA%3D%3D%23RT%3A61%23TRC%3A61%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAPMb0JlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajBHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MSUyM1RSQyUzQTYxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJrQVBNYjBKbERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ddc90ed0-e1fa-41b0-a758-a53148ef155d" + "9464d19d-55be-4a2e-8482-f701b7141d83" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -14145,10 +14145,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14753" + "14743" ], "X-Ms-Request-Id": [ - "d1ee8b4e-39c1-4816-bb45-e990579961e7" + "3e300a7e-0b01-48cb-8956-1037fef33e5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14156,20 +14156,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "9b8ea9dd-53e5-4914-8ee2-78ef8ede754c" + "c94bd48f-f885-4b38-a9e4-e7d373f053cf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052851Z:9b8ea9dd-53e5-4914-8ee2-78ef8ede754c" + "CENTRALUS:20210505T215012Z:c94bd48f-f885-4b38-a9e4-e7d373f053cf" + ], + "X-MSEdge-Ref": [ + "Ref A: 7BD307D8780C4AB88163228936CA40CC Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:12Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:51 GMT" + "Wed, 05 May 2021 21:50:11 GMT" ], "Content-Length": [ - "1370" + "1360" ], "Content-Type": [ "application/json" @@ -14178,23 +14178,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bulges\",\r\n \"name\": \"e2e-bulges\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bulges-namespace\",\r\n \"displayName\": \"e2e-bulges-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bulges-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hhCQAAAAAAAA%3D%3D%23RT%3A33%23TRC%3A33%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJHhwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-tlaloc\",\r\n \"name\": \"e2e-tlaloc\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-tlaloc-namespace\",\r\n \"displayName\": \"e2e-tlaloc-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/tlaloc-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j2GwAAAAAAAA%3D%3D%23RT%3A62%23TRC%3A62%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAPMbwJlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hhCQAAAAAAAA%3D%3D%23RT%3A33%23TRC%3A33%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJHhwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGhDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMyUyM1RSQyUzQTMzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJxQUdFSkhod3FnR3FBQXNBQVFvQUVGb0RoQUF3QUVRQUFBMXVBTVFBR0FFTUJZQUFBWUJnQUVnQUFZQVlBRVFBQVlDRUFNQUFTQUF3QUFBUkJBYmpCR0lGeGdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQXclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j2GwAAAAAAAA%3D%3D%23RT%3A62%23TRC%3A62%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAPMbwJlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajJHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MiUyM1RSQyUzQTYyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJrQVBNYndKbERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d5715ec4-cd46-4fbe-9019-c2629a1b4ed1" + "97d7a961-5856-4a61-8b9a-b9385354750e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -14208,10 +14208,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14752" + "14571" ], "X-Ms-Request-Id": [ - "a007faa1-fc8b-4b51-baf3-0bf85a536864" + "c3244499-b31c-4915-bd64-bbdb3269062d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14219,20 +14219,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "a41d5297-9cea-49a6-9e84-42877bee6020" + "5cfaa1c0-493a-47a0-94f7-b3bae78bf3da" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052852Z:a41d5297-9cea-49a6-9e84-42877bee6020" + "CENTRALUS:20210505T215013Z:5cfaa1c0-493a-47a0-94f7-b3bae78bf3da" + ], + "X-MSEdge-Ref": [ + "Ref A: C9440D82A8B5412EA00F8334F23F14B3 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:12Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:51 GMT" + "Wed, 05 May 2021 21:50:12 GMT" ], "Content-Length": [ - "1370" + "1360" ], "Content-Type": [ "application/json" @@ -14241,23 +14241,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-nippon\",\r\n \"name\": \"e2e-nippon\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-nippon-namespace\",\r\n \"displayName\": \"e2e-nippon-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/nippon-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hiCQAAAAAAAA%3D%3D%23RT%3A34%23TRC%3A34%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJHBwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-isidro\",\r\n \"name\": \"e2e-isidro\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-isidro-namespace\",\r\n \"displayName\": \"e2e-isidro-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/isidro-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j3GwAAAAAAAA%3D%3D%23RT%3A63%23TRC%3A63%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAPMbgJlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hiCQAAAAAAAA%3D%3D%23RT%3A34%23TRC%3A34%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJHBwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGlDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNCUyM1RSQyUzQTM0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJxQUdFSkhCd3FnR3FBQXNBQVFvQUVGb0RoQUF3QUVRQUFBMXVBTVFBR0FFTUJZQUFBWUJnQUVnQUFZQVlBRVFBQVlDRUFNQUFTQUF3QUFBUkJBYmpCR0lGeGdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQXclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j3GwAAAAAAAA%3D%3D%23RT%3A63%23TRC%3A63%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAPMbgJlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajNHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MyUyM1RSQyUzQTYzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJrQVBNYmdKbERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f481eced-86b8-4207-a832-61f43564fce6" + "6e6d3f92-b64d-4c9c-aa7b-2115db126acf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -14271,10 +14271,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14751" + "14742" ], "X-Ms-Request-Id": [ - "3445e74a-ddfb-4df8-864a-df702d5e70ba" + "6332edc1-0925-4926-ace6-f60a94eb60df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14282,20 +14282,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "552aefff-36ba-41b6-9eef-37183252a730" + "648af2da-175f-4269-86b7-3e38b8de7e1b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052852Z:552aefff-36ba-41b6-9eef-37183252a730" + "CENTRALUS:20210505T215013Z:648af2da-175f-4269-86b7-3e38b8de7e1b" + ], + "X-MSEdge-Ref": [ + "Ref A: F1662968334141B98CE7C9A4D58F077C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:13Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:51 GMT" + "Wed, 05 May 2021 21:50:12 GMT" ], "Content-Length": [ - "1370" + "1360" ], "Content-Type": [ "application/json" @@ -14304,23 +14304,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-candid\",\r\n \"name\": \"e2e-candid\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-candid-namespace\",\r\n \"displayName\": \"e2e-candid-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/candid-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjCQAAAAAAAA%3D%3D%23RT%3A35%23TRC%3A35%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJGBwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-singly\",\r\n \"name\": \"e2e-singly\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-singly-namespace\",\r\n \"displayName\": \"e2e-singly-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/singly-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j4GwAAAAAAAA%3D%3D%23RT%3A64%23TRC%3A64%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAPMbAJlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjCQAAAAAAAA%3D%3D%23RT%3A35%23TRC%3A35%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJGBwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGpDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNSUyM1RSQyUzQTM1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJxQUdFSkdCd3FnR3FBQXNBQVFvQUVGb0RoQUF3QUVRQUFBMXVBTVFBR0FFTUJZQUFBWUJnQUVnQUFZQVlBRVFBQVlDRUFNQUFTQUF3QUFBUkJBYmpCR0lGeGdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQXclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j4GwAAAAAAAA%3D%3D%23RT%3A64%23TRC%3A64%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAPMbAJlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajRHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2NCUyM1RSQyUzQTY0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJrQVBNYkFKbERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72da90ba-12cb-4643-9d8c-30e36e453dbc" + "acf8f4de-c13c-404e-a653-58c31b2ffdc2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -14334,10 +14334,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14750" + "14570" ], "X-Ms-Request-Id": [ - "5ed7f638-6d0d-47a7-9077-9d7cec18af18" + "61ec4bde-848a-4662-b615-fe08422f0134" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14345,20 +14345,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "8e802c1d-0c5d-40d5-9211-72e9ae2e1b92" + "19c37dd5-0142-4331-969a-0787a3db4006" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052852Z:8e802c1d-0c5d-40d5-9211-72e9ae2e1b92" + "CENTRALUS:20210505T215013Z:19c37dd5-0142-4331-969a-0787a3db4006" + ], + "X-MSEdge-Ref": [ + "Ref A: EF653B9E1DF447EA95EAA8238895BC43 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:13Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:51 GMT" + "Wed, 05 May 2021 21:50:12 GMT" ], "Content-Length": [ - "1370" + "1360" ], "Content-Type": [ "application/json" @@ -14367,23 +14367,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-haynes\",\r\n \"name\": \"e2e-haynes\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-haynes-namespace\",\r\n \"displayName\": \"e2e-haynes-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/haynes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkCQAAAAAAAA%3D%3D%23RT%3A36%23TRC%3A36%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJEBwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cuspid\",\r\n \"name\": \"e2e-cuspid\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-cuspid-namespace\",\r\n \"displayName\": \"e2e-cuspid-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cuspid-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j7GwAAAAAAAA%3D%3D%23RT%3A65%23TRC%3A65%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAPMbAJhDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkCQAAAAAAAA%3D%3D%23RT%3A36%23TRC%3A36%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJEBwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGtDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNiUyM1RSQyUzQTM2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJxQUdFSkVCd3FnR3FBQXNBQVFvQUVGb0RoQUF3QUVRQUFBMXVBTVFBR0FFTUJZQUFBWUJnQUVnQUFZQVlBRVFBQVlDRUFNQUFTQUF3QUFBUkJBYmpCR0lGeGdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQXclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j7GwAAAAAAAA%3D%3D%23RT%3A65%23TRC%3A65%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAPMbAJhDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajdHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2NSUyM1RSQyUzQTY1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJrQVBNYkFKaERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "59ada486-a615-4cf6-9d04-09d38e19e478" + "c2b0c909-0c48-4a3d-84b0-569e7b234b84" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -14397,10 +14397,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14749" + "14741" ], "X-Ms-Request-Id": [ - "6a6cb4c2-f06f-409b-aa5a-1bbe6b2e7998" + "a703853d-0eb5-414e-9a10-12e2a36c0528" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14408,20 +14408,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "dbc7c027-ca3e-4d36-8b5b-735241a49383" + "48c13419-cfed-4caa-970a-65e8630a5a9d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052852Z:dbc7c027-ca3e-4d36-8b5b-735241a49383" + "CENTRALUS:20210505T215013Z:48c13419-cfed-4caa-970a-65e8630a5a9d" + ], + "X-MSEdge-Ref": [ + "Ref A: 1690B8D8BE77426EB0BE714942F01DD1 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:13Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:52 GMT" + "Wed, 05 May 2021 21:50:12 GMT" ], "Content-Length": [ - "1370" + "1360" ], "Content-Type": [ "application/json" @@ -14430,23 +14430,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bodice\",\r\n \"name\": \"e2e-bodice\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bodice-namespace\",\r\n \"displayName\": \"e2e-bodice-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bodice-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqCQAAAAAAAA%3D%3D%23RT%3A37%23TRC%3A37%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJABwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cosine\",\r\n \"name\": \"e2e-cosine\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-cosine-namespace\",\r\n \"displayName\": \"e2e-cosine-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cosine-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j8GwAAAAAAAA%3D%3D%23RT%3A66%23TRC%3A66%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAPMbAJBDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqCQAAAAAAAA%3D%3D%23RT%3A37%23TRC%3A37%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJABwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHFDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNyUyM1RSQyUzQTM3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJxQUdFSkFCd3FnR3FBQXNBQVFvQUVGb0RoQUF3QUVRQUFBMXVBTVFBR0FFTUJZQUFBWUJnQUVnQUFZQVlBRVFBQVlDRUFNQUFTQUF3QUFBUkJBYmpCR0lGeGdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQXclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j8GwAAAAAAAA%3D%3D%23RT%3A66%23TRC%3A66%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAPMbAJBDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajhHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2NiUyM1RSQyUzQTY2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJrQVBNYkFKQkRIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d75819eb-b6c0-4acf-b223-94555a88773c" + "7bf5cda7-9ba3-4f44-9c6a-439646e831dd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -14460,10 +14460,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14748" + "14569" ], "X-Ms-Request-Id": [ - "2c388ec1-1b90-49b4-a47c-029c28d8a08b" + "ea829f4c-19ec-49bc-8edd-6b33a4dfe66c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14471,20 +14471,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "5ef1854e-ee64-4fbc-8c85-956208de83d2" + "e3d4789d-9329-4abb-90b3-1ab6e1d4d5ff" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052853Z:5ef1854e-ee64-4fbc-8c85-956208de83d2" + "CENTRALUS:20210505T215013Z:e3d4789d-9329-4abb-90b3-1ab6e1d4d5ff" + ], + "X-MSEdge-Ref": [ + "Ref A: 412BE9F97568452699CE740942297958 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:13Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:52 GMT" + "Wed, 05 May 2021 21:50:12 GMT" ], "Content-Length": [ - "1370" + "1362" ], "Content-Type": [ "application/json" @@ -14493,23 +14493,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-needle\",\r\n \"name\": \"e2e-needle\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-needle-namespace\",\r\n \"displayName\": \"e2e-needle-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/needle-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hrCQAAAAAAAA%3D%3D%23RT%3A38%23TRC%3A38%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJABgqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cybele\",\r\n \"name\": \"e2e-cybele\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-cybele-namespace\",\r\n \"displayName\": \"e2e-cybele-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cybele-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j-GwAAAAAAAA%3D%3D%23RT%3A67%23TRC%3A67%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAP%2BbAsBDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hrCQAAAAAAAA%3D%3D%23RT%3A38%23TRC%3A38%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJABgqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHJDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzOCUyM1RSQyUzQTM4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJxQUdFSkFCZ3FnR3FBQXNBQVFvQUVGb0RoQUF3QUVRQUFBMXVBTVFBR0FFTUJZQUFBWUJnQUVnQUFZQVlBRVFBQVlDRUFNQUFTQUF3QUFBUkJBYmpCR0lGeGdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQXclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j-GwAAAAAAAA%3D%3D%23RT%3A67%23TRC%3A67%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAP%2BbAsBDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ai1Hd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2NyUyM1RSQyUzQTY3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJrQVAlMkJiQXNCREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0VBQ2dEVEFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRBJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aa9d3c06-bb41-44e8-9681-e64ca478d20e" + "fa61c190-1420-40a3-8d44-6a51eed42202" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -14523,10 +14523,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14747" + "14740" ], "X-Ms-Request-Id": [ - "af590051-dad9-4dd3-b16a-cbb1f1df14f9" + "f5dd570e-2a0d-43f1-a327-00f1e5ae6a90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14534,20 +14534,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "114ed5aa-7bae-47b2-bb65-fde932540a94" + "cd21c9f0-cc41-4962-b06a-02d9504d3866" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052853Z:114ed5aa-7bae-47b2-bb65-fde932540a94" + "CENTRALUS:20210505T215013Z:cd21c9f0-cc41-4962-b06a-02d9504d3866" + ], + "X-MSEdge-Ref": [ + "Ref A: 12D9366F6A2C4CF48BE04383BB24F4A6 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:13Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:52 GMT" + "Wed, 05 May 2021 21:50:12 GMT" ], "Content-Length": [ - "1364" + "1354" ], "Content-Type": [ "application/json" @@ -14556,23 +14556,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-aquila\",\r\n \"name\": \"e2e-aquila\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-aquila-namespace\",\r\n \"displayName\": \"e2e-aquila-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/aquila-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hsCQAAAAAAAA%3D%3D%23RT%3A39%23TRC%3A39%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABoAGyJKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-quotas\",\r\n \"name\": \"e2e-quotas\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-quotas-namespace\",\r\n \"displayName\": \"e2e-quotas-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/quotas-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gAHAAAAAAAAA%3D%3D%23RT%3A68%23TRC%3A68%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAAIcQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hsCQAAAAAAAA%3D%3D%23RT%3A39%23TRC%3A39%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABoAGyJKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHNDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzOSUyM1RSQyUzQTM5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJvQUd5SktvQnFnQUxBQUVLQUJCYUE0UUFNQUJFQUFBTmJnREVBQmdCREFXQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gAHAAAAAAAAA%3D%3D%23RT%3A68%23TRC%3A68%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAAIcQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0FIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2OCUyM1RSQyUzQTY4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJpQUFJY1F4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5644bcc-b775-4d8a-bfcb-830993914b45" + "77fd32ae-9b5a-4ee3-965d-6108765fe9a4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -14586,10 +14586,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14746" + "14568" ], "X-Ms-Request-Id": [ - "45a1774b-57ed-4b84-aa92-daaad5f6dd0c" + "7109cdd0-aa5e-4ff4-8a01-8621b3387bc4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14597,20 +14597,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "7fd20d3b-9623-4b9e-9797-c9715f475fae" + "35e9ff71-0c93-42fc-b678-08af86fda1bd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052853Z:7fd20d3b-9623-4b9e-9797-c9715f475fae" + "CENTRALUS:20210505T215014Z:35e9ff71-0c93-42fc-b678-08af86fda1bd" + ], + "X-MSEdge-Ref": [ + "Ref A: C9100FB36B0746C5B77B6B403AF2255B Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:13Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:52 GMT" + "Wed, 05 May 2021 21:50:13 GMT" ], "Content-Length": [ - "1369" + "1354" ], "Content-Type": [ "application/json" @@ -14619,23 +14619,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-shaken\",\r\n \"name\": \"e2e-shaken\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-shaken-namespace\",\r\n \"displayName\": \"e2e-shaken-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/shaken-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iaCQAAAAAAAA%3D%3D%23RT%3A40%23TRC%3A40%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABmAJqJaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-tactic\",\r\n \"name\": \"e2e-tactic\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-tactic-namespace\",\r\n \"displayName\": \"e2e-tactic-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/tactic-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gBHAAAAAAAAA%3D%3D%23RT%3A69%23TRC%3A69%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAAIcQh%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iaCQAAAAAAAA%3D%3D%23RT%3A40%23TRC%3A40%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABmAJqJaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWFDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0MCUyM1RSQyUzQTQwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJtQUpxSmFvQUN3QUJDZ0FRV2dPRUFEQUFSQUFBRFc0QXhBQVlBUXdGZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gBHAAAAAAAAA%3D%3D%23RT%3A69%23TRC%3A69%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAAIcQh%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0JIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2OSUyM1RSQyUzQTY5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJpQUFJY1FoJTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9616217-7d07-4091-a2b1-077bbcb81c8f" + "2d5b29ab-da0f-407e-bbbe-faeb12c8f001" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -14649,10 +14649,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14745" + "14739" ], "X-Ms-Request-Id": [ - "448dc440-d5fa-40ea-a4cb-7cd97b37969f" + "bfd185de-3175-467f-876a-8e6bc4843ea4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14660,20 +14660,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "79aa7299-3fc4-4444-b8b9-18a879b533c5" + "772537c0-f261-44f8-9bd8-10ae105b6ee0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052853Z:79aa7299-3fc4-4444-b8b9-18a879b533c5" + "CENTRALUS:20210505T215014Z:772537c0-f261-44f8-9bd8-10ae105b6ee0" + ], + "X-MSEdge-Ref": [ + "Ref A: EC04F9D73A4F46AD9C2150AD0E6FB6EC Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:14Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:53 GMT" + "Wed, 05 May 2021 21:50:13 GMT" ], "Content-Length": [ - "1363" + "1354" ], "Content-Type": [ "application/json" @@ -14682,23 +14682,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-douala\",\r\n \"name\": \"e2e-douala\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-douala-namespace\",\r\n \"displayName\": \"e2e-douala-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/douala-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gKCgAAAAAAAA%3D%3D%23RT%3A41%23TRC%3A41%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAAqKAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-spence\",\r\n \"name\": \"e2e-spence\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-spence-namespace\",\r\n \"displayName\": \"e2e-spence-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/spence-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gGHAAAAAAAAA%3D%3D%23RT%3A70%23TRC%3A70%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAAIcQB%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gKCgAAAAAAAA%3D%3D%23RT%3A41%23TRC%3A41%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAAqKAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0tDZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0MSUyM1RSQyUzQTQxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJrQUFxS0FzQUFRb0FFRm9EaEFBd0FFUUFBQTF1QU1RQUdBRU1CWUFBQVlCZ0FFZ0FBWUFZQUVRQUFZQ0VBTUFBU0FBd0FBQVJCQWJqQkdJRnhnRE1Bd0E4QSUyRmZmJTJGVVFBQUhnRUJCZ0FvZ0glMkJBQThCWkRkd2Z2RTloQVA4UE1RQUFIaUVBQUF3JTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gGHAAAAAAAAA%3D%3D%23RT%3A70%23TRC%3A70%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAAIcQB%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0dIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MCUyM1RSQyUzQTcwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJpQUFJY1FCJTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a25900fd-2848-4f53-b780-199763737192" + "83c91f5a-3072-42ae-9217-097271ba7df8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -14712,10 +14712,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14744" + "14567" ], "X-Ms-Request-Id": [ - "1357d433-6354-43fb-8309-28a28a31adbb" + "fd0ebd66-a0c6-4221-9559-1bb1224ae1de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14723,20 +14723,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "b0adaaa1-2be6-4e47-b92a-8cd865e1ee50" + "10424616-a546-4af5-a879-cd6844c6fce0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052854Z:b0adaaa1-2be6-4e47-b92a-8cd865e1ee50" + "CENTRALUS:20210505T215014Z:10424616-a546-4af5-a879-cd6844c6fce0" + ], + "X-MSEdge-Ref": [ + "Ref A: F645C52D0C84434A922AD829360C4EED Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:14Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:53 GMT" + "Wed, 05 May 2021 21:50:13 GMT" ], "Content-Length": [ - "1357" + "1354" ], "Content-Type": [ "application/json" @@ -14745,23 +14745,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-detail\",\r\n \"name\": \"e2e-detail\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-detail-namespace\",\r\n \"displayName\": \"e2e-detail-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/detail-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gZCgAAAAAAAA%3D%3D%23RT%3A42%23TRC%3A42%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiABIKAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-lingos\",\r\n \"name\": \"e2e-lingos\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-lingos-namespace\",\r\n \"displayName\": \"e2e-lingos-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/lingos-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gIHAAAAAAAAA%3D%3D%23RT%3A71%23TRC%3A71%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAAIcAB%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gZCgAAAAAAAA%3D%3D%23RT%3A42%23TRC%3A42%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiABIKAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1pDZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0MiUyM1RSQyUzQTQyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJpQUJJS0FFS0FCQmFBNFFBTUFCRUFBQU5iZ0RFQUJnQkRBV0FBQUdBWUFCSUFBR0FHQUJFQUFHQWhBREFBRWdBTUFBQUVRUUc0d1JpQmNZQXpBTUFQQVAzMyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFNJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gIHAAAAAAAAA%3D%3D%23RT%3A71%23TRC%3A71%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAAIcAB%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0lIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MSUyM1RSQyUzQTcxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJpQUFJY0FCJTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "38797a92-9d72-44cc-9a88-5ba8c20ef821" + "00ffa704-1d38-46fd-8ff8-8747928db4c1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -14775,10 +14775,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14743" + "14738" ], "X-Ms-Request-Id": [ - "71e17152-36a5-46c2-9fa2-74d1400e1236" + "bc58031d-afc7-40a7-bc8b-652e82af1224" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14786,20 +14786,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "b5eadcde-1275-4e22-a649-95534fa1281f" + "34f48a71-347a-4504-b118-3b4ff58b519a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052854Z:b5eadcde-1275-4e22-a649-95534fa1281f" + "CENTRALUS:20210505T215014Z:34f48a71-347a-4504-b118-3b4ff58b519a" + ], + "X-MSEdge-Ref": [ + "Ref A: 15835995C33A474EA019DC27743DE53B Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:14Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:53 GMT" + "Wed, 05 May 2021 21:50:13 GMT" ], "Content-Length": [ - "1357" + "1352" ], "Content-Type": [ "application/json" @@ -14808,23 +14808,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-leaven\",\r\n \"name\": \"e2e-leaven\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-leaven-namespace\",\r\n \"displayName\": \"e2e-leaven-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/leaven-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27geCgAAAAAAAA%3D%3D%23RT%3A43%23TRC%3A43%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAB6KAcCABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gowned\",\r\n \"name\": \"e2e-gowned\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-gowned-namespace\",\r\n \"displayName\": \"e2e-gowned-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/gowned-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gJHAAAAAAAAA%3D%3D%23RT%3A72%23TRC%3A72%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAAIcAB74ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27geCgAAAAAAAA%3D%3D%23RT%3A43%23TRC%3A43%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAB6KAcCABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2VDZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0MyUyM1RSQyUzQTQzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJpQUI2S0FjQ0FCQmFBNFFBTUFCRUFBQU5iZ0RFQUJnQkRBV0FBQUdBWUFCSUFBR0FHQUJFQUFHQWhBREFBRWdBTUFBQUVRUUc0d1JpQmNZQXpBTUFQQVAzMyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFNJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gJHAAAAAAAAA%3D%3D%23RT%3A72%23TRC%3A72%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAAIcAB74ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0pIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MiUyM1RSQyUzQTcyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJpQUFJY0FCNzRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkEmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "592b861c-5844-4a58-a4b9-341416c3fa43" + "574d6cfd-8dc4-48d8-be2c-cbfc493d3606" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -14838,10 +14838,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14742" + "14566" ], "X-Ms-Request-Id": [ - "439bfcaf-639e-4563-b522-8587b14b8cb7" + "04ad46e5-28a1-46a2-829d-83a5912d31f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14849,20 +14849,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "5f60ed1e-ad1f-4545-879d-040b04fa672c" + "2386962a-2c46-45e7-9619-640460864f6b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052854Z:5f60ed1e-ad1f-4545-879d-040b04fa672c" + "CENTRALUS:20210505T215015Z:2386962a-2c46-45e7-9619-640460864f6b" + ], + "X-MSEdge-Ref": [ + "Ref A: F6C3E315F99F4655AFD618ACF885BDDC Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:14Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:53 GMT" + "Wed, 05 May 2021 21:50:14 GMT" ], "Content-Length": [ - "1361" + "1352" ], "Content-Type": [ "application/json" @@ -14871,23 +14871,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-junior\",\r\n \"name\": \"e2e-junior\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-junior-namespace\",\r\n \"displayName\": \"e2e-junior-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/junior-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnCgAAAAAAAA%3D%3D%23RT%3A44%23TRC%3A44%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgACEKgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-abuses\",\r\n \"name\": \"e2e-abuses\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-abuses-namespace\",\r\n \"displayName\": \"e2e-abuses-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/abuses-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gKHAAAAAAAAA%3D%3D%23RT%3A73%23TRC%3A73%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAAIcABz4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnCgAAAAAAAA%3D%3D%23RT%3A44%23TRC%3A44%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgACEKgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z25DZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NCUyM1RSQyUzQTQ0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJnQUNFS2dBUVdnT0VBREFBUkFBQURXNEF4QUFZQVF3RmdBQUJnR0FBU0FBQmdCZ0FSQUFCZ0lRQXdBQklBREFBQUJFRUJ1TUVZZ1hHQU13REFEd0Q5OSUyRjlSQUFBZUFRRUdBQ2lBZjRBRHdGa04zQiUyQjhUMkVBJTJGdzh4QUFBZUlRQUFEQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gKHAAAAAAAAA%3D%3D%23RT%3A73%23TRC%3A73%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAAIcABz4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0tIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MyUyM1RSQyUzQTczJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJpQUFJY0FCejRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkEmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "939cfee9-d5e6-42f1-9bfd-672f51d9f8da" + "57fd13ee-e386-42c7-ad28-f512d588abe9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -14901,10 +14901,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14741" + "14737" ], "X-Ms-Request-Id": [ - "cbfb8df1-b3ab-4435-aca0-2594d021b388" + "23c09b9e-ee68-46e3-a6fc-20de445312e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14912,20 +14912,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "baeec7fa-9ce2-4082-ac9c-2c07fe4a0ea6" + "d0915488-3212-42e9-9a3e-6989949ee361" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052854Z:baeec7fa-9ce2-4082-ac9c-2c07fe4a0ea6" + "CENTRALUS:20210505T215015Z:d0915488-3212-42e9-9a3e-6989949ee361" + ], + "X-MSEdge-Ref": [ + "Ref A: D89BC7CA851444238EDD3237517952AA Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:15Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:54 GMT" + "Wed, 05 May 2021 21:50:14 GMT" ], "Content-Length": [ - "1355" + "1352" ], "Content-Type": [ "application/json" @@ -14934,23 +14934,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-knells\",\r\n \"name\": \"e2e-knells\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-knells-namespace\",\r\n \"displayName\": \"e2e-knells-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/knells-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqCgAAAAAAAA%3D%3D%23RT%3A45%23TRC%3A45%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABeACqKFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-lipton\",\r\n \"name\": \"e2e-lipton\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-lipton-namespace\",\r\n \"displayName\": \"e2e-lipton-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/lipton-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gLHAAAAAAAAA%3D%3D%23RT%3A74%23TRC%3A74%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAAIcABj4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqCgAAAAAAAA%3D%3D%23RT%3A45%23TRC%3A45%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABeACqKFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3FDZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NSUyM1RSQyUzQTQ1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJlQUNxS0ZvRGhBQXdBRVFBQUExdUFNUUFHQUVNQllBQUFZQmdBRWdBQVlBWUFFUUFBWUNFQU1BQVNBQXdBQUFSQkFiakJHSUZ4Z0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBdyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gLHAAAAAAAAA%3D%3D%23RT%3A74%23TRC%3A74%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAAIcABj4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0xIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NCUyM1RSQyUzQTc0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJpQUFJY0FCajRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkEmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63677d58-1e7c-448f-aff9-d601ec6676b9" + "857cbd59-9892-4ce1-9008-fa86cf4e808d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -14964,10 +14964,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14740" + "14565" ], "X-Ms-Request-Id": [ - "5824ad43-71a1-4c50-96aa-dbf28c89146d" + "4ee6d56d-bf3b-47ad-9482-288f7d24ed02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14975,20 +14975,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "eeea55dc-62b0-488e-b867-e7816e72d4a5" + "ca9d0a05-7c1b-4d88-9a3c-b6b03c084001" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052855Z:eeea55dc-62b0-488e-b867-e7816e72d4a5" + "CENTRALUS:20210505T215015Z:ca9d0a05-7c1b-4d88-9a3c-b6b03c084001" + ], + "X-MSEdge-Ref": [ + "Ref A: 0F3492B090694992980299BB191E432B Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:15Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:54 GMT" + "Wed, 05 May 2021 21:50:14 GMT" ], "Content-Length": [ - "1390" + "1352" ], "Content-Type": [ "application/json" @@ -14997,23 +14997,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/miosmisysdata-test\",\r\n \"name\": \"miosmisysdata-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostResourceId\": \"subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"miosmisysdata-test\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator-ansible\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"Kubeconfig\",\r\n \"value\": \"base64 encoded value of kubeconfig of connected cluster\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hGCgAAAAAAAA%3D%3D%23RT%3A46%23TRC%3A46%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABcAEaK4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mammon\",\r\n \"name\": \"e2e-mammon\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-mammon-namespace\",\r\n \"displayName\": \"e2e-mammon-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/mammon-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gMHAAAAAAAAA%3D%3D%23RT%3A75%23TRC%3A75%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAAycAcD4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hGCgAAAAAAAA%3D%3D%23RT%3A46%23TRC%3A46%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABcAEaK4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEdDZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NiUyM1RSQyUzQTQ2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJjQUVhSzRRQU1BQkVBQUFOYmdERUFCZ0JEQVdBQUFHQVlBQklBQUdBR0FCRUFBR0FoQURBQUVnQU1BQUFFUVFHNHdSaUJjWUF6QU1BUEFQMzMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBTSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gMHAAAAAAAAA%3D%3D%23RT%3A75%23TRC%3A75%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAAycAcD4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z01IQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NSUyM1RSQyUzQTc1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJpQUF5Y0FjRDRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkEmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ad3b7eb7-bf89-45dd-a2e4-ed9128a23f3a" + "34af4577-a368-4c3b-b900-5c1cfeea6deb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -15027,10 +15027,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14739" + "14736" ], "X-Ms-Request-Id": [ - "77ebd707-2b5a-4199-a882-4b63e36a11e6" + "5f283216-0631-48aa-8f86-993afb823c93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15038,20 +15038,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "70e4c7b6-c5b1-428f-ba37-7b5a04c37843" + "2face2e1-4b6b-45f3-85fd-da8ea7b66e7b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052855Z:70e4c7b6-c5b1-428f-ba37-7b5a04c37843" + "CENTRALUS:20210505T215015Z:2face2e1-4b6b-45f3-85fd-da8ea7b66e7b" + ], + "X-MSEdge-Ref": [ + "Ref A: 31936235E3EB424AAA46832E760D5FDE Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:15Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:54 GMT" + "Wed, 05 May 2021 21:50:14 GMT" ], "Content-Length": [ - "1350" + "1356" ], "Content-Type": [ "application/json" @@ -15060,23 +15060,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-dabbed\",\r\n \"name\": \"e2e-dabbed\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-dabbed-namespace\",\r\n \"displayName\": \"e2e-dabbed-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/dabbed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gyCwAAAAAAAA%3D%3D%23RT%3A47%23TRC%3A47%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABaADELDAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bipeds\",\r\n \"name\": \"e2e-bipeds\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bipeds-namespace\",\r\n \"displayName\": \"e2e-bipeds-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bipeds-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gTHAAAAAAAAA%3D%3D%23RT%3A76%23TRC%3A76%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgABEc%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gyCwAAAAAAAA%3D%3D%23RT%3A47%23TRC%3A47%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABaADELDAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3lDd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NyUyM1RSQyUzQTQ3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJhQURFTERBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gTHAAAAAAAAA%3D%3D%23RT%3A76%23TRC%3A76%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgABEc%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1RIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NiUyM1RSQyUzQTc2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJnQUJFYyUyQkFBUmdFTUFBTUFBQkdBQVlnQUFRUUFJRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvUUFLQU5NQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3392d170-c689-45e7-9d6a-0f7219c979f0" + "bb9ae1de-cd02-47b4-abac-8897dda8266f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -15090,10 +15090,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14738" + "14564" ], "X-Ms-Request-Id": [ - "b0839128-24bd-4d7b-9f15-3a8868a9167e" + "01accee4-ebd5-4c89-8828-07643099672a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15101,20 +15101,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6b4c836a-8663-444c-aa05-05c25a0534c7" + "12c314d6-ab6f-4566-b9bc-6be5384e1355" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052855Z:6b4c836a-8663-444c-aa05-05c25a0534c7" + "CENTRALUS:20210505T215015Z:12c314d6-ab6f-4566-b9bc-6be5384e1355" + ], + "X-MSEdge-Ref": [ + "Ref A: 512AA1E29C254165B6B799C45741D7C7 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:15Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:54 GMT" + "Wed, 05 May 2021 21:50:14 GMT" ], "Content-Length": [ - "1344" + "1354" ], "Content-Type": [ "application/json" @@ -15123,23 +15123,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-twitch\",\r\n \"name\": \"e2e-twitch\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-twitch-namespace\",\r\n \"displayName\": \"e2e-twitch-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/twitch-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzCwAAAAAAAA%3D%3D%23RT%3A48%23TRC%3A48%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABYADOLEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-inputs\",\r\n \"name\": \"e2e-inputs\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-inputs-namespace\",\r\n \"displayName\": \"e2e-inputs-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/inputs-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gUHAAAAAAAAA%3D%3D%23RT%3A77%23TRC%3A77%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgABEc8AARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzCwAAAAAAAA%3D%3D%23RT%3A48%23TRC%3A48%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABYADOLEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3pDd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0OCUyM1RSQyUzQTQ4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJZQURPTEVRQUFBMXVBTVFBR0FFTUJZQUFBWUJnQUVnQUFZQVlBRVFBQVlDRUFNQUFTQUF3QUFBUkJBYmpCR0lGeGdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQXclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gUHAAAAAAAAA%3D%3D%23RT%3A77%23TRC%3A77%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgABEc8AARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1VIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NyUyM1RSQyUzQTc3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJnQUJFYzhBQVJnRU1BQU1BQUJHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb1FBS0FOTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d33f529-5f14-4eca-9aa6-738cb03fa781" + "d2e52486-dfe1-407a-94e7-93c355c2a776" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -15153,10 +15153,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14737" + "14735" ], "X-Ms-Request-Id": [ - "dba73363-f7e8-4628-bb25-2b8a7f5901fc" + "a75289bf-85ce-4e18-ba69-62115602c00f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15164,20 +15164,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "be7f2861-0838-4a86-ac7d-a70d563a240b" + "8e87ad8e-01f2-48e7-bf57-61aff8d739db" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052856Z:be7f2861-0838-4a86-ac7d-a70d563a240b" + "CENTRALUS:20210505T215016Z:8e87ad8e-01f2-48e7-bf57-61aff8d739db" + ], + "X-MSEdge-Ref": [ + "Ref A: 4EECB73C193345DB940F2F6BCA9DE7A9 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:15Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:56 GMT" + "Wed, 05 May 2021 21:50:15 GMT" ], "Content-Length": [ - "1338" + "1354" ], "Content-Type": [ "application/json" @@ -15186,23 +15186,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-hooker\",\r\n \"name\": \"e2e-hooker\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-hooker-namespace\",\r\n \"displayName\": \"e2e-hooker-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/hooker-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hYCwAAAAAAAA%3D%3D%23RT%3A49%23TRC%3A49%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABWAFELAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-melted\",\r\n \"name\": \"e2e-melted\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-melted-namespace\",\r\n \"displayName\": \"e2e-melted-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/melted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gVHAAAAAAAAA%3D%3D%23RT%3A78%23TRC%3A78%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgABEc4AARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hYCwAAAAAAAA%3D%3D%23RT%3A49%23TRC%3A49%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABWAFELAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFlDd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0OSUyM1RSQyUzQTQ5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJXQUZFTEFBTmJnREVBQmdCREFXQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gVHAAAAAAAAA%3D%3D%23RT%3A78%23TRC%3A78%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgABEc4AARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1ZIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3OCUyM1RSQyUzQTc4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJnQUJFYzRBQVJnRU1BQU1BQUJHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb1FBS0FOTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9e5ffe1-7c55-4cee-9f61-44f1ca844778" + "2ed58ac8-53d7-4216-a467-6c649ecfdb10" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -15216,10 +15216,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14736" + "14563" ], "X-Ms-Request-Id": [ - "0a3f0689-2ed5-42a4-82b5-61b870edb766" + "0ef17950-cb68-4549-9f13-d852cc41e836" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15227,20 +15227,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "da1ac794-1424-4ed0-a82e-392f77efb1af" + "2ce5c6f7-be20-41ac-9f97-8529c08b6ace" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052856Z:da1ac794-1424-4ed0-a82e-392f77efb1af" + "CENTRALUS:20210505T215016Z:2ce5c6f7-be20-41ac-9f97-8529c08b6ace" + ], + "X-MSEdge-Ref": [ + "Ref A: C3B8135CE01E454EBFE0101EE445DDAF Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:16Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:56 GMT" + "Wed, 05 May 2021 21:50:15 GMT" ], "Content-Length": [ - "1342" + "1354" ], "Content-Type": [ "application/json" @@ -15249,23 +15249,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-atwood\",\r\n \"name\": \"e2e-atwood\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-atwood-namespace\",\r\n \"displayName\": \"e2e-atwood-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/atwood-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hZCwAAAAAAAA%3D%3D%23RT%3A50%23TRC%3A50%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABUAFmLW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-konrad\",\r\n \"name\": \"e2e-konrad\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-konrad-namespace\",\r\n \"displayName\": \"e2e-konrad-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/konrad-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gWHAAAAAAAAA%3D%3D%23RT%3A79%23TRC%3A79%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgABEcwAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hZCwAAAAAAAA%3D%3D%23RT%3A50%23TRC%3A50%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABUAFmLW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFpDd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MCUyM1RSQyUzQTUwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJVQUZtTFc0QXhBQVlBUXdGZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gWHAAAAAAAAA%3D%3D%23RT%3A79%23TRC%3A79%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgABEcwAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1dIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3OSUyM1RSQyUzQTc5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJnQUJFY3dBQVJnRU1BQU1BQUJHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb1FBS0FOTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b9660464-35c4-461f-87f8-f8748e2796b5" + "75216145-6f15-4804-88e7-cd90da1687bc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -15279,10 +15279,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14735" + "14734" ], "X-Ms-Request-Id": [ - "9e623446-230d-4371-a768-fdffa955b894" + "c03293f0-d691-45e9-92a4-ca97493254fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15290,20 +15290,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "c9047b5a-d4a7-4a85-a20b-b5144e3b77c5" + "8ce2eb5c-1539-494b-8efa-3949368da6be" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052856Z:c9047b5a-d4a7-4a85-a20b-b5144e3b77c5" + "CENTRALUS:20210505T215016Z:8ce2eb5c-1539-494b-8efa-3949368da6be" + ], + "X-MSEdge-Ref": [ + "Ref A: 63A0234367F44756B5908713DB91461B Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:16Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:56 GMT" + "Wed, 05 May 2021 21:50:15 GMT" ], "Content-Length": [ - "1338" + "1350" ], "Content-Type": [ "application/json" @@ -15312,23 +15312,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sarape\",\r\n \"name\": \"e2e-sarape\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sarape-namespace\",\r\n \"displayName\": \"e2e-sarape-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sarape-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i7CwAAAAAAAA%3D%3D%23RT%3A51%23TRC%3A51%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABSALuLMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-garage\",\r\n \"name\": \"e2e-garage\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-garage-namespace\",\r\n \"displayName\": \"e2e-garage-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/garage-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gXHAAAAAAAAA%3D%3D%23RT%3A80%23TRC%3A80%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABeABecEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i7CwAAAAAAAA%3D%3D%23RT%3A51%23TRC%3A51%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABSALuLMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTdDd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MSUyM1RSQyUzQTUxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJTQUx1TE1RQUdBRU1CWUFBQVlCZ0FFZ0FBWUFZQUVRQUFZQ0VBTUFBU0FBd0FBQVJCQWJqQkdJRnhnRE1Bd0E4QSUyRmZmJTJGVVFBQUhnRUJCZ0FvZ0glMkJBQThCWkRkd2Z2RTloQVA4UE1RQUFIaUVBQUF3JTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gXHAAAAAAAAA%3D%3D%23RT%3A80%23TRC%3A80%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABeABecEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1hIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MCUyM1RSQyUzQTgwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJlQUJlY0VZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0VBQ2dEVEFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRBJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "091fb02b-2e17-405c-b3a4-2f3524a7e898" + "50ff7540-b83b-498d-99ec-408f68d5672c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -15342,10 +15342,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14734" + "14562" ], "X-Ms-Request-Id": [ - "c1629c8f-dfd4-4790-80b7-fa416753da3d" + "90a293de-161d-4a7b-82c2-9322dda8141d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15353,20 +15353,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "8221c4aa-0bb0-47c3-a0f6-4c43af581ec7" + "fdebde65-29f6-49a9-8293-b2f0b47a6a54" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052856Z:8221c4aa-0bb0-47c3-a0f6-4c43af581ec7" + "CENTRALUS:20210505T215016Z:fdebde65-29f6-49a9-8293-b2f0b47a6a54" + ], + "X-MSEdge-Ref": [ + "Ref A: B4FB1134375B4670B1BFF1D588F797FD Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:16Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:56 GMT" + "Wed, 05 May 2021 21:50:15 GMT" ], "Content-Length": [ - "1361" + "1342" ], "Content-Type": [ "application/json" @@ -15375,23 +15375,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-aussie\",\r\n \"name\": \"e2e-aussie\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-aussie-namespace\",\r\n \"displayName\": \"e2e-aussie-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/aussie-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jxCwAAAAAAAA%3D%3D%23RT%3A52%23TRC%3A52%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABQAPELBgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-russel\",\r\n \"name\": \"e2e-russel\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-amours-namespace\",\r\n \"displayName\": \"e2e-russel-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/amours-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxHAAAAAAAAA%3D%3D%23RT%3A81%23TRC%3A81%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABcADGcQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jxCwAAAAAAAA%3D%3D%23RT%3A52%23TRC%3A52%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABQAPELBgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anhDd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MiUyM1RSQyUzQTUyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJRQVBFTEJnQkRBV0FBQUdBWUFCSUFBR0FHQUJFQUFHQWhBREFBRWdBTUFBQUVRUUc0d1JpQmNZQXpBTUFQQVAzMyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFNJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxHAAAAAAAAA%3D%3D%23RT%3A81%23TRC%3A81%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABcADGcQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3hIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MSUyM1RSQyUzQTgxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJjQURHY1F3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2hBQW9BMHdCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "adad2b6f-e543-4508-a0b8-80fdbe93407e" + "b2af52a0-9471-49f9-ac12-f2cfee4ce769" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -15408,7 +15408,7 @@ "14733" ], "X-Ms-Request-Id": [ - "f40ba1b3-33ed-436b-9f08-fbf6d06d8ad3" + "f39806da-abd3-4a05-b3ba-8bac5c7cf4ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15416,20 +15416,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "a359dcb3-48cb-4e04-918f-65249e87486a" + "c4e60859-9a67-4fa8-b847-ec40ea38f35a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052857Z:a359dcb3-48cb-4e04-918f-65249e87486a" + "CENTRALUS:20210505T215017Z:c4e60859-9a67-4fa8-b847-ec40ea38f35a" + ], + "X-MSEdge-Ref": [ + "Ref A: 7C169B4384BD4D9AA8A8C83BE7A3701F Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:16Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:57 GMT" + "Wed, 05 May 2021 21:50:16 GMT" ], "Content-Length": [ - "1337" + "1344" ], "Content-Type": [ "application/json" @@ -15438,23 +15438,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-recall\",\r\n \"name\": \"e2e-recall\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-recall-namespace\",\r\n \"displayName\": \"e2e-recall-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/recall-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jyCwAAAAAAAA%3D%3D%23RT%3A53%23TRC%3A53%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABOAPKLQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-period\",\r\n \"name\": \"e2e-period\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-shinto-namespace\",\r\n \"displayName\": \"e2e-period-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/shinto-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iOHAAAAAAAAA%3D%3D%23RT%3A82%23TRC%3A82%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABaAIMcAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jyCwAAAAAAAA%3D%3D%23RT%3A53%23TRC%3A53%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABOAPKLQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anlDd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MyUyM1RSQyUzQTUzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJPQVBLTFF3RmdBQUJnR0FBU0FBQmdCZ0FSQUFCZ0lRQXdBQklBREFBQUJFRUJ1TUVZZ1hHQU13REFEd0Q5OSUyRjlSQUFBZUFRRUdBQ2lBZjRBRHdGa04zQiUyQjhUMkVBJTJGdzh4QUFBZUlRQUFEQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iOHAAAAAAAAA%3D%3D%23RT%3A82%23TRC%3A82%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABaAIMcAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aU9IQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MiUyM1RSQyUzQTgyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJhQUlNY0FNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9RQUtBTk1BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "65578dbf-9a53-49aa-bdb7-ed05ab2575e6" + "b8761ea5-1445-43f8-a554-a012f39ad19b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -15468,10 +15468,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14732" + "14561" ], "X-Ms-Request-Id": [ - "2217bfe5-fc3a-49ca-b564-a901c84f7c4b" + "7b54710a-977d-44c8-a4da-09b322885192" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15479,20 +15479,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "04452d8b-5f86-4d94-8f78-d96590bfdbdd" + "41c7587e-edcc-41ee-a143-5b22e5ec9765" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052857Z:04452d8b-5f86-4d94-8f78-d96590bfdbdd" + "CENTRALUS:20210505T215017Z:41c7587e-edcc-41ee-a143-5b22e5ec9765" + ], + "X-MSEdge-Ref": [ + "Ref A: 5C166ED3853A4925A1DF3DA77F5BE7E1 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:17Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:57 GMT" + "Wed, 05 May 2021 21:50:16 GMT" ], "Content-Length": [ - "1332" + "1346" ], "Content-Type": [ "application/json" @@ -15501,23 +15501,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-ambled\",\r\n \"name\": \"e2e-ambled\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-ambled-namespace\",\r\n \"displayName\": \"e2e-ambled-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/ambled-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hFDQAAAAAAAA%3D%3D%23RT%3A54%23TRC%3A54%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABMAEMNYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-backus\",\r\n \"name\": \"e2e-backus\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-lately-namespace\",\r\n \"displayName\": \"e2e-backus-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/lately-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iPHAAAAAAAAA%3D%3D%23RT%3A83%23TRC%3A83%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABaAI%2BcCoABwGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hFDQAAAAAAAA%3D%3D%23RT%3A54%23TRC%3A54%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABMAEMNYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEZEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NCUyM1RSQyUzQTU0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJNQUVNTllBQUFZQmdBRWdBQVlBWUFFUUFBWUNFQU1BQVNBQXdBQUFSQkFiakJHSUZ4Z0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBdyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iPHAAAAAAAAA%3D%3D%23RT%3A83%23TRC%3A83%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABaAI%2BcCoABwGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVBIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MyUyM1RSQyUzQTgzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJhQUklMkJjQ29BQndHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb1FBS0FOTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a466b604-c526-4b24-82c7-dac4459a6f2e" + "cc6fcdd1-b39d-48fc-b47b-007c7585d653" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -15531,10 +15531,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14731" + "14732" ], "X-Ms-Request-Id": [ - "98ebbe2a-4e9b-43b2-8e44-f47cdbde3d89" + "c6ff51b9-928e-42f1-9abb-b1737f84f886" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15542,20 +15542,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "786559d7-582b-46f7-9559-1ff4c1b33315" + "624dda76-c148-4ca1-b26a-146c623d9ee0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052857Z:786559d7-582b-46f7-9559-1ff4c1b33315" + "CENTRALUS:20210505T215017Z:624dda76-c148-4ca1-b26a-146c623d9ee0" + ], + "X-MSEdge-Ref": [ + "Ref A: C1C755C35F6D4BDFB12F09EAA08AB295 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:17Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:57 GMT" + "Wed, 05 May 2021 21:50:16 GMT" ], "Content-Length": [ - "1332" + "1344" ], "Content-Type": [ "application/json" @@ -15564,23 +15564,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-virgin\",\r\n \"name\": \"e2e-virgin\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-virgin-namespace\",\r\n \"displayName\": \"e2e-virgin-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/virgin-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hGDQAAAAAAAA%3D%3D%23RT%3A55%23TRC%3A55%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABMAEaNB8AAYBgAAAAAYAYAAAAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-filets\",\r\n \"name\": \"e2e-filets\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-twofer-namespace\",\r\n \"displayName\": \"e2e-filets-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/twofer-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iaHAAAAAAAAA%3D%3D%23RT%3A84%23TRC%3A84%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABYAJqcAcBgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hGDQAAAAAAAA%3D%3D%23RT%3A55%23TRC%3A55%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABMAEaNB8AAYBgAAAAAYAYAAAAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEdEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NSUyM1RSQyUzQTU1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJNQUVhTkI4QUFZQmdBQUFBQVlBWUFBQUFBWUNFQU1BQVNBQXdBQUFSQkFiakJHSUZ4Z0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBdyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iaHAAAAAAAAA%3D%3D%23RT%3A84%23TRC%3A84%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABYAJqcAcBgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWFIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NCUyM1RSQyUzQTg0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJZQUpxY0FjQmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "148a05c3-bbab-483f-a040-10aa5afd1adb" + "739d62cf-9b4f-4329-8dc4-5a17a421f0aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -15594,10 +15594,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14730" + "14560" ], "X-Ms-Request-Id": [ - "aa62e582-287b-4295-b737-1d2ccba16ff0" + "49a46291-5cba-4e34-bbd0-6ef16ba37e78" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15605,20 +15605,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "423d3e17-1c44-46fb-9194-fd2eb6dc5fcf" + "0aa6b63c-a7a8-4bc3-bce9-68066378c1c0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052857Z:423d3e17-1c44-46fb-9194-fd2eb6dc5fcf" + "CENTRALUS:20210505T215017Z:0aa6b63c-a7a8-4bc3-bce9-68066378c1c0" + ], + "X-MSEdge-Ref": [ + "Ref A: A49809386A114EE1AED4147F3C718F71 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:17Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:57 GMT" + "Wed, 05 May 2021 21:50:16 GMT" ], "Content-Length": [ - "1326" + "1374" ], "Content-Type": [ "application/json" @@ -15627,23 +15627,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-plunge\",\r\n \"name\": \"e2e-plunge\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-plunge-namespace\",\r\n \"displayName\": \"e2e-plunge-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/plunge-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdDQAAAAAAAA%3D%3D%23RT%3A56%23TRC%3A56%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABKAFINAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-lauder\",\r\n \"name\": \"e2e-lauder\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-lauder-namespace\",\r\n \"displayName\": \"e2e-lauder-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/laughs-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ilHAAAAAAAAA%3D%3D%23RT%3A85%23TRC%3A85%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABWAKEcYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdDQAAAAAAAA%3D%3D%23RT%3A56%23TRC%3A56%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABKAFINAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGREUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NiUyM1RSQyUzQTU2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJLQUZJTkFHQVlBQklBQUdBR0FCRUFBR0FoQURBQUVnQU1BQUFFUVFHNHdSaUJjWUF6QU1BUEFQMzMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBTSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ilHAAAAAAAAA%3D%3D%23RT%3A85%23TRC%3A85%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABWAKEcYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWxIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NSUyM1RSQyUzQTg1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJXQUtFY1lBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d42fae50-8b5d-4baa-9679-f5c275e44ea3" + "51e08fc3-491b-4247-bace-e5536a4bab4e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -15657,10 +15657,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14729" + "14731" ], "X-Ms-Request-Id": [ - "e29cf01f-c296-4a30-9a94-63f76b79b707" + "3695b407-ee53-4730-af77-42bccbb61822" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15668,20 +15668,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "8cb071da-83ed-46c0-aa34-2610e4f93790" + "5de55cf2-b891-42c2-b3d9-70c085f0a2af" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052858Z:8cb071da-83ed-46c0-aa34-2610e4f93790" + "CENTRALUS:20210505T215017Z:5de55cf2-b891-42c2-b3d9-70c085f0a2af" + ], + "X-MSEdge-Ref": [ + "Ref A: 8814B709CAA441D58EEE37A1810868E1 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:17Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:58 GMT" + "Wed, 05 May 2021 21:50:16 GMT" ], "Content-Length": [ - "1326" + "1339" ], "Content-Type": [ "application/json" @@ -15690,23 +15690,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-matted\",\r\n \"name\": \"e2e-matted\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-matted-namespace\",\r\n \"displayName\": \"e2e-matted-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/matted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heDQAAAAAAAA%3D%3D%23RT%3A57%23TRC%3A57%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABKAF6NBsAYAAAAAGAGAAAAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gothic\",\r\n \"name\": \"e2e-gothic\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-gothic-namespace\",\r\n \"displayName\": \"e2e-gothic-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/gothic-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27imHAAAAAAAAA%3D%3D%23RT%3A86%23TRC%3A86%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABUAKacYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heDQAAAAAAAA%3D%3D%23RT%3A57%23TRC%3A57%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABKAF6NBsAYAAAAAGAGAAAAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGVEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NyUyM1RSQyUzQTU3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJLQUY2TkJzQVlBQUFBQUdBR0FBQUFBR0FoQURBQUVnQU1BQUFFUVFHNHdSaUJjWUF6QU1BUEFQMzMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBTSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27imHAAAAAAAAA%3D%3D%23RT%3A86%23TRC%3A86%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABUAKacYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aW1IQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NiUyM1RSQyUzQTg2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJVQUthY1lnQUFRUUFJRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvUUFLQU5NQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4e7fd13-4d79-454a-8ac9-8df924447f99" + "64478bd0-5605-4569-92a3-456048097442" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -15720,10 +15720,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14728" + "14559" ], "X-Ms-Request-Id": [ - "874f8532-72fc-4330-a503-4b94124dbc6a" + "72bc39f7-8716-4857-b127-705c3f82f6ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15731,20 +15731,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "d81dbfb8-49c8-47f8-b99a-2acded548f21" + "8763f799-6f21-4964-b772-4663c7a2c110" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052858Z:d81dbfb8-49c8-47f8-b99a-2acded548f21" + "CENTRALUS:20210505T215018Z:8763f799-6f21-4964-b772-4663c7a2c110" + ], + "X-MSEdge-Ref": [ + "Ref A: 753BD39D6AE14CBFA9ED53BC17B02C29 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:17Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:58 GMT" + "Wed, 05 May 2021 21:50:17 GMT" ], "Content-Length": [ - "1330" + "1332" ], "Content-Type": [ "application/json" @@ -15753,23 +15753,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-enmesh\",\r\n \"name\": \"e2e-enmesh\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-enmesh-namespace\",\r\n \"displayName\": \"e2e-enmesh-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/enmesh-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjDQAAAAAAAA%3D%3D%23RT%3A58%23TRC%3A58%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABIAGENGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-rustic\",\r\n \"name\": \"e2e-rustic\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-quakes-namespace\",\r\n \"displayName\": \"e2e-rustic-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/quakes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gYHQAAAAAAAA%3D%3D%23RT%3A87%23TRC%3A87%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABSABIdAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjDQAAAAAAAA%3D%3D%23RT%3A58%23TRC%3A58%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABIAGENGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGpEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1OCUyM1RSQyUzQTU4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJJQUdFTkdBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gYHQAAAAAAAA%3D%3D%23RT%3A87%23TRC%3A87%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABSABIdAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1lIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NyUyM1RSQyUzQTg3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJTQUJJZEFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLRUFDZ0RUQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c531c845-a3a8-49e8-ae10-28f67d31d5cc" + "5e9c7879-dd95-4c4f-a877-3eea50532223" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -15783,10 +15783,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14727" + "14730" ], "X-Ms-Request-Id": [ - "f4838960-b259-425a-9ad1-5abdaa020f8c" + "77e3423a-3aba-4ada-b58f-225dd9de3db8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15794,20 +15794,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "5c031d42-62da-4d4b-bbe4-1ac641ce728a" + "9c4e558a-1692-48ff-b860-0c26d9bb3e8b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052858Z:5c031d42-62da-4d4b-bbe4-1ac641ce728a" + "CENTRALUS:20210505T215018Z:9c4e558a-1692-48ff-b860-0c26d9bb3e8b" + ], + "X-MSEdge-Ref": [ + "Ref A: BE5731BBC9D24CDF974A04174C9A725A Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:18Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:58 GMT" + "Wed, 05 May 2021 21:50:17 GMT" ], "Content-Length": [ - "1324" + "1326" ], "Content-Type": [ "application/json" @@ -15816,23 +15816,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-permed\",\r\n \"name\": \"e2e-permed\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-permed-namespace\",\r\n \"displayName\": \"e2e-permed-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/permed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkDQAAAAAAAA%3D%3D%23RT%3A59%23TRC%3A59%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABGAGSNEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gallop\",\r\n \"name\": \"e2e-gallop\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-grooms-namespace\",\r\n \"displayName\": \"e2e-gallop-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/grooms-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27geHQAAAAAAAA%3D%3D%23RT%3A88%23TRC%3A88%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABQAB6dC4ASAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkDQAAAAAAAA%3D%3D%23RT%3A59%23TRC%3A59%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABGAGSNEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGtEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1OSUyM1RSQyUzQTU5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJHQUdTTkVnQUFZQVlBRVFBQVlDRUFNQUFTQUF3QUFBUkJBYmpCR0lGeGdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQXclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27geHQAAAAAAAA%3D%3D%23RT%3A88%23TRC%3A88%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABQAB6dC4ASAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2VIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4OCUyM1RSQyUzQTg4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJRQUI2ZEM0QVNBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkEmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "21b64cb1-9e9d-4dc5-8f00-177a4e37953b" + "15a3588c-4ddb-4bc5-abe7-a83d814f4bd9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -15846,10 +15846,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14726" + "14558" ], "X-Ms-Request-Id": [ - "7876176d-4e31-417f-8c02-df38f6268da0" + "844ede82-8fce-4f6b-a0ff-71faa76e6d40" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15857,20 +15857,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "e688b057-af1b-476b-88d5-e6e0789e6a69" + "96dfd43e-7baa-427f-8e61-a270941a8d20" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052858Z:e688b057-af1b-476b-88d5-e6e0789e6a69" + "CENTRALUS:20210505T215018Z:96dfd43e-7baa-427f-8e61-a270941a8d20" + ], + "X-MSEdge-Ref": [ + "Ref A: 1D29C6E0DEAE4EFCBA08D3612EFC0622 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:18Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:58 GMT" + "Wed, 05 May 2021 21:50:17 GMT" ], "Content-Length": [ - "1318" + "1328" ], "Content-Type": [ "application/json" @@ -15879,23 +15879,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-family\",\r\n \"name\": \"e2e-family\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-family-namespace\",\r\n \"displayName\": \"e2e-family-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/family-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iNDQAAAAAAAA%3D%3D%23RT%3A60%23TRC%3A60%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABEAIINAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cardio\",\r\n \"name\": \"e2e-cardio\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-quiets-namespace\",\r\n \"displayName\": \"e2e-cardio-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/quiets-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27grHQAAAAAAAA%3D%3D%23RT%3A89%23TRC%3A89%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABOACudEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iNDQAAAAAAAA%3D%3D%23RT%3A60%23TRC%3A60%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABEAIINAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aU5EUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MCUyM1RSQyUzQTYwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJFQUlJTkFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27grHQAAAAAAAA%3D%3D%23RT%3A89%23TRC%3A89%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABOACudEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3JIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4OSUyM1RSQyUzQTg5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJPQUN1ZEVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb1FBS0FOTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d5ebfde4-811e-4f26-8f8d-122799c46bb9" + "d74cbfc4-5e4c-4723-be37-87b0c737c53a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -15909,10 +15909,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14725" + "14729" ], "X-Ms-Request-Id": [ - "c3cc548a-1923-4767-acb3-aa337de868fe" + "713240a0-27a6-4fa3-94ef-f9f3ea4c2ea3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15920,20 +15920,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "89a7dc5f-ae03-4827-9283-6ebb3cdf5853" + "cafa4861-14b4-4b40-87de-7befac78dbbd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052859Z:89a7dc5f-ae03-4827-9283-6ebb3cdf5853" + "CENTRALUS:20210505T215018Z:cafa4861-14b4-4b40-87de-7befac78dbbd" + ], + "X-MSEdge-Ref": [ + "Ref A: A7193D4E857E44D9B07B3C7BCFD58C3B Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:18Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:59 GMT" + "Wed, 05 May 2021 21:50:17 GMT" ], "Content-Length": [ - "1318" + "1324" ], "Content-Type": [ "application/json" @@ -15942,23 +15942,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-exists\",\r\n \"name\": \"e2e-exists\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-exists-namespace\",\r\n \"displayName\": \"e2e-exists-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/exists-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iODQAAAAAAAA%3D%3D%23RT%3A61%23TRC%3A61%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABEAI6NA8AGAAAAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sleigh\",\r\n \"name\": \"e2e-sleigh\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-netted-namespace\",\r\n \"displayName\": \"e2e-sleigh-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/netted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hHHQAAAAAAAA%3D%3D%23RT%3A90%23TRC%3A90%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABMAEIdgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iODQAAAAAAAA%3D%3D%23RT%3A61%23TRC%3A61%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABEAI6NA8AGAAAAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aU9EUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MSUyM1RSQyUzQTYxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJFQUk2TkE4QUdBQUFBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hHHQAAAAAAAA%3D%3D%23RT%3A90%23TRC%3A90%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABMAEIdgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEhIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MCUyM1RSQyUzQTkwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJNQUVJZGdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0VBQ2dEVEFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRBJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "93c7778e-4452-43ac-aea4-8008a1e4165a" + "cd648aa2-b061-45f0-b2b9-cba94b884a8d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -15972,10 +15972,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14724" + "14557" ], "X-Ms-Request-Id": [ - "58b10a85-18c2-43e7-8a53-3e6596e9cd17" + "72a78bee-81c1-43bb-ad5d-277a94b9d9d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15983,20 +15983,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "009bf153-7911-4154-912b-451192a845ac" + "043fa809-c447-4f75-ae50-f38e74423007" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052859Z:009bf153-7911-4154-912b-451192a845ac" + "CENTRALUS:20210505T215019Z:043fa809-c447-4f75-ae50-f38e74423007" + ], + "X-MSEdge-Ref": [ + "Ref A: 5654EB348BF3434280949908D41FEA33 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:18Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:59 GMT" + "Wed, 05 May 2021 21:50:18 GMT" ], "Content-Length": [ - "1322" + "1318" ], "Content-Type": [ "application/json" @@ -16005,23 +16005,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-lucile\",\r\n \"name\": \"e2e-lucile\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-lucile-namespace\",\r\n \"displayName\": \"e2e-lucile-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/lucile-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iRDQAAAAAAAA%3D%3D%23RT%3A62%23TRC%3A62%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABCAJENBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-google\",\r\n \"name\": \"e2e-google\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sundry-namespace\",\r\n \"displayName\": \"e2e-google-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sundry-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hIHQAAAAAAAA%3D%3D%23RT%3A91%23TRC%3A91%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABKAEidAIAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iRDQAAAAAAAA%3D%3D%23RT%3A62%23TRC%3A62%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABCAJENBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVJEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MiUyM1RSQyUzQTYyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJDQUpFTkJnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hIHQAAAAAAAA%3D%3D%23RT%3A91%23TRC%3A91%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABKAEidAIAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aElIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MSUyM1RSQyUzQTkxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJLQUVpZEFJQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2hBQW9BMHdCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c915d669-e51a-4989-9dc7-f74c21759b63" + "186dc869-bf4e-4248-beb3-e0ec0cb383f0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -16035,10 +16035,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14723" + "14728" ], "X-Ms-Request-Id": [ - "6fb7f626-7d63-4f2a-b9b0-5592a3b2f97e" + "6889becd-9b29-405b-bab3-51cad7649be2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16046,20 +16046,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "640d61ff-58cd-4aa0-a02e-017b604d3913" + "4eaef89c-110a-41bc-8236-394f1e47aa84" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052859Z:640d61ff-58cd-4aa0-a02e-017b604d3913" + "CENTRALUS:20210505T215019Z:4eaef89c-110a-41bc-8236-394f1e47aa84" + ], + "X-MSEdge-Ref": [ + "Ref A: E5B747D765154145AE4FF5BF3EC67C3D Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:19Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:59 GMT" + "Wed, 05 May 2021 21:50:18 GMT" ], "Content-Length": [ - "1316" + "1320" ], "Content-Type": [ "application/json" @@ -16068,23 +16068,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-savory\",\r\n \"name\": \"e2e-savory\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-savory-namespace\",\r\n \"displayName\": \"e2e-savory-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/savory-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iSDQAAAAAAAA%3D%3D%23RT%3A63%23TRC%3A63%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABAAJKNEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-justin\",\r\n \"name\": \"e2e-justin\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-phones-namespace\",\r\n \"displayName\": \"e2e-justin-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/phones-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hQHQAAAAAAAA%3D%3D%23RT%3A92%23TRC%3A92%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABIAFCdGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iSDQAAAAAAAA%3D%3D%23RT%3A63%23TRC%3A63%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABAAJKNEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVNEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MyUyM1RSQyUzQTYzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJBQUpLTkVRQUFZQ0VBTUFBU0FBd0FBQVJCQWJqQkdJRnhnRE1Bd0E4QSUyRmZmJTJGVVFBQUhnRUJCZ0FvZ0glMkJBQThCWkRkd2Z2RTloQVA4UE1RQUFIaUVBQUF3JTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hQHQAAAAAAAA%3D%3D%23RT%3A92%23TRC%3A92%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABIAFCdGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFFIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MiUyM1RSQyUzQTkyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJJQUZDZEdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9RQUtBTk1BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "084c14a3-867e-4f9f-9bdb-ff987044e1b1" + "c736af95-db55-4648-a250-c7fae846b020" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -16098,10 +16098,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14722" + "14556" ], "X-Ms-Request-Id": [ - "faab6d4b-1594-4d6d-b01f-194829710dd4" + "a1bc636a-1654-4160-8f93-b9a238ffefdc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16109,20 +16109,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "a097a98d-abb6-43f1-9499-9d6ea1de79e1" + "9b2cd41f-d7d3-4027-a952-8105459c7a57" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052900Z:a097a98d-abb6-43f1-9499-9d6ea1de79e1" + "CENTRALUS:20210505T215019Z:9b2cd41f-d7d3-4027-a952-8105459c7a57" + ], + "X-MSEdge-Ref": [ + "Ref A: 59EE29708C7B4A75AEA0F14BF3B41B20 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:19Z" ], "Date": [ - "Fri, 19 Mar 2021 05:28:59 GMT" + "Wed, 05 May 2021 21:50:18 GMT" ], "Content-Length": [ - "1312" + "1316" ], "Content-Type": [ "application/json" @@ -16131,23 +16131,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-phrase\",\r\n \"name\": \"e2e-phrase\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-phrase-namespace\",\r\n \"displayName\": \"e2e-phrase-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/phrase-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i9DQAAAAAAAA%3D%3D%23RT%3A64%23TRC%3A64%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA%2BALENAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-scotty\",\r\n \"name\": \"e2e-scotty\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-cyprus-namespace\",\r\n \"displayName\": \"e2e-scotty-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cyprus-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27h4HQAAAAAAAA%3D%3D%23RT%3A93%23TRC%3A93%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABGAHidA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i9DQAAAAAAAA%3D%3D%23RT%3A64%23TRC%3A64%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA%2BALENAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTlEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2NCUyM1RSQyUzQTY0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUElMkJBTEVOQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27h4HQAAAAAAAA%3D%3D%23RT%3A93%23TRC%3A93%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABGAHidA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aDRIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MyUyM1RSQyUzQTkzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJHQUhpZEE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5f93eb3f-646f-44f8-8040-d29eaac3d108" + "c9164664-3c18-499e-8365-6311f504a27a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -16161,10 +16161,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14721" + "14727" ], "X-Ms-Request-Id": [ - "da58bfd2-cb36-4084-973d-b32d3029a73f" + "d1853e2c-b4df-4056-bee8-7e007e8d15b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16172,20 +16172,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "8988bd8a-9d89-43db-9fc5-8c15c5cd58d0" + "eab47319-0295-4952-82c7-cab85b1f3ee1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052900Z:8988bd8a-9d89-43db-9fc5-8c15c5cd58d0" + "CENTRALUS:20210505T215019Z:eab47319-0295-4952-82c7-cab85b1f3ee1" + ], + "X-MSEdge-Ref": [ + "Ref A: 4A11464AD83745389DACC45D55EB5F2E Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:19Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:00 GMT" + "Wed, 05 May 2021 21:50:18 GMT" ], "Content-Length": [ - "1316" + "1314" ], "Content-Type": [ "application/json" @@ -16194,23 +16194,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-raglan\",\r\n \"name\": \"e2e-raglan\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-raglan-namespace\",\r\n \"displayName\": \"e2e-raglan-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/raglan-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i%2BDQAAAAAAAA%3D%3D%23RT%3A65%23TRC%3A65%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA8AL6NIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-plants\",\r\n \"name\": \"e2e-plants\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-nubian-namespace\",\r\n \"displayName\": \"e2e-plants-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/nubian-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iDHQAAAAAAAA%3D%3D%23RT%3A94%23TRC%3A94%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABEAIOdYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i%2BDQAAAAAAAA%3D%3D%23RT%3A65%23TRC%3A65%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA8AL6NIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aSUyQkRRQUFBQUFBQUElM0QlM0QlMjNSVCUzQTY1JTIzVFJDJTNBNjUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQThBTDZOSVFBd0FCSUFEQUFBQkVFQnVNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iDHQAAAAAAAA%3D%3D%23RT%3A94%23TRC%3A94%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABEAIOdYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aURIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NCUyM1RSQyUzQTk0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJFQUlPZFlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72027ae8-7cc9-45bc-a3f4-972e269152b3" + "2128a71a-87d1-468f-ab18-b83cbc8db7dc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -16224,10 +16224,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14720" + "14555" ], "X-Ms-Request-Id": [ - "777c39a8-b3cc-45bc-a1c1-69e1192e2d26" + "5e2066f4-9ad6-4b7e-aaa3-5816df210425" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16235,20 +16235,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "551379c2-ac21-4667-8c0a-c0421ae13343" + "d7cbebe5-1c3a-40ea-b460-e06f98c9787f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052900Z:551379c2-ac21-4667-8c0a-c0421ae13343" + "CENTRALUS:20210505T215019Z:d7cbebe5-1c3a-40ea-b460-e06f98c9787f" + ], + "X-MSEdge-Ref": [ + "Ref A: 3F1C1F48A95E4151B17037B182AA078D Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:19Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:00 GMT" + "Wed, 05 May 2021 21:50:18 GMT" ], "Content-Length": [ - "1338" + "1316" ], "Content-Type": [ "application/json" @@ -16257,23 +16257,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-attend\",\r\n \"name\": \"e2e-attend\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-attend-namespace\",\r\n \"displayName\": \"e2e-attend-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/attend-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkDQAAAAAAAA%3D%3D%23RT%3A66%23TRC%3A66%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA6AOENMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-allude\",\r\n \"name\": \"e2e-allude\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-hazels-namespace\",\r\n \"displayName\": \"e2e-allude-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/hazels-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jyHQAAAAAAAA%3D%3D%23RT%3A95%23TRC%3A95%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABCAPIdBCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkDQAAAAAAAA%3D%3D%23RT%3A66%23TRC%3A66%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA6AOENMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amtEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2NiUyM1RSQyUzQTY2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUE2QU9FTk1BQVNBQXdBQUFSQkFiakJHSUZ4Z0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBdyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jyHQAAAAAAAA%3D%3D%23RT%3A95%23TRC%3A95%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABCAPIdBCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anlIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NSUyM1RSQyUzQTk1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJDQVBJZEJDQUVFQ0VBQUFaQkFDQ0FvUUFLQU5NQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9b0b4ad-871b-4528-8ff8-ef7d603f0655" + "d9b89bc4-176a-4249-9312-58930a43e950" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -16287,10 +16287,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14719" + "14726" ], "X-Ms-Request-Id": [ - "2511c278-b664-4404-ae31-40604b8bc39c" + "37717fae-f7e4-4a64-b520-771ba31c6094" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16298,20 +16298,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "ada8bf3c-4a08-4e13-afe8-7b44fd171a92" + "719e31c8-3138-4720-a175-b4b2862d72b0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052900Z:ada8bf3c-4a08-4e13-afe8-7b44fd171a92" + "CENTRALUS:20210505T215019Z:719e31c8-3138-4720-a175-b4b2862d72b0" + ], + "X-MSEdge-Ref": [ + "Ref A: C2C102FF42234698921E1CD509AA3499 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:19Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:00 GMT" + "Wed, 05 May 2021 21:50:18 GMT" ], "Content-Length": [ - "1301" + "1312" ], "Content-Type": [ "application/json" @@ -16320,23 +16320,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gagged\",\r\n \"name\": \"e2e-gagged\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-gagged-namespace\",\r\n \"displayName\": \"e2e-gagged-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/gagged-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jlDQAAAAAAAA%3D%3D%23RT%3A67%23TRC%3A67%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA4AOWNEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-vitals\",\r\n \"name\": \"e2e-vitals\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-embeds-namespace\",\r\n \"displayName\": \"e2e-vitals-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/embeds-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j9HQAAAAAAAA%3D%3D%23RT%3A96%23TRC%3A96%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABCAP2dAcAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jlDQAAAAAAAA%3D%3D%23RT%3A67%23TRC%3A67%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA4AOWNEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amxEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2NyUyM1RSQyUzQTY3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUE0QU9XTkVnQU1BQUFFUVFHNHdSaUJjWUF6QU1BUEFQMzMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBTSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j9HQAAAAAAAA%3D%3D%23RT%3A96%23TRC%3A96%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABCAP2dAcAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajlIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NiUyM1RSQyUzQTk2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJDQVAyZEFjQUVFQ0VBQUFaQkFDQ0FvUUFLQU5NQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "93a49bd4-f239-4c4f-bb8f-86ec26095c77" + "5167d419-a91f-44ba-8d4f-d63dbdc2b9bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -16350,10 +16350,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14718" + "14554" ], "X-Ms-Request-Id": [ - "f4ecdf1f-32cd-4bbd-815d-0bf9cb0736e0" + "87855dd5-c607-4d7e-a204-b96096068d82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16361,20 +16361,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "add2cb2a-3650-400e-a037-5f11cf23f348" + "ca28e676-f6e5-4380-a483-606fef5a8174" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052901Z:add2cb2a-3650-400e-a037-5f11cf23f348" + "CENTRALUS:20210505T215020Z:ca28e676-f6e5-4380-a483-606fef5a8174" + ], + "X-MSEdge-Ref": [ + "Ref A: B99F8E427F574B249873AD151825E1EB Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:19Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:00 GMT" + "Wed, 05 May 2021 21:50:19 GMT" ], "Content-Length": [ - "1302" + "1308" ], "Content-Type": [ "application/json" @@ -16383,23 +16383,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-meaner\",\r\n \"name\": \"e2e-meaner\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-meaner-namespace\",\r\n \"displayName\": \"e2e-meaner-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/meaner-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gCDgAAAAAAAA%3D%3D%23RT%3A68%23TRC%3A68%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA2AAIODAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-salyut\",\r\n \"name\": \"e2e-salyut\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-marduk-namespace\",\r\n \"displayName\": \"e2e-salyut-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/marduk-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gCHgAAAAAAAA%3D%3D%23RT%3A97%23TRC%3A97%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABAAAEeBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gCDgAAAAAAAA%3D%3D%23RT%3A68%23TRC%3A68%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA2AAIODAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0NEZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2OCUyM1RSQyUzQTY4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUEyQUFJT0RBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gCHgAAAAAAAA%3D%3D%23RT%3A97%23TRC%3A97%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABAAAEeBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0NIZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NyUyM1RSQyUzQTk3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJBQUFFZUJCQWhBQUFHUVFBZ2dLRUFDZ0RUQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ecf1002-c7cf-44de-a488-5e5189dde1e1" + "cc932ef4-867e-47a0-9f02-ad1c38d5cf50" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -16413,10 +16413,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14717" + "14725" ], "X-Ms-Request-Id": [ - "a2e4070b-3e49-48ce-84df-61c52b954833" + "3a5972c5-5f36-49f8-af06-1b828af1a498" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16424,20 +16424,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "985f8c99-ba02-47ad-b21e-2429360e4152" + "a10e01a7-bb4d-4e0e-bc25-287c9fc57ddf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052901Z:985f8c99-ba02-47ad-b21e-2429360e4152" + "CENTRALUS:20210505T215020Z:a10e01a7-bb4d-4e0e-bc25-287c9fc57ddf" + ], + "X-MSEdge-Ref": [ + "Ref A: EADFD871EC99453E87526BD9B21778EE Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:20Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:01 GMT" + "Wed, 05 May 2021 21:50:19 GMT" ], "Content-Length": [ - "1296" + "1304" ], "Content-Type": [ "application/json" @@ -16446,23 +16446,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-abbott\",\r\n \"name\": \"e2e-abbott\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-abbott-namespace\",\r\n \"displayName\": \"e2e-abbott-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/abbott-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gDDgAAAAAAAA%3D%3D%23RT%3A69%23TRC%3A69%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA0AAOOCoBBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-folder\",\r\n \"name\": \"e2e-folder\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bottom-namespace\",\r\n \"displayName\": \"e2e-folder-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bottom-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gMHgAAAAAAAA%3D%3D%23RT%3A98%23TRC%3A98%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA%2BAAyeIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gDDgAAAAAAAA%3D%3D%23RT%3A69%23TRC%3A69%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA0AAOOCoBBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0REZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2OSUyM1RSQyUzQTY5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUEwQUFPT0NvQkJBYmpCR0lGeGdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQXclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gMHgAAAAAAAA%3D%3D%23RT%3A98%23TRC%3A98%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA%2BAAyeIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z01IZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E5OCUyM1RSQyUzQTk4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUElMkJBQXllSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "37bd5816-843b-49c5-b021-ee8f995a0a1d" + "d41cc30f-40c9-4514-b363-3e91949a306c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -16476,10 +16476,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14716" + "14553" ], "X-Ms-Request-Id": [ - "2f32e2e0-ca51-4d48-9071-22d63bda2368" + "2ee6b205-4708-4521-b18d-24bd8c9abdb8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16487,20 +16487,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "362bf672-4b5c-436a-9795-85393e891cda" + "5286be43-f2d3-4459-8839-e0c0b443bbaf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052902Z:362bf672-4b5c-436a-9795-85393e891cda" + "CENTRALUS:20210505T215020Z:5286be43-f2d3-4459-8839-e0c0b443bbaf" + ], + "X-MSEdge-Ref": [ + "Ref A: B5051EB0A2BF44B5A6B60DF041709434 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:20Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:01 GMT" + "Wed, 05 May 2021 21:50:19 GMT" ], "Content-Length": [ - "1293" + "1304" ], "Content-Type": [ "application/json" @@ -16509,23 +16509,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-tawney\",\r\n \"name\": \"e2e-tawney\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-tawney-namespace\",\r\n \"displayName\": \"e2e-tawney-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/tawney-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gaDgAAAAAAAA%3D%3D%23RT%3A70%23TRC%3A70%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAyABqOQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-arawak\",\r\n \"name\": \"e2e-arawak\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-banish-namespace\",\r\n \"displayName\": \"e2e-arawak-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/banish-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g5HgAAAAAAAA%3D%3D%23RT%3A99%23TRC%3A99%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA8ADEeAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gaDgAAAAAAAA%3D%3D%23RT%3A70%23TRC%3A70%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAyABqOQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2FEZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MCUyM1RSQyUzQTcwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUF5QUJxT1FRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g5HgAAAAAAAA%3D%3D%23RT%3A99%23TRC%3A99%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA8ADEeAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzVIZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E5OSUyM1RSQyUzQTk5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUE4QURFZUFBWkJBQ0NBb1FBS0FOTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe3481e8-6d3c-408d-9389-e570550c1cf4" + "ade75de0-bc65-4e6d-9127-8790b0615158" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -16539,10 +16539,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14715" + "14724" ], "X-Ms-Request-Id": [ - "6366cf71-567c-4006-8723-dc7ae8b1cf0e" + "14e9b981-c438-4d60-a6c1-115e7b0f11bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16550,20 +16550,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "f549dbdd-e05a-41f1-bbb1-cff986936a56" + "2067703b-c34e-4d0c-a611-a881311d47a0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052902Z:f549dbdd-e05a-41f1-bbb1-cff986936a56" + "CENTRALUS:20210505T215020Z:2067703b-c34e-4d0c-a611-a881311d47a0" + ], + "X-MSEdge-Ref": [ + "Ref A: 416542BDF69C4DB5B2C4214738891A30 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:20Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:02 GMT" + "Wed, 05 May 2021 21:50:19 GMT" ], "Content-Length": [ - "1562" + "1302" ], "Content-Type": [ "application/json" @@ -16572,23 +16572,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-trifle\",\r\n \"name\": \"e2e-trifle\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-trifle-namespace\",\r\n \"displayName\": \"e2e-trifle-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/sewing-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/trifle-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjDwAAAAAAAA%3D%3D%23RT%3A71%23TRC%3A71%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-qumran\",\r\n \"name\": \"e2e-qumran\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sontag-namespace\",\r\n \"displayName\": \"e2e-qumran-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sontag-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g6HgAAAAAAAA%3D%3D%23RT%3A100%23TRC%3A100%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA6ADqeQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjDwAAAAAAAA%3D%3D%23RT%3A71%23TRC%3A71%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGpEd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MSUyM1RSQyUzQTcxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUF3QUdFUHVNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g6HgAAAAAAAA%3D%3D%23RT%3A100%23TRC%3A100%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA6ADqeQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzZIZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDAlMjNUUkMlM0ExMDAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQTZBRHFlUVFBZ2dLRUFDZ0RUQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8967e009-6f04-4ad1-8471-37e09ec56b1c" + "7b023ebc-8dfa-4d75-a79b-ca4ffca0f5da" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -16602,10 +16602,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14714" + "14552" ], "X-Ms-Request-Id": [ - "ea3b9376-2976-43f2-9e3a-67ec8ba30ac2" + "f896ac4e-609b-4fbb-b068-bf762ee29c7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16613,20 +16613,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "f19b4dd4-e808-4bbe-9913-45f259a0dc04" + "f5e2d896-3993-4266-939c-db00ca82932d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052902Z:f19b4dd4-e808-4bbe-9913-45f259a0dc04" + "CENTRALUS:20210505T215021Z:f5e2d896-3993-4266-939c-db00ca82932d" + ], + "X-MSEdge-Ref": [ + "Ref A: 6CFD068DFD96405AB9467D33CFA94D85 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:20Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:02 GMT" + "Wed, 05 May 2021 21:50:20 GMT" ], "Content-Length": [ - "1301" + "1300" ], "Content-Type": [ "application/json" @@ -16635,23 +16635,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fencer\",\r\n \"name\": \"e2e-fencer\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-fencer-namespace\",\r\n \"displayName\": \"e2e-fencer-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/fencer-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkDwAAAAAAAA%3D%3D%23RT%3A72%23TRC%3A72%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPsMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-ossify\",\r\n \"name\": \"e2e-ossify\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-diesel-namespace\",\r\n \"displayName\": \"e2e-ossify-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/diesel-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iFHgAAAAAAAA%3D%3D%23RT%3A101%23TRC%3A101%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA4AIEeIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkDwAAAAAAAA%3D%3D%23RT%3A72%23TRC%3A72%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPsMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGtEd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MiUyM1RSQyUzQTcyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUF3QUdFUHNNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iFHgAAAAAAAA%3D%3D%23RT%3A101%23TRC%3A101%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA4AIEeIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUZIZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDElMjNUUkMlM0ExMDElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQTRBSUVlSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkEmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7fccd3df-6e10-4bed-9daf-bc053c531f27" + "6bba8996-2b6d-4f67-8553-a203e06271d4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -16665,10 +16665,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14713" + "14723" ], "X-Ms-Request-Id": [ - "7dd01aa1-2ff8-46e0-a074-497ed04d5211" + "434c3fe3-9c31-4f77-9852-09869665f972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16676,20 +16676,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6fe9021f-0d39-4a6f-8c60-615f147065d3" + "0924b4ec-ae5c-4a55-9858-1fbc943642ca" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052902Z:6fe9021f-0d39-4a6f-8c60-615f147065d3" + "CENTRALUS:20210505T215021Z:0924b4ec-ae5c-4a55-9858-1fbc943642ca" + ], + "X-MSEdge-Ref": [ + "Ref A: 7557570B4B1E4993B11C36AC822D44F6 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:21Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:02 GMT" + "Wed, 05 May 2021 21:50:20 GMT" ], "Content-Length": [ - "1328" + "1300" ], "Content-Type": [ "application/json" @@ -16698,23 +16698,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-booths\",\r\n \"name\": \"e2e-booths\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-booths-namespace\",\r\n \"displayName\": \"e2e-booths-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/booths-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hlDwAAAAAAAA%3D%3D%23RT%3A73%23TRC%3A73%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPoMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-braver\",\r\n \"name\": \"e2e-braver\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-cloned-namespace\",\r\n \"displayName\": \"e2e-braver-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cloned-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iPHgAAAAAAAA%3D%3D%23RT%3A102%23TRC%3A102%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA2AI%2BeoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hlDwAAAAAAAA%3D%3D%23RT%3A73%23TRC%3A73%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPoMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGxEd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MyUyM1RSQyUzQTczJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUF3QUdFUG9NRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iPHgAAAAAAAA%3D%3D%23RT%3A102%23TRC%3A102%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA2AI%2BeoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVBIZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDIlMjNUUkMlM0ExMDIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQTJBSSUyQmVvUUFLQU5NQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60960c39-2242-4860-8283-c24929da3755" + "99111bbd-ec0c-4771-bc38-414484c07be7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -16728,10 +16728,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14712" + "14551" ], "X-Ms-Request-Id": [ - "34260493-9a3e-4736-96e0-eaa590b0ab85" + "d1d2e397-27e4-471a-8b99-695df6ec9325" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16739,20 +16739,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "36c8ab5f-6583-4f8a-89b9-de1b26c78938" + "cf061acb-4d20-40f9-bfc6-7df346e46f90" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052903Z:36c8ab5f-6583-4f8a-89b9-de1b26c78938" + "CENTRALUS:20210505T215021Z:cf061acb-4d20-40f9-bfc6-7df346e46f90" + ], + "X-MSEdge-Ref": [ + "Ref A: 05203D3512E945E98242813714D479DB Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:21Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:02 GMT" + "Wed, 05 May 2021 21:50:20 GMT" ], "Content-Length": [ - "1334" + "1559" ], "Content-Type": [ "application/json" @@ -16761,23 +16761,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-duping\",\r\n \"name\": \"e2e-duping\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-duping-namespace\",\r\n \"displayName\": \"e2e-duping-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/duping-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hnDwAAAAAAAA%3D%3D%23RT%3A74%23TRC%3A74%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPgMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sparks\",\r\n \"name\": \"e2e-sparks\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-sparks-namespace\",\r\n \"displayName\": \"e2e-sparks-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/brawny-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/sparks-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxHwAAAAAAAA%3D%3D%23RT%3A103%23TRC%3A103%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA0ADEfCgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hnDwAAAAAAAA%3D%3D%23RT%3A74%23TRC%3A74%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPgMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aG5Ed0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NCUyM1RSQyUzQTc0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUF3QUdFUGdNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxHwAAAAAAAA%3D%3D%23RT%3A103%23TRC%3A103%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA0ADEfCgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3hId0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDMlMjNUUkMlM0ExMDMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQTBBREVmQ2dEVEFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRBJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f2aa501-c847-4836-a054-3df23f279f25" + "eeb3374f-2dd1-4a8c-80e8-fbf8a0e20de2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -16791,10 +16791,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14711" + "14722" ], "X-Ms-Request-Id": [ - "5470cf08-7e05-4731-8c8a-449bf95ec187" + "556c135e-1235-4de9-8410-5e562ddca466" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16802,20 +16802,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "397d5f9f-6f36-4229-a163-01668078063b" + "e837cd70-dc46-4c2d-b8f3-ed311523a873" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052903Z:397d5f9f-6f36-4229-a163-01668078063b" + "CENTRALUS:20210505T215021Z:e837cd70-dc46-4c2d-b8f3-ed311523a873" + ], + "X-MSEdge-Ref": [ + "Ref A: 40EEF1BA3BDF4495A805C05741F8D0DD Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:21Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:03 GMT" + "Wed, 05 May 2021 21:50:20 GMT" ], "Content-Length": [ - "1297" + "1295" ], "Content-Type": [ "application/json" @@ -16824,23 +16824,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-balded\",\r\n \"name\": \"e2e-balded\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-balded-namespace\",\r\n \"displayName\": \"e2e-balded-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/balded-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hoDwAAAAAAAA%3D%3D%23RT%3A75%23TRC%3A75%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPAMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-glares\",\r\n \"name\": \"e2e-glares\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-glares-namespace\",\r\n \"displayName\": \"e2e-glares-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/glares-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzHwAAAAAAAA%3D%3D%23RT%3A104%23TRC%3A104%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAyADOf0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hoDwAAAAAAAA%3D%3D%23RT%3A75%23TRC%3A75%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPAMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aG9Ed0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NSUyM1RSQyUzQTc1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUF3QUdFUEFNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzHwAAAAAAAA%3D%3D%23RT%3A104%23TRC%3A104%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAyADOf0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3pId0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDQlMjNUUkMlM0ExMDQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQXlBRE9mMHdCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "827b471d-58f8-4da4-a6ef-5cad18d771db" + "7ce171eb-06dd-4050-9b6e-07a84b5fd03c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -16854,10 +16854,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14710" + "14550" ], "X-Ms-Request-Id": [ - "06307ce4-1926-4d54-9294-580f93e556ee" + "4ee4c885-5d22-45f8-9042-46b881d64f95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16865,20 +16865,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "d4caa752-2818-48c6-835b-a6f371dfa47e" + "c855ea27-4d58-4eee-95d0-35006e0ba0a2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052903Z:d4caa752-2818-48c6-835b-a6f371dfa47e" + "CENTRALUS:20210505T215021Z:c855ea27-4d58-4eee-95d0-35006e0ba0a2" + ], + "X-MSEdge-Ref": [ + "Ref A: 94528CDB5B584F17A610765BBAD106C4 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:21Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:03 GMT" + "Wed, 05 May 2021 21:50:20 GMT" ], "Content-Length": [ - "1332" + "1290" ], "Content-Type": [ "application/json" @@ -16887,23 +16887,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gandhi\",\r\n \"name\": \"e2e-gandhi\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-gandhi-namespace\",\r\n \"displayName\": \"e2e-gandhi-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/gandhi-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27huDwAAAAAAAA%3D%3D%23RT%3A76%23TRC%3A76%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPAMAYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-wooden\",\r\n \"name\": \"e2e-wooden\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-nymphs-namespace\",\r\n \"displayName\": \"e2e-wooden-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/nymphs-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gTIAAAAAAAAA%3D%3D%23RT%3A105%23TRC%3A105%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwABMgSACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27huDwAAAAAAAA%3D%3D%23RT%3A76%23TRC%3A76%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPAMAYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHVEd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NiUyM1RSQyUzQTc2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUF3QUdFUEFNQVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gTIAAAAAAAAA%3D%3D%23RT%3A105%23TRC%3A105%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwABMgSACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1RJQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDUlMjNUUkMlM0ExMDUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQXdBQk1nU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "87dc0dfc-5504-453e-8cda-b4bfc07da98a" + "a05652c9-ac49-4f3c-80ee-c4309cd45a20" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -16917,10 +16917,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14709" + "14721" ], "X-Ms-Request-Id": [ - "4ed9e564-a08e-485b-b805-ed48e5a019cc" + "f9ec4647-d6cb-489a-9023-ef5b86c60085" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16928,83 +16928,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "765f064f-f433-4961-ade5-58a2d7b04bf1" + "93184efc-4c33-4afc-ae36-31aed0c53afc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052903Z:765f064f-f433-4961-ade5-58a2d7b04bf1" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:03 GMT" - ], - "Content-Length": [ - "1330" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-onsets\",\r\n \"name\": \"e2e-onsets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-onsets-namespace\",\r\n \"displayName\": \"e2e-onsets-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/onsets-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hvDwAAAAAAAA%3D%3D%23RT%3A77%23TRC%3A77%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAuAG%2BPGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hvDwAAAAAAAA%3D%3D%23RT%3A77%23TRC%3A77%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAuAG%2BPGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHZEd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NyUyM1RSQyUzQTc3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUF1QUclMkJQR0lGeGdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQXclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6e7626f7-0fc0-4404-9dbc-38408b6d8f9d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14708" - ], - "X-Ms-Request-Id": [ - "4f29c6b9-0971-44d5-b0ef-cb1e595b3985" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "cd2ce2b1-b231-41ab-b12c-23220f0e19a5" + "CENTRALUS:20210505T215022Z:93184efc-4c33-4afc-ae36-31aed0c53afc" ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052904Z:cd2ce2b1-b231-41ab-b12c-23220f0e19a5" + "X-MSEdge-Ref": [ + "Ref A: EAF4A47B82C34686BEE1A304CE2CD4D2 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:22Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:03 GMT" + "Wed, 05 May 2021 21:50:21 GMT" ], "Content-Length": [ - "1454" + "1290" ], "Content-Type": [ "application/json" @@ -17013,23 +16950,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-regain-215820c6732d8efcd68eb38167e97af2\",\r\n \"name\": \"e2e-regain-215820c6732d8efcd68eb38167e97af2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-regain-215820c6732d8efcd68eb38167e97af2-namespace\",\r\n \"displayName\": \"e2e-regain-215820c6732d8efcd68eb38167e97af2-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/curtsy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iIEAAAAAAAAA%3D%3D%23RT%3A78%23TRC%3A78%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAsAIiQcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-outing\",\r\n \"name\": \"e2e-outing\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-raquel-namespace\",\r\n \"displayName\": \"e2e-outing-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/raquel-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gWIAAAAAAAAA%3D%3D%23RT%3A106%23TRC%3A106%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwABagAsCABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iIEAAAAAAAAA%3D%3D%23RT%3A78%23TRC%3A78%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAsAIiQcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUlFQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3OCUyM1RSQyUzQTc4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFzQUlpUWNZQXpBTUFQQVAzMyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFNJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gWIAAAAAAAAA%3D%3D%23RT%3A106%23TRC%3A106%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwABagAsCABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1dJQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDYlMjNUUkMlM0ExMDYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQXdBQmFnQXNDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "40f03418-8310-4213-b168-0aac12b18f15" + "c9307b45-b11c-4def-be9c-ae7646072f47" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -17043,10 +16980,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14707" + "14549" ], "X-Ms-Request-Id": [ - "757bc171-8982-475d-9324-f55f75d1f58c" + "db3d6179-b261-4fad-b1f8-89045a422f7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17054,83 +16991,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "d92ce22d-785d-4a8e-8a4a-e419018c87c4" + "228b130a-d276-4298-b042-b88368910967" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052904Z:d92ce22d-785d-4a8e-8a4a-e419018c87c4" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:04 GMT" - ], - "Content-Length": [ - "1473" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-arg-full-sync-eastus\",\r\n \"name\": \"cl-arg-full-sync-eastus\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"shramesh@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-03-11T22:59:20.3111483Z\",\r\n \"lastModifiedBy\": \"shramesh@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-03-11T22:59:20.3111483Z\"\r\n },\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb//resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"arg-full-sync-namespace\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb//resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/arg-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gBEQAAAAAAAA%3D%3D%23RT%3A79%23TRC%3A79%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAqAAGRMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gBEQAAAAAAAA%3D%3D%23RT%3A79%23TRC%3A79%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAqAAGRMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0JFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3OSUyM1RSQyUzQTc5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFxQUFHUk13REFEd0Q5OSUyRjlSQUFBZUFRRUdBQ2lBZjRBRHdGa04zQiUyQjhUMkVBJTJGdzh4QUFBZUlRQUFEQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3b89a4f4-7b81-454d-b99a-a87bdabc7701" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14706" - ], - "X-Ms-Request-Id": [ - "f8d65964-514c-480b-867b-1f549b3ee02b" + "CENTRALUS:20210505T215022Z:228b130a-d276-4298-b042-b88368910967" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "b6f440eb-c693-4f8f-a8f8-4e0b5e53ee5c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052904Z:b6f440eb-c693-4f8f-a8f8-4e0b5e53ee5c" + "X-MSEdge-Ref": [ + "Ref A: 846B5F215E3048659F49D5E4936D4D1E Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:22Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:04 GMT" + "Wed, 05 May 2021 21:50:21 GMT" ], "Content-Length": [ - "1320" + "1286" ], "Content-Type": [ "application/json" @@ -17139,23 +17013,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-vulvae\",\r\n \"name\": \"e2e-vulvae\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-vulvae-namespace\",\r\n \"displayName\": \"e2e-vulvae-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/chimed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hGEQAAAAAAAA%3D%3D%23RT%3A80%23TRC%3A80%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEMRwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-flamed\",\r\n \"name\": \"e2e-flamed\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-murmur-namespace\",\r\n \"displayName\": \"e2e-flamed-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/murmur-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnIAAAAAAAAA%3D%3D%23RT%3A107%23TRC%3A107%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAuACIggAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hGEQAAAAAAAA%3D%3D%23RT%3A80%23TRC%3A80%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEMRwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEdFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MCUyM1RSQyUzQTgwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFvQUVNUndBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBdyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnIAAAAAAAAA%3D%3D%23RT%3A107%23TRC%3A107%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAuACIggAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z25JQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDclMjNUUkMlM0ExMDclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQXVBQ0lnZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3aab1230-a70f-4947-99bb-9b1c0e52b04f" + "7187349c-3417-4a01-a031-b8ce0ae399b9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -17169,10 +17043,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14705" + "14720" ], "X-Ms-Request-Id": [ - "8306749f-7846-4c8a-8eb0-66a4d1e3e811" + "1b0772c5-1132-462a-a7c4-8f4f9e140db0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17180,80 +17054,17 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "2e295ea5-b13b-4ab0-a43b-f387d569548b" + "583daf3f-59e9-4013-ab60-f2f0506ffadb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052904Z:2e295ea5-b13b-4ab0-a43b-f387d569548b" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:04 GMT" - ], - "Content-Length": [ - "1283" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-rancor\",\r\n \"name\": \"e2e-rancor\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-rancor-namespace\",\r\n \"displayName\": \"e2e-rancor-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/rancor-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hHEQAAAAAAAA%3D%3D%23RT%3A81%23TRC%3A81%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEMRgA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hHEQAAAAAAAA%3D%3D%23RT%3A81%23TRC%3A81%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEMRgA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEhFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MSUyM1RSQyUzQTgxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFvQUVNUmdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBdyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c735469d-7624-4b42-b575-6f16c4cc4110" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14704" - ], - "X-Ms-Request-Id": [ - "9ff0651c-80f8-46dc-be7b-f07a0c2d0110" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "94913ce3-cb1e-4f8f-abf0-09132cac5718" + "CENTRALUS:20210505T215022Z:583daf3f-59e9-4013-ab60-f2f0506ffadb" ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052905Z:94913ce3-cb1e-4f8f-abf0-09132cac5718" + "X-MSEdge-Ref": [ + "Ref A: 29AA873A3E394D699EACDA4208089FCF Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:22Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:04 GMT" + "Wed, 05 May 2021 21:50:21 GMT" ], "Content-Length": [ "1280" @@ -17265,23 +17076,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-castro\",\r\n \"name\": \"e2e-castro\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-castro-namespace\",\r\n \"displayName\": \"e2e-castro-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/castro-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hIEQAAAAAAAA%3D%3D%23RT%3A82%23TRC%3A82%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEMRAA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-pegged\",\r\n \"name\": \"e2e-pegged\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-wreath-namespace\",\r\n \"displayName\": \"e2e-pegged-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/wreath-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqIAAAAAAAAA%3D%3D%23RT%3A108%23TRC%3A108%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAsACqgC4DiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hIEQAAAAAAAA%3D%3D%23RT%3A82%23TRC%3A82%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEMRAA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aElFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MiUyM1RSQyUzQTgyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFvQUVNUkFBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBdyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqIAAAAAAAAA%3D%3D%23RT%3A108%23TRC%3A108%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAsACqgC4DiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3FJQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDglMjNUUkMlM0ExMDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQXNBQ3FnQzREaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJJJTJCQSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d7765a6-e17f-49d8-ac38-91ccdcd4f559" + "6f335915-dd41-4faf-b382-30b79cd6909e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -17295,10 +17106,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14703" + "14548" ], "X-Ms-Request-Id": [ - "55502fcc-e09c-47e3-9dce-74c1b2528131" + "1f606f88-be4a-497b-b1ea-d00c8e2379eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17306,20 +17117,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "4aedf78c-205a-4cc3-a29a-38337d9b1af5" + "89916823-5dc1-4f77-a938-f4ae0ddb3009" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052905Z:4aedf78c-205a-4cc3-a29a-38337d9b1af5" + "CENTRALUS:20210505T215022Z:89916823-5dc1-4f77-a938-f4ae0ddb3009" + ], + "X-MSEdge-Ref": [ + "Ref A: 8C752A284CF141449B8C1DCF0237671E Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:22Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:05 GMT" + "Wed, 05 May 2021 21:50:21 GMT" ], "Content-Length": [ - "1280" + "1282" ], "Content-Type": [ "application/json" @@ -17328,23 +17139,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-movers\",\r\n \"name\": \"e2e-movers\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-movers-namespace\",\r\n \"displayName\": \"e2e-movers-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/movers-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hJEQAAAAAAAA%3D%3D%23RT%3A83%23TRC%3A83%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEMRAA4A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-crocus\",\r\n \"name\": \"e2e-crocus\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-socked-namespace\",\r\n \"displayName\": \"e2e-crocus-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/socked-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g7IAAAAAAAAA%3D%3D%23RT%3A109%23TRC%3A109%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAqADug4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hJEQAAAAAAAA%3D%3D%23RT%3A83%23TRC%3A83%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEMRAA4A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEpFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MyUyM1RSQyUzQTgzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFvQUVNUkFBNEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBdyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g7IAAAAAAAAA%3D%3D%23RT%3A109%23TRC%3A109%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAqADug4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzdJQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDklMjNUUkMlM0ExMDklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQXFBRHVnNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db03c829-629f-48ca-8952-f45a6227b68a" + "9d2f60ce-036c-4708-b068-8b17531111f0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -17358,10 +17169,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14702" + "14719" ], "X-Ms-Request-Id": [ - "3382cbb8-4a89-4ed8-bb8a-cb1750eae15c" + "f395d711-3a70-4b1d-91df-f6ea0128954f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17369,20 +17180,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "1f6b2cf7-a37d-4c89-bc9a-75ce4636b48d" + "c74e8df1-1cb6-4d28-a153-e3452b27aa61" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052905Z:1f6b2cf7-a37d-4c89-bc9a-75ce4636b48d" + "CENTRALUS:20210505T215023Z:c74e8df1-1cb6-4d28-a153-e3452b27aa61" + ], + "X-MSEdge-Ref": [ + "Ref A: 76833268E89D478C8E3B9569B193BFED Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:22Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:05 GMT" + "Wed, 05 May 2021 21:50:22 GMT" ], "Content-Length": [ - "1283" + "1312" ], "Content-Type": [ "application/json" @@ -17391,23 +17202,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-slovak\",\r\n \"name\": \"e2e-slovak\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-slovak-namespace\",\r\n \"displayName\": \"e2e-slovak-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/slovak-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hKEQAAAAAAAA%3D%3D%23RT%3A84%23TRC%3A84%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEMRAAwA%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-guelph\",\r\n \"name\": \"e2e-guelph\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-guelph-namespace\",\r\n \"displayName\": \"e2e-guelph-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/guelph-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27guIQAAAAAAAA%3D%3D%23RT%3A110%23TRC%3A110%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoACIhAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hKEQAAAAAAAA%3D%3D%23RT%3A84%23TRC%3A84%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEMRAAwA%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEtFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NCUyM1RSQyUzQTg0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFvQUVNUkFBd0ElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBdyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27guIQAAAAAAAA%3D%3D%23RT%3A110%23TRC%3A110%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoACIhAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3VJUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTAlMjNUUkMlM0ExMTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQW9BQ0loQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac00329d-4ceb-469d-a397-e9e4ff757d83" + "2f23bb41-314e-4616-962f-4a694a84af5d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -17421,10 +17232,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14701" + "14547" ], "X-Ms-Request-Id": [ - "1ffe4c93-50c9-4e51-83b4-5ec7ae0d4dc5" + "016dff91-044b-4a81-99aa-ea5bd9f2f747" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17432,17 +17243,17 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "75387844-24ce-48b1-9e13-8d7e78decabc" + "9cf44c1e-daa7-448d-b9c1-42949ec19b14" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052906Z:75387844-24ce-48b1-9e13-8d7e78decabc" + "CENTRALUS:20210505T215023Z:9cf44c1e-daa7-448d-b9c1-42949ec19b14" + ], + "X-MSEdge-Ref": [ + "Ref A: 17AAB401EB3140A69E889A4AA77692D2 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:23Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:05 GMT" + "Wed, 05 May 2021 21:50:22 GMT" ], "Content-Length": [ "1283" @@ -17454,23 +17265,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-verily\",\r\n \"name\": \"e2e-verily\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-verily-namespace\",\r\n \"displayName\": \"e2e-verily-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/verily-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hLEQAAAAAAAA%3D%3D%23RT%3A85%23TRC%3A85%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEuRAsAA%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-spaded\",\r\n \"name\": \"e2e-spaded\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-spaded-namespace\",\r\n \"displayName\": \"e2e-spaded-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/spaded-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gvIQAAAAAAAA%3D%3D%23RT%3A111%23TRC%3A111%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAC%2BhAcADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hLEQAAAAAAAA%3D%3D%23RT%3A85%23TRC%3A85%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEuRAsAA%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aExFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NSUyM1RSQyUzQTg1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFvQUV1UkFzQUElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBdyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gvIQAAAAAAAA%3D%3D%23RT%3A111%23TRC%3A111%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAC%2BhAcADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3ZJUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTElMjNUUkMlM0ExMTElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQW9BQyUyQmhBY0FEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bb2d54aa-b859-4cf9-b86e-9cd63e53d380" + "6f2fecaa-2082-40d9-859a-6e320857e925" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -17484,10 +17295,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14700" + "14718" ], "X-Ms-Request-Id": [ - "8a12af5c-e4fd-4a8f-a70d-9ef775507ae8" + "414056b1-5a47-4ee9-92a6-9ea5d1850ee0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17495,20 +17306,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6c792b0e-fbd6-4d79-817a-d3882ee91341" + "06223478-2563-4cb0-9d3e-25a4df47f785" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052906Z:6c792b0e-fbd6-4d79-817a-d3882ee91341" + "CENTRALUS:20210505T215023Z:06223478-2563-4cb0-9d3e-25a4df47f785" + ], + "X-MSEdge-Ref": [ + "Ref A: 8B81FCAD960B4AF4A9A1D83C14872E0D Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:23Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:05 GMT" + "Wed, 05 May 2021 21:50:22 GMT" ], "Content-Length": [ - "1274" + "1306" ], "Content-Type": [ "application/json" @@ -17517,23 +17328,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-yangon\",\r\n \"name\": \"e2e-yangon\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-yangon-namespace\",\r\n \"displayName\": \"e2e-yangon-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/yangon-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hYEQAAAAAAAA%3D%3D%23RT%3A86%23TRC%3A86%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-covets\",\r\n \"name\": \"e2e-covets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-covets-namespace\",\r\n \"displayName\": \"e2e-covets-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/covets-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gwIQAAAAAAAA%3D%3D%23RT%3A112%23TRC%3A112%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmADEhAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hYEQAAAAAAAA%3D%3D%23RT%3A86%23TRC%3A86%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFlFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NiUyM1RSQyUzQTg2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFtQUZJUkFQMzMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBTSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gwIQAAAAAAAA%3D%3D%23RT%3A112%23TRC%3A112%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmADEhAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3dJUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTIlMjNUUkMlM0ExMTIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQW1BREVoQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkEmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56f870ed-8909-4f38-bc73-5c00a197e9c8" + "cd8f3334-eda7-4b6f-960e-db253a80259c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -17547,10 +17358,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14699" + "14546" ], "X-Ms-Request-Id": [ - "934d5c93-1514-42cd-998e-3a3ef9de3e40" + "8239e560-9b81-4785-b937-80128e57be42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17558,20 +17369,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "4545ae63-fe24-4f56-948a-2f9557d90a9c" + "1c0fb5dc-1af2-4a00-8ce1-3b8eda8d3512" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052906Z:4545ae63-fe24-4f56-948a-2f9557d90a9c" + "CENTRALUS:20210505T215023Z:1c0fb5dc-1af2-4a00-8ce1-3b8eda8d3512" + ], + "X-MSEdge-Ref": [ + "Ref A: 1F61F169502347BF939A8BF33C638CD3 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:23Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:06 GMT" + "Wed, 05 May 2021 21:50:22 GMT" ], "Content-Length": [ - "1274" + "1277" ], "Content-Type": [ "application/json" @@ -17580,23 +17391,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-rheumy\",\r\n \"name\": \"e2e-rheumy\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-rheumy-namespace\",\r\n \"displayName\": \"e2e-rheumy-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/rheumy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27haEQAAAAAAAA%3D%3D%23RT%3A87%23TRC%3A87%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAPz3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-recant\",\r\n \"name\": \"e2e-recant\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-recant-namespace\",\r\n \"displayName\": \"e2e-recant-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/recant-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxIQAAAAAAAA%3D%3D%23RT%3A113%23TRC%3A113%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkADGhQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27haEQAAAAAAAA%3D%3D%23RT%3A87%23TRC%3A87%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAPz3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGFFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NyUyM1RSQyUzQTg3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFtQUZJUkFQejMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBTSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxIQAAAAAAAA%3D%3D%23RT%3A113%23TRC%3A113%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkADGhQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3hJUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTMlMjNUUkMlM0ExMTMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWtBREdoUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBU1BnQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2a9c24bd-2268-47cd-a6ac-a3d804a82844" + "ad01743a-34b0-47c1-a0d1-dba73cbb6c21" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -17610,10 +17421,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14698" + "14717" ], "X-Ms-Request-Id": [ - "1ec1d0f6-59a8-4c2e-ad4f-5a8c6a838551" + "e82e6a87-5984-4bae-8239-556c9c6f2b03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17621,20 +17432,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "0dca3c80-8393-4d56-b99c-e116204f6aa3" + "c97ab6ab-a311-451f-bfa9-49072fa96112" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052906Z:0dca3c80-8393-4d56-b99c-e116204f6aa3" + "CENTRALUS:20210505T215024Z:c97ab6ab-a311-451f-bfa9-49072fa96112" + ], + "X-MSEdge-Ref": [ + "Ref A: 89B6BA23008E413296338A65EAAF8644 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:23Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:06 GMT" + "Wed, 05 May 2021 21:50:23 GMT" ], "Content-Length": [ - "1274" + "1437" ], "Content-Type": [ "application/json" @@ -17643,23 +17454,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-vivace\",\r\n \"name\": \"e2e-vivace\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-vivace-namespace\",\r\n \"displayName\": \"e2e-vivace-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/vivace-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hbEQAAAAAAAA%3D%3D%23RT%3A88%23TRC%3A88%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAPj3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/test\",\r\n \"name\": \"test\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"amalladi@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-04-20T23:14:52.3217703Z\",\r\n \"lastModifiedBy\": \"amalladi@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-04-20T23:14:52.3217703Z\"\r\n },\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster\",\r\n \"namespace\": \"am-test-operator\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/am-test-operator\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"Kubeconfig\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iCIgAAAAAAAA%3D%3D%23RT%3A114%23TRC%3A114%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAiAIKikQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hbEQAAAAAAAA%3D%3D%23RT%3A88%23TRC%3A88%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAPj3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGJFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4OCUyM1RSQyUzQTg4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFtQUZJUkFQajMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBTSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iCIgAAAAAAAA%3D%3D%23RT%3A114%23TRC%3A114%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAiAIKikQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUNJZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTQlMjNUUkMlM0ExMTQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWlBSUtpa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFajRBJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "465b9f07-3ea1-4f2d-9717-d064e09a82e4" + "e016e0d4-7c0a-414c-8cc2-08f3641ef6e8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -17673,10 +17484,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14697" + "14545" ], "X-Ms-Request-Id": [ - "e60b05b5-bed9-413b-af0a-e996c80f4834" + "7b984b66-b71c-4736-a237-4920326dcd4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17684,20 +17495,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "9670b72e-b32c-4dc8-b109-f4f360e9ed28" + "09dd4393-66c9-4bdc-93b4-b6125594ae06" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052907Z:9670b72e-b32c-4dc8-b109-f4f360e9ed28" + "CENTRALUS:20210505T215024Z:09dd4393-66c9-4bdc-93b4-b6125594ae06" + ], + "X-MSEdge-Ref": [ + "Ref A: 67F649AECE1B4BA3BB2316CBBB639334 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:24Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:06 GMT" + "Wed, 05 May 2021 21:50:23 GMT" ], "Content-Length": [ - "1274" + "1270" ], "Content-Type": [ "application/json" @@ -17706,23 +17517,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-earbud\",\r\n \"name\": \"e2e-earbud\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-earbud-namespace\",\r\n \"displayName\": \"e2e-earbud-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/earbud-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hcEQAAAAAAAA%3D%3D%23RT%3A89%23TRC%3A89%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAPD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-merges\",\r\n \"name\": \"e2e-merges\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster\",\r\n \"namespace\": \"e2e-bobbie-namespace\",\r\n \"displayName\": \"e2e-merges-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bobbie-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gkIwAAAAAAAA%3D%3D%23RT%3A115%23TRC%3A115%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAgACEjkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hcEQAAAAAAAA%3D%3D%23RT%3A89%23TRC%3A89%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAPD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGNFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4OSUyM1RSQyUzQTg5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFtQUZJUkFQRDMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBTSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gkIwAAAAAAAA%3D%3D%23RT%3A115%23TRC%3A115%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAgACEjkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2tJd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTUlMjNUUkMlM0ExMTUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWdBQ0Vqa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99f07b07-3840-497a-a2e6-75bfa3e31ca9" + "a1b02e23-386e-4534-92e7-91f012047674" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -17736,10 +17547,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14696" + "14716" ], "X-Ms-Request-Id": [ - "4943a70d-9f4a-4082-9c3a-8d6a12125df6" + "92b45dc8-1b47-4428-bc04-d7ec05907c1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17747,20 +17558,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "bd363647-f525-429f-9536-49f7f8edc250" + "300a7a08-6cdd-4f27-93b1-c609ee732a22" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052907Z:bd363647-f525-429f-9536-49f7f8edc250" + "CENTRALUS:20210505T215024Z:300a7a08-6cdd-4f27-93b1-c609ee732a22" + ], + "X-MSEdge-Ref": [ + "Ref A: AA7C639A02B04CD7A5535DC878E774DA Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:24Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:06 GMT" + "Wed, 05 May 2021 21:50:23 GMT" ], "Content-Length": [ - "1274" + "1272" ], "Content-Type": [ "application/json" @@ -17769,23 +17580,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-saving\",\r\n \"name\": \"e2e-saving\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-saving-namespace\",\r\n \"displayName\": \"e2e-saving-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/saving-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdEQAAAAAAAA%3D%3D%23RT%3A90%23TRC%3A90%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAOD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-pulses\",\r\n \"name\": \"e2e-pulses\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster\",\r\n \"namespace\": \"e2e-reckon-namespace\",\r\n \"displayName\": \"e2e-pulses-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/reckon-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnIwAAAAAAAA%3D%3D%23RT%3A116%23TRC%3A116%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAeACejIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdEQAAAAAAAA%3D%3D%23RT%3A90%23TRC%3A90%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAOD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGRFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MCUyM1RSQyUzQTkwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFtQUZJUkFPRDMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBTSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnIwAAAAAAAA%3D%3D%23RT%3A116%23TRC%3A116%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAeACejIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z25Jd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTYlMjNUUkMlM0ExMTYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWVBQ2VqSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVNQZ0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ebf64bf3-7edb-41c2-ae9e-e6d33ca0fd45" + "51bed280-8ebc-4297-88a8-31d5028b6d9e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -17799,10 +17610,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14695" + "14544" ], "X-Ms-Request-Id": [ - "9a4e8473-298c-424e-aeda-54f41d66435c" + "ffc3a2c2-a30d-4e15-a202-720f3604fac8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17810,20 +17621,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "575bb50b-8453-417a-ac7c-249809c03144" + "bf79d84c-66e8-4610-a58e-da1846c8df71" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052907Z:575bb50b-8453-417a-ac7c-249809c03144" + "CENTRALUS:20210505T215024Z:bf79d84c-66e8-4610-a58e-da1846c8df71" + ], + "X-MSEdge-Ref": [ + "Ref A: 8699786A428C4C44AFBC42769A8CE91F Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:24Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:07 GMT" + "Wed, 05 May 2021 21:50:23 GMT" ], "Content-Length": [ - "1274" + "1302" ], "Content-Type": [ "application/json" @@ -17832,23 +17643,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fibber\",\r\n \"name\": \"e2e-fibber\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fibber-namespace\",\r\n \"displayName\": \"e2e-fibber-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fibber-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heEQAAAAAAAA%3D%3D%23RT%3A91%23TRC%3A91%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAMD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-dwight\",\r\n \"name\": \"e2e-dwight\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-dwight-namespace\",\r\n \"displayName\": \"e2e-dwight-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/laxity-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hbIwAAAAAAAA%3D%3D%23RT%3A117%23TRC%3A117%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAcAFIjAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heEQAAAAAAAA%3D%3D%23RT%3A91%23TRC%3A91%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAMD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGVFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MSUyM1RSQyUzQTkxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFtQUZJUkFNRDMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBTSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hbIwAAAAAAAA%3D%3D%23RT%3A117%23TRC%3A117%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAcAFIjAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGJJd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTclMjNUUkMlM0ExMTclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWNBRklqQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "424b7c59-233f-453e-8012-cacc7d807c48" + "072014ef-c61c-4524-b1d6-3affaa9a8940" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -17862,10 +17673,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14694" + "14715" ], "X-Ms-Request-Id": [ - "3a9030ee-54e0-4c8b-b7c8-d30d30e87a3b" + "888039a9-1b4a-4c22-96e3-62ec514daee5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17873,20 +17684,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "c4e14886-72d3-4aa0-b53a-93b19cf7ea4e" + "db295584-2763-4342-a0bd-03547192035a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052907Z:c4e14886-72d3-4aa0-b53a-93b19cf7ea4e" + "CENTRALUS:20210505T215024Z:db295584-2763-4342-a0bd-03547192035a" + ], + "X-MSEdge-Ref": [ + "Ref A: 611E46E3A2DC43F590D18C90CE91368C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:24Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:07 GMT" + "Wed, 05 May 2021 21:50:23 GMT" ], "Content-Length": [ - "1276" + "1302" ], "Content-Type": [ "application/json" @@ -17895,23 +17706,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-catgut\",\r\n \"name\": \"e2e-catgut\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-catgut-namespace\",\r\n \"displayName\": \"e2e-catgut-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/catgut-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hfEQAAAAAAAA%3D%3D%23RT%3A92%23TRC%3A92%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAF%2BRAcD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-rimmed\",\r\n \"name\": \"e2e-rimmed\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-rimmed-namespace\",\r\n \"displayName\": \"e2e-rimmed-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/robles-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdIwAAAAAAAA%3D%3D%23RT%3A118%23TRC%3A118%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAcAFIjAOABAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hfEQAAAAAAAA%3D%3D%23RT%3A92%23TRC%3A92%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAF%2BRAcD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGZFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MiUyM1RSQyUzQTkyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFtQUYlMkJSQWNEMyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFNJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdIwAAAAAAAA%3D%3D%23RT%3A118%23TRC%3A118%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAcAFIjAOABAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGRJd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTglMjNUUkMlM0ExMTglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWNBRklqQU9BQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "61373d8f-8452-4b71-823b-5cc9aaa8d06e" + "b37564fc-9f12-4322-946e-dfc8a0ab93e0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -17925,10 +17736,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14693" + "14543" ], "X-Ms-Request-Id": [ - "465ffdd5-29d0-4016-aea8-21e13ccc37c0" + "15d8811d-8d94-4e72-b91f-1d7fa8b3fa29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17936,20 +17747,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "5c7597b9-e7d3-4753-bf08-e436f13ca1e2" + "b54bcaca-1c98-49c7-a491-09dd0433b19c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052908Z:5c7597b9-e7d3-4753-bf08-e436f13ca1e2" + "CENTRALUS:20210505T215024Z:b54bcaca-1c98-49c7-a491-09dd0433b19c" + ], + "X-MSEdge-Ref": [ + "Ref A: 96F475E31E9D4A889B10569A4CD0B29D Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:24Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:07 GMT" + "Wed, 05 May 2021 21:50:23 GMT" ], "Content-Length": [ - "1278" + "1265" ], "Content-Type": [ "application/json" @@ -17958,23 +17769,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-scopes\",\r\n \"name\": \"e2e-scopes\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-scopes-namespace\",\r\n \"displayName\": \"e2e-scopes-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/scopes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hgEQAAAAAAAA%3D%3D%23RT%3A93%23TRC%3A93%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGER9%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-vogues\",\r\n \"name\": \"e2e-vogues\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-vogues-namespace\",\r\n \"displayName\": \"e2e-vogues-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/vogues-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heIwAAAAAAAA%3D%3D%23RT%3A119%23TRC%3A119%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAcAFIjAMABAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hgEQAAAAAAAA%3D%3D%23RT%3A93%23TRC%3A93%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGER9%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGdFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MyUyM1RSQyUzQTkzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFrQUdFUjklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heIwAAAAAAAA%3D%3D%23RT%3A119%23TRC%3A119%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAcAFIjAMABAI%2BAgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGVJd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTklMjNUUkMlM0ExMTklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWNBRklqQU1BQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1483455d-5971-4c05-9cca-76da84633b0e" + "966d5f21-fe86-4c8c-8532-3fc0ee580a4b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -17988,10 +17799,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14692" + "14714" ], "X-Ms-Request-Id": [ - "75ea8018-123a-4f1d-8c2e-2ef4943be36b" + "7e2de8d6-5368-44fb-8f81-13e492af8e9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17999,20 +17810,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "255fb912-90d3-4a4f-9ca7-d971ebef0c96" + "13780a0a-e08c-499e-8e58-2aba49eb7d1a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052908Z:255fb912-90d3-4a4f-9ca7-d971ebef0c96" + "CENTRALUS:20210505T215025Z:13780a0a-e08c-499e-8e58-2aba49eb7d1a" + ], + "X-MSEdge-Ref": [ + "Ref A: D3EF3B38C08A44DA8CE4453E89D2F2E4 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:25Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:07 GMT" + "Wed, 05 May 2021 21:50:24 GMT" ], "Content-Length": [ - "1276" + "1258" ], "Content-Type": [ "application/json" @@ -18021,23 +17832,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-marisa\",\r\n \"name\": \"e2e-marisa\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-marisa-namespace\",\r\n \"displayName\": \"e2e-marisa-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/marisa-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hhEQAAAAAAAA%3D%3D%23RT%3A94%23TRC%3A94%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGER9v9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-skimpy\",\r\n \"name\": \"e2e-skimpy\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bataan-namespace\",\r\n \"displayName\": \"e2e-skimpy-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bataan-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hfIwAAAAAAAA%3D%3D%23RT%3A120%23TRC%3A120%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAaAF%2BjAICPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hhEQAAAAAAAA%3D%3D%23RT%3A94%23TRC%3A94%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGER9v9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGhFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NCUyM1RSQyUzQTk0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFrQUdFUjl2OVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hfIwAAAAAAAA%3D%3D%23RT%3A120%23TRC%3A120%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAaAF%2BjAICPgIEAAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGZJd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjAlMjNUUkMlM0ExMjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWFBRiUyQmpBSUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkklMkJBJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "be6d0443-e98a-4596-b4a0-ce3a5b783513" + "cfdf6bf0-67a7-44a3-a2a4-3ae05a55414a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -18051,10 +17862,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14691" + "14542" ], "X-Ms-Request-Id": [ - "2c6b1631-e474-4c58-b7ec-901dbf52578c" + "02b1667e-ec49-4cdc-ab14-8c7c940fa831" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18062,5117 +17873,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6f122ce9-2d32-4f52-842c-2f46bbb844e5" + "67c7153a-6aca-4325-91d7-741c931f3e86" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052908Z:6f122ce9-2d32-4f52-842c-2f46bbb844e5" + "CENTRALUS:20210505T215025Z:67c7153a-6aca-4325-91d7-741c931f3e86" + ], + "X-MSEdge-Ref": [ + "Ref A: 03DF126886524913855AD320712C7675 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:25Z" ], "Date": [ - "Fri, 19 Mar 2021 05:29:08 GMT" + "Wed, 05 May 2021 21:50:24 GMT" ], "Content-Length": [ - "1276" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-insane\",\r\n \"name\": \"e2e-insane\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-insane-namespace\",\r\n \"displayName\": \"e2e-insane-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/insane-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hiEQAAAAAAAA%3D%3D%23RT%3A95%23TRC%3A95%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGER9P9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hiEQAAAAAAAA%3D%3D%23RT%3A95%23TRC%3A95%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGER9P9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGlFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NSUyM1RSQyUzQTk1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFrQUdFUjlQOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "28513740-910a-44f6-8f40-a297e31036d6" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14690" - ], - "X-Ms-Request-Id": [ - "7187640a-4d47-43a5-a52a-6682da452104" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "b3912e42-1111-4d5f-bbdb-7655564ce710" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052908Z:b3912e42-1111-4d5f-bbdb-7655564ce710" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:08 GMT" - ], - "Content-Length": [ - "1276" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fluted\",\r\n \"name\": \"e2e-fluted\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fluted-namespace\",\r\n \"displayName\": \"e2e-fluted-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fluted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkEQAAAAAAAA%3D%3D%23RT%3A96%23TRC%3A96%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGER8P9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkEQAAAAAAAA%3D%3D%23RT%3A96%23TRC%3A96%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGER8P9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGtFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NiUyM1RSQyUzQTk2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFrQUdFUjhQOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "46ca2a9f-0a46-4e21-9783-af4df061c0d9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14689" - ], - "X-Ms-Request-Id": [ - "54639f8c-b030-448e-b63a-e7f0eceda8a6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "da63eaa9-8bd2-444a-9e03-b3d6fd32f581" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052909Z:da63eaa9-8bd2-444a-9e03-b3d6fd32f581" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:08 GMT" - ], - "Content-Length": [ - "1276" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-melted\",\r\n \"name\": \"e2e-melted\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-melted-namespace\",\r\n \"displayName\": \"e2e-melted-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/melted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hlEQAAAAAAAA%3D%3D%23RT%3A97%23TRC%3A97%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGER4P9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hlEQAAAAAAAA%3D%3D%23RT%3A97%23TRC%3A97%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGER4P9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGxFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NyUyM1RSQyUzQTk3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFrQUdFUjRQOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7f111e97-f95c-41f9-81de-3c5c2b146437" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14688" - ], - "X-Ms-Request-Id": [ - "60c0ea0c-71b8-450a-8914-05df440ab5cf" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "0918f810-350c-4248-b9e5-30f29bd7ab10" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052909Z:0918f810-350c-4248-b9e5-30f29bd7ab10" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:08 GMT" - ], - "Content-Length": [ - "1280" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-havana\",\r\n \"name\": \"e2e-havana\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-havana-namespace\",\r\n \"displayName\": \"e2e-havana-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/havana-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hmEQAAAAAAAA%3D%3D%23RT%3A98%23TRC%3A98%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERwP9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hmEQAAAAAAAA%3D%3D%23RT%3A98%23TRC%3A98%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERwP9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aG1FUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5OCUyM1RSQyUzQTk4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFrQUdFUndQOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "faf7bdda-137c-4218-8819-906f253d1e3f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14687" - ], - "X-Ms-Request-Id": [ - "bddc1494-28e9-47c6-8499-b980e277ed55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "62404d01-5784-4eb8-9882-701df074ad65" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052909Z:62404d01-5784-4eb8-9882-701df074ad65" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:09 GMT" - ], - "Content-Length": [ - "1280" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-badder\",\r\n \"name\": \"e2e-badder\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-badder-namespace\",\r\n \"displayName\": \"e2e-badder-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/badder-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hnEQAAAAAAAA%3D%3D%23RT%3A99%23TRC%3A99%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERgP9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hnEQAAAAAAAA%3D%3D%23RT%3A99%23TRC%3A99%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERgP9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aG5FUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5OSUyM1RSQyUzQTk5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFrQUdFUmdQOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7041782e-12b8-4af8-8a9b-44b3afea8396" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14686" - ], - "X-Ms-Request-Id": [ - "7b240315-5488-48ca-a880-fdf701e047c1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "41528dcf-16c1-4a6d-b915-aaf85049d244" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052909Z:41528dcf-16c1-4a6d-b915-aaf85049d244" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:09 GMT" - ], - "Content-Length": [ - "1282" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-strong\",\r\n \"name\": \"e2e-strong\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-strong-namespace\",\r\n \"displayName\": \"e2e-strong-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/strong-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hoEQAAAAAAAA%3D%3D%23RT%3A100%23TRC%3A100%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAP9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hoEQAAAAAAAA%3D%3D%23RT%3A100%23TRC%3A100%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAP9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aG9FUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDAlMjNUUkMlM0ExMDAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWtBR0VSQVA5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f7839eea-e9b5-4e28-bb5c-6835bc06280c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14685" - ], - "X-Ms-Request-Id": [ - "aa2aeb03-dc7b-446c-8c7a-625ab740394f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "9e261cdf-ad58-4f70-b75b-8b207906913d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052910Z:9e261cdf-ad58-4f70-b75b-8b207906913d" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:09 GMT" - ], - "Content-Length": [ - "1282" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-damper\",\r\n \"name\": \"e2e-damper\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-damper-namespace\",\r\n \"displayName\": \"e2e-damper-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/damper-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hpEQAAAAAAAA%3D%3D%23RT%3A101%23TRC%3A101%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAP5RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hpEQAAAAAAAA%3D%3D%23RT%3A101%23TRC%3A101%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAP5RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHBFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDElMjNUUkMlM0ExMDElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWtBR0VSQVA1UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "940b42a4-02e0-4a13-b770-d4e0935c2bf9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14684" - ], - "X-Ms-Request-Id": [ - "0f2c3c93-4226-46cc-983f-843fa8605188" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "92d0677d-7b51-4028-bbf7-65a31cf175c4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052910Z:92d0677d-7b51-4028-bbf7-65a31cf175c4" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:09 GMT" - ], - "Content-Length": [ - "1282" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-isabel\",\r\n \"name\": \"e2e-isabel\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-isabel-namespace\",\r\n \"displayName\": \"e2e-isabel-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/isabel-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqEQAAAAAAAA%3D%3D%23RT%3A102%23TRC%3A102%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAPxRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqEQAAAAAAAA%3D%3D%23RT%3A102%23TRC%3A102%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAPxRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHFFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDIlMjNUUkMlM0ExMDIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWtBR0VSQVB4UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "12ebf468-f784-4221-b29b-1a1ea5db190f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14683" - ], - "X-Ms-Request-Id": [ - "06ad5a20-cbca-4a53-af72-67418e35457b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "c20c8c65-b870-42f6-879e-66119be12058" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052910Z:c20c8c65-b870-42f6-879e-66119be12058" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:10 GMT" - ], - "Content-Length": [ - "1282" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-ledger\",\r\n \"name\": \"e2e-ledger\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-ledger-namespace\",\r\n \"displayName\": \"e2e-ledger-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/ledger-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hrEQAAAAAAAA%3D%3D%23RT%3A103%23TRC%3A103%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAPhRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hrEQAAAAAAAA%3D%3D%23RT%3A103%23TRC%3A103%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAPhRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHJFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDMlMjNUUkMlM0ExMDMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWtBR0VSQVBoUkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "51a431e0-056c-4359-ad6c-43bcbf262020" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14682" - ], - "X-Ms-Request-Id": [ - "254b2270-c21d-44d0-aa24-d168c0b57f30" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "83e92c0b-a15e-4505-b28a-ac44bae9b98c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052911Z:83e92c0b-a15e-4505-b28a-ac44bae9b98c" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:10 GMT" - ], - "Content-Length": [ - "1278" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-clears\",\r\n \"name\": \"e2e-clears\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-clears-namespace\",\r\n \"displayName\": \"e2e-clears-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/clears-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hsEQAAAAAAAA%3D%3D%23RT%3A104%23TRC%3A104%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAPBRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hsEQAAAAAAAA%3D%3D%23RT%3A104%23TRC%3A104%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAPBRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHNFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDQlMjNUUkMlM0ExMDQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWtBR0VSQVBCUkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4c126170-c756-47c6-99ce-940a659e3dc7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14681" - ], - "X-Ms-Request-Id": [ - "d5243f5d-8d5e-47ee-94d6-9c074329734f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "a30b6711-8293-4189-8d47-c3168d2be6ce" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052911Z:a30b6711-8293-4189-8d47-c3168d2be6ce" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:10 GMT" - ], - "Content-Length": [ - "1278" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-wished\",\r\n \"name\": \"e2e-wished\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-wished-namespace\",\r\n \"displayName\": \"e2e-wished-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/wished-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27htEQAAAAAAAA%3D%3D%23RT%3A105%23TRC%3A105%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAOBRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27htEQAAAAAAAA%3D%3D%23RT%3A105%23TRC%3A105%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAOBRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHRFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDUlMjNUUkMlM0ExMDUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWtBR0VSQU9CUkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "892b60f7-65d4-41e1-8d5e-076408aa178d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14680" - ], - "X-Ms-Request-Id": [ - "6fb8320e-febe-4f76-bf40-50b56eb8fe8b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "754d48b7-b6a3-46a1-b917-08d494c43a63" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052911Z:754d48b7-b6a3-46a1-b917-08d494c43a63" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:10 GMT" - ], - "Content-Length": [ - "1278" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-nitwit\",\r\n \"name\": \"e2e-nitwit\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-nitwit-namespace\",\r\n \"displayName\": \"e2e-nitwit-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/nitwit-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27huEQAAAAAAAA%3D%3D%23RT%3A106%23TRC%3A106%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAMBRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27huEQAAAAAAAA%3D%3D%23RT%3A106%23TRC%3A106%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAMBRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHVFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDYlMjNUUkMlM0ExMDYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWtBR0VSQU1CUkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c5e412be-d4bf-4504-b60a-5d67d1025d12" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14679" - ], - "X-Ms-Request-Id": [ - "608cf113-4f88-4d16-b97c-6ae61db6d908" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "ce655d61-6505-403f-9c28-132506141ffb" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052911Z:ce655d61-6505-403f-9c28-132506141ffb" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:11 GMT" - ], - "Content-Length": [ - "1272" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-rhodes\",\r\n \"name\": \"e2e-rhodes\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-rhodes-namespace\",\r\n \"displayName\": \"e2e-rhodes-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/rhodes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hvEQAAAAAAAA%3D%3D%23RT%3A107%23TRC%3A107%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAiAG%2BRUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hvEQAAAAAAAA%3D%3D%23RT%3A107%23TRC%3A107%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAiAG%2BRUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHZFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDclMjNUUkMlM0ExMDclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWlBRyUyQlJVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQXclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e9d71caa-1243-4399-a2e0-5d3fb1d12308" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14678" - ], - "X-Ms-Request-Id": [ - "536c65b6-07aa-4f97-87c5-86d96d844ef1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "b182f214-33f3-4522-a5a0-6e7d3d3db5e7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052912Z:b182f214-33f3-4522-a5a0-6e7d3d3db5e7" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:11 GMT" - ], - "Content-Length": [ - "1268" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-tunnel\",\r\n \"name\": \"e2e-tunnel\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-tunnel-namespace\",\r\n \"displayName\": \"e2e-tunnel-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/tunnel-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jJEQAAAAAAAA%3D%3D%23RT%3A108%23TRC%3A108%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAgAMERAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jJEQAAAAAAAA%3D%3D%23RT%3A108%23TRC%3A108%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAgAMERAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3akpFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDglMjNUUkMlM0ExMDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWdBTUVSQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7ddf535b-4b0e-44b0-a634-25a96b76a4bc" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14677" - ], - "X-Ms-Request-Id": [ - "208fe940-8b2e-4d87-8119-58661377fd05" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "9f1688e8-b427-4fef-b201-2323c25d50e5" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052912Z:9f1688e8-b427-4fef-b201-2323c25d50e5" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:11 GMT" - ], - "Content-Length": [ - "1268" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bonged\",\r\n \"name\": \"e2e-bonged\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bonged-namespace\",\r\n \"displayName\": \"e2e-bonged-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bonged-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jKEQAAAAAAAA%3D%3D%23RT%3A109%23TRC%3A109%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAgAMERABwBAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jKEQAAAAAAAA%3D%3D%23RT%3A109%23TRC%3A109%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAgAMERABwBAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aktFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDklMjNUUkMlM0ExMDklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWdBTUVSQUJ3QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d49de447-8be4-437c-9338-8d8cb8419529" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14676" - ], - "X-Ms-Request-Id": [ - "e3637f9e-c10a-47eb-9550-a4b23496a6ba" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "5904d115-f1c9-4508-8dd7-73ca9cf53afc" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052912Z:5904d115-f1c9-4508-8dd7-73ca9cf53afc" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:11 GMT" - ], - "Content-Length": [ - "1269" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-stuffy\",\r\n \"name\": \"e2e-stuffy\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-stuffy-namespace\",\r\n \"displayName\": \"e2e-stuffy-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/stuffy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jLEQAAAAAAAA%3D%3D%23RT%3A110%23TRC%3A110%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAgAMERABgBAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jLEQAAAAAAAA%3D%3D%23RT%3A110%23TRC%3A110%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAgAMERABgBAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3akxFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTAlMjNUUkMlM0ExMTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWdBTUVSQUJnQkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d6711f51-6b84-447a-85cb-de33cbb5d3e8" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14675" - ], - "X-Ms-Request-Id": [ - "8220bd58-49ca-4747-874d-f9df708dd12b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "c1164ab0-6e40-494b-8780-4377058b14b2" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052913Z:c1164ab0-6e40-494b-8780-4377058b14b2" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:12 GMT" - ], - "Content-Length": [ - "1273" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-armpit\",\r\n \"name\": \"e2e-armpit\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-armpit-namespace\",\r\n \"displayName\": \"e2e-armpit-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/armpit-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jMEQAAAAAAAA%3D%3D%23RT%3A111%23TRC%3A111%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAeAMyRAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jMEQAAAAAAAA%3D%3D%23RT%3A111%23TRC%3A111%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAeAMyRAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ak1FUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTElMjNUUkMlM0ExMTElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWVBTXlSQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "217f4845-7e3f-4850-a44f-896cb4d7683c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14674" - ], - "X-Ms-Request-Id": [ - "6322dd58-6b61-470e-86af-00669677921b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "8eb484ed-3b35-4208-bb5f-d14be91087b9" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052913Z:8eb484ed-3b35-4208-bb5f-d14be91087b9" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:12 GMT" - ], - "Content-Length": [ - "1530" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-flasks\",\r\n \"name\": \"e2e-flasks\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-flasks-namespace\",\r\n \"displayName\": \"e2e-flasks-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/zebras-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/flasks-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jREgAAAAAAAA%3D%3D%23RT%3A112%23TRC%3A112%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAcANESBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jREgAAAAAAAA%3D%3D%23RT%3A112%23TRC%3A112%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAcANESBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3alJFZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTIlMjNUUkMlM0ExMTIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWNBTkVTQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFBdyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3148a5bb-8837-4754-be24-681a8b3adcb8" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14673" - ], - "X-Ms-Request-Id": [ - "ba68db31-062b-4335-9c36-e86a62d8b9f6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "025fdaeb-d67b-4ddc-bdaf-dece6437a81f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052913Z:025fdaeb-d67b-4ddc-bdaf-dece6437a81f" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:12 GMT" - ], - "Content-Length": [ - "1265" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-creepy\",\r\n \"name\": \"e2e-creepy\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-creepy-namespace\",\r\n \"displayName\": \"e2e-creepy-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/creepy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jSEgAAAAAAAA%3D%3D%23RT%3A113%23TRC%3A113%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAaANKSKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jSEgAAAAAAAA%3D%3D%23RT%3A113%23TRC%3A113%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAaANKSKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3alNFZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTMlMjNUUkMlM0ExMTMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWFBTktTS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFNJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d62fea9e-56e0-4dc4-841b-461c90291909" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14672" - ], - "X-Ms-Request-Id": [ - "b95eacb8-dcca-4fcf-859a-53166b9b3005" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "9c7d3a41-37f9-4a7a-aac3-a658dc4ec8e3" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052913Z:9c7d3a41-37f9-4a7a-aac3-a658dc4ec8e3" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:12 GMT" - ], - "Content-Length": [ - "1467" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-test\",\r\n \"name\": \"cl-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"amalladi@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-03-18T00:21:28.2284106Z\",\r\n \"lastModifiedBy\": \"amalladi@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-03-18T00:21:28.2284106Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace\",\r\n \"displayName\": \"cl-test\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gIEwAAAAAAAA%3D%3D%23RT%3A114%23TRC%3A114%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAYAAiTf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gIEwAAAAAAAA%3D%3D%23RT%3A114%23TRC%3A114%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAYAAiTf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0lFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTQlMjNUUkMlM0ExMTQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVlBQWlUZjRBRHdGa04zQiUyQjhUMkVBJTJGdzh4QUFBZUlRQUFEQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9cb822b7-7456-4aa3-9146-d8b50c6a6f47" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14671" - ], - "X-Ms-Request-Id": [ - "e9b67270-032c-438e-9f40-6064b972702f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "542d5fe0-e261-4867-8d8f-8032c336b671" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052914Z:542d5fe0-e261-4867-8d8f-8032c336b671" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:14 GMT" - ], - "Content-Length": [ - "1254" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-unpins\",\r\n \"name\": \"e2e-unpins\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-unpins-namespace\",\r\n \"displayName\": \"e2e-unpins-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/unpins-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iPEwAAAAAAAA%3D%3D%23RT%3A115%23TRC%3A115%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAWAI%2BTA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iPEwAAAAAAAA%3D%3D%23RT%3A115%23TRC%3A115%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAWAI%2BTA8BZDdwfvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVBFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTUlMjNUUkMlM0ExMTUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVdBSSUyQlRBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQXclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e0e9c02a-76d9-4eeb-9e08-7b43abe7034d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14670" - ], - "X-Ms-Request-Id": [ - "c03c0df3-63ed-4ddc-a51e-1fd0eb45b533" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "4b342b9f-6cc9-4278-b7fb-051b804cdee9" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052914Z:4b342b9f-6cc9-4278-b7fb-051b804cdee9" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:14 GMT" - ], - "Content-Length": [ - "1251" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-lesion\",\r\n \"name\": \"e2e-lesion\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-lesion-namespace\",\r\n \"displayName\": \"e2e-lesion-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/lesion-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iQEwAAAAAAAA%3D%3D%23RT%3A116%23TRC%3A116%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iQEwAAAAAAAA%3D%3D%23RT%3A116%23TRC%3A116%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTWQ3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVFFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTYlMjNUUkMlM0ExMTYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVVBSk1UV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ad480fc7-535f-4ae9-8922-c6a1c066172c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14669" - ], - "X-Ms-Request-Id": [ - "8b20583e-7359-4ed1-a92b-c3fcc56a6427" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "48b87855-63f5-4e1f-8794-76969da6521a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052915Z:48b87855-63f5-4e1f-8794-76969da6521a" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:15 GMT" - ], - "Content-Length": [ - "1279" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-alkaid\",\r\n \"name\": \"e2e-alkaid\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-alkaid-namespace\",\r\n \"displayName\": \"e2e-alkaid-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/alkaid-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iTEwAAAAAAAA%3D%3D%23RT%3A117%23TRC%3A117%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTWA3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iTEwAAAAAAAA%3D%3D%23RT%3A117%23TRC%3A117%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTWA3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVRFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTclMjNUUkMlM0ExMTclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVVBSk1UV0EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "dd75a5d4-39f3-4581-bba0-3d4805df48a8" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14668" - ], - "X-Ms-Request-Id": [ - "8197f6b2-dd2f-4d1b-9441-6b85b3a4855d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "7770924d-6333-4411-8c2b-c67f9356173c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052915Z:7770924d-6333-4411-8c2b-c67f9356173c" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:15 GMT" - ], - "Content-Length": [ - "1251" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mutant\",\r\n \"name\": \"e2e-mutant\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-mutant-namespace\",\r\n \"displayName\": \"e2e-mutant-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/mutant-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iUEwAAAAAAAA%3D%3D%23RT%3A118%23TRC%3A118%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTUA3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iUEwAAAAAAAA%3D%3D%23RT%3A118%23TRC%3A118%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTUA3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVVFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTglMjNUUkMlM0ExMTglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVVBSk1UVUEzY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "bf0e5588-7cfa-409a-9ced-018066704d89" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14667" - ], - "X-Ms-Request-Id": [ - "6f5cd40b-bef9-496a-a400-92ac531984e0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "351641fb-ae6d-4131-b0b9-085803043866" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052915Z:351641fb-ae6d-4131-b0b9-085803043866" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:15 GMT" - ], - "Content-Length": [ - "1285" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-nozzle\",\r\n \"name\": \"e2e-nozzle\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-nozzle-namespace\",\r\n \"displayName\": \"e2e-nozzle-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/nozzle-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iWEwAAAAAAAA%3D%3D%23RT%3A119%23TRC%3A119%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTQA3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iWEwAAAAAAAA%3D%3D%23RT%3A119%23TRC%3A119%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTQA3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVdFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTklMjNUUkMlM0ExMTklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVVBSk1UUUEzY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5d45a983-6725-4314-bb97-77f7e2bf4f18" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14666" - ], - "X-Ms-Request-Id": [ - "76e7529a-908a-4ee7-be76-d8f8175f1b57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "80513aeb-8821-4d9f-8ce2-907d9c012c2b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052915Z:80513aeb-8821-4d9f-8ce2-907d9c012c2b" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:15 GMT" - ], - "Content-Length": [ - "1251" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-shriek\",\r\n \"name\": \"e2e-shriek\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-shriek-namespace\",\r\n \"displayName\": \"e2e-shriek-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/shriek-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iYEwAAAAAAAA%3D%3D%23RT%3A120%23TRC%3A120%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTAA3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iYEwAAAAAAAA%3D%3D%23RT%3A120%23TRC%3A120%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTAA3cH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVlFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjAlMjNUUkMlM0ExMjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVVBSk1UQUEzY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f696d7d2-6ce2-491d-b2fe-132a36c9b1aa" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14665" - ], - "X-Ms-Request-Id": [ - "c70c3596-2863-4c4c-8645-28172e822a04" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "d0af5398-7bae-48b3-8398-7e5d495f370b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052916Z:d0af5398-7bae-48b3-8398-7e5d495f370b" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:16 GMT" - ], - "Content-Length": [ - "1285" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-groans\",\r\n \"name\": \"e2e-groans\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-groans-namespace\",\r\n \"displayName\": \"e2e-groans-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bonged-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iaEwAAAAAAAA%3D%3D%23RT%3A121%23TRC%3A121%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTAAzcH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iaEwAAAAAAAA%3D%3D%23RT%3A121%23TRC%3A121%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTAAzcH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWFFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjElMjNUUkMlM0ExMjElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVVBSk1UQUF6Y0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "343e3406-302b-4192-90b4-06b268d13111" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14664" - ], - "X-Ms-Request-Id": [ - "da6f00e9-ec41-48e5-bd9d-c519de698901" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "1cb983ab-f08f-4c09-88c3-dab82249ae4f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052916Z:1cb983ab-f08f-4c09-88c3-dab82249ae4f" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:16 GMT" - ], - "Content-Length": [ - "1248" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-stigma\",\r\n \"name\": \"e2e-stigma\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-stigma-namespace\",\r\n \"displayName\": \"e2e-stigma-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/stigma-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ibEwAAAAAAAA%3D%3D%23RT%3A122%23TRC%3A122%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJuTAsDcH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ibEwAAAAAAAA%3D%3D%23RT%3A122%23TRC%3A122%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJuTAsDcH7xPYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWJFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjIlMjNUUkMlM0ExMjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVVBSnVUQXNEY0g3eFBZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b3b033fe-b3ce-4c42-b9ef-81ed0c5648b9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14663" - ], - "X-Ms-Request-Id": [ - "5435247b-125d-43e4-8f22-0d7bd929d433" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "936a5e17-3bcb-4e08-bf6f-64def398ebff" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052916Z:936a5e17-3bcb-4e08-bf6f-64def398ebff" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:16 GMT" - ], - "Content-Length": [ - "1291" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-reload\",\r\n \"name\": \"e2e-reload\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-reload-namespace\",\r\n \"displayName\": \"e2e-reload-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/reload-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iiEwAAAAAAAA%3D%3D%23RT%3A123%23TRC%3A123%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKIT3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iiEwAAAAAAAA%3D%3D%23RT%3A123%23TRC%3A123%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKIT3B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWlFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjMlMjNUUkMlM0ExMjMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVNBS0lUM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "26a0b20c-5409-474e-8bb3-c8f1ac6b56e5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14662" - ], - "X-Ms-Request-Id": [ - "a3ef79ee-85ca-410e-9e3f-e5ab47c6292d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "89eaf596-56ad-4f40-a104-153770179168" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052916Z:89eaf596-56ad-4f40-a104-153770179168" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:16 GMT" - ], - "Content-Length": [ - "1257" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-baobab\",\r\n \"name\": \"e2e-baobab\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-baobab-namespace\",\r\n \"displayName\": \"e2e-baobab-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/baobab-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ijEwAAAAAAAA%3D%3D%23RT%3A124%23TRC%3A124%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKIT2B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ijEwAAAAAAAA%3D%3D%23RT%3A124%23TRC%3A124%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKIT2B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWpFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjQlMjNUUkMlM0ExMjQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVNBS0lUMkIlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "435119cd-982e-437d-a276-d5246bc0ab65" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14661" - ], - "X-Ms-Request-Id": [ - "d999f698-8333-4935-9fdb-72c75626c02d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "27e97e20-b868-4f0d-a9e3-8fbe97ee197a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052917Z:27e97e20-b868-4f0d-a9e3-8fbe97ee197a" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:17 GMT" - ], - "Content-Length": [ - "1258" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-jailer\",\r\n \"name\": \"e2e-jailer\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-jailer-namespace\",\r\n \"displayName\": \"e2e-jailer-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/jailer-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ikEwAAAAAAAA%3D%3D%23RT%3A125%23TRC%3A125%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKIT0B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ikEwAAAAAAAA%3D%3D%23RT%3A125%23TRC%3A125%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKIT0B%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWtFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjUlMjNUUkMlM0ExMjUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVNBS0lUMEIlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "339d55a1-e237-41ca-b292-226835c62a8e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14660" - ], - "X-Ms-Request-Id": [ - "f8c35e79-3d64-4917-8f0d-a5efc4e4748f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "743c7401-5639-45af-8900-8278607908c0" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052917Z:743c7401-5639-45af-8900-8278607908c0" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:17 GMT" - ], - "Content-Length": [ - "1482" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-califs\",\r\n \"name\": \"e2e-califs\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-califs-namespace\",\r\n \"displayName\": \"e2e-califs-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/califs-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/mazama-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27imEwAAAAAAAA%3D%3D%23RT%3A126%23TRC%3A126%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITwB%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27imEwAAAAAAAA%3D%3D%23RT%3A126%23TRC%3A126%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITwB%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aW1Fd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjYlMjNUUkMlM0ExMjYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVNBS0lUd0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5e0c491c-70ee-467e-ba83-7999852f4013" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14659" - ], - "X-Ms-Request-Id": [ - "83e76c23-057f-4826-a343-fb614aa2b068" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "658c5bfb-05ab-4187-a0f5-e1f87768cae1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052917Z:658c5bfb-05ab-4187-a0f5-e1f87768cae1" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:17 GMT" - ], - "Content-Length": [ - "1289" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mettle\",\r\n \"name\": \"e2e-mettle\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-mettle-namespace\",\r\n \"displayName\": \"e2e-mettle-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/ponder-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27inEwAAAAAAAA%3D%3D%23RT%3A127%23TRC%3A127%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITgB%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27inEwAAAAAAAA%3D%3D%23RT%3A127%23TRC%3A127%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITgB%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aW5Fd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjclMjNUUkMlM0ExMjclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVNBS0lUZ0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7ce45235-3c32-4107-9c97-f26d18ee77f0" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14658" - ], - "X-Ms-Request-Id": [ - "7aa4297d-9811-4d5d-8324-427ee0f744ed" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "bedfd925-4fea-49e7-b61d-8ccf906a6548" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052918Z:bedfd925-4fea-49e7-b61d-8ccf906a6548" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:17 GMT" - ], - "Content-Length": [ - "1261" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-nassau\",\r\n \"name\": \"e2e-nassau\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-nassau-namespace\",\r\n \"displayName\": \"e2e-nassau-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/nassau-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ioEwAAAAAAAA%3D%3D%23RT%3A128%23TRC%3A128%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITAB%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ioEwAAAAAAAA%3D%3D%23RT%3A128%23TRC%3A128%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITAB%2B8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aW9Fd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjglMjNUUkMlM0ExMjglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVNBS0lUQUIlMkI4VDJFQSUyRnc4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a75f107d-5b35-43c2-b402-07a8dbfe5f23" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14657" - ], - "X-Ms-Request-Id": [ - "980a9616-2fcf-4077-a66f-690b032b259e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "e30af5d4-0e90-4b07-902e-dc2128f2eccb" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052918Z:e30af5d4-0e90-4b07-902e-dc2128f2eccb" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:18 GMT" - ], - "Content-Length": [ - "1287" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-angles\",\r\n \"name\": \"e2e-angles\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-angles-namespace\",\r\n \"displayName\": \"e2e-angles-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/flicks-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ipEwAAAAAAAA%3D%3D%23RT%3A129%23TRC%3A129%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITAB68T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ipEwAAAAAAAA%3D%3D%23RT%3A129%23TRC%3A129%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITAB68T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXBFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjklMjNUUkMlM0ExMjklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVNBS0lUQUI2OFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7b6c95ef-b15d-4075-baa4-a41d1955715d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14656" - ], - "X-Ms-Request-Id": [ - "bddf0dcc-3216-45c2-aef9-17c0661cb740" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "14b2f00d-e132-4a9d-bce7-501ea5ade4bc" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052918Z:14b2f00d-e132-4a9d-bce7-501ea5ade4bc" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:18 GMT" - ], - "Content-Length": [ - "1259" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-parish\",\r\n \"name\": \"e2e-parish\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-parish-namespace\",\r\n \"displayName\": \"e2e-parish-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/parish-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iqEwAAAAAAAA%3D%3D%23RT%3A130%23TRC%3A130%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITABy8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iqEwAAAAAAAA%3D%3D%23RT%3A130%23TRC%3A130%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITABy8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXFFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzAlMjNUUkMlM0ExMzAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVNBS0lUQUJ5OFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "85bf5fa5-3557-4ac2-8902-4d0ad809cfe3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14655" - ], - "X-Ms-Request-Id": [ - "89fa68d4-3423-47b4-9023-755495086acd" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "295b042c-a958-4eb0-8fb1-9b39edf92127" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052918Z:295b042c-a958-4eb0-8fb1-9b39edf92127" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:18 GMT" - ], - "Content-Length": [ - "1287" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-blasts\",\r\n \"name\": \"e2e-blasts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-blasts-namespace\",\r\n \"displayName\": \"e2e-blasts-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/church-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27irEwAAAAAAAA%3D%3D%23RT%3A131%23TRC%3A131%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITABi8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27irEwAAAAAAAA%3D%3D%23RT%3A131%23TRC%3A131%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITABi8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXJFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzElMjNUUkMlM0ExMzElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVNBS0lUQUJpOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "21cb574b-ed5d-470c-b922-5ab0f9038357" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14654" - ], - "X-Ms-Request-Id": [ - "07d171f0-9075-46e6-b194-5678bb053872" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "4c84a73e-bf92-49df-be06-65885e18d1c4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052919Z:4c84a73e-bf92-49df-be06-65885e18d1c4" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:18 GMT" - ], - "Content-Length": [ - "1256" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-eminem\",\r\n \"name\": \"e2e-eminem\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-eminem-namespace\",\r\n \"displayName\": \"e2e-eminem-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/eminem-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27isEwAAAAAAAA%3D%3D%23RT%3A132%23TRC%3A132%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKyTAcC8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27isEwAAAAAAAA%3D%3D%23RT%3A132%23TRC%3A132%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKyTAcC8T2EA%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXNFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzIlMjNUUkMlM0ExMzIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVNBS3lUQWNDOFQyRUElMkZ3OHhBQUFlSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6108a390-2800-40fa-8f69-c57ee8275a48" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14653" - ], - "X-Ms-Request-Id": [ - "ea872c84-1430-47a3-b0cd-2d40eb739fea" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "655a3a5a-e47b-4e7c-855d-227332d46666" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052919Z:655a3a5a-e47b-4e7c-855d-227332d46666" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:19 GMT" - ], - "Content-Length": [ - "1278" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-joggle\",\r\n \"name\": \"e2e-joggle\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-joggle-namespace\",\r\n \"displayName\": \"e2e-joggle-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/joggle-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iyEwAAAAAAAA%3D%3D%23RT%3A133%23TRC%3A133%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iyEwAAAAAAAA%3D%3D%23RT%3A133%23TRC%3A133%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETvE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXlFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzMlMjNUUkMlM0ExMzMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVFBTEVUdkU5aEFQOFBNUUFBSGlFQUFBdyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6f670b5e-e18f-46b2-a130-9c3dab66bbbe" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14652" - ], - "X-Ms-Request-Id": [ - "fc5b11e4-8d75-469d-b8d5-4ebc24d44507" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "23d2c77a-9cba-4023-a571-e569d7a8d704" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052919Z:23d2c77a-9cba-4023-a571-e569d7a8d704" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:19 GMT" - ], - "Content-Length": [ - "1247" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-longed\",\r\n \"name\": \"e2e-longed\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-longed-namespace\",\r\n \"displayName\": \"e2e-longed-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/longed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27izEwAAAAAAAA%3D%3D%23RT%3A134%23TRC%3A134%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETuE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27izEwAAAAAAAA%3D%3D%23RT%3A134%23TRC%3A134%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETuE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXpFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzQlMjNUUkMlM0ExMzQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVFBTEVUdUU5aEFQOFBNUUFBSGlFQUFBdyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "03c5fe9f-9a3a-4835-a5dc-95e08bee5fb1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14651" - ], - "X-Ms-Request-Id": [ - "e461f103-39a9-4e40-a24a-0f4e1d6bd9b0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "829ba57a-6e03-402a-87b4-b1d2385e517e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052919Z:829ba57a-6e03-402a-87b4-b1d2385e517e" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:19 GMT" - ], - "Content-Length": [ - "1503" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sleeps\",\r\n \"name\": \"e2e-sleeps\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sleeps-namespace\",\r\n \"displayName\": \"e2e-sleeps-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/utopia-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sleeps-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i0EwAAAAAAAA%3D%3D%23RT%3A135%23TRC%3A135%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETsE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i0EwAAAAAAAA%3D%3D%23RT%3A135%23TRC%3A135%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETsE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTBFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzUlMjNUUkMlM0ExMzUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVFBTEVUc0U5aEFQOFBNUUFBSGlFQUFBdyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3844898a-4f1d-48ef-94a6-f76c54bec8a5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14650" - ], - "X-Ms-Request-Id": [ - "98e209d2-65e4-4608-a5b5-65eee17813ac" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "ecd1b99b-025f-4b07-832d-5d1d10a5d925" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052920Z:ecd1b99b-025f-4b07-832d-5d1d10a5d925" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:19 GMT" - ], - "Content-Length": [ - "1247" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-kidded\",\r\n \"name\": \"e2e-kidded\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-kidded-namespace\",\r\n \"displayName\": \"e2e-kidded-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/kidded-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i1EwAAAAAAAA%3D%3D%23RT%3A136%23TRC%3A136%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALEToE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i1EwAAAAAAAA%3D%3D%23RT%3A136%23TRC%3A136%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALEToE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTFFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzYlMjNUUkMlM0ExMzYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVFBTEVUb0U5aEFQOFBNUUFBSGlFQUFBdyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8eeb19f3-c633-47f3-9c60-86368b5595b1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14649" - ], - "X-Ms-Request-Id": [ - "14be096e-546f-4ebc-9957-d13c345ceb75" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "6c08546e-c2a9-4659-984e-42fc979dbb5d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052920Z:6c08546e-c2a9-4659-984e-42fc979dbb5d" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:20 GMT" - ], - "Content-Length": [ - "1285" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-acutes\",\r\n \"name\": \"e2e-acutes\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-acutes-namespace\",\r\n \"displayName\": \"e2e-acutes-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/acutes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i3EwAAAAAAAA%3D%3D%23RT%3A137%23TRC%3A137%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETgE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i3EwAAAAAAAA%3D%3D%23RT%3A137%23TRC%3A137%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETgE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTNFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzclMjNUUkMlM0ExMzclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVFBTEVUZ0U5aEFQOFBNUUFBSGlFQUFBdyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "171ad10f-809c-40ac-a58d-d0494a6ba6b9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14648" - ], - "X-Ms-Request-Id": [ - "3bc90290-c16e-4a63-b996-57f877451ad6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "0d667f1e-dbd9-43a0-93a4-bd6ed54d1145" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052920Z:0d667f1e-dbd9-43a0-93a4-bd6ed54d1145" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:20 GMT" - ], - "Content-Length": [ - "1248" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-impure\",\r\n \"name\": \"e2e-impure\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-impure-namespace\",\r\n \"displayName\": \"e2e-impure-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/impure-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i4EwAAAAAAAA%3D%3D%23RT%3A138%23TRC%3A138%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETAE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i4EwAAAAAAAA%3D%3D%23RT%3A138%23TRC%3A138%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETAE9hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTRFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzglMjNUUkMlM0ExMzglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVFBTEVUQUU5aEFQOFBNUUFBSGlFQUFBdyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ebee35fb-6fe7-4456-bfab-1dc6e4b63c65" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14647" - ], - "X-Ms-Request-Id": [ - "af8992f2-c151-4cf9-9482-6d88c7c0e838" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "71eb6414-5366-49eb-852e-0beb5bebe11c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052920Z:71eb6414-5366-49eb-852e-0beb5bebe11c" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:20 GMT" - ], - "Content-Length": [ - "1251" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-spiked\",\r\n \"name\": \"e2e-spiked\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-spiked-namespace\",\r\n \"displayName\": \"e2e-spiked-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/spiked-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i5EwAAAAAAAA%3D%3D%23RT%3A139%23TRC%3A139%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETAE5hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i5EwAAAAAAAA%3D%3D%23RT%3A139%23TRC%3A139%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETAE5hAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTVFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzklMjNUUkMlM0ExMzklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVFBTEVUQUU1aEFQOFBNUUFBSGlFQUFBdyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5a24daf9-e3bf-4804-94c9-475a031a0d6d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14646" - ], - "X-Ms-Request-Id": [ - "3abec844-ada0-4170-a4d9-ca4f43ed069a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "8e6fd442-ebdb-4866-b425-03bd7925bdc7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052921Z:8e6fd442-ebdb-4866-b425-03bd7925bdc7" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:20 GMT" - ], - "Content-Length": [ - "1251" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-setups\",\r\n \"name\": \"e2e-setups\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-setups-namespace\",\r\n \"displayName\": \"e2e-setups-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/setups-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i6EwAAAAAAAA%3D%3D%23RT%3A140%23TRC%3A140%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETAExhAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i6EwAAAAAAAA%3D%3D%23RT%3A140%23TRC%3A140%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETAExhAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTZFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDAlMjNUUkMlM0ExNDAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVFBTEVUQUV4aEFQOFBNUUFBSGlFQUFBdyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "354fd9ea-04a3-4040-b1dc-a5fe3232b02d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14645" - ], - "X-Ms-Request-Id": [ - "988afce6-9c49-4e03-a5b4-4c051fef73ff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "ca48ee22-b648-4e8d-b8c3-dc4b31102897" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052921Z:ca48ee22-b648-4e8d-b8c3-dc4b31102897" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:21 GMT" - ], - "Content-Length": [ - "1284" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-rivets\",\r\n \"name\": \"e2e-rivets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-rivets-namespace\",\r\n \"displayName\": \"e2e-rivets-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/convoy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i7EwAAAAAAAA%3D%3D%23RT%3A141%23TRC%3A141%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETAEhhAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i7EwAAAAAAAA%3D%3D%23RT%3A141%23TRC%3A141%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETAEhhAP8PMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTdFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDElMjNUUkMlM0ExNDElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVFBTEVUQUVoaEFQOFBNUUFBSGlFQUFBdyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8ffd4d32-d5d0-4f32-a8be-ddf268623772" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14644" - ], - "X-Ms-Request-Id": [ - "ed2fb8ca-e31f-40f2-b0e8-ebf5970565f4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "37e750cd-0c86-4bd4-b1e3-82239bd89627" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052921Z:37e750cd-0c86-4bd4-b1e3-82239bd89627" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:21 GMT" - ], - "Content-Length": [ - "1245" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-repaid\",\r\n \"name\": \"e2e-repaid\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-repaid-namespace\",\r\n \"displayName\": \"e2e-repaid-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/repaid-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i%2BEwAAAAAAAA%3D%3D%23RT%3A142%23TRC%3A142%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAOAL6TYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i%2BEwAAAAAAAA%3D%3D%23RT%3A142%23TRC%3A142%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAOAL6TYQD%2FDzEAAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aSUyQkV3QUFBQUFBQUElM0QlM0QlMjNSVCUzQTE0MiUyM1RSQyUzQTE0MiUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFBT0FMNlRZUUQlMkZEekVBQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ee1468ee-2d9a-4dd2-b8cb-678cde29163b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14643" - ], - "X-Ms-Request-Id": [ - "93336dce-56c1-46a1-8a70-91098d107e7b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "1c719727-f1c3-48ee-a1a8-8ac013342985" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052921Z:1c719727-f1c3-48ee-a1a8-8ac013342985" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:21 GMT" - ], - "Content-Length": [ - "1248" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-prated\",\r\n \"name\": \"e2e-prated\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-prated-namespace\",\r\n \"displayName\": \"e2e-prated-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/prated-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ggFAAAAAAAAA%3D%3D%23RT%3A143%23TRC%3A143%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ggFAAAAAAAAA%3D%3D%23RT%3A143%23TRC%3A143%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU%2Fw8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2dGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDMlMjNUUkMlM0ExNDMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BQ0VVJTJGdzh4QUFBZUlRQUFEQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "10897252-d051-471d-9657-3dec3cc4bbc0" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14642" - ], - "X-Ms-Request-Id": [ - "b3020e95-2c67-4693-a9b5-4f14d3aa43a7" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "10861809-850e-4022-abe2-49eb867c96b2" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052922Z:10861809-850e-4022-abe2-49eb867c96b2" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:21 GMT" - ], - "Content-Length": [ - "1248" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-markup\",\r\n \"name\": \"e2e-markup\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-markup-namespace\",\r\n \"displayName\": \"e2e-markup-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/markup-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ghFAAAAAAAAA%3D%3D%23RT%3A144%23TRC%3A144%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU%2Fg8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ghFAAAAAAAAA%3D%3D%23RT%3A144%23TRC%3A144%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU%2Fg8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2hGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDQlMjNUUkMlM0ExNDQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BQ0VVJTJGZzh4QUFBZUlRQUFEQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3986a129-7cb2-499a-83b2-13e66f204fff" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14641" - ], - "X-Ms-Request-Id": [ - "c0fea85e-6680-4dea-8e19-da096ca5b349" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "6806d1f3-8982-4cbb-8fe5-60a70837ea90" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052922Z:6806d1f3-8982-4cbb-8fe5-60a70837ea90" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:22 GMT" - ], - "Content-Length": [ - "1248" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gargle\",\r\n \"name\": \"e2e-gargle\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-gargle-namespace\",\r\n \"displayName\": \"e2e-gargle-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/gargle-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27giFAAAAAAAAA%3D%3D%23RT%3A145%23TRC%3A145%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU%2FA8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27giFAAAAAAAAA%3D%3D%23RT%3A145%23TRC%3A145%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU%2FA8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2lGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDUlMjNUUkMlM0ExNDUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BQ0VVJTJGQTh4QUFBZUlRQUFEQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "06cc78ec-3d01-4a08-a1ba-0a547978b3a0" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14640" - ], - "X-Ms-Request-Id": [ - "4b29f798-fe64-4750-a7a6-c3ae364f7f5e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "f27bf541-61ab-4471-bd67-f2968d4b5ee4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052922Z:f27bf541-61ab-4471-bd67-f2968d4b5ee4" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:22 GMT" - ], - "Content-Length": [ - "1248" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mewled\",\r\n \"name\": \"e2e-mewled\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-mewled-namespace\",\r\n \"displayName\": \"e2e-mewled-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/mewled-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gjFAAAAAAAAA%3D%3D%23RT%3A146%23TRC%3A146%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU%2BA8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gjFAAAAAAAAA%3D%3D%23RT%3A146%23TRC%3A146%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU%2BA8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2pGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDYlMjNUUkMlM0ExNDYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BQ0VVJTJCQTh4QUFBZUlRQUFEQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0ea02b14-fb39-4a92-9a78-78142b6e0199" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14639" - ], - "X-Ms-Request-Id": [ - "862e4ce6-ead8-4313-9cd8-3e691b56b6b9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "c9c9ccf9-69b8-480d-8677-43fbc00be6eb" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052923Z:c9c9ccf9-69b8-480d-8677-43fbc00be6eb" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:22 GMT" - ], - "Content-Length": [ - "1246" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-prolog\",\r\n \"name\": \"e2e-prolog\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-prolog-namespace\",\r\n \"displayName\": \"e2e-prolog-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/prolog-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gkFAAAAAAAAA%3D%3D%23RT%3A147%23TRC%3A147%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU8A8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gkFAAAAAAAAA%3D%3D%23RT%3A147%23TRC%3A147%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU8A8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2tGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDclMjNUUkMlM0ExNDclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BQ0VVOEE4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b692fdb0-4a69-4b12-a48e-9bb01ab5b46c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14638" - ], - "X-Ms-Request-Id": [ - "01c609e4-1e28-4413-b62b-c80068e774e1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "e52abc8b-6d3a-4ab6-b9e2-7ea0d5545250" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052923Z:e52abc8b-6d3a-4ab6-b9e2-7ea0d5545250" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:22 GMT" - ], - "Content-Length": [ - "1246" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-seared\",\r\n \"name\": \"e2e-seared\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-seared-namespace\",\r\n \"displayName\": \"e2e-seared-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/seared-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27glFAAAAAAAAA%3D%3D%23RT%3A148%23TRC%3A148%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU4A8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27glFAAAAAAAAA%3D%3D%23RT%3A148%23TRC%3A148%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU4A8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2xGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDglMjNUUkMlM0ExNDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BQ0VVNEE4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d425cf22-4ef2-4400-9993-7c71ea68b4ec" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14637" - ], - "X-Ms-Request-Id": [ - "f48f12d8-7679-4161-b7ea-0a33e181bf2b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "34ecaeea-5a8f-483e-9185-c944c72f6232" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052923Z:34ecaeea-5a8f-483e-9185-c944c72f6232" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:23 GMT" - ], - "Content-Length": [ - "1246" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-trench\",\r\n \"name\": \"e2e-trench\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-trench-namespace\",\r\n \"displayName\": \"e2e-trench-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/trench-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gmFAAAAAAAAA%3D%3D%23RT%3A149%23TRC%3A149%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEUwA8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gmFAAAAAAAAA%3D%3D%23RT%3A149%23TRC%3A149%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEUwA8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z21GQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDklMjNUUkMlM0ExNDklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BQ0VVd0E4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1b98769a-b493-4b0b-a65e-0c21fc8bc6a6" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14636" - ], - "X-Ms-Request-Id": [ - "8ba66f0e-340d-479e-842b-097e2456839c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "e96fac77-297e-4575-b3c5-64e6d733ff00" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052923Z:e96fac77-297e-4575-b3c5-64e6d733ff00" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:23 GMT" - ], - "Content-Length": [ - "1246" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-frowsy\",\r\n \"name\": \"e2e-frowsy\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-frowsy-namespace\",\r\n \"displayName\": \"e2e-frowsy-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/frowsy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnFAAAAAAAAA%3D%3D%23RT%3A150%23TRC%3A150%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEUgA8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnFAAAAAAAAA%3D%3D%23RT%3A150%23TRC%3A150%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEUgA8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z25GQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTAlMjNUUkMlM0ExNTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BQ0VVZ0E4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "66cf0654-7917-4c9e-beee-dfe88092b1b3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14635" - ], - "X-Ms-Request-Id": [ - "f27b24e6-9dd1-4c09-96e3-cbaae4429db8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "5417bf35-e397-4399-9845-d627032dd187" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052924Z:5417bf35-e397-4399-9845-d627032dd187" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:23 GMT" - ], - "Content-Length": [ - "1246" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-licked\",\r\n \"name\": \"e2e-licked\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-licked-namespace\",\r\n \"displayName\": \"e2e-licked-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/licked-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27goFAAAAAAAAA%3D%3D%23RT%3A151%23TRC%3A151%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEUAA8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27goFAAAAAAAAA%3D%3D%23RT%3A151%23TRC%3A151%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEUAA8xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z29GQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTElMjNUUkMlM0ExNTElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BQ0VVQUE4eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2514eaa9-528c-4dae-96c7-34a2f5d7e1cb" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14634" - ], - "X-Ms-Request-Id": [ - "07c08627-6541-4401-aa14-f88d82212588" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "4b04571d-fa29-4226-9be8-feebbe502c46" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052924Z:4b04571d-fa29-4226-9be8-feebbe502c46" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:23 GMT" - ], - "Content-Length": [ - "1246" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mortar\",\r\n \"name\": \"e2e-mortar\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-mortar-namespace\",\r\n \"displayName\": \"e2e-mortar-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/mortar-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gpFAAAAAAAAA%3D%3D%23RT%3A152%23TRC%3A152%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEUAA4xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gpFAAAAAAAAA%3D%3D%23RT%3A152%23TRC%3A152%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEUAA4xAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3BGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTIlMjNUUkMlM0ExNTIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BQ0VVQUE0eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a167ef0f-8f04-4d28-93d0-88688a87274d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14633" - ], - "X-Ms-Request-Id": [ - "4d969cca-69b5-4f1d-a12e-47f232f87e1f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "84a157e2-b218-4fa0-a3b8-8bc40263b5f1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052924Z:84a157e2-b218-4fa0-a3b8-8bc40263b5f1" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:24 GMT" - ], - "Content-Length": [ - "1246" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-coeval\",\r\n \"name\": \"e2e-coeval\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-coeval-namespace\",\r\n \"displayName\": \"e2e-coeval-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/coeval-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqFAAAAAAAAA%3D%3D%23RT%3A153%23TRC%3A153%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEUAAwxAAAeIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqFAAAAAAAAA%3D%3D%23RT%3A153%23TRC%3A153%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEUAAwxAAAeIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3FGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTMlMjNUUkMlM0ExNTMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BQ0VVQUF3eEFBQWVJUUFBREElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "74b836d9-0d07-4193-960f-7fade03305a2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14632" - ], - "X-Ms-Request-Id": [ - "3f92cdd8-4935-4988-a983-5dad996ffb1b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "a57d2ec9-3e47-4ec0-b64e-c9648081cf6c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052924Z:a57d2ec9-3e47-4ec0-b64e-c9648081cf6c" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:24 GMT" - ], - "Content-Length": [ - "1240" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-apices\",\r\n \"name\": \"e2e-apices\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-apices-namespace\",\r\n \"displayName\": \"e2e-apices-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/apices-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27grFAAAAAAAAA%3D%3D%23RT%3A154%23TRC%3A154%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAKACuUMQAAHiEAAAw%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27grFAAAAAAAAA%3D%3D%23RT%3A154%23TRC%3A154%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAKACuUMQAAHiEAAAw%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3JGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTQlMjNUUkMlM0ExNTQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQUtBQ3VVTVFBQUhpRUFBQXclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c4dd9756-d7ec-4f0c-920f-533d626053b0" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14631" - ], - "X-Ms-Request-Id": [ - "d7044355-e538-4b51-999c-83d184845c87" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "4711aea8-7a56-42c2-94f6-bbdbba951251" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052925Z:4711aea8-7a56-42c2-94f6-bbdbba951251" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:24 GMT" - ], - "Content-Length": [ - "1274" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-canted\",\r\n \"name\": \"e2e-canted\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-canted-namespace\",\r\n \"displayName\": \"e2e-canted-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/canted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hpFAAAAAAAAA%3D%3D%23RT%3A155%23TRC%3A155%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAIAGEUAB4hAAAM&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hpFAAAAAAAAA%3D%3D%23RT%3A155%23TRC%3A155%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAIAGEUAB4hAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHBGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTUlMjNUUkMlM0ExNTUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQUlBR0VVQUI0aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "da0fd1b9-0a49-4ff2-86e7-12b3dda2dc61" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14630" - ], - "X-Ms-Request-Id": [ - "ba342310-f7b9-4ef1-978f-2ba5f669e46a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "44fdea14-5ea3-4405-b538-6299be39d811" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052925Z:44fdea14-5ea3-4405-b538-6299be39d811" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:24 GMT" - ], - "Content-Length": [ - "1237" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-seduce\",\r\n \"name\": \"e2e-seduce\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-seduce-namespace\",\r\n \"displayName\": \"e2e-seduce-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/seduce-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqFAAAAAAAAA%3D%3D%23RT%3A156%23TRC%3A156%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAIAGEUABwhAAAM&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqFAAAAAAAAA%3D%3D%23RT%3A156%23TRC%3A156%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAIAGEUABwhAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHFGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTYlMjNUUkMlM0ExNTYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQUlBR0VVQUJ3aEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "852d459d-ae8b-47c7-86d1-1d2ca937e2f1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14629" - ], - "X-Ms-Request-Id": [ - "9af8eaf0-6727-488d-8050-327791826851" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "fa210db3-fd16-4585-be9b-909385158f17" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052925Z:fa210db3-fd16-4585-be9b-909385158f17" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:25 GMT" - ], - "Content-Length": [ - "1237" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-pearly\",\r\n \"name\": \"e2e-pearly\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-pearly-namespace\",\r\n \"displayName\": \"e2e-pearly-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/pearly-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hrFAAAAAAAAA%3D%3D%23RT%3A157%23TRC%3A157%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAIAGEUABghAAAM&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hrFAAAAAAAAA%3D%3D%23RT%3A157%23TRC%3A157%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAIAGEUABghAAAM&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHJGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTclMjNUUkMlM0ExNTclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQUlBR0VVQUJnaEFBQU0mYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c00b69b6-7fb7-4626-a2a9-228425f394bb" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14628" - ], - "X-Ms-Request-Id": [ - "541eb2fb-8b38-4716-9204-fcaefde7de71" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "41d5243e-adf6-49ad-bff8-12afe70d14fd" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052925Z:41d5243e-adf6-49ad-bff8-12afe70d14fd" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:25 GMT" - ], - "Content-Length": [ - "1241" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-teeter\",\r\n \"name\": \"e2e-teeter\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-teeter-namespace\",\r\n \"displayName\": \"e2e-teeter-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/teeter-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hsFAAAAAAAAA%3D%3D%23RT%3A158%23TRC%3A158%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAGAGyUIQAADA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hsFAAAAAAAAA%3D%3D%23RT%3A158%23TRC%3A158%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAGAGyUIQAADA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHNGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTglMjNUUkMlM0ExNTglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQUdBR3lVSVFBQURBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fd368f35-5cbe-4d05-8745-e6de7fb62548" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14627" - ], - "X-Ms-Request-Id": [ - "4d024c64-3f23-4bf2-913a-d165dd9f93d4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "b8cd1379-3907-493c-b589-b929c60e79d6" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052926Z:b8cd1379-3907-493c-b589-b929c60e79d6" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:25 GMT" - ], - "Content-Length": [ - "1753" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-csharp-sdk-test\",\r\n \"name\": \"cl-csharp-sdk-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"createdByType\": \"Application\",\r\n \"createdAt\": \"2021-03-19T05:27:12.2862857Z\",\r\n \"lastModifiedBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"lastModifiedByType\": \"Application\",\r\n \"lastModifiedAt\": \"2021-03-19T05:27:47.3190794Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace\",\r\n \"displayName\": \"cl-csharp-sdk-test\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator-ansible\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iaFAAAAAAAAA%3D%3D%23RT%3A159%23TRC%3A159%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAZoUAAAAAAAAmxQAAAAAAAA%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iaFAAAAAAAAA%3D%3D%23RT%3A159%23TRC%3A159%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAZoUAAAAAAAAmxQAAAAAAAA%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWFGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTklMjNUUkMlM0ExNTklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQVpvVUFBQUFBQUFBbXhRQUFBQUFBQUElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0052eb28-bade-4655-bf4b-75aeeac48b3a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14626" - ], - "X-Ms-Request-Id": [ - "6bbdcb1f-093b-4dc7-9599-a9b08a71cd68" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "e565117e-68ff-4827-b610-27364cf421d1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052926Z:e565117e-68ff-4827-b610-27364cf421d1" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:25 GMT" - ], - "Content-Length": [ - "1129" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bukshi\",\r\n \"name\": \"e2e-bukshi\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bukshi-namespace\",\r\n \"displayName\": \"e2e-bukshi-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/pacaya-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bukshi-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.ExtendedLocation/customLocations/cl-csharp-sdk-test?api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlR3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXh0ZW5kZWRMb2NhdGlvbi9jdXN0b21Mb2NhdGlvbnMvY2wtY3NoYXJwLXNkay10ZXN0P2FwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "26d032f5-7adc-4af1-987d-79ae26ad6a2a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/locations/eastus/operationresults/48b96f96-6b4a-429f-ac42-ef0a785c4e86?api-version=2021-03-15-preview" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "Azure-Asyncoperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/locations/eastus/operationsstatus/48b96f96-6b4a-429f-ac42-ef0a785c4e86?api-version=2021-03-15-preview" - ], - "X-Ms-Request-Id": [ - "48b96f96-6b4a-429f-ac42-ef0a785c4e86" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "3e96f893-5851-459a-b0c0-64dbc9ed28e8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052927Z:3e96f893-5851-459a-b0c0-64dbc9ed28e8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:27 GMT" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/locations/eastus/operationsstatus/48b96f96-6b4a-429f-ac42-ef0a785c4e86?api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNzdGF0dXMvNDhiOTZmOTYtNmI0YS00MjlmLWFjNDItZWYwYTc4NWM0ZTg2P2FwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14625" - ], - "X-Ms-Request-Id": [ - "48b96f96-6b4a-429f-ac42-ef0a785c4e86" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "116af9ec-3bce-41a1-b6c5-19f8e6166fab" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052957Z:116af9ec-3bce-41a1-b6c5-19f8e6166fab" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:56 GMT" - ], - "Content-Length": [ - "323" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/Microsoft.ExtendedLocation/locations/eastus/operationsstatus/48b96f96-6b4a-429f-ac42-ef0a785c4e86\",\r\n \"name\": \"48b96f96-6b4a-429f-ac42-ef0a785c4e86\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T05:29:27.114624098Z\",\r\n \"endTime\": \"2021-03-19T05:29:36.129964743Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/locations/eastus/operationresults/48b96f96-6b4a-429f-ac42-ef0a785c4e86?api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnJlc3VsdHMvNDhiOTZmOTYtNmI0YS00MjlmLWFjNDItZWYwYTc4NWM0ZTg2P2FwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14624" - ], - "Azure-Asyncoperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/locations/eastus/operationsstatus/48b96f96-6b4a-429f-ac42-ef0a785c4e86?api-version=2021-03-15-preview" - ], - "X-Ms-Request-Id": [ - "48b96f96-6b4a-429f-ac42-ef0a785c4e86" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "dd3f739c-0791-4ae0-89b7-82f9caae89a0" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052957Z:dd3f739c-0791-4ae0-89b7-82f9caae89a0" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:56 GMT" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gjCAAAAAAAAA%3D%3D%23RT%3A1%23TRC%3A1%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIImM3HxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2pDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExJTIzVFJDJTNBMSUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFCNkFDSUltTTNIeGlPQWtvQU9nQyUyQkFBc0JuUHg0Y0tvQnFnQUxBQUVLQUJCYUE0UUFNQUJFQUFBTmJnREVBQmdCREFXQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b8766fb1-d067-41a9-85a4-85c554f8c9ef" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14622" - ], - "X-Ms-Request-Id": [ - "68306449-a232-448a-8c9c-79a154c486e5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "9d83f793-0e8f-4cdf-a0ed-c9278bfb400e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052958Z:9d83f793-0e8f-4cdf-a0ed-c9278bfb400e" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:58 GMT" - ], - "Content-Length": [ - "1386" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-yeager\",\r\n \"name\": \"e2e-yeager\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-yeager-namespace\",\r\n \"displayName\": \"e2e-yeager-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/yeager-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gkCAAAAAAAAA%3D%3D%23RT%3A2%23TRC%3A2%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIkM3HxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gkCAAAAAAAAA%3D%3D%23RT%3A2%23TRC%3A2%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIkM3HxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2tDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyJTIzVFJDJTNBMiUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFCNkFDSUlrTTNIeGlPQWtvQU9nQyUyQkFBc0JuUHg0Y0tvQnFnQUxBQUVLQUJCYUE0UUFNQUJFQUFBTmJnREVBQmdCREFXQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9409efcb-d6fe-4ae2-9fd0-64d4befee31c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14621" - ], - "X-Ms-Request-Id": [ - "cee56621-b8ba-4760-91c4-c12badedcd6e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "4223b108-8e34-4569-ab02-61be237e5b65" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052958Z:4223b108-8e34-4569-ab02-61be237e5b65" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:58 GMT" - ], - "Content-Length": [ - "1388" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-feasts\",\r\n \"name\": \"e2e-feasts\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-feasts-namespace\",\r\n \"displayName\": \"e2e-feasts-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/feasts-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnCAAAAAAAAA%3D%3D%23RT%3A3%23TRC%3A3%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIgM3HxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnCAAAAAAAAA%3D%3D%23RT%3A3%23TRC%3A3%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIgM3HxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z25DQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzJTIzVFJDJTNBMyUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFCNkFDSUlnTTNIeGlPQWtvQU9nQyUyQkFBc0JuUHg0Y0tvQnFnQUxBQUVLQUJCYUE0UUFNQUJFQUFBTmJnREVBQmdCREFXQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fadcb801-e359-4b6a-b330-2e8397c8e33d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14620" - ], - "X-Ms-Request-Id": [ - "24b386ea-968e-48ad-96d2-587982563c42" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "62600306-6b2c-4474-916d-82f69f041baa" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052958Z:62600306-6b2c-4474-916d-82f69f041baa" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:58 GMT" - ], - "Content-Length": [ - "1388" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fergus\",\r\n \"name\": \"e2e-fergus\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fergus-namespace\",\r\n \"displayName\": \"e2e-fergus-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fergus-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27goCAAAAAAAAA%3D%3D%23RT%3A4%23TRC%3A4%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIAM3HxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27goCAAAAAAAAA%3D%3D%23RT%3A4%23TRC%3A4%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIAM3HxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z29DQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0JTIzVFJDJTNBNCUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFCNkFDSUlBTTNIeGlPQWtvQU9nQyUyQkFBc0JuUHg0Y0tvQnFnQUxBQUVLQUJCYUE0UUFNQUJFQUFBTmJnREVBQmdCREFXQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5b0ae3d9-6273-4a28-97bc-fd0a861e81d9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14619" - ], - "X-Ms-Request-Id": [ - "223fd3ad-f2d3-49e1-bf52-ba86aca4f4eb" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "370dc9bf-ab3a-41d5-b183-c442f79b1321" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052959Z:370dc9bf-ab3a-41d5-b183-c442f79b1321" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:59 GMT" - ], - "Content-Length": [ - "1388" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sender\",\r\n \"name\": \"e2e-sender\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sender-namespace\",\r\n \"displayName\": \"e2e-sender-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sender-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqCAAAAAAAAA%3D%3D%23RT%3A5%23TRC%3A5%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIAMzHxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqCAAAAAAAAA%3D%3D%23RT%3A5%23TRC%3A5%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIAMzHxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3FDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1JTIzVFJDJTNBNSUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFCNkFDSUlBTXpIeGlPQWtvQU9nQyUyQkFBc0JuUHg0Y0tvQnFnQUxBQUVLQUJCYUE0UUFNQUJFQUFBTmJnREVBQmdCREFXQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fd47fa4d-c7d1-4a43-95a8-5e24ba0c4bb2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14618" - ], - "X-Ms-Request-Id": [ - "d1b1916f-a974-43aa-8ef8-4e655d42eb3c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "1fb6d358-c354-431f-a27b-bac1273ff95c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052959Z:1fb6d358-c354-431f-a27b-bac1273ff95c" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:59 GMT" - ], - "Content-Length": [ - "1388" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-poncho\",\r\n \"name\": \"e2e-poncho\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-poncho-namespace\",\r\n \"displayName\": \"e2e-poncho-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/poncho-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27grCAAAAAAAAA%3D%3D%23RT%3A6%23TRC%3A6%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIAMjHxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27grCAAAAAAAAA%3D%3D%23RT%3A6%23TRC%3A6%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIAMjHxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3JDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2JTIzVFJDJTNBNiUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFCNkFDSUlBTWpIeGlPQWtvQU9nQyUyQkFBc0JuUHg0Y0tvQnFnQUxBQUVLQUJCYUE0UUFNQUJFQUFBTmJnREVBQmdCREFXQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0325c217-be7c-424e-a738-248e2aa3aecf" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14617" - ], - "X-Ms-Request-Id": [ - "4bd51010-40d6-402d-b16f-649ffb01dda7" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "5fe2049b-e827-4047-9627-d9da790d2c1c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T052959Z:5fe2049b-e827-4047-9627-d9da790d2c1c" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:59 GMT" - ], - "Content-Length": [ - "1388" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-surfed\",\r\n \"name\": \"e2e-surfed\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-surfed-namespace\",\r\n \"displayName\": \"e2e-surfed-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/surfed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27guCAAAAAAAAA%3D%3D%23RT%3A7%23TRC%3A7%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIAMDHxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27guCAAAAAAAAA%3D%3D%23RT%3A7%23TRC%3A7%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6ACIIAMDHxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3VDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3JTIzVFJDJTNBNyUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFCNkFDSUlBTURIeGlPQWtvQU9nQyUyQkFBc0JuUHg0Y0tvQnFnQUxBQUVLQUJCYUE0UUFNQUJFQUFBTmJnREVBQmdCREFXQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e34cce5f-530d-4a8c-8b47-0ca059c44138" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14616" - ], - "X-Ms-Request-Id": [ - "dd83bf18-7ac3-4e64-b851-cf95f9adbf27" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "11f247d9-825b-4b8d-8a83-7692aacda1d8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053000Z:11f247d9-825b-4b8d-8a83-7692aacda1d8" - ], - "Date": [ - "Fri, 19 Mar 2021 05:29:59 GMT" - ], - "Content-Length": [ - "1390" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-peeves\",\r\n \"name\": \"e2e-peeves\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-peeves-namespace\",\r\n \"displayName\": \"e2e-peeves-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/peeves-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gvCAAAAAAAAA%3D%3D%23RT%3A8%23TRC%3A8%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6AC%2BIAcDHxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gvCAAAAAAAAA%3D%3D%23RT%3A8%23TRC%3A8%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6AC%2BIAcDHxiOAkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3ZDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4JTIzVFJDJTNBOCUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFCNkFDJTJCSUFjREh4aU9Ba29BT2dDJTJCQUFzQm5QeDRjS29CcWdBTEFBRUtBQkJhQTRRQU1BQkVBQUFOYmdERUFCZ0JEQVdBQUFHQVlBQklBQUdBR0FCRUFBR0FoQURBQUVnQU1BQUFFUVFHNHdSaUJjWUF6QU1BUEFQMzMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBWSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "346b2359-02f9-44f1-bb50-3203b2f3bf49" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14615" - ], - "X-Ms-Request-Id": [ - "286f5ae6-59ef-4703-bbbe-0663f50c46ff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "7978b8be-8b38-40e6-b795-e6cd7ee7045b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053000Z:7978b8be-8b38-40e6-b795-e6cd7ee7045b" - ], - "Date": [ - "Fri, 19 Mar 2021 05:30:00 GMT" - ], - "Content-Length": [ - "1422" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-wigeon\",\r\n \"name\": \"e2e-wigeon\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-wigeon-namespace\",\r\n \"displayName\": \"e2e-wigeon-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/wigeon-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gwCAAAAAAAAA%3D%3D%23RT%3A9%23TRC%3A9%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIx8YjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gwCAAAAAAAAA%3D%3D%23RT%3A9%23TRC%3A9%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIx8YjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3dDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5JTIzVFJDJTNBOSUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFCNEFERUl4OFlqZ0pLQURvQXZnQUxBWno4ZUhDcUFhb0FDd0FCQ2dBUVdnT0VBREFBUkFBQURXNEF4QUFZQVF3RmdBQUJnR0FBU0FBQmdCZ0FSQUFCZ0lRQXdBQklBREFBQUJFRUJ1TUVZZ1hHQU13REFEd0Q5OSUyRjlSQUFBZUFRRUdBQ2lBZjRBRHdGa04zQiUyQjhUMkVBJTJGdzh4QUFBZUlRQUFHQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3f436bd9-090f-470c-a113-93c2b8bfe169" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14614" - ], - "X-Ms-Request-Id": [ - "9fa89398-de23-442d-9d26-24992bd18c76" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "9c062922-2a40-40ff-ac36-3de6d10a9cae" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053000Z:9c062922-2a40-40ff-ac36-3de6d10a9cae" - ], - "Date": [ - "Fri, 19 Mar 2021 05:30:00 GMT" - ], - "Content-Length": [ - "1424" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-levees\",\r\n \"name\": \"e2e-levees\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-levees-namespace\",\r\n \"displayName\": \"e2e-levees-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/levees-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxCAAAAAAAAA%3D%3D%23RT%3A10%23TRC%3A10%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIxsYjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxCAAAAAAAAA%3D%3D%23RT%3A10%23TRC%3A10%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIxsYjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3hDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMCUyM1RSQyUzQTEwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUI0QURFSXhzWWpnSktBRG9BdmdBTEFaejhlSENxQWFvQUN3QUJDZ0FRV2dPRUFEQUFSQUFBRFc0QXhBQVlBUXdGZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5f80830f-a6d4-4981-801e-d1271560b595" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14613" - ], - "X-Ms-Request-Id": [ - "d282eeae-62ae-434f-b0d5-8d9be832bcbf" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "ade6a5b0-cb1e-4359-9e01-80a3279587d1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053000Z:ade6a5b0-cb1e-4359-9e01-80a3279587d1" - ], - "Date": [ - "Fri, 19 Mar 2021 05:30:00 GMT" - ], - "Content-Length": [ - "1424" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fiddle\",\r\n \"name\": \"e2e-fiddle\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fiddle-namespace\",\r\n \"displayName\": \"e2e-fiddle-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fiddle-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gyCAAAAAAAAA%3D%3D%23RT%3A11%23TRC%3A11%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIxMYjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gyCAAAAAAAAA%3D%3D%23RT%3A11%23TRC%3A11%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIxMYjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3lDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMSUyM1RSQyUzQTExJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUI0QURFSXhNWWpnSktBRG9BdmdBTEFaejhlSENxQWFvQUN3QUJDZ0FRV2dPRUFEQUFSQUFBRFc0QXhBQVlBUXdGZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cfed49b5-e7e9-4114-9484-3a20063bc667" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14612" - ], - "X-Ms-Request-Id": [ - "903242c9-d58e-4ea7-a896-721017dc2130" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "4304dd17-2f40-4cc1-93f1-0580aa21554b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053001Z:4304dd17-2f40-4cc1-93f1-0580aa21554b" - ], - "Date": [ - "Fri, 19 Mar 2021 05:30:00 GMT" - ], - "Content-Length": [ - "1424" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-plover\",\r\n \"name\": \"e2e-plover\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-plover-namespace\",\r\n \"displayName\": \"e2e-plover-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/plover-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g2CAAAAAAAAA%3D%3D%23RT%3A12%23TRC%3A12%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIwMYjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g2CAAAAAAAAA%3D%3D%23RT%3A12%23TRC%3A12%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIwMYjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzJDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMiUyM1RSQyUzQTEyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUI0QURFSXdNWWpnSktBRG9BdmdBTEFaejhlSENxQWFvQUN3QUJDZ0FRV2dPRUFEQUFSQUFBRFc0QXhBQVlBUXdGZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "68f79bea-549e-4c99-8c4f-6cfdee733d1e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14611" - ], - "X-Ms-Request-Id": [ - "34a1eaed-bb11-4174-8d5f-70182b616dc9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "07eee574-5448-4369-9722-c98aad25d0d1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053001Z:07eee574-5448-4369-9722-c98aad25d0d1" - ], - "Date": [ - "Fri, 19 Mar 2021 05:30:01 GMT" - ], - "Content-Length": [ - "1424" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-tartan\",\r\n \"name\": \"e2e-tartan\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-tartan-namespace\",\r\n \"displayName\": \"e2e-tartan-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/tartan-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g3CAAAAAAAAA%3D%3D%23RT%3A13%23TRC%3A13%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIgMYjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g3CAAAAAAAAA%3D%3D%23RT%3A13%23TRC%3A13%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIgMYjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzNDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMyUyM1RSQyUzQTEzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUI0QURFSWdNWWpnSktBRG9BdmdBTEFaejhlSENxQWFvQUN3QUJDZ0FRV2dPRUFEQUFSQUFBRFc0QXhBQVlBUXdGZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b7ee8c4d-8a42-4bbb-9355-064c1604d499" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29812.02", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14610" - ], - "X-Ms-Request-Id": [ - "f4c3e71a-47ea-42f0-93c5-3bf6955979db" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-correlation-request-id": [ - "8344e776-100f-423d-9dfc-b66be07a046a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053001Z:8344e776-100f-423d-9dfc-b66be07a046a" - ], - "Date": [ - "Fri, 19 Mar 2021 05:30:01 GMT" - ], - "Content-Length": [ - "1424" + "1258" ], "Content-Type": [ "application/json" @@ -23181,23 +17895,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-coiled\",\r\n \"name\": \"e2e-coiled\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-coiled-namespace\",\r\n \"displayName\": \"e2e-coiled-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/coiled-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g5CAAAAAAAAA%3D%3D%23RT%3A14%23TRC%3A14%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIAMYjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-ravine\",\r\n \"name\": \"e2e-ravine\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-vogues-namespace\",\r\n \"displayName\": \"e2e-ravine-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/vogues-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hgIwAAAAAAAA%3D%3D%23RT%3A121%23TRC%3A121%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAYAGCjj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g5CAAAAAAAAA%3D%3D%23RT%3A14%23TRC%3A14%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIAMYjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzVDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNCUyM1RSQyUzQTE0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUI0QURFSUFNWWpnSktBRG9BdmdBTEFaejhlSENxQWFvQUN3QUJDZ0FRV2dPRUFEQUFSQUFBRFc0QXhBQVlBUXdGZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hgIwAAAAAAAA%3D%3D%23RT%3A121%23TRC%3A121%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAYAGCjj4CBAAAMwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGdJd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjElMjNUUkMlM0ExMjElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVlBR0NqajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFTUGdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "671e3636-0c59-4980-82fb-27dc61aff8dd" + "9de7ae58-50de-4497-bf3f-bfdf12e8e5cd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -23211,10 +17925,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14609" + "14713" ], "X-Ms-Request-Id": [ - "17ccce3d-426f-432d-a251-e5522592f3c9" + "882e0a85-0da3-4481-9488-d7371d2a6c9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23222,20 +17936,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "3c3dcdfd-37ab-48bb-9316-4175ebb244fd" + "c2c455ab-b232-4319-80cc-68e6fb0c1a14" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053001Z:3c3dcdfd-37ab-48bb-9316-4175ebb244fd" + "CENTRALUS:20210505T215025Z:c2c455ab-b232-4319-80cc-68e6fb0c1a14" + ], + "X-MSEdge-Ref": [ + "Ref A: CCE3A3517CA1473D93DB65973F9DD63C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:25Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:01 GMT" + "Wed, 05 May 2021 21:50:24 GMT" ], "Content-Length": [ - "1424" + "1254" ], "Content-Type": [ "application/json" @@ -23244,23 +17958,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-harold\",\r\n \"name\": \"e2e-harold\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-harold-namespace\",\r\n \"displayName\": \"e2e-harold-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/harold-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g6CAAAAAAAAA%3D%3D%23RT%3A15%23TRC%3A15%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIAMQjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-davids\",\r\n \"name\": \"e2e-davids\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-wheezy-namespace\",\r\n \"displayName\": \"e2e-davids-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/wheezy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j-IwAAAAAAAA%3D%3D%23RT%3A122%23TRC%3A122%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAWAP%2BjgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g6CAAAAAAAAA%3D%3D%23RT%3A15%23TRC%3A15%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIAMQjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzZDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNSUyM1RSQyUzQTE1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUI0QURFSUFNUWpnSktBRG9BdmdBTEFaejhlSENxQWFvQUN3QUJDZ0FRV2dPRUFEQUFSQUFBRFc0QXhBQVlBUXdGZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j-IwAAAAAAAA%3D%3D%23RT%3A122%23TRC%3A122%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAWAP%2BjgQAADMCA44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ai1Jd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjIlMjNUUkMlM0ExMjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVdBUCUyQmpnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUVqNEElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae2db68e-8a3a-4076-90c3-f5bbd6c25ecc" + "e897a235-b743-4c17-8682-c8dda566b860" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -23274,10 +17988,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14608" + "14541" ], "X-Ms-Request-Id": [ - "39815231-f6ac-4d1b-923d-70d04409ce95" + "a7a9efce-acbb-441f-8792-cefb8259f22e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23285,20 +17999,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "1c9f332c-b930-4180-bebc-3189268e0afd" + "480fe27e-d169-46c6-880e-fabd270b653b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053002Z:1c9f332c-b930-4180-bebc-3189268e0afd" + "CENTRALUS:20210505T215025Z:480fe27e-d169-46c6-880e-fabd270b653b" + ], + "X-MSEdge-Ref": [ + "Ref A: 7D9F12B446754E9EA1246B1479F64D97 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:25Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:01 GMT" + "Wed, 05 May 2021 21:50:24 GMT" ], "Content-Length": [ - "1426" + "1248" ], "Content-Type": [ "application/json" @@ -23307,23 +18021,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-raceme\",\r\n \"name\": \"e2e-raceme\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-raceme-namespace\",\r\n \"displayName\": \"e2e-raceme-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/raceme-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g%2BCAAAAAAAAA%3D%3D%23RT%3A16%23TRC%3A16%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIAMAjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-guying\",\r\n \"name\": \"e2e-guying\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-levine-namespace\",\r\n \"displayName\": \"e2e-guying-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/levine-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iKJAAAAAAAAA%3D%3D%23RT%3A123%23TRC%3A123%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAIEkAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g%2BCAAAAAAAAA%3D%3D%23RT%3A16%23TRC%3A16%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADEIAMAjgJKADoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZyUyQkNBQUFBQUFBQUElM0QlM0QlMjNSVCUzQTE2JTIzVFJDJTNBMTYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQjRBREVJQU1BamdKS0FEb0F2Z0FMQVp6OGVIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iKJAAAAAAAAA%3D%3D%23RT%3A123%23TRC%3A123%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAIEkAAzAgOOANYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUtKQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjMlMjNUUkMlM0ExMjMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVVBSUVrQUF6QWdPT0FOWUJEQUFBR0dBQUFCSSUyQkEmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "437ccc77-5e51-415e-8ae2-d2d8fa37ffb5" + "29f22957-b7fc-4755-ad25-09232b97bf78" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -23337,10 +18051,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14607" + "14712" ], "X-Ms-Request-Id": [ - "c2f62b72-34e1-4017-a8be-4a7a2171539c" + "35e8c270-af57-46f4-b49f-ba296c13fbb7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23348,20 +18062,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "656ecb52-32a8-4912-a748-5c9123e1219c" + "00a7452f-2575-48fd-81e6-8abe4ca4718f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053002Z:656ecb52-32a8-4912-a748-5c9123e1219c" + "CENTRALUS:20210505T215025Z:00a7452f-2575-48fd-81e6-8abe4ca4718f" + ], + "X-MSEdge-Ref": [ + "Ref A: 65112FFC81C34905ACF843D193379A78 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:25Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:02 GMT" + "Wed, 05 May 2021 21:50:24 GMT" ], "Content-Length": [ - "1422" + "1250" ], "Content-Type": [ "application/json" @@ -23370,23 +18084,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-walker\",\r\n \"name\": \"e2e-walker\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-walker-namespace\",\r\n \"displayName\": \"e2e-walker-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/walker-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g-CAAAAAAAAA%3D%3D%23RT%3A17%23TRC%3A17%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB2AD%2BII4CSgA6AL4ACwGc%2FHhwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-tinker\",\r\n \"name\": \"e2e-tinker\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-hereby-namespace\",\r\n \"displayName\": \"e2e-tinker-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/hereby-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iLJAAAAAAAAA%3D%3D%23RT%3A124%23TRC%3A124%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAIukwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g-CAAAAAAAAA%3D%3D%23RT%3A17%23TRC%3A17%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB2AD%2BII4CSgA6AL4ACwGc%2FHhwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Zy1DQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNyUyM1RSQyUzQTE3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUIyQUQlMkJJSTRDU2dBNkFMNEFDd0djJTJGSGh3cWdHcUFBc0FBUW9BRUZvRGhBQXdBRVFBQUExdUFNUUFHQUVNQllBQUFZQmdBRWdBQVlBWUFFUUFBWUNFQU1BQVNBQXdBQUFSQkFiakJHSUZ4Z0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFCZyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iLJAAAAAAAAA%3D%3D%23RT%3A124%23TRC%3A124%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAIukwIDjgDWAQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUxKQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjQlMjNUUkMlM0ExMjQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVNBSXVrd0lEamdEV0FRd0FBQmhnQUFBU1BnQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4a640ce-59b8-4add-a34f-a9a42e47f166" + "8cd67b9f-aeef-41e8-9ed8-fe7f0d0179d6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -23400,10 +18114,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14606" + "14540" ], "X-Ms-Request-Id": [ - "f67c86a6-66c9-4b8f-99eb-c719878a7e4f" + "2bc8b778-6599-43f9-905a-37000fc30f8a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23411,20 +18125,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "486d2129-c125-408d-98e5-572738091ddb" + "b8b2fb47-5ca4-4217-bc2e-13ff6ba19846" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053002Z:486d2129-c125-408d-98e5-572738091ddb" + "CENTRALUS:20210505T215026Z:b8b2fb47-5ca4-4217-bc2e-13ff6ba19846" + ], + "X-MSEdge-Ref": [ + "Ref A: 9A9EDEEA275849788A3E7274B61DFE09 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:25Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:02 GMT" + "Wed, 05 May 2021 21:50:25 GMT" ], "Content-Length": [ - "1383" + "1243" ], "Content-Type": [ "application/json" @@ -23433,23 +18147,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-trumps\",\r\n \"name\": \"e2e-trumps\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-trumps-namespace\",\r\n \"displayName\": \"e2e-trumps-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/trumps-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjCAAAAAAAAA%3D%3D%23RT%3A18%23TRC%3A18%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB0AGOIkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gizmos\",\r\n \"name\": \"e2e-gizmos\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-newbie-namespace\",\r\n \"displayName\": \"e2e-gizmos-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/newbie-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hQJQAAAAAAAA%3D%3D%23RT%3A125%23TRC%3A125%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQAFCl44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjCAAAAAAAAA%3D%3D%23RT%3A18%23TRC%3A18%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB0AGOIkoAOgC%2BAAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGpDQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExOCUyM1RSQyUzQTE4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUIwQUdPSWtvQU9nQyUyQkFBc0JuUHg0Y0tvQnFnQUxBQUVLQUJCYUE0UUFNQUJFQUFBTmJnREVBQmdCREFXQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hQJQAAAAAAAA%3D%3D%23RT%3A125%23TRC%3A125%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQAFCl44A1gEMAAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFFKUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjUlMjNUUkMlM0ExMjUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVFBRkNsNDRBMWdFTUFBQVlZQUFBRWo0QSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56e65356-6a1e-4395-81c4-8df60dece4e8" + "d645c485-4bf6-4419-b0a4-c8bd61b553d0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -23463,10 +18177,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14605" + "14711" ], "X-Ms-Request-Id": [ - "77cd4bdd-3a11-43ec-ad0e-1f19b8f5fde6" + "0602a1d2-dd84-4636-963a-868d3de58aeb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23474,20 +18188,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "55161e45-cde8-4c65-8227-6f9aaa8f4ff7" + "354c79e3-79a2-4f41-9e57-4b84562dde70" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053002Z:55161e45-cde8-4c65-8227-6f9aaa8f4ff7" + "CENTRALUS:20210505T215026Z:354c79e3-79a2-4f41-9e57-4b84562dde70" + ], + "X-MSEdge-Ref": [ + "Ref A: 770D6FC5B4F6410AA1E5D796BE766BD0 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:26Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:02 GMT" + "Wed, 05 May 2021 21:50:25 GMT" ], "Content-Length": [ - "1385" + "1214" ], "Content-Type": [ "application/json" @@ -23496,23 +18210,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bovine\",\r\n \"name\": \"e2e-bovine\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bovine-namespace\",\r\n \"displayName\": \"e2e-bovine-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bovine-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gCCQAAAAAAAA%3D%3D%23RT%3A19%23TRC%3A19%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAByAAKJDoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/al-test2\",\r\n \"name\": \"al-test2\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace-ansible\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator-ansible\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"Kubeconfig\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hDJgAAAAAAAA%3D%3D%23RT%3A126%23TRC%3A126%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAOAEOmNYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gCCQAAAAAAAA%3D%3D%23RT%3A19%23TRC%3A19%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAByAAKJDoAvgALAZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0NDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExOSUyM1RSQyUzQTE5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJ5QUFLSkRvQXZnQUxBWno4ZUhDcUFhb0FDd0FCQ2dBUVdnT0VBREFBUkFBQURXNEF4QUFZQVF3RmdBQUJnR0FBU0FBQmdCZ0FSQUFCZ0lRQXdBQklBREFBQUJFRUJ1TUVZZ1hHQU13REFEd0Q5OSUyRjlSQUFBZUFRRUdBQ2lBZjRBRHdGa04zQiUyQjhUMkVBJTJGdzh4QUFBZUlRQUFHQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hDJgAAAAAAAA%3D%3D%23RT%3A126%23TRC%3A126%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAOAEOmNYBDAAAGGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aERKZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjYlMjNUUkMlM0ExMjYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU9BRU9tTllCREFBQUdHQUFBQkklMkJBJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "532169af-569a-4c5d-b386-3c61c7dbfd96" + "2aabdea6-854c-4f3f-bfd4-159829b4814d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -23526,10 +18240,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14604" + "14539" ], "X-Ms-Request-Id": [ - "49ff4474-76e3-4137-8cf6-4f982a597841" + "3393de0b-b12b-4220-9344-6ab104af2076" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23537,20 +18251,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "2c7d0671-115a-4c23-9fd1-062ce2139545" + "5fc9c1a3-70aa-460d-bbc3-7fa66e3d3fb8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053003Z:2c7d0671-115a-4c23-9fd1-062ce2139545" + "CENTRALUS:20210505T215026Z:5fc9c1a3-70aa-460d-bbc3-7fa66e3d3fb8" + ], + "X-MSEdge-Ref": [ + "Ref A: EC3A3A0E42754F39B65FC232DF73282C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:26Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:02 GMT" + "Wed, 05 May 2021 21:50:25 GMT" ], "Content-Length": [ - "1378" + "1224" ], "Content-Type": [ "application/json" @@ -23559,23 +18273,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mammas\",\r\n \"name\": \"e2e-mammas\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-mammas-namespace\",\r\n \"displayName\": \"e2e-mammas-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/mammas-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27geCQAAAAAAAA%3D%3D%23RT%3A20%23TRC%3A20%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABwAB6JL4ACwGc%2FHhwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/back-compat-test\",\r\n \"name\": \"back-compat-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator-ansible\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"Kubeconfig\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iFJgAAAAAAAA%3D%3D%23RT%3A127%23TRC%3A127%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMAIWmQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27geCQAAAAAAAA%3D%3D%23RT%3A20%23TRC%3A20%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABwAB6JL4ACwGc%2FHhwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2VDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMCUyM1RSQyUzQTIwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJ3QUI2Skw0QUN3R2MlMkZIaHdxZ0dxQUFzQUFRb0FFRm9EaEFBd0FFUUFBQTF1QU1RQUdBRU1CWUFBQVlCZ0FFZ0FBWUFZQUVRQUFZQ0VBTUFBU0FBd0FBQVJCQWJqQkdJRnhnRE1Bd0E4QSUyRmZmJTJGVVFBQUhnRUJCZ0FvZ0glMkJBQThCWkRkd2Z2RTloQVA4UE1RQUFIaUVBQUJnJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iFJgAAAAAAAA%3D%3D%23RT%3A127%23TRC%3A127%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMAIWmQwAABhgAAASPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUZKZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjclMjNUUkMlM0ExMjclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BSVdtUXdBQUJoZ0FBQVNQZ0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e59a9924-bc8b-47ed-917b-bbd5004dcb61" + "01cd5ddd-c1f4-4f75-a4ea-962b4a4171a4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -23589,10 +18303,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14603" + "14710" ], "X-Ms-Request-Id": [ - "e0948b40-529c-4f4f-9da3-722d22cdfbac" + "2e4caa83-c1b4-405a-973f-eabae3493c78" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23600,20 +18314,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "0c4edbc0-227a-49a7-b6f6-9ac5091f1711" + "8519c0c6-9a49-48b0-b18c-d56e6eb4a51c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053003Z:0c4edbc0-227a-49a7-b6f6-9ac5091f1711" + "CENTRALUS:20210505T215026Z:8519c0c6-9a49-48b0-b18c-d56e6eb4a51c" + ], + "X-MSEdge-Ref": [ + "Ref A: C3818179A05442E19A9C179AD1A44D13 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:26Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:03 GMT" + "Wed, 05 May 2021 21:50:25 GMT" ], "Content-Length": [ - "1374" + "1235" ], "Content-Type": [ "application/json" @@ -23622,23 +18336,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-simply\",\r\n \"name\": \"e2e-simply\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-simply-namespace\",\r\n \"displayName\": \"e2e-simply-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/simply-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hPCQAAAAAAAA%3D%3D%23RT%3A21%23TRC%3A21%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABuAE%2BJAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-trucks\",\r\n \"name\": \"e2e-trucks\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-client-namespace\",\r\n \"displayName\": \"e2e-trucks-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/client-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jZJgAAAAAAAA%3D%3D%23RT%3A128%23TRC%3A128%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAKANMmAAYYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hPCQAAAAAAAA%3D%3D%23RT%3A21%23TRC%3A21%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABuAE%2BJAsBnPx4cKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFBDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMSUyM1RSQyUzQTIxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJ1QUUlMkJKQXNCblB4NGNLb0JxZ0FMQUFFS0FCQmFBNFFBTUFCRUFBQU5iZ0RFQUJnQkRBV0FBQUdBWUFCSUFBR0FHQUJFQUFHQWhBREFBRWdBTUFBQUVRUUc0d1JpQmNZQXpBTUFQQVAzMyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFZJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jZJgAAAAAAAA%3D%3D%23RT%3A128%23TRC%3A128%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAKANMmAAYYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3alpKZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjglMjNUUkMlM0ExMjglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQUtBTk1tQUFZWUFBQUVqNEElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dcf56988-60d4-4c89-9224-580c799a377f" + "b2f3b250-6ce3-4384-b343-51353a32a0e5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -23652,10 +18366,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14602" + "14538" ], "X-Ms-Request-Id": [ - "3536d8dc-4ebf-4768-8962-aed00bab9ee7" + "25b65d69-637c-48c7-acc7-59b740d38fec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23663,20 +18377,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "4626a193-13e7-4589-99cf-bc3049aaf3e8" + "afc2374f-1c05-4345-929a-c329fc52da11" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053003Z:4626a193-13e7-4589-99cf-bc3049aaf3e8" + "CENTRALUS:20210505T215026Z:afc2374f-1c05-4345-929a-c329fc52da11" + ], + "X-MSEdge-Ref": [ + "Ref A: EC3B9201DB33417DB6C9358C17C9F2EA Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:26Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:03 GMT" + "Wed, 05 May 2021 21:50:25 GMT" ], "Content-Length": [ - "1376" + "1235" ], "Content-Type": [ "application/json" @@ -23685,23 +18399,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-dusted\",\r\n \"name\": \"e2e-dusted\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-dusted-namespace\",\r\n \"displayName\": \"e2e-dusted-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/dusted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hQCQAAAAAAAA%3D%3D%23RT%3A22%23TRC%3A22%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-phials\",\r\n \"name\": \"e2e-phials\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-hovels-namespace\",\r\n \"displayName\": \"e2e-phials-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/hovels-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jaJgAAAAAAAA%3D%3D%23RT%3A129%23TRC%3A129%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAKANqmAsAYAAAEj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hQCQAAAAAAAA%3D%3D%23RT%3A22%23TRC%3A22%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJZz8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFFDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMiUyM1RSQyUzQTIyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUZJSlp6OGVIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jaJgAAAAAAAA%3D%3D%23RT%3A129%23TRC%3A129%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAKANqmAsAYAAAEj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amFKZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjklMjNUUkMlM0ExMjklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQUtBTnFtQXNBWUFBQUVqNEElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "467223bb-7bbe-4334-87b7-dbc13df15357" + "c9a1b979-627d-4e3b-bbdf-e47acd0641b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -23715,10 +18429,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14601" + "14709" ], "X-Ms-Request-Id": [ - "9138965a-6b68-4f7e-bf07-648bbd3d745e" + "63323f61-af58-4e37-b3d5-95c454d44f44" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23726,20 +18440,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "f9124247-817a-4420-8404-fd9c3260b910" + "2fcd2f72-9cdd-4c71-b5a5-b11300f53fdb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053003Z:f9124247-817a-4420-8404-fd9c3260b910" + "CENTRALUS:20210505T215027Z:2fcd2f72-9cdd-4c71-b5a5-b11300f53fdb" + ], + "X-MSEdge-Ref": [ + "Ref A: 5B84B6EA9E3B471BA8581D5EAD210FC5 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:27Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:03 GMT" + "Wed, 05 May 2021 21:50:26 GMT" ], "Content-Length": [ - "1374" + "1231" ], "Content-Type": [ "application/json" @@ -23748,23 +18462,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-abrupt\",\r\n \"name\": \"e2e-abrupt\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-abrupt-namespace\",\r\n \"displayName\": \"e2e-abrupt-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/abrupt-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hRCQAAAAAAAA%3D%3D%23RT%3A23%23TRC%3A23%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJZj8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-davies\",\r\n \"name\": \"e2e-davies\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-tracts-namespace\",\r\n \"displayName\": \"e2e-davies-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/tracts-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jjJgAAAAAAAA%3D%3D%23RT%3A130%23TRC%3A130%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAIAOImGAAABI%2BA&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hRCQAAAAAAAA%3D%3D%23RT%3A23%23TRC%3A23%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJZj8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFJDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMyUyM1RSQyUzQTIzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUZJSlpqOGVIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jjJgAAAAAAAA%3D%3D%23RT%3A130%23TRC%3A130%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAIAOImGAAABI%2BA&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ampKZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzAlMjNUUkMlM0ExMzAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQUlBT0ltR0FBQUJJJTJCQSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "623d3a41-d12b-46cb-bb0b-d4215a9028f0" + "3d365a70-1354-47a1-b955-b892e7e1a716" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -23778,10 +18492,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14600" + "14537" ], "X-Ms-Request-Id": [ - "28d7680e-eb67-4298-91ab-db2cf9846940" + "44eff90b-74f0-4871-89ae-6a590510c178" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23789,20 +18503,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "02bb2f63-2778-49b7-972a-728e3b55d918" + "fc6d2872-4b29-461c-b901-817fa976dc67" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053004Z:02bb2f63-2778-49b7-972a-728e3b55d918" + "CENTRALUS:20210505T215027Z:fc6d2872-4b29-461c-b901-817fa976dc67" + ], + "X-MSEdge-Ref": [ + "Ref A: DC92AFF2EE734B249CEFEA48CD9FABD6 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:27Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:03 GMT" + "Wed, 05 May 2021 21:50:26 GMT" ], "Content-Length": [ - "1374" + "1233" ], "Content-Type": [ "application/json" @@ -23811,23 +18525,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-places\",\r\n \"name\": \"e2e-places\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-places-namespace\",\r\n \"displayName\": \"e2e-places-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/places-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hSCQAAAAAAAA%3D%3D%23RT%3A24%23TRC%3A24%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJZD8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-denise\",\r\n \"name\": \"e2e-denise\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-knifed-namespace\",\r\n \"displayName\": \"e2e-denise-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/knifed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkJgAAAAAAAA%3D%3D%23RT%3A131%23TRC%3A131%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAGAOSmCoCPgA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hSCQAAAAAAAA%3D%3D%23RT%3A24%23TRC%3A24%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJZD8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFNDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNCUyM1RSQyUzQTI0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUZJSlpEOGVIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkJgAAAAAAAA%3D%3D%23RT%3A131%23TRC%3A131%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAGAOSmCoCPgA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amtKZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzElMjNUUkMlM0ExMzElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQUdBT1NtQ29DUGdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9035ea65-57bf-4d05-910b-dbd313c48506" + "67fc8f67-8b1e-4e58-84eb-ed9829a4c445" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -23841,10 +18555,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14599" + "14708" ], "X-Ms-Request-Id": [ - "d3594eea-c5c6-4090-b5fc-459152d31761" + "9051835c-0aeb-4c70-941d-e2ecc1b77fd3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23852,20 +18566,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "1bb04184-1ee6-4173-9c13-ddea83ce6b0b" + "162b2602-3e04-457c-9f73-a8e71f5f74df" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053004Z:1bb04184-1ee6-4173-9c13-ddea83ce6b0b" + "CENTRALUS:20210505T215027Z:162b2602-3e04-457c-9f73-a8e71f5f74df" + ], + "X-MSEdge-Ref": [ + "Ref A: BF09682344C8420A83D2D9A1DC2A8DAE Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:27Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:04 GMT" + "Wed, 05 May 2021 21:50:26 GMT" ], "Content-Length": [ - "1374" + "1233" ], "Content-Type": [ "application/json" @@ -23874,23 +18588,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-alsace\",\r\n \"name\": \"e2e-alsace\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-alsace-namespace\",\r\n \"displayName\": \"e2e-alsace-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/alsace-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hVCQAAAAAAAA%3D%3D%23RT%3A25%23TRC%3A25%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJYD8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-jogger\",\r\n \"name\": \"e2e-jogger\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster\",\r\n \"namespace\": \"e2e-ounces-namespace\",\r\n \"displayName\": \"e2e-jogger-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/ounces-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j6JgAAAAAAAA%3D%3D%23RT%3A132%23TRC%3A132%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAEAPqmj4A%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hVCQAAAAAAAA%3D%3D%23RT%3A25%23TRC%3A25%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJYD8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFZDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNSUyM1RSQyUzQTI1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUZJSllEOGVIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j6JgAAAAAAAA%3D%3D%23RT%3A132%23TRC%3A132%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAEAPqmj4A%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajZKZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzIlMjNUUkMlM0ExMzIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQUVBUHFtajRBJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fb4d7e32-ff0d-4153-bd6d-307a7d280c03" + "0c0a9dd8-01d9-4a8f-95f7-eeaaa2c0788b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -23904,10 +18618,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14598" + "14536" ], "X-Ms-Request-Id": [ - "9c733ee3-5798-48a6-bb74-6aa0751a999d" + "3d16ef81-ca3c-4d99-9504-7196bae6191a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23915,20 +18629,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "2d83b511-e8d2-44ec-8d38-b23d77bfd803" + "685a1a3c-98df-4d7b-a5e9-7217af36f582" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053004Z:2d83b511-e8d2-44ec-8d38-b23d77bfd803" + "CENTRALUS:20210505T215028Z:685a1a3c-98df-4d7b-a5e9-7217af36f582" + ], + "X-MSEdge-Ref": [ + "Ref A: 1970C10667A444B89DAAC540B09516C6 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:27Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:04 GMT" + "Wed, 05 May 2021 21:50:28 GMT" ], "Content-Length": [ - "1374" + "1380" ], "Content-Type": [ "application/json" @@ -23937,23 +18651,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bubbly\",\r\n \"name\": \"e2e-bubbly\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bubbly-namespace\",\r\n \"displayName\": \"e2e-bubbly-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bubbly-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hWCQAAAAAAAA%3D%3D%23RT%3A26%23TRC%3A26%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJQD8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-csharp-sdk-test\",\r\n \"name\": \"cl-csharp-sdk-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"createdByType\": \"Application\",\r\n \"createdAt\": \"2021-05-05T21:48:57.7863303Z\",\r\n \"lastModifiedBy\": \"09512d3b-9edb-4a62-b6c2-2436254a8fa3\",\r\n \"lastModifiedByType\": \"Application\",\r\n \"lastModifiedAt\": \"2021-05-05T21:49:31.931488Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace\",\r\n \"displayName\": \"cl-csharp-sdk-test\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator-ansible\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hWCQAAAAAAAA%3D%3D%23RT%3A26%23TRC%3A26%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJQD8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFdDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNiUyM1RSQyUzQTI2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUZJSlFEOGVIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.ExtendedLocation/customLocations/cl-csharp-sdk-test?api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlR3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXh0ZW5kZWRMb2NhdGlvbi9jdXN0b21Mb2NhdGlvbnMvY2wtY3NoYXJwLXNkay10ZXN0P2FwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "87002267-db6b-4591-b24f-6bdd295d6178" + "024111d8-a89c-4cf2-b183-5e7c14b603bf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -23966,57 +18680,57 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14597" + "Location": [ + "https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/locations/eastus/operationresults/3495e350-1e9e-4ab0-bd61-ccca065270f3?api-version=2021-03-15-preview" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14978" + ], + "Azure-Asyncoperation": [ + "https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/locations/eastus/operationsstatus/3495e350-1e9e-4ab0-bd61-ccca065270f3?api-version=2021-03-15-preview" ], "X-Ms-Request-Id": [ - "b9106fdb-d620-4f66-9387-77d0333b9db8" + "3495e350-1e9e-4ab0-bd61-ccca065270f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "7264a500-ce4a-4e38-9bdd-efe5de6c4859" + "32bbbe2f-1c77-42bf-9afa-ff47d52968a9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053005Z:7264a500-ce4a-4e38-9bdd-efe5de6c4859" + "CENTRALUS:20210505T215029Z:32bbbe2f-1c77-42bf-9afa-ff47d52968a9" ], - "Date": [ - "Fri, 19 Mar 2021 05:30:04 GMT" + "X-Content-Type-Options": [ + "nosniff" ], - "Content-Length": [ - "1374" + "X-MSEdge-Ref": [ + "Ref A: 0A9C9A058BFB40B4A281897A801EAB7D Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:28Z" + ], + "Date": [ + "Wed, 05 May 2021 21:50:29 GMT" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-halsey\",\r\n \"name\": \"e2e-halsey\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-halsey-namespace\",\r\n \"displayName\": \"e2e-halsey-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/halsey-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hYCQAAAAAAAA%3D%3D%23RT%3A27%23TRC%3A27%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJAD8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hYCQAAAAAAAA%3D%3D%23RT%3A27%23TRC%3A27%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJAD8eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFlDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNyUyM1RSQyUzQTI3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUZJSkFEOGVIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/locations/eastus/operationsstatus/3495e350-1e9e-4ab0-bd61-ccca065270f3?api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNzdGF0dXMvMzQ5NWUzNTAtMWU5ZS00YWIwLWJkNjEtY2NjYTA2NTI3MGYzP2FwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "f7e652ef-7d5b-444d-bf04-a5b5db865fa1" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -24030,10 +18744,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14596" + "14535" ], "X-Ms-Request-Id": [ - "6329f043-3d5c-43d4-9230-c9e1dfe31b59" + "3495e350-1e9e-4ab0-bd61-ccca065270f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24041,20 +18755,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "bdfe0230-82bc-432f-813d-219760b35b9c" + "0ed6f1bf-21d9-4072-83dd-179393cc9085" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053005Z:bdfe0230-82bc-432f-813d-219760b35b9c" + "CENTRALUS:20210505T215059Z:0ed6f1bf-21d9-4072-83dd-179393cc9085" + ], + "X-MSEdge-Ref": [ + "Ref A: 2A0A4DEFB2BF4932814DA1C18A3BA085 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:59Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:04 GMT" + "Wed, 05 May 2021 21:50:59 GMT" ], "Content-Length": [ - "1376" + "323" ], "Content-Type": [ "application/json" @@ -24063,23 +18777,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-steams\",\r\n \"name\": \"e2e-steams\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-steams-namespace\",\r\n \"displayName\": \"e2e-steams-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/steams-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hZCQAAAAAAAA%3D%3D%23RT%3A28%23TRC%3A28%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJAD4eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/Microsoft.ExtendedLocation/locations/eastus/operationsstatus/3495e350-1e9e-4ab0-bd61-ccca065270f3\",\r\n \"name\": \"3495e350-1e9e-4ab0-bd61-ccca065270f3\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-05T21:50:29.293307266Z\",\r\n \"endTime\": \"2021-05-05T21:50:36.736217587Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hZCQAAAAAAAA%3D%3D%23RT%3A28%23TRC%3A28%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJAD4eHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFpDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyOCUyM1RSQyUzQTI4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUZJSkFENGVIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/locations/eastus/operationresults/3495e350-1e9e-4ab0-bd61-ccca065270f3?api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnJlc3VsdHMvMzQ5NWUzNTAtMWU5ZS00YWIwLWJkNjEtY2NjYTA2NTI3MGYzP2FwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "2b6e380a-6a81-4182-88d1-8242e16d72be" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -24093,10 +18801,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14595" + "14707" + ], + "Azure-Asyncoperation": [ + "https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/providers/microsoft.extendedlocation/locations/eastus/operationsstatus/3495e350-1e9e-4ab0-bd61-ccca065270f3?api-version=2021-03-15-preview" ], "X-Ms-Request-Id": [ - "d24698ea-e5d6-4f20-bfb1-a4c068ecf4af" + "3495e350-1e9e-4ab0-bd61-ccca065270f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24104,20 +18815,17 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "1705c078-3239-46ab-ac36-63d054857a36" + "380c117b-9386-4a8a-8a79-2d79066e4e16" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053005Z:1705c078-3239-46ab-ac36-63d054857a36" + "CENTRALUS:20210505T215100Z:380c117b-9386-4a8a-8a79-2d79066e4e16" ], - "Date": [ - "Fri, 19 Mar 2021 05:30:05 GMT" + "X-MSEdge-Ref": [ + "Ref A: 0926565F8C2C4B4CB0A48B7AC16C1889 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:50:59Z" ], - "Content-Length": [ - "1374" + "Date": [ + "Wed, 05 May 2021 21:51:00 GMT" ], "Content-Type": [ "application/json" @@ -24126,23 +18834,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-espied\",\r\n \"name\": \"e2e-espied\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-espied-namespace\",\r\n \"displayName\": \"e2e-espied-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/espied-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27haCQAAAAAAAA%3D%3D%23RT%3A29%23TRC%3A29%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJADweHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 204 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27haCQAAAAAAAA%3D%3D%23RT%3A29%23TRC%3A29%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJADweHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGFDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyOSUyM1RSQyUzQTI5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUZJSkFEd2VIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gBEQAAAAAAAA%3D%3D%23RT%3A1%23TRC%3A1%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACkAAGRhAXBAAIAgAFgAJqAMQAAfhIAABuAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0JFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExJTIzVFJDJTNBMSUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFDa0FBR1JoQVhCQUFJQWdBRmdBSnFBTVFBQWZoSUFBQnVBSVVJQUFBTUlBQklBQUdDSVFHTUFBRGh3UVFNQU00RSUyQmdBSEFnQWRDQUNBUVVIQmVnRXVBRjRBdmdBUEEyWmxESCUyRmdBRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLRUFDZ0RUQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56b85556-b9f9-4342-989d-063aeb869115" + "3be3b5c1-606d-4cdd-aa77-ca61cf777cc7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -24156,10 +18864,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14594" + "14706" ], "X-Ms-Request-Id": [ - "7cefd737-e35c-4d4f-bef9-9ae88c2e0538" + "50151eae-a4c9-449a-86b5-22eb09670d85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24167,20 +18875,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "ed64b122-ac0e-45fb-afe6-9bfeb628a161" + "f65bf138-0298-4e3e-b05d-48f09f8b150d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053005Z:ed64b122-ac0e-45fb-afe6-9bfeb628a161" + "CENTRALUS:20210505T215100Z:f65bf138-0298-4e3e-b05d-48f09f8b150d" + ], + "X-MSEdge-Ref": [ + "Ref A: 1A5AA8E4CADB4D84A26BEAE5271E3FA7 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:00Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:05 GMT" + "Wed, 05 May 2021 21:51:00 GMT" ], "Content-Length": [ - "1374" + "1440" ], "Content-Type": [ "application/json" @@ -24189,23 +18897,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-vocals\",\r\n \"name\": \"e2e-vocals\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-vocals-namespace\",\r\n \"displayName\": \"e2e-vocals-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/vocals-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hbCQAAAAAAAA%3D%3D%23RT%3A30%23TRC%3A30%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJADgeHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bombay\",\r\n \"name\": \"e2e-bombay\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-revels-namespace\",\r\n \"displayName\": \"e2e-bombay-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/revels-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iQFgAAAAAAAA%3D%3D%23RT%3A2%23TRC%3A2%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACiAJQWwQACAIABYACagDEAAH4SAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hbCQAAAAAAAA%3D%3D%23RT%3A30%23TRC%3A30%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJADgeHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGJDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMCUyM1RSQyUzQTMwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUZJSkFEZ2VIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iQFgAAAAAAAA%3D%3D%23RT%3A2%23TRC%3A2%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACiAJQWwQACAIABYACagDEAAH4SAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVFGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EyJTIzVFJDJTNBMiUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFDaUFKUVd3UUFDQUlBQllBQ2FnREVBQUg0U0FBQWJnQ0ZDQUFBRENBQVNBQUJnaUVCakFBQTRjRUVEQURPQlBvQUJ3SUFIUWdBZ0VGQndYb0JMZ0JlQUw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2hBQW9BMHdCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d3db253b-0c7f-4b2c-a800-61bda95ea12b" + "651ce44f-bd9b-48ef-99dd-76cdae4d2db8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -24219,10 +18927,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14593" + "14533" ], "X-Ms-Request-Id": [ - "7703a32c-89eb-40a6-b054-72dedeb09ca8" + "a600a57d-fe9b-470b-8d65-b4ac44a944ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24230,20 +18938,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "aa44f597-4d76-45ce-a998-27e55e79e17e" + "826cc7c0-bb48-427e-bc8b-b51ec75e1fca" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053006Z:aa44f597-4d76-45ce-a998-27e55e79e17e" + "CENTRALUS:20210505T215100Z:826cc7c0-bb48-427e-bc8b-b51ec75e1fca" + ], + "X-MSEdge-Ref": [ + "Ref A: 03E9FAE99B814E1CB5DEDE1893290048 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:00Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:05 GMT" + "Wed, 05 May 2021 21:51:00 GMT" ], "Content-Length": [ - "1376" + "1440" ], "Content-Type": [ "application/json" @@ -24252,23 +18960,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-samoan\",\r\n \"name\": \"e2e-samoan\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-samoan-namespace\",\r\n \"displayName\": \"e2e-samoan-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/samoan-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hcCQAAAAAAAA%3D%3D%23RT%3A31%23TRC%3A31%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJADAeHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-calmly\",\r\n \"name\": \"e2e-calmly\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sample-namespace\",\r\n \"displayName\": \"e2e-calmly-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sample-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iWFgAAAAAAAA%3D%3D%23RT%3A3%23TRC%3A3%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACiAJQWwAACAIABYACagDEAAH4SAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hcCQAAAAAAAA%3D%3D%23RT%3A31%23TRC%3A31%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAFIJADAeHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGNDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMSUyM1RSQyUzQTMxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUZJSkFEQWVIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iWFgAAAAAAAA%3D%3D%23RT%3A3%23TRC%3A3%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACiAJQWwAACAIABYACagDEAAH4SAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVdGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EzJTIzVFJDJTNBMyUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFDaUFKUVd3QUFDQUlBQllBQ2FnREVBQUg0U0FBQWJnQ0ZDQUFBRENBQVNBQUJnaUVCakFBQTRjRUVEQURPQlBvQUJ3SUFIUWdBZ0VGQndYb0JMZ0JlQUw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2hBQW9BMHdCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b2716f6-0254-4a8e-b6fe-954233486c6e" + "ce0ab811-d977-4d2d-876f-2715f87a1792" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -24282,10 +18990,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14592" + "14705" ], "X-Ms-Request-Id": [ - "e62d90a6-af2b-46ce-a175-8fd5f918cd04" + "c2c3d8a9-fa0d-4ce0-a678-1f7c275c47c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24293,20 +19001,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "dbd50746-27d5-463c-8f72-48218a2f5bea" + "89177951-8616-4062-bb98-8a75fe835e3c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053006Z:dbd50746-27d5-463c-8f72-48218a2f5bea" + "CENTRALUS:20210505T215101Z:89177951-8616-4062-bb98-8a75fe835e3c" + ], + "X-MSEdge-Ref": [ + "Ref A: 9D9637E67D1B4919A73874376BB6D016 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:00Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:05 GMT" + "Wed, 05 May 2021 21:51:01 GMT" ], "Content-Length": [ - "1374" + "1440" ], "Content-Type": [ "application/json" @@ -24315,23 +19023,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fevers\",\r\n \"name\": \"e2e-fevers\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fevers-namespace\",\r\n \"displayName\": \"e2e-fevers-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fevers-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdCQAAAAAAAA%3D%3D%23RT%3A32%23TRC%3A32%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAF2JAcAeHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mailer\",\r\n \"name\": \"e2e-mailer\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-vacate-namespace\",\r\n \"displayName\": \"e2e-mailer-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/vacate-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iXFgAAAAAAAA%3D%3D%23RT%3A4%23TRC%3A4%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACiAJeWAYACwIABYACagDEAAH4SAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdCQAAAAAAAA%3D%3D%23RT%3A32%23TRC%3A32%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAF2JAcAeHCqAaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGRDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMiUyM1RSQyUzQTMyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQUYySkFjQWVIQ3FBYW9BQ3dBQkNnQVFXZ09FQURBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iXFgAAAAAAAA%3D%3D%23RT%3A4%23TRC%3A4%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACiAJeWAYACwIABYACagDEAAH4SAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVhGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0JTIzVFJDJTNBNCUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFDaUFKZVdBWUFDd0lBQllBQ2FnREVBQUg0U0FBQWJnQ0ZDQUFBRENBQVNBQUJnaUVCakFBQTRjRUVEQURPQlBvQUJ3SUFIUWdBZ0VGQndYb0JMZ0JlQUw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2hBQW9BMHdCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e363a10e-d53b-4a54-a39a-3e1e887672a0" + "4a1a703d-1dba-466f-be4a-6ef9f4f555c4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -24345,10 +19053,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14591" + "14532" ], "X-Ms-Request-Id": [ - "3935487a-1130-4a13-9039-a0126822e3c9" + "62b21b88-9ada-4a7f-8897-c12181bea26c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24356,20 +19064,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "a7c6aee4-4a7c-4274-bcce-0e6eef37005c" + "625ce317-a8f9-464b-b49f-dc3f0e7de0a7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053006Z:a7c6aee4-4a7c-4274-bcce-0e6eef37005c" + "CENTRALUS:20210505T215101Z:625ce317-a8f9-464b-b49f-dc3f0e7de0a7" + ], + "X-MSEdge-Ref": [ + "Ref A: E42EC7413B5C450FA4FB5439A9580844 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:01Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:06 GMT" + "Wed, 05 May 2021 21:51:01 GMT" ], "Content-Length": [ - "1370" + "1438" ], "Content-Type": [ "application/json" @@ -24378,23 +19086,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bulges\",\r\n \"name\": \"e2e-bulges\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bulges-namespace\",\r\n \"displayName\": \"e2e-bulges-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bulges-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hhCQAAAAAAAA%3D%3D%23RT%3A33%23TRC%3A33%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJHhwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sequel\",\r\n \"name\": \"e2e-sequel\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-pompom-namespace\",\r\n \"displayName\": \"e2e-sequel-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/pompom-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ihFgAAAAAAAA%3D%3D%23RT%3A5%23TRC%3A5%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACgAKGWAsCAAWAAmoAxAAB%2BEgAAG4AhQgAAAwgAEgAAYIhAYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hhCQAAAAAAAA%3D%3D%23RT%3A33%23TRC%3A33%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJHhwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGhDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMyUyM1RSQyUzQTMzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJxQUdFSkhod3FnR3FBQXNBQVFvQUVGb0RoQUF3QUVRQUFBMXVBTVFBR0FFTUJZQUFBWUJnQUVnQUFZQVlBRVFBQVlDRUFNQUFTQUF3QUFBUkJBYmpCR0lGeGdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQmclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ihFgAAAAAAAA%3D%3D%23RT%3A5%23TRC%3A5%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACgAKGWAsCAAWAAmoAxAAB%2BEgAAG4AhQgAAAwgAEgAAYIhAYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWhGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1JTIzVFJDJTNBNSUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFDZ0FLR1dBc0NBQVdBQW1vQXhBQUIlMkJFZ0FBRzRBaFFnQUFBd2dBRWdBQVlJaEFZd0FBT0hCQkF3QXpnVDZBQWNDQUIwSUFJQkJRY0Y2QVM0QVhnQyUyQkFBOERabVVNZiUyQkFBUmdFTUFBTUFBQkdBQVlnQUFRUUFJRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvUUFLQU5NQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "10988df5-3676-4100-bb2c-22aa548dd389" + "817c93cd-f4da-4769-8d49-7587a6b713b7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -24408,10 +19116,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14590" + "14704" ], "X-Ms-Request-Id": [ - "626893b1-c526-4dbf-bfb7-f014f7284311" + "5816a4af-3cf1-4868-a518-7b2ef0348e6b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24419,20 +19127,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "5f99a4e8-b4d9-42ac-b6c4-fe5b88eb10c6" + "30058db0-312d-4d66-b2ce-7bb078b85467" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053006Z:5f99a4e8-b4d9-42ac-b6c4-fe5b88eb10c6" + "CENTRALUS:20210505T215101Z:30058db0-312d-4d66-b2ce-7bb078b85467" + ], + "X-MSEdge-Ref": [ + "Ref A: E0CA3B629A4E45E89991101A5902AA00 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:01Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:06 GMT" + "Wed, 05 May 2021 21:51:01 GMT" ], "Content-Length": [ - "1370" + "1432" ], "Content-Type": [ "application/json" @@ -24441,23 +19149,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-nippon\",\r\n \"name\": \"e2e-nippon\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-nippon-namespace\",\r\n \"displayName\": \"e2e-nippon-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/nippon-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hiCQAAAAAAAA%3D%3D%23RT%3A34%23TRC%3A34%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJHBwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-matins\",\r\n \"name\": \"e2e-matins\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-gotham-namespace\",\r\n \"displayName\": \"e2e-matins-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/gotham-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i3FgAAAAAAAA%3D%3D%23RT%3A6%23TRC%3A6%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACeALIWgAFgAJqAMQAAfhIAABuAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hiCQAAAAAAAA%3D%3D%23RT%3A34%23TRC%3A34%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJHBwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGlDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNCUyM1RSQyUzQTM0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJxQUdFSkhCd3FnR3FBQXNBQVFvQUVGb0RoQUF3QUVRQUFBMXVBTVFBR0FFTUJZQUFBWUJnQUVnQUFZQVlBRVFBQVlDRUFNQUFTQUF3QUFBUkJBYmpCR0lGeGdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQmclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i3FgAAAAAAAA%3D%3D%23RT%3A6%23TRC%3A6%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACeALIWgAFgAJqAMQAAfhIAABuAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTNGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2JTIzVFJDJTNBNiUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFDZUFMSVdnQUZnQUpxQU1RQUFmaElBQUJ1QUlVSUFBQU1JQUJJQUFHQ0lRR01BQURod1FRTUFNNEUlMkJnQUhBZ0FkQ0FDQVFVSEJlZ0V1QUY0QXZnQVBBMlpsREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0VBQ2dEVEFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e587b60e-dcf3-4f1f-8be6-57f257150c24" + "b4b87796-a984-4e42-b433-c6b06abbf1d7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -24471,10 +19179,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14589" + "14531" ], "X-Ms-Request-Id": [ - "724772b4-8c51-4786-8dda-57bf7031864d" + "dde2896d-3b90-4443-891d-9c73b6dcb90c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24482,20 +19190,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "812d8ad2-3e45-49b5-bedc-42f0bfeae5c8" + "6b23ca1c-e1ea-45a0-bea2-f5f7a11567c7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053007Z:812d8ad2-3e45-49b5-bedc-42f0bfeae5c8" + "CENTRALUS:20210505T215102Z:6b23ca1c-e1ea-45a0-bea2-f5f7a11567c7" + ], + "X-MSEdge-Ref": [ + "Ref A: B1BB552D881C4B4D8A93149EC4E9615E Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:01Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:06 GMT" + "Wed, 05 May 2021 21:51:02 GMT" ], "Content-Length": [ - "1370" + "1432" ], "Content-Type": [ "application/json" @@ -24504,23 +19212,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-candid\",\r\n \"name\": \"e2e-candid\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-candid-namespace\",\r\n \"displayName\": \"e2e-candid-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/candid-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjCQAAAAAAAA%3D%3D%23RT%3A35%23TRC%3A35%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJGBwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-shandy\",\r\n \"name\": \"e2e-shandy\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-truing-namespace\",\r\n \"displayName\": \"e2e-shandy-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/truing-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i4FgAAAAAAAA%3D%3D%23RT%3A7%23TRC%3A7%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACeALiWAcBgAJqAMQAAfhIAABuAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjCQAAAAAAAA%3D%3D%23RT%3A35%23TRC%3A35%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJGBwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGpDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNSUyM1RSQyUzQTM1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJxQUdFSkdCd3FnR3FBQXNBQVFvQUVGb0RoQUF3QUVRQUFBMXVBTVFBR0FFTUJZQUFBWUJnQUVnQUFZQVlBRVFBQVlDRUFNQUFTQUF3QUFBUkJBYmpCR0lGeGdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQmclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i4FgAAAAAAAA%3D%3D%23RT%3A7%23TRC%3A7%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACeALiWAcBgAJqAMQAAfhIAABuAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTRGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3JTIzVFJDJTNBNyUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFDZUFMaVdBY0JnQUpxQU1RQUFmaElBQUJ1QUlVSUFBQU1JQUJJQUFHQ0lRR01BQURod1FRTUFNNEUlMkJnQUhBZ0FkQ0FDQVFVSEJlZ0V1QUY0QXZnQVBBMlpsREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0VBQ2dEVEFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f4e8ea0-07d0-47af-a23a-516fbcb8df8d" + "13937917-7d43-49d4-8f6c-1a3190365cf3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -24534,10 +19242,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14588" + "14703" ], "X-Ms-Request-Id": [ - "e244010f-1ec1-4d63-9d0a-28778f2b73f2" + "fb7e74a7-7019-41af-b2be-51fcb802ad5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24545,20 +19253,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "251e0427-e777-4646-bdc8-c25f521c85fc" + "fd300365-65f6-466b-ba34-35e955d1e643" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053007Z:251e0427-e777-4646-bdc8-c25f521c85fc" + "CENTRALUS:20210505T215102Z:fd300365-65f6-466b-ba34-35e955d1e643" + ], + "X-MSEdge-Ref": [ + "Ref A: EF78CEECF9654B94ABC02B5F63F5A2E2 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:02Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:06 GMT" + "Wed, 05 May 2021 21:51:02 GMT" ], "Content-Length": [ - "1370" + "1432" ], "Content-Type": [ "application/json" @@ -24567,23 +19275,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-haynes\",\r\n \"name\": \"e2e-haynes\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-haynes-namespace\",\r\n \"displayName\": \"e2e-haynes-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/haynes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkCQAAAAAAAA%3D%3D%23RT%3A36%23TRC%3A36%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJEBwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-wilton\",\r\n \"name\": \"e2e-wilton\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-cannes-namespace\",\r\n \"displayName\": \"e2e-wilton-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cannes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jFFgAAAAAAAA%3D%3D%23RT%3A8%23TRC%3A8%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACcAMEWYACagDEAAH4SAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkCQAAAAAAAA%3D%3D%23RT%3A36%23TRC%3A36%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJEBwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGtDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNiUyM1RSQyUzQTM2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJxQUdFSkVCd3FnR3FBQXNBQVFvQUVGb0RoQUF3QUVRQUFBMXVBTVFBR0FFTUJZQUFBWUJnQUVnQUFZQVlBRVFBQVlDRUFNQUFTQUF3QUFBUkJBYmpCR0lGeGdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQmclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jFFgAAAAAAAA%3D%3D%23RT%3A8%23TRC%3A8%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACcAMEWYACagDEAAH4SAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3akZGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E4JTIzVFJDJTNBOCUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFDY0FNRVdZQUNhZ0RFQUFINFNBQUFiZ0NGQ0FBQURDQUFTQUFCZ2lFQmpBQUE0Y0VFREFET0JQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d422fe-d439-4fde-9857-25b9dd7e2d78" + "c60d3667-3ac1-42a1-8e22-a193707ad86b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -24597,10 +19305,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14587" + "14530" ], "X-Ms-Request-Id": [ - "41b0a4dd-a256-48d6-bae8-b6c895c191e9" + "4265f8b1-d1b4-4017-a3e5-5c8f53efcb79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24608,20 +19316,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "69968499-a6aa-47a5-abb5-44b4ddea420e" + "b7b77d17-4706-4885-97c2-16a641b7acad" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053007Z:69968499-a6aa-47a5-abb5-44b4ddea420e" + "CENTRALUS:20210505T215102Z:b7b77d17-4706-4885-97c2-16a641b7acad" + ], + "X-MSEdge-Ref": [ + "Ref A: DE3973430ADD43289E370DF02062AEF5 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:02Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:07 GMT" + "Wed, 05 May 2021 21:51:02 GMT" ], "Content-Length": [ - "1370" + "1430" ], "Content-Type": [ "application/json" @@ -24630,23 +19338,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bodice\",\r\n \"name\": \"e2e-bodice\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bodice-namespace\",\r\n \"displayName\": \"e2e-bodice-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bodice-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqCQAAAAAAAA%3D%3D%23RT%3A37%23TRC%3A37%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJABwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-around\",\r\n \"name\": \"e2e-around\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-psyche-namespace\",\r\n \"displayName\": \"e2e-around-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/psyche-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jGFgAAAAAAAA%3D%3D%23RT%3A9%23TRC%3A9%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACaAMaWmoAxAAB%2BEgAAG4AhQgAAAwgAEgAAYIhAYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqCQAAAAAAAA%3D%3D%23RT%3A37%23TRC%3A37%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJABwqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHFDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNyUyM1RSQyUzQTM3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJxQUdFSkFCd3FnR3FBQXNBQVFvQUVGb0RoQUF3QUVRQUFBMXVBTVFBR0FFTUJZQUFBWUJnQUVnQUFZQVlBRVFBQVlDRUFNQUFTQUF3QUFBUkJBYmpCR0lGeGdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQmclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jGFgAAAAAAAA%3D%3D%23RT%3A9%23TRC%3A9%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACaAMaWmoAxAAB%2BEgAAG4AhQgAAAwgAEgAAYIhAYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3akdGZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E5JTIzVFJDJTNBOSUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFDYUFNYVdtb0F4QUFCJTJCRWdBQUc0QWhRZ0FBQXdnQUVnQUFZSWhBWXdBQU9IQkJBd0F6Z1Q2QUFjQ0FCMElBSUJCUWNGNkFTNEFYZ0MlMkJBQThEWm1VTWYlMkJBQVJnRU1BQU1BQUJHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb1FBS0FOTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6d4a859-bc23-4aae-8b29-74abd397aa3e" + "f021e213-15d9-4e60-be4e-7efa7d2f27a2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -24660,10 +19368,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14586" + "14702" ], "X-Ms-Request-Id": [ - "49188bb2-e24f-4037-a42b-387da7fcac01" + "e17bf67a-77cb-4852-b92c-c49208398c21" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24671,20 +19379,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "ef3a0c0c-5882-4b67-9fbc-2a6efb20c144" + "0724791b-85cb-4f15-8556-48b09f96444a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053007Z:ef3a0c0c-5882-4b67-9fbc-2a6efb20c144" + "CENTRALUS:20210505T215102Z:0724791b-85cb-4f15-8556-48b09f96444a" + ], + "X-MSEdge-Ref": [ + "Ref A: 3CD8DF0904EB4BF68608A0B5B37AD373 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:02Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:07 GMT" + "Wed, 05 May 2021 21:51:02 GMT" ], "Content-Length": [ - "1370" + "1412" ], "Content-Type": [ "application/json" @@ -24693,23 +19401,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-needle\",\r\n \"name\": \"e2e-needle\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-needle-namespace\",\r\n \"displayName\": \"e2e-needle-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/needle-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hrCQAAAAAAAA%3D%3D%23RT%3A38%23TRC%3A38%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJABgqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-\",\r\n \"name\": \"e2e-\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-mithra-namespace\",\r\n \"displayName\": \"e2e--displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/mithra-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqFwAAAAAAAA%3D%3D%23RT%3A10%23TRC%3A10%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACYAGqXMQAAfhIAABuAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hrCQAAAAAAAA%3D%3D%23RT%3A38%23TRC%3A38%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAGEJABgqgGqAAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHJDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzOCUyM1RSQyUzQTM4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJxQUdFSkFCZ3FnR3FBQXNBQVFvQUVGb0RoQUF3QUVRQUFBMXVBTVFBR0FFTUJZQUFBWUJnQUVnQUFZQVlBRVFBQVlDRUFNQUFTQUF3QUFBUkJBYmpCR0lGeGdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQmclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqFwAAAAAAAA%3D%3D%23RT%3A10%23TRC%3A10%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACYAGqXMQAAfhIAABuAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHFGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMCUyM1RSQyUzQTEwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNZQUdxWE1RQUFmaElBQUJ1QUlVSUFBQU1JQUJJQUFHQ0lRR01BQURod1FRTUFNNEUlMkJnQUhBZ0FkQ0FDQVFVSEJlZ0V1QUY0QXZnQVBBMlpsREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0VBQ2dEVEFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8224fa90-44bd-4a11-9b12-8c0fec40eebc" + "4c7ed9ce-a008-447a-bf9c-6895327418dd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -24723,10 +19431,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14585" + "14529" ], "X-Ms-Request-Id": [ - "e2bdf9e2-f7f7-4258-9ded-f07b17d6d628" + "6b00b193-add6-4375-bc44-623b2f1d79a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24734,20 +19442,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "2d1dc809-378e-40a7-90ea-33772c20c87d" + "c3cefb1e-e5e6-42c7-946b-4c98a4fcead4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053008Z:2d1dc809-378e-40a7-90ea-33772c20c87d" + "CENTRALUS:20210505T215102Z:c3cefb1e-e5e6-42c7-946b-4c98a4fcead4" + ], + "X-MSEdge-Ref": [ + "Ref A: 0368EB7CB7194599A2B66E1FA3434455 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:02Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:07 GMT" + "Wed, 05 May 2021 21:51:02 GMT" ], "Content-Length": [ - "1364" + "1688" ], "Content-Type": [ "application/json" @@ -24756,23 +19464,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-aquila\",\r\n \"name\": \"e2e-aquila\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-aquila-namespace\",\r\n \"displayName\": \"e2e-aquila-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/aquila-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hsCQAAAAAAAA%3D%3D%23RT%3A39%23TRC%3A39%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABoAGyJKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-trikes\",\r\n \"name\": \"e2e-trikes\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-trikes-namespace\",\r\n \"displayName\": \"e2e-trikes-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/astana-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/trikes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ipFwAAAAAAAA%3D%3D%23RT%3A11%23TRC%3A11%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACWAKEXAH4SAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hsCQAAAAAAAA%3D%3D%23RT%3A39%23TRC%3A39%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABoAGyJKoBqgALAAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHNDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzOSUyM1RSQyUzQTM5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJvQUd5SktvQnFnQUxBQUVLQUJCYUE0UUFNQUJFQUFBTmJnREVBQmdCREFXQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ipFwAAAAAAAA%3D%3D%23RT%3A11%23TRC%3A11%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACWAKEXAH4SAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXBGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMSUyM1RSQyUzQTExJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNXQUtFWEFINFNBQUFiZ0NGQ0FBQURDQUFTQUFCZ2lFQmpBQUE0Y0VFREFET0JQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63500a66-7f0f-4c61-a7da-ca58267294b5" + "cb657d01-db45-4805-ad1c-3fd5e72e67e9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -24786,10 +19494,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14584" + "14701" ], "X-Ms-Request-Id": [ - "4972ebaf-5923-4ed8-91e4-f09c5fb54690" + "3391778e-4c91-47dc-81b7-dab7fa4e59d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24797,20 +19505,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "1271ad78-aa97-4d2e-a750-f48ac6b39949" + "8bc845a1-0de7-470e-9d28-44340ef5fa32" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053008Z:1271ad78-aa97-4d2e-a750-f48ac6b39949" + "CENTRALUS:20210505T215103Z:8bc845a1-0de7-470e-9d28-44340ef5fa32" + ], + "X-MSEdge-Ref": [ + "Ref A: 40E31DE6AD3646ECA251E344DC641F02 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:02Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:07 GMT" + "Wed, 05 May 2021 21:51:03 GMT" ], "Content-Length": [ - "1369" + "1688" ], "Content-Type": [ "application/json" @@ -24819,23 +19527,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-shaken\",\r\n \"name\": \"e2e-shaken\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-shaken-namespace\",\r\n \"displayName\": \"e2e-shaken-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/shaken-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iaCQAAAAAAAA%3D%3D%23RT%3A40%23TRC%3A40%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABmAJqJaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-numbly\",\r\n \"name\": \"e2e-numbly\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-numbly-namespace\",\r\n \"displayName\": \"e2e-numbly-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/hissed-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/numbly-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iqFwAAAAAAAA%3D%3D%23RT%3A12%23TRC%3A12%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACWAKEXAHwSAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iaCQAAAAAAAA%3D%3D%23RT%3A40%23TRC%3A40%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABmAJqJaoACwABCgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWFDUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0MCUyM1RSQyUzQTQwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJtQUpxSmFvQUN3QUJDZ0FRV2dPRUFEQUFSQUFBRFc0QXhBQVlBUXdGZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iqFwAAAAAAAA%3D%3D%23RT%3A12%23TRC%3A12%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACWAKEXAHwSAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXFGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMiUyM1RSQyUzQTEyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNXQUtFWEFId1NBQUFiZ0NGQ0FBQURDQUFTQUFCZ2lFQmpBQUE0Y0VFREFET0JQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dc81b556-0d1a-4aaa-b4c9-39f28628b454" + "fdd606a3-bf43-4c81-91ca-a379eeb732ae" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -24849,10 +19557,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14583" + "14528" ], "X-Ms-Request-Id": [ - "2f3f9642-9d09-4c39-9fd9-e09799ec5521" + "22abb4a9-0263-485e-b9f9-7e98fee28e1a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24860,20 +19568,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "f3967890-0df3-4823-890e-31d5a5ac8900" + "e5c6d24c-3c69-4ed3-9529-0719a63e05c1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053008Z:f3967890-0df3-4823-890e-31d5a5ac8900" + "CENTRALUS:20210505T215103Z:e5c6d24c-3c69-4ed3-9529-0719a63e05c1" + ], + "X-MSEdge-Ref": [ + "Ref A: 70931A2183A1494C8698B7C1754C1E8B Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:03Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:08 GMT" + "Wed, 05 May 2021 21:51:03 GMT" ], "Content-Length": [ - "1363" + "1429" ], "Content-Type": [ "application/json" @@ -24882,23 +19590,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-douala\",\r\n \"name\": \"e2e-douala\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-douala-namespace\",\r\n \"displayName\": \"e2e-douala-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/douala-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gKCgAAAAAAAA%3D%3D%23RT%3A41%23TRC%3A41%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAAqKAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-wirier\",\r\n \"name\": \"e2e-wirier\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-wirier-namespace\",\r\n \"displayName\": \"e2e-wirier-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/wirier-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27irFwAAAAAAAA%3D%3D%23RT%3A13%23TRC%3A13%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACWAKEXAHgSAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gKCgAAAAAAAA%3D%3D%23RT%3A41%23TRC%3A41%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAAqKAsAAQoAEFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0tDZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0MSUyM1RSQyUzQTQxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJrQUFxS0FzQUFRb0FFRm9EaEFBd0FFUUFBQTF1QU1RQUdBRU1CWUFBQVlCZ0FFZ0FBWUFZQUVRQUFZQ0VBTUFBU0FBd0FBQVJCQWJqQkdJRnhnRE1Bd0E4QSUyRmZmJTJGVVFBQUhnRUJCZ0FvZ0glMkJBQThCWkRkd2Z2RTloQVA4UE1RQUFIaUVBQUJnJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27irFwAAAAAAAA%3D%3D%23RT%3A13%23TRC%3A13%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACWAKEXAHgSAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXJGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMyUyM1RSQyUzQTEzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNXQUtFWEFIZ1NBQUFiZ0NGQ0FBQURDQUFTQUFCZ2lFQmpBQUE0Y0VFREFET0JQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9531242a-afcd-4999-a02c-e49fa24e2ff7" + "540171fe-3e45-493c-a00f-b65677299fb1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -24912,10 +19620,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14582" + "14700" ], "X-Ms-Request-Id": [ - "3c52b7e7-b9a9-4ed7-a2b5-814e6feadf1a" + "e301c44c-a958-457f-b9d5-9a34d8104634" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24923,20 +19631,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "e78f9982-7e0e-423e-a6ce-cf17b92263f0" + "dff1736a-7ca5-4deb-a240-239e27e92828" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053009Z:e78f9982-7e0e-423e-a6ce-cf17b92263f0" + "CENTRALUS:20210505T215103Z:dff1736a-7ca5-4deb-a240-239e27e92828" + ], + "X-MSEdge-Ref": [ + "Ref A: BC9BC95D4B2840C7B2561D30E2BF67BD Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:03Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:08 GMT" + "Wed, 05 May 2021 21:51:03 GMT" ], "Content-Length": [ - "1357" + "1429" ], "Content-Type": [ "application/json" @@ -24945,23 +19653,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-detail\",\r\n \"name\": \"e2e-detail\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-detail-namespace\",\r\n \"displayName\": \"e2e-detail-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/detail-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gZCgAAAAAAAA%3D%3D%23RT%3A42%23TRC%3A42%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiABIKAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fining\",\r\n \"name\": \"e2e-fining\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fining-namespace\",\r\n \"displayName\": \"e2e-fining-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fining-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27isFwAAAAAAAA%3D%3D%23RT%3A14%23TRC%3A14%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACWAKEXAHASAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gZCgAAAAAAAA%3D%3D%23RT%3A42%23TRC%3A42%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiABIKAEKABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1pDZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0MiUyM1RSQyUzQTQyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJpQUJJS0FFS0FCQmFBNFFBTUFCRUFBQU5iZ0RFQUJnQkRBV0FBQUdBWUFCSUFBR0FHQUJFQUFHQWhBREFBRWdBTUFBQUVRUUc0d1JpQmNZQXpBTUFQQVAzMyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFZJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27isFwAAAAAAAA%3D%3D%23RT%3A14%23TRC%3A14%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACWAKEXAHASAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXNGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNCUyM1RSQyUzQTE0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNXQUtFWEFIQVNBQUFiZ0NGQ0FBQURDQUFTQUFCZ2lFQmpBQUE0Y0VFREFET0JQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99ebe3c9-606c-4b7d-bf6a-459d26e78132" + "d4a90df1-6e76-4fe3-b24f-26e21782524e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -24975,10 +19683,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14581" + "14527" ], "X-Ms-Request-Id": [ - "369b2d12-5e9a-4523-a9eb-88b48a3ba9c4" + "20a3bc5c-f34a-445a-9d75-d02a0460ca5f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24986,20 +19694,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "365aabb1-3c92-4a37-93a5-d26151cad8fd" + "054d84ec-b789-4783-95ed-572a3f829c20" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053009Z:365aabb1-3c92-4a37-93a5-d26151cad8fd" + "CENTRALUS:20210505T215103Z:054d84ec-b789-4783-95ed-572a3f829c20" + ], + "X-MSEdge-Ref": [ + "Ref A: 7E85974BAB7F4CA79B07E9B8907C1B1B Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:03Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:08 GMT" + "Wed, 05 May 2021 21:51:03 GMT" ], "Content-Length": [ - "1357" + "1432" ], "Content-Type": [ "application/json" @@ -25008,23 +19716,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-leaven\",\r\n \"name\": \"e2e-leaven\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-leaven-namespace\",\r\n \"displayName\": \"e2e-leaven-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/leaven-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27geCgAAAAAAAA%3D%3D%23RT%3A43%23TRC%3A43%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAB6KAcCABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-whirrs\",\r\n \"name\": \"e2e-whirrs\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster\",\r\n \"namespace\": \"e2e-payday-namespace\",\r\n \"displayName\": \"e2e-whirrs-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/payday-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27itFwAAAAAAAA%3D%3D%23RT%3A15%23TRC%3A15%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACWAKEXAGASAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27geCgAAAAAAAA%3D%3D%23RT%3A43%23TRC%3A43%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAB6KAcCABBaA4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2VDZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0MyUyM1RSQyUzQTQzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJpQUI2S0FjQ0FCQmFBNFFBTUFCRUFBQU5iZ0RFQUJnQkRBV0FBQUdBWUFCSUFBR0FHQUJFQUFHQWhBREFBRWdBTUFBQUVRUUc0d1JpQmNZQXpBTUFQQVAzMyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFZJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27itFwAAAAAAAA%3D%3D%23RT%3A15%23TRC%3A15%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACWAKEXAGASAAAbgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXRGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNSUyM1RSQyUzQTE1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNXQUtFWEFHQVNBQUFiZ0NGQ0FBQURDQUFTQUFCZ2lFQmpBQUE0Y0VFREFET0JQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf5f6a43-9f5f-449c-8fa7-0596aa633181" + "bc1d6abc-75db-470c-8b27-70cc5fa35290" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -25038,10 +19746,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14580" + "14699" ], "X-Ms-Request-Id": [ - "cd177be2-a19d-45d7-a01c-974523073bea" + "04eca99d-1615-4c5c-808b-2773c253dd3e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25049,20 +19757,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "68ba424a-d8e8-446b-ae78-e4bfc22d85f9" + "66878dbd-d13a-43e8-b119-f1298c6d5569" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053009Z:68ba424a-d8e8-446b-ae78-e4bfc22d85f9" + "CENTRALUS:20210505T215103Z:66878dbd-d13a-43e8-b119-f1298c6d5569" + ], + "X-MSEdge-Ref": [ + "Ref A: 4ABFE50C8BB6423490242F6D6B04D429 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:03Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:08 GMT" + "Wed, 05 May 2021 21:51:03 GMT" ], "Content-Length": [ - "1361" + "1422" ], "Content-Type": [ "application/json" @@ -25071,23 +19779,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-junior\",\r\n \"name\": \"e2e-junior\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-junior-namespace\",\r\n \"displayName\": \"e2e-junior-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/junior-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnCgAAAAAAAA%3D%3D%23RT%3A44%23TRC%3A44%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgACEKgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-braise\",\r\n \"name\": \"e2e-braise\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fining-namespace\",\r\n \"displayName\": \"e2e-braise-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fining-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iuFwAAAAAAAA%3D%3D%23RT%3A16%23TRC%3A16%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACUAK6XEgAAG4AhQgAAAwgAEgAAYIhAYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnCgAAAAAAAA%3D%3D%23RT%3A44%23TRC%3A44%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgACEKgAQWgOEADAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z25DZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NCUyM1RSQyUzQTQ0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJnQUNFS2dBUVdnT0VBREFBUkFBQURXNEF4QUFZQVF3RmdBQUJnR0FBU0FBQmdCZ0FSQUFCZ0lRQXdBQklBREFBQUJFRUJ1TUVZZ1hHQU13REFEd0Q5OSUyRjlSQUFBZUFRRUdBQ2lBZjRBRHdGa04zQiUyQjhUMkVBJTJGdzh4QUFBZUlRQUFHQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iuFwAAAAAAAA%3D%3D%23RT%3A16%23TRC%3A16%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACUAK6XEgAAG4AhQgAAAwgAEgAAYIhAYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXVGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNiUyM1RSQyUzQTE2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNVQUs2WEVnQUFHNEFoUWdBQUF3Z0FFZ0FBWUloQVl3QUFPSEJCQXdBemdUNkFBY0NBQjBJQUlCQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9RQUtBTk1BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ceb042af-2b68-4adc-b198-710bed0256b8" + "24fe38b4-872f-4b53-a35b-a41dc9359d12" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -25101,10 +19809,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14579" + "14526" ], "X-Ms-Request-Id": [ - "62e1b8b2-d2f2-4ffd-8857-9b14e31ffca5" + "2da8a28d-41e0-49a3-8ed7-2ba2b56b74a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25112,20 +19820,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "9a908a08-03f4-48ef-a3ff-a273a787a811" + "c86974de-987e-4901-9f39-1b3bf730aa1b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053009Z:9a908a08-03f4-48ef-a3ff-a273a787a811" + "CENTRALUS:20210505T215103Z:c86974de-987e-4901-9f39-1b3bf730aa1b" + ], + "X-MSEdge-Ref": [ + "Ref A: 2DD0F0DAE3F34CDC959F213038F3C1C1 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:03Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:09 GMT" + "Wed, 05 May 2021 21:51:03 GMT" ], "Content-Length": [ - "1355" + "1423" ], "Content-Type": [ "application/json" @@ -25134,23 +19842,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-knells\",\r\n \"name\": \"e2e-knells\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-knells-namespace\",\r\n \"displayName\": \"e2e-knells-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/knells-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqCgAAAAAAAA%3D%3D%23RT%3A45%23TRC%3A45%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABeACqKFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-daises\",\r\n \"name\": \"e2e-daises\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster\",\r\n \"namespace\": \"e2e-barney-namespace\",\r\n \"displayName\": \"e2e-daises-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/barney-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jIFwAAAAAAAA%3D%3D%23RT%3A17%23TRC%3A17%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACSAMIXABuAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqCgAAAAAAAA%3D%3D%23RT%3A45%23TRC%3A45%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABeACqKFoDhAAwAEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3FDZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NSUyM1RSQyUzQTQ1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJlQUNxS0ZvRGhBQXdBRVFBQUExdUFNUUFHQUVNQllBQUFZQmdBRWdBQVlBWUFFUUFBWUNFQU1BQVNBQXdBQUFSQkFiakJHSUZ4Z0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFCZyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jIFwAAAAAAAA%3D%3D%23RT%3A17%23TRC%3A17%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACSAMIXABuAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aklGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNyUyM1RSQyUzQTE3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNTQU1JWEFCdUFJVUlBQUFNSUFCSUFBR0NJUUdNQUFEaHdRUU1BTTRFJTJCZ0FIQWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5c3e2b8b-467e-4d9f-915b-e9ef725aacdb" + "c8be44c6-0cd5-4991-899a-9747f5664514" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -25164,10 +19872,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14578" + "14698" ], "X-Ms-Request-Id": [ - "7369c985-3bd2-4f99-a060-0e5bff23e53d" + "0685144d-7d84-4f1b-bc03-0f85440d6822" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25175,20 +19883,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "599417aa-7cf0-4f7a-950a-42fc0b4292a0" + "bce86c7a-dc58-4ee2-bdc5-89111c3f5685" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053010Z:599417aa-7cf0-4f7a-950a-42fc0b4292a0" + "CENTRALUS:20210505T215104Z:bce86c7a-dc58-4ee2-bdc5-89111c3f5685" + ], + "X-MSEdge-Ref": [ + "Ref A: D96BFA6E270345FF8B8A59821795DA51 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:04Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:09 GMT" + "Wed, 05 May 2021 21:51:04 GMT" ], "Content-Length": [ - "1390" + "1421" ], "Content-Type": [ "application/json" @@ -25197,23 +19905,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/miosmisysdata-test\",\r\n \"name\": \"miosmisysdata-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostResourceId\": \"subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"miosmisysdata-test\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator-ansible\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"Kubeconfig\",\r\n \"value\": \"base64 encoded value of kubeconfig of connected cluster\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hGCgAAAAAAAA%3D%3D%23RT%3A46%23TRC%3A46%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABcAEaK4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-crowed\",\r\n \"name\": \"e2e-crowed\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-crowed-namespace\",\r\n \"displayName\": \"e2e-crowed-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/crowed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jJFwAAAAAAAA%3D%3D%23RT%3A18%23TRC%3A18%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACSAMIXABqAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hGCgAAAAAAAA%3D%3D%23RT%3A46%23TRC%3A46%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABcAEaK4QAMABEAAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEdDZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NiUyM1RSQyUzQTQ2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJjQUVhSzRRQU1BQkVBQUFOYmdERUFCZ0JEQVdBQUFHQVlBQklBQUdBR0FCRUFBR0FoQURBQUVnQU1BQUFFUVFHNHdSaUJjWUF6QU1BUEFQMzMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBWSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jJFwAAAAAAAA%3D%3D%23RT%3A18%23TRC%3A18%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACSAMIXABqAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3akpGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExOCUyM1RSQyUzQTE4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNTQU1JWEFCcUFJVUlBQUFNSUFCSUFBR0NJUUdNQUFEaHdRUU1BTTRFJTJCZ0FIQWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe570fd4-a293-4b77-8d55-f803b034ac4f" + "a68c55c0-2d1e-4352-8a01-37403cda3be3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -25227,10 +19935,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14577" + "14525" ], "X-Ms-Request-Id": [ - "18d06859-c3f1-482b-850e-6c1a7ede27f2" + "4700aee2-7fdf-49f5-a93e-ff65036a1496" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25238,20 +19946,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "432e948c-3989-47bc-b360-552b75cc284d" + "c6d592a6-b5b7-436d-8343-c669e788f9f8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053010Z:432e948c-3989-47bc-b360-552b75cc284d" + "CENTRALUS:20210505T215104Z:c6d592a6-b5b7-436d-8343-c669e788f9f8" + ], + "X-MSEdge-Ref": [ + "Ref A: E50C4CA093DC4DE8B5D46AF291A0169C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:04Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:09 GMT" + "Wed, 05 May 2021 21:51:04 GMT" ], "Content-Length": [ - "1350" + "1418" ], "Content-Type": [ "application/json" @@ -25260,23 +19968,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-dabbed\",\r\n \"name\": \"e2e-dabbed\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-dabbed-namespace\",\r\n \"displayName\": \"e2e-dabbed-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/dabbed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gyCwAAAAAAAA%3D%3D%23RT%3A47%23TRC%3A47%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABaADELDAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-weekly\",\r\n \"name\": \"e2e-weekly\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-linger-namespace\",\r\n \"displayName\": \"e2e-weekly-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/linger-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jLFwAAAAAAAA%3D%3D%23RT%3A19%23TRC%3A19%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACSAMIXABiAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gyCwAAAAAAAA%3D%3D%23RT%3A47%23TRC%3A47%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABaADELDAARAAADW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3lDd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NyUyM1RSQyUzQTQ3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJhQURFTERBQVJBQUFEVzRBeEFBWUFRd0ZnQUFCZ0dBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jLFwAAAAAAAA%3D%3D%23RT%3A19%23TRC%3A19%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACSAMIXABiAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3akxGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExOSUyM1RSQyUzQTE5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNTQU1JWEFCaUFJVUlBQUFNSUFCSUFBR0NJUUdNQUFEaHdRUU1BTTRFJTJCZ0FIQWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e09304a-aaf1-493c-a150-8b2fd6b88aea" + "f78269ff-c231-4975-94fc-547ed6038204" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -25290,10 +19998,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14576" + "14697" ], "X-Ms-Request-Id": [ - "0bc40793-65cc-45bd-a1a3-47ba0b87cf70" + "ad3d5dd4-6ee7-41df-b368-344500fb02bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25301,20 +20009,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "b5b2241c-4e4a-46d8-8fd3-a54327bde9c5" + "44ad6b76-6ed3-4aa8-8de1-6acd4b697e0c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053010Z:b5b2241c-4e4a-46d8-8fd3-a54327bde9c5" + "CENTRALUS:20210505T215104Z:44ad6b76-6ed3-4aa8-8de1-6acd4b697e0c" + ], + "X-MSEdge-Ref": [ + "Ref A: 1E38A413FFEC4F8CA64599DFBC070CFB Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:04Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:09 GMT" + "Wed, 05 May 2021 21:51:04 GMT" ], "Content-Length": [ - "1344" + "1418" ], "Content-Type": [ "application/json" @@ -25323,23 +20031,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-twitch\",\r\n \"name\": \"e2e-twitch\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-twitch-namespace\",\r\n \"displayName\": \"e2e-twitch-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/twitch-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzCwAAAAAAAA%3D%3D%23RT%3A48%23TRC%3A48%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABYADOLEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sayers\",\r\n \"name\": \"e2e-sayers\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-crowed-namespace\",\r\n \"displayName\": \"e2e-sayers-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/crowed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jMFwAAAAAAAA%3D%3D%23RT%3A20%23TRC%3A20%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACSAMyXAcCAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzCwAAAAAAAA%3D%3D%23RT%3A48%23TRC%3A48%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABYADOLEQAAA1uAMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3pDd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0OCUyM1RSQyUzQTQ4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJZQURPTEVRQUFBMXVBTVFBR0FFTUJZQUFBWUJnQUVnQUFZQVlBRVFBQVlDRUFNQUFTQUF3QUFBUkJBYmpCR0lGeGdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQmclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jMFwAAAAAAAA%3D%3D%23RT%3A20%23TRC%3A20%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACSAMyXAcCAIUIAAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ak1Gd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMCUyM1RSQyUzQTIwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNTQU15WEFjQ0FJVUlBQUFNSUFCSUFBR0NJUUdNQUFEaHdRUU1BTTRFJTJCZ0FIQWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf160830-4065-4d7e-a712-335d7d33c0ba" + "886d8b43-5742-43fc-bdc0-4ef71dcfefe8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -25353,10 +20061,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14575" + "14524" ], "X-Ms-Request-Id": [ - "df6c1b67-0700-419b-9f55-5cd15590bfe1" + "ff27c6d3-8505-4a87-abda-1655d641f278" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25364,20 +20072,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "703ff0af-9c2a-4064-b1c9-24e0e022dc42" + "a53de089-36dc-4d47-b1fa-32f099cb0d55" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053011Z:703ff0af-9c2a-4064-b1c9-24e0e022dc42" + "CENTRALUS:20210505T215104Z:a53de089-36dc-4d47-b1fa-32f099cb0d55" + ], + "X-MSEdge-Ref": [ + "Ref A: 11FEDBBF8108462782E4521FE82402C5 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:04Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:10 GMT" + "Wed, 05 May 2021 21:51:04 GMT" ], "Content-Length": [ - "1338" + "1421" ], "Content-Type": [ "application/json" @@ -25386,23 +20094,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-hooker\",\r\n \"name\": \"e2e-hooker\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-hooker-namespace\",\r\n \"displayName\": \"e2e-hooker-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/hooker-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hYCwAAAAAAAA%3D%3D%23RT%3A49%23TRC%3A49%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABWAFELAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-ratify\",\r\n \"name\": \"e2e-ratify\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-ratify-namespace\",\r\n \"displayName\": \"e2e-ratify-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/ratify-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jXFwAAAAAAAA%3D%3D%23RT%3A21%23TRC%3A21%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACQANEXgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hYCwAAAAAAAA%3D%3D%23RT%3A49%23TRC%3A49%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABWAFELAANbgDEABgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFlDd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0OSUyM1RSQyUzQTQ5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJXQUZFTEFBTmJnREVBQmdCREFXQUFBR0FZQUJJQUFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jXFwAAAAAAAA%3D%3D%23RT%3A21%23TRC%3A21%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACQANEXgCFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3alhGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMSUyM1RSQyUzQTIxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNRQU5FWGdDRkNBQUFEQ0FBU0FBQmdpRUJqQUFBNGNFRURBRE9CUG9BQndJQUhRZ0FnRUZCd1hvQkxnQmVBTDRBRHdObVpReCUyRjRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d17eaf6-a0a1-4ec0-9e02-022d042ca1f4" + "7159eca7-55d8-4e1c-899e-3ba030b1231b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -25416,10 +20124,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14574" + "14696" ], "X-Ms-Request-Id": [ - "e2650ed9-82c7-4a5f-98e6-63475f106a42" + "1cb6fd31-0a2a-45b0-89fb-c49176090020" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25427,20 +20135,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "f26f49c7-bb72-49f7-9ce6-ece0df1fc9d9" + "d5b2e4db-8f09-45ee-9ac2-c18fce3c1425" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053011Z:f26f49c7-bb72-49f7-9ce6-ece0df1fc9d9" + "CENTRALUS:20210505T215105Z:d5b2e4db-8f09-45ee-9ac2-c18fce3c1425" + ], + "X-MSEdge-Ref": [ + "Ref A: 3C33905FF3204C668B0E5D5F262ADE7E Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:04Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:10 GMT" + "Wed, 05 May 2021 21:51:05 GMT" ], "Content-Length": [ - "1342" + "1418" ], "Content-Type": [ "application/json" @@ -25449,23 +20157,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-atwood\",\r\n \"name\": \"e2e-atwood\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-atwood-namespace\",\r\n \"displayName\": \"e2e-atwood-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/atwood-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hZCwAAAAAAAA%3D%3D%23RT%3A50%23TRC%3A50%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABUAFmLW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-coward\",\r\n \"name\": \"e2e-coward\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-ratify-namespace\",\r\n \"displayName\": \"e2e-coward-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/ratify-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jYFwAAAAAAAA%3D%3D%23RT%3A22%23TRC%3A22%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACQANEXACFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hZCwAAAAAAAA%3D%3D%23RT%3A50%23TRC%3A50%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABUAFmLW4AxAAYAQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFpDd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MCUyM1RSQyUzQTUwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJVQUZtTFc0QXhBQVlBUXdGZ0FBQmdHQUFTQUFCZ0JnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jYFwAAAAAAAA%3D%3D%23RT%3A22%23TRC%3A22%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACQANEXACFCAAADCAASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3allGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMiUyM1RSQyUzQTIyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNRQU5FWEFDRkNBQUFEQ0FBU0FBQmdpRUJqQUFBNGNFRURBRE9CUG9BQndJQUhRZ0FnRUZCd1hvQkxnQmVBTDRBRHdObVpReCUyRjRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "083e0ab4-e441-4b5f-9fe0-b2aab411bfdd" + "2e0726df-23be-4e33-9801-44aaa5732ab0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -25479,10 +20187,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14573" + "14523" ], "X-Ms-Request-Id": [ - "385f92ac-265c-4f2c-9dda-088ec5a8e65f" + "0b73d14a-a28d-4faf-88ed-616727e24810" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25490,20 +20198,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6d57c54e-64ab-4c06-9aa7-29ea171bafd1" + "dadcf4bd-fec3-4608-b6f0-4ba4e2f16889" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053011Z:6d57c54e-64ab-4c06-9aa7-29ea171bafd1" + "CENTRALUS:20210505T215105Z:dadcf4bd-fec3-4608-b6f0-4ba4e2f16889" + ], + "X-MSEdge-Ref": [ + "Ref A: 6789F9C4E98A4259B9F4AE15E44911EF Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:05Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:10 GMT" + "Wed, 05 May 2021 21:51:05 GMT" ], "Content-Length": [ - "1338" + "1451" ], "Content-Type": [ "application/json" @@ -25512,23 +20220,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sarape\",\r\n \"name\": \"e2e-sarape\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sarape-namespace\",\r\n \"displayName\": \"e2e-sarape-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sarape-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i7CwAAAAAAAA%3D%3D%23RT%3A51%23TRC%3A51%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABSALuLMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-nylons\",\r\n \"name\": \"e2e-nylons\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-nylons-namespace\",\r\n \"displayName\": \"e2e-nylons-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/nailed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jdFwAAAAAAAA%3D%3D%23RT%3A23%23TRC%3A23%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACOAN2XQgAAAwgAEgAAYIhAYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i7CwAAAAAAAA%3D%3D%23RT%3A51%23TRC%3A51%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABSALuLMQAGAEMBYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTdDd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MSUyM1RSQyUzQTUxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJTQUx1TE1RQUdBRU1CWUFBQVlCZ0FFZ0FBWUFZQUVRQUFZQ0VBTUFBU0FBd0FBQVJCQWJqQkdJRnhnRE1Bd0E4QSUyRmZmJTJGVVFBQUhnRUJCZ0FvZ0glMkJBQThCWkRkd2Z2RTloQVA4UE1RQUFIaUVBQUJnJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jdFwAAAAAAAA%3D%3D%23RT%3A23%23TRC%3A23%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACOAN2XQgAAAwgAEgAAYIhAYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amRGd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0EyMyUyM1RSQyUzQTIzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNPQU4yWFFnQUFBd2dBRWdBQVlJaEFZd0FBT0hCQkF3QXpnVDZBQWNDQUIwSUFJQkJRY0Y2QVM0QVhnQyUyQkFBOERabVVNZiUyQkFBUmdFTUFBTUFBQkdBQVlnQUFRUUFJRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvUUFLQU5NQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cb290e67-49ba-4d1d-8898-67d45840e20c" + "c76defe3-6bba-47e1-9d20-e7ac92bf5e6e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -25542,10 +20250,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14572" + "14695" ], "X-Ms-Request-Id": [ - "6effca21-4277-4df7-b055-7b1a7f6eddd8" + "b63e8067-8dd7-4630-825b-65a1ce95eec3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25553,20 +20261,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "9aa63f66-86d0-4dbb-99c6-52a8121e4642" + "85725473-9b24-4fc9-8f41-c2a80553a617" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053011Z:9aa63f66-86d0-4dbb-99c6-52a8121e4642" + "CENTRALUS:20210505T215105Z:85725473-9b24-4fc9-8f41-c2a80553a617" + ], + "X-MSEdge-Ref": [ + "Ref A: F5730A59FCB64008B28385866050370E Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:05Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:11 GMT" + "Wed, 05 May 2021 21:51:05 GMT" ], "Content-Length": [ - "1361" + "1410" ], "Content-Type": [ "application/json" @@ -25575,23 +20283,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-aussie\",\r\n \"name\": \"e2e-aussie\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-aussie-namespace\",\r\n \"displayName\": \"e2e-aussie-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/aussie-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jxCwAAAAAAAA%3D%3D%23RT%3A52%23TRC%3A52%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABQAPELBgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-primer\",\r\n \"name\": \"e2e-primer\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-whorls-namespace\",\r\n \"displayName\": \"e2e-primer-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/whorls-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27goGAAAAAAAAA%3D%3D%23RT%3A24%23TRC%3A24%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACMACIYAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jxCwAAAAAAAA%3D%3D%23RT%3A52%23TRC%3A52%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABQAPELBgBDAWAAAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anhDd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MiUyM1RSQyUzQTUyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJRQVBFTEJnQkRBV0FBQUdBWUFCSUFBR0FHQUJFQUFHQWhBREFBRWdBTUFBQUVRUUc0d1JpQmNZQXpBTUFQQVAzMyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFZJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27goGAAAAAAAAA%3D%3D%23RT%3A24%23TRC%3A24%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACMACIYAAMIABIAAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z29HQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNCUyM1RSQyUzQTI0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNNQUNJWUFBTUlBQklBQUdDSVFHTUFBRGh3UVFNQU00RSUyQmdBSEFnQWRDQUNBUVVIQmVnRXVBRjRBdmdBUEEyWmxESCUyRmdBRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLRUFDZ0RUQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "682a1b12-0cee-4d68-9e8b-014bf16bc97d" + "3c952d9c-8dd2-4d73-8538-a955cb6a61c8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -25605,10 +20313,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14571" + "14522" ], "X-Ms-Request-Id": [ - "a8072944-ad93-4c3d-a84d-daccc8059709" + "b2aada6a-599d-41aa-b2ea-85cadbb1f48e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25616,20 +20324,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "8ff6e162-697f-401b-8c43-ab8124c72a00" + "a0b8dde4-2eed-4184-80c2-0700000a9d97" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053012Z:8ff6e162-697f-401b-8c43-ab8124c72a00" + "CENTRALUS:20210505T215106Z:a0b8dde4-2eed-4184-80c2-0700000a9d97" + ], + "X-MSEdge-Ref": [ + "Ref A: E3A7110E6F2E40EB92BE1BAF5FD09816 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:05Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:11 GMT" + "Wed, 05 May 2021 21:51:06 GMT" ], "Content-Length": [ - "1337" + "1410" ], "Content-Type": [ "application/json" @@ -25638,23 +20346,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-recall\",\r\n \"name\": \"e2e-recall\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-recall-namespace\",\r\n \"displayName\": \"e2e-recall-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/recall-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jyCwAAAAAAAA%3D%3D%23RT%3A53%23TRC%3A53%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABOAPKLQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-hinder\",\r\n \"name\": \"e2e-hinder\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-viands-namespace\",\r\n \"displayName\": \"e2e-hinder-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/viands-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gpGAAAAAAAAA%3D%3D%23RT%3A25%23TRC%3A25%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACKACmYA4ASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jyCwAAAAAAAA%3D%3D%23RT%3A53%23TRC%3A53%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABOAPKLQwFgAABgGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anlDd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MyUyM1RSQyUzQTUzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJPQVBLTFF3RmdBQUJnR0FBU0FBQmdCZ0FSQUFCZ0lRQXdBQklBREFBQUJFRUJ1TUVZZ1hHQU13REFEd0Q5OSUyRjlSQUFBZUFRRUdBQ2lBZjRBRHdGa04zQiUyQjhUMkVBJTJGdzh4QUFBZUlRQUFHQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gpGAAAAAAAAA%3D%3D%23RT%3A25%23TRC%3A25%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACKACmYA4ASAABgiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3BHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNSUyM1RSQyUzQTI1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNLQUNtWUE0QVNBQUJnaUVCakFBQTRjRUVEQURPQlBvQUJ3SUFIUWdBZ0VGQndYb0JMZ0JlQUw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2hBQW9BMHdCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8815bd2d-fc54-4ce0-b599-e7dc5d1b7386" + "7f8f142d-ff94-4da6-bdfd-77913b3b5d02" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -25668,10 +20376,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14570" + "14694" ], "X-Ms-Request-Id": [ - "8354a157-7905-47ec-8c59-c169f384a4af" + "859601ad-708f-495a-84ba-6a2f0f0188aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25679,20 +20387,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "e44e2b8e-da72-45ad-930d-5ad42dfab1af" + "3d5b6ab4-045d-43ec-b343-27d8f5bbc1c5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053012Z:e44e2b8e-da72-45ad-930d-5ad42dfab1af" + "CENTRALUS:20210505T215106Z:3d5b6ab4-045d-43ec-b343-27d8f5bbc1c5" + ], + "X-MSEdge-Ref": [ + "Ref A: 2A548E76975444E6BDBC91C015C3EDC5 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:06Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:11 GMT" + "Wed, 05 May 2021 21:51:06 GMT" ], "Content-Length": [ - "1332" + "1410" ], "Content-Type": [ "application/json" @@ -25701,23 +20409,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-ambled\",\r\n \"name\": \"e2e-ambled\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-ambled-namespace\",\r\n \"displayName\": \"e2e-ambled-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/ambled-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hFDQAAAAAAAA%3D%3D%23RT%3A54%23TRC%3A54%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABMAEMNYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sourly\",\r\n \"name\": \"e2e-sourly\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-beyond-namespace\",\r\n \"displayName\": \"e2e-sourly-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/beyond-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzGAAAAAAAAA%3D%3D%23RT%3A26%23TRC%3A26%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACIADOYEgAAYIhAYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hFDQAAAAAAAA%3D%3D%23RT%3A54%23TRC%3A54%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABMAEMNYAAAYBgAEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEZEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NCUyM1RSQyUzQTU0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJNQUVNTllBQUFZQmdBRWdBQVlBWUFFUUFBWUNFQU1BQVNBQXdBQUFSQkFiakJHSUZ4Z0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFCZyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzGAAAAAAAAA%3D%3D%23RT%3A26%23TRC%3A26%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACIADOYEgAAYIhAYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3pHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNiUyM1RSQyUzQTI2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNJQURPWUVnQUFZSWhBWXdBQU9IQkJBd0F6Z1Q2QUFjQ0FCMElBSUJCUWNGNkFTNEFYZ0MlMkJBQThEWm1VTWYlMkJBQVJnRU1BQU1BQUJHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb1FBS0FOTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b5cccb3-19b3-41da-9cac-b70ab4582d02" + "a6f47b0e-afe7-4bdb-9652-ad84e64f732c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -25731,10 +20439,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14569" + "14521" ], "X-Ms-Request-Id": [ - "b6e83cfa-f8a5-412f-bce4-6354bce58641" + "d2eed334-afa4-4254-b5f4-c5612aa2ca27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25742,20 +20450,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "760578fc-7b0e-4fd9-b141-7a98c2297475" + "c2b32899-ce43-4a99-8659-b16c1c1a22db" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053012Z:760578fc-7b0e-4fd9-b141-7a98c2297475" + "CENTRALUS:20210505T215106Z:c2b32899-ce43-4a99-8659-b16c1c1a22db" + ], + "X-MSEdge-Ref": [ + "Ref A: 1437D11AE6054101A8767A21358E6A1C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:06Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:11 GMT" + "Wed, 05 May 2021 21:51:06 GMT" ], "Content-Length": [ - "1332" + "1402" ], "Content-Type": [ "application/json" @@ -25764,23 +20472,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-virgin\",\r\n \"name\": \"e2e-virgin\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-virgin-namespace\",\r\n \"displayName\": \"e2e-virgin-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/virgin-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hGDQAAAAAAAA%3D%3D%23RT%3A55%23TRC%3A55%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABMAEaNB8AAYBgAAAAAYAYAAAAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-polios\",\r\n \"name\": \"e2e-polios\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bacall-namespace\",\r\n \"displayName\": \"e2e-polios-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bacall-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdGAAAAAAAAA%3D%3D%23RT%3A27%23TRC%3A27%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACGAFIYAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hGDQAAAAAAAA%3D%3D%23RT%3A55%23TRC%3A55%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABMAEaNB8AAYBgAAAAAYAYAAAAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEdEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NSUyM1RSQyUzQTU1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJNQUVhTkI4QUFZQmdBQUFBQVlBWUFBQUFBWUNFQU1BQVNBQXdBQUFSQkFiakJHSUZ4Z0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFCZyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdGAAAAAAAAA%3D%3D%23RT%3A27%23TRC%3A27%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACGAFIYAGCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGRHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyNyUyM1RSQyUzQTI3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNHQUZJWUFHQ0lRR01BQURod1FRTUFNNEUlMkJnQUhBZ0FkQ0FDQVFVSEJlZ0V1QUY0QXZnQVBBMlpsREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0VBQ2dEVEFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "66b8af75-eba0-40dd-b565-5882c603b1e2" + "433631e1-d570-42f6-83ac-2c2d69198ccb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -25794,10 +20502,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14568" + "14693" ], "X-Ms-Request-Id": [ - "00eaaece-1ce1-440d-89d3-6d7b2e39a552" + "2b1810ec-c2c1-4c75-9d4f-7533486add31" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25805,20 +20513,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "4cf0588f-6e77-453e-82db-29df5ed92e97" + "9397bce3-4f84-48a9-82d7-5824d58e40d2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053012Z:4cf0588f-6e77-453e-82db-29df5ed92e97" + "CENTRALUS:20210505T215106Z:9397bce3-4f84-48a9-82d7-5824d58e40d2" + ], + "X-MSEdge-Ref": [ + "Ref A: 8EC8FDE424EC4741894DAF843097F2B5 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:06Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:12 GMT" + "Wed, 05 May 2021 21:51:06 GMT" ], "Content-Length": [ - "1326" + "1402" ], "Content-Type": [ "application/json" @@ -25827,23 +20535,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-plunge\",\r\n \"name\": \"e2e-plunge\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-plunge-namespace\",\r\n \"displayName\": \"e2e-plunge-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/plunge-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdDQAAAAAAAA%3D%3D%23RT%3A56%23TRC%3A56%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABKAFINAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-golden\",\r\n \"name\": \"e2e-golden\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-mating-namespace\",\r\n \"displayName\": \"e2e-golden-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/mating-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heGAAAAAAAAA%3D%3D%23RT%3A28%23TRC%3A28%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACGAF6YAcCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdDQAAAAAAAA%3D%3D%23RT%3A56%23TRC%3A56%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABKAFINAGAYABIAAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGREUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NiUyM1RSQyUzQTU2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJLQUZJTkFHQVlBQklBQUdBR0FCRUFBR0FoQURBQUVnQU1BQUFFUVFHNHdSaUJjWUF6QU1BUEFQMzMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBWSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heGAAAAAAAAA%3D%3D%23RT%3A28%23TRC%3A28%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACGAF6YAcCIQGMAADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGVHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyOCUyM1RSQyUzQTI4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNHQUY2WUFjQ0lRR01BQURod1FRTUFNNEUlMkJnQUhBZ0FkQ0FDQVFVSEJlZ0V1QUY0QXZnQVBBMlpsREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0VBQ2dEVEFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3f5ba0de-a037-4c64-9f62-f78b75d8400b" + "f49a0793-f695-4702-9208-ef3930d472c7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -25857,10 +20565,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14567" + "14520" ], "X-Ms-Request-Id": [ - "0811d2e0-732a-4c49-b03d-29ebfe41cbb1" + "156ff333-8071-4a4e-abd3-cfacc0e19872" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25868,20 +20576,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "43115d71-611d-49c3-8b09-f453a1981f97" + "020eb995-8534-4e09-8da5-ca9a176c0b92" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053013Z:43115d71-611d-49c3-8b09-f453a1981f97" + "CENTRALUS:20210505T215106Z:020eb995-8534-4e09-8da5-ca9a176c0b92" + ], + "X-MSEdge-Ref": [ + "Ref A: 638449FF46934A2EB2258C30D275D278 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:06Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:12 GMT" + "Wed, 05 May 2021 21:51:06 GMT" ], "Content-Length": [ - "1326" + "1406" ], "Content-Type": [ "application/json" @@ -25890,23 +20598,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-matted\",\r\n \"name\": \"e2e-matted\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-matted-namespace\",\r\n \"displayName\": \"e2e-matted-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/matted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heDQAAAAAAAA%3D%3D%23RT%3A57%23TRC%3A57%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABKAF6NBsAYAAAAAGAGAAAAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-stares\",\r\n \"name\": \"e2e-stares\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-muzzle-namespace\",\r\n \"displayName\": \"e2e-stares-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/muzzle-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjGAAAAAAAAA%3D%3D%23RT%3A29%23TRC%3A29%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACEAGEYiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heDQAAAAAAAA%3D%3D%23RT%3A57%23TRC%3A57%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABKAF6NBsAYAAAAAGAGAAAAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGVEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NyUyM1RSQyUzQTU3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJLQUY2TkJzQVlBQUFBQUdBR0FBQUFBR0FoQURBQUVnQU1BQUFFUVFHNHdSaUJjWUF6QU1BUEFQMzMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBWSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjGAAAAAAAAA%3D%3D%23RT%3A29%23TRC%3A29%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACEAGEYiEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGpHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EyOSUyM1RSQyUzQTI5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNFQUdFWWlFQmpBQUE0Y0VFREFET0JQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9095a067-711d-4e3d-97ed-dfe587d7be9c" + "cd56912a-d253-464a-beba-6a80b64cac2f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -25920,10 +20628,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14566" + "14692" ], "X-Ms-Request-Id": [ - "daac3753-5105-49ad-a96a-15cb2ecbccca" + "156755d9-3d2e-46a9-a9fb-b2dc298a388d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25931,20 +20639,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "b43b352f-058d-40aa-bafe-74295383870e" + "29e6dff3-6f84-40e3-9c68-81fc3914f43a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053013Z:b43b352f-058d-40aa-bafe-74295383870e" + "CENTRALUS:20210505T215106Z:29e6dff3-6f84-40e3-9c68-81fc3914f43a" + ], + "X-MSEdge-Ref": [ + "Ref A: CB1540CC17A346AB80CA87AA2C936B5C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:06Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:12 GMT" + "Wed, 05 May 2021 21:51:06 GMT" ], "Content-Length": [ - "1330" + "1402" ], "Content-Type": [ "application/json" @@ -25953,23 +20661,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-enmesh\",\r\n \"name\": \"e2e-enmesh\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-enmesh-namespace\",\r\n \"displayName\": \"e2e-enmesh-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/enmesh-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjDQAAAAAAAA%3D%3D%23RT%3A58%23TRC%3A58%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABIAGENGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-parses\",\r\n \"name\": \"e2e-parses\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-unison-namespace\",\r\n \"displayName\": \"e2e-parses-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/unison-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hnGAAAAAAAAA%3D%3D%23RT%3A30%23TRC%3A30%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACEAGEYgEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjDQAAAAAAAA%3D%3D%23RT%3A58%23TRC%3A58%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABIAGENGAASAABgBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGpEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1OCUyM1RSQyUzQTU4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJJQUdFTkdBQVNBQUJnQmdBUkFBQmdJUUF3QUJJQURBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hnGAAAAAAAAA%3D%3D%23RT%3A30%23TRC%3A30%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACEAGEYgEBjAAA4cEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aG5HQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMCUyM1RSQyUzQTMwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNFQUdFWWdFQmpBQUE0Y0VFREFET0JQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b31ad868-45b9-43c6-8914-bd76ac10c7ef" + "0359732d-6a0a-4857-9cb8-b26955f9d2ff" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -25983,10 +20691,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14565" + "14519" ], "X-Ms-Request-Id": [ - "9613b625-d613-47ae-9b37-58fbf11e6b3b" + "2b2bd296-09f2-4a61-b88d-b6bb6c0cf833" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25994,20 +20702,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "0ab0dcf3-9d18-4cf0-a19e-42716addf2ed" + "ec62d9b0-44cc-46aa-a50e-21f92ef8a409" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053013Z:0ab0dcf3-9d18-4cf0-a19e-42716addf2ed" + "CENTRALUS:20210505T215107Z:ec62d9b0-44cc-46aa-a50e-21f92ef8a409" + ], + "X-MSEdge-Ref": [ + "Ref A: 8F146059B3034283A3A81EA1A2A19D69 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:07Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:12 GMT" + "Wed, 05 May 2021 21:51:07 GMT" ], "Content-Length": [ - "1324" + "1398" ], "Content-Type": [ "application/json" @@ -26016,23 +20724,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-permed\",\r\n \"name\": \"e2e-permed\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-permed-namespace\",\r\n \"displayName\": \"e2e-permed-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/permed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkDQAAAAAAAA%3D%3D%23RT%3A59%23TRC%3A59%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABGAGSNEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-dollop\",\r\n \"name\": \"e2e-dollop\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sheikh-namespace\",\r\n \"displayName\": \"e2e-dollop-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sheikh-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27huGAAAAAAAAA%3D%3D%23RT%3A31%23TRC%3A31%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACCAG6YYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkDQAAAAAAAA%3D%3D%23RT%3A59%23TRC%3A59%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABGAGSNEgAAYAYAEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGtEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E1OSUyM1RSQyUzQTU5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJHQUdTTkVnQUFZQVlBRVFBQVlDRUFNQUFTQUF3QUFBUkJBYmpCR0lGeGdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQmclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27huGAAAAAAAAA%3D%3D%23RT%3A31%23TRC%3A31%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACCAG6YYwAAOHBBAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHVHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMSUyM1RSQyUzQTMxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNDQUc2WVl3QUFPSEJCQXdBemdUNkFBY0NBQjBJQUlCQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9RQUtBTk1BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac2d5233-a691-46b8-972c-e675ecf13975" + "caa557ea-9c27-489e-a226-a2bb5a923c83" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -26046,10 +20754,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14564" + "14691" ], "X-Ms-Request-Id": [ - "229d7f50-c338-4156-87aa-e6a19c719e9b" + "f90c1f58-3dbb-40b2-aa19-dd939dc65f0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26057,20 +20765,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "72bd4d97-9d7d-4681-82d0-b6e367f0a19c" + "e4a723f4-a3d4-424b-8d14-6193d4ad8d05" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053014Z:72bd4d97-9d7d-4681-82d0-b6e367f0a19c" + "CENTRALUS:20210505T215107Z:e4a723f4-a3d4-424b-8d14-6193d4ad8d05" + ], + "X-MSEdge-Ref": [ + "Ref A: 2BC2ADFDFFE648EDBF77C36929786ED4 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:07Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:13 GMT" + "Wed, 05 May 2021 21:51:07 GMT" ], "Content-Length": [ - "1318" + "1401" ], "Content-Type": [ "application/json" @@ -26079,23 +20787,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-family\",\r\n \"name\": \"e2e-family\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-family-namespace\",\r\n \"displayName\": \"e2e-family-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/family-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iNDQAAAAAAAA%3D%3D%23RT%3A60%23TRC%3A60%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABEAIINAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-ranges\",\r\n \"name\": \"e2e-ranges\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-nippon-namespace\",\r\n \"displayName\": \"e2e-ranges-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/nippon-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jbGAAAAAAAAA%3D%3D%23RT%3A32%23TRC%3A32%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACAANMYADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iNDQAAAAAAAA%3D%3D%23RT%3A60%23TRC%3A60%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABEAIINAGAGABEAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aU5EUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MCUyM1RSQyUzQTYwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJFQUlJTkFHQUdBQkVBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jbGAAAAAAAAA%3D%3D%23RT%3A32%23TRC%3A32%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACAANMYADhwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amJHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMiUyM1RSQyUzQTMyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNBQU5NWUFEaHdRUU1BTTRFJTJCZ0FIQWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eeab5a85-a0d1-45cb-ba8f-cc51a6996ffe" + "26ea65eb-2888-4a8e-b1ff-2a48e55e7545" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -26109,10 +20817,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14563" + "14518" ], "X-Ms-Request-Id": [ - "83f51aa5-45fa-4b71-9c6e-7744c84e5b72" + "e8738d3c-62c9-4b80-b9bd-bc851cb3f849" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26120,20 +20828,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6e64a84c-df81-42d2-96fc-0c10900d9733" + "c1363685-8ada-4d72-8f2b-50b88136fa13" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053014Z:6e64a84c-df81-42d2-96fc-0c10900d9733" + "CENTRALUS:20210505T215107Z:c1363685-8ada-4d72-8f2b-50b88136fa13" + ], + "X-MSEdge-Ref": [ + "Ref A: 07FE4F841D2642699C84F45A9DBB13ED Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:07Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:13 GMT" + "Wed, 05 May 2021 21:51:07 GMT" ], "Content-Length": [ - "1318" + "1401" ], "Content-Type": [ "application/json" @@ -26142,23 +20850,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-exists\",\r\n \"name\": \"e2e-exists\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-exists-namespace\",\r\n \"displayName\": \"e2e-exists-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/exists-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iODQAAAAAAAA%3D%3D%23RT%3A61%23TRC%3A61%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABEAI6NA8AGAAAAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cloves\",\r\n \"name\": \"e2e-cloves\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-cloves-namespace\",\r\n \"displayName\": \"e2e-cloves-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/cloves-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jcGAAAAAAAAA%3D%3D%23RT%3A33%23TRC%3A33%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACAANMYADBwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iODQAAAAAAAA%3D%3D%23RT%3A61%23TRC%3A61%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABEAI6NA8AGAAAAAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aU9EUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MSUyM1RSQyUzQTYxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJFQUk2TkE4QUdBQUFBQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jcGAAAAAAAAA%3D%3D%23RT%3A33%23TRC%3A33%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACAANMYADBwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amNHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzMyUyM1RSQyUzQTMzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNBQU5NWUFEQndRUU1BTTRFJTJCZ0FIQWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17a73135-809c-4526-af68-fcd94bdf8457" + "7a3b780e-b14e-444f-8e52-cb38088c8b51" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -26172,10 +20880,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14562" + "14690" ], "X-Ms-Request-Id": [ - "e0f34cf8-9826-4a79-ab7a-df58517671c6" + "af2be3cd-4946-4a98-b62b-30b9640385b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26183,20 +20891,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6c8d70a5-3b87-4e42-837c-71d7057db5c1" + "0430e69e-65b2-424c-8932-23615c51fdf0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053014Z:6c8d70a5-3b87-4e42-837c-71d7057db5c1" + "CENTRALUS:20210505T215107Z:0430e69e-65b2-424c-8932-23615c51fdf0" + ], + "X-MSEdge-Ref": [ + "Ref A: 8136CE2940CF460495A3BA92B5F74A53 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:07Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:13 GMT" + "Wed, 05 May 2021 21:51:07 GMT" ], "Content-Length": [ - "1322" + "1401" ], "Content-Type": [ "application/json" @@ -26205,23 +20913,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-lucile\",\r\n \"name\": \"e2e-lucile\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-lucile-namespace\",\r\n \"displayName\": \"e2e-lucile-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/lucile-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iRDQAAAAAAAA%3D%3D%23RT%3A62%23TRC%3A62%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABCAJENBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-nausea\",\r\n \"name\": \"e2e-nausea\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-nausea-namespace\",\r\n \"displayName\": \"e2e-nausea-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/nausea-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jdGAAAAAAAAA%3D%3D%23RT%3A34%23TRC%3A34%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACAAN2YAsBwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iRDQAAAAAAAA%3D%3D%23RT%3A62%23TRC%3A62%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABCAJENBgARAABgIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVJEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MiUyM1RSQyUzQTYyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJDQUpFTkJnQVJBQUJnSVFBd0FCSUFEQUFBQkVFQnVNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jdGAAAAAAAAA%3D%3D%23RT%3A34%23TRC%3A34%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAACAAN2YAsBwQQMAM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amRHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNCUyM1RSQyUzQTM0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUNBQU4yWUFzQndRUU1BTTRFJTJCZ0FIQWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab8d86b2-cf81-4ec3-aacf-a4d130e86ba1" + "ad5c97b0-e1dd-4424-bd0f-bd34ebd45e41" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -26235,10 +20943,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14561" + "14517" ], "X-Ms-Request-Id": [ - "502100d1-83de-458b-834e-edef1588838d" + "2e38b815-e10f-4b60-8626-e1830047b35f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26246,20 +20954,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "363bdda7-645d-450f-b67e-d08c316fdbef" + "1bcc1d98-c290-4219-96e6-ae67d9a5ecd2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053014Z:363bdda7-645d-450f-b67e-d08c316fdbef" + "CENTRALUS:20210505T215108Z:1bcc1d98-c290-4219-96e6-ae67d9a5ecd2" + ], + "X-MSEdge-Ref": [ + "Ref A: 145230C708194C44BDC9DC5E509896A7 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:07Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:13 GMT" + "Wed, 05 May 2021 21:51:08 GMT" ], "Content-Length": [ - "1316" + "1440" ], "Content-Type": [ "application/json" @@ -26268,23 +20976,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-savory\",\r\n \"name\": \"e2e-savory\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-savory-namespace\",\r\n \"displayName\": \"e2e-savory-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/savory-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iSDQAAAAAAAA%3D%3D%23RT%3A63%23TRC%3A63%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABAAJKNEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gashed\",\r\n \"name\": \"e2e-gashed\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-gashed-namespace\",\r\n \"displayName\": \"e2e-gashed-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/strips-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkGAAAAAAAAA%3D%3D%23RT%3A35%23TRC%3A35%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB%2BAOIYcEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iSDQAAAAAAAA%3D%3D%23RT%3A63%23TRC%3A63%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABAAJKNEQAAYCEAMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVNEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MyUyM1RSQyUzQTYzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJBQUpLTkVRQUFZQ0VBTUFBU0FBd0FBQVJCQWJqQkdJRnhnRE1Bd0E4QSUyRmZmJTJGVVFBQUhnRUJCZ0FvZ0glMkJBQThCWkRkd2Z2RTloQVA4UE1RQUFIaUVBQUJnJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkGAAAAAAAAA%3D%3D%23RT%3A35%23TRC%3A35%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB%2BAOIYcEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amtHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNSUyM1RSQyUzQTM1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUIlMkJBT0lZY0VFREFET0JQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5cb15f6e-a191-430c-a49f-53a89d85d823" + "8d5dc711-7194-4aa0-8946-1efe0369a678" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -26298,10 +21006,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14560" + "14689" ], "X-Ms-Request-Id": [ - "a6568333-cfc1-469a-929d-3ba5f1051479" + "eec5c7b5-5ad7-4c33-ac47-f78057774141" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26309,20 +21017,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "f2b1f8a3-fb9f-499d-8689-94a50dcb95b3" + "08ff9f61-1a29-427e-9731-6cae85e1bd4e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053015Z:f2b1f8a3-fb9f-499d-8689-94a50dcb95b3" + "CENTRALUS:20210505T215108Z:08ff9f61-1a29-427e-9731-6cae85e1bd4e" + ], + "X-MSEdge-Ref": [ + "Ref A: F1ED9776F80B49459E96EC665803144F Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:08Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:15 GMT" + "Wed, 05 May 2021 21:51:08 GMT" ], "Content-Length": [ - "1312" + "1403" ], "Content-Type": [ "application/json" @@ -26331,23 +21039,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-phrase\",\r\n \"name\": \"e2e-phrase\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-phrase-namespace\",\r\n \"displayName\": \"e2e-phrase-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/phrase-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i9DQAAAAAAAA%3D%3D%23RT%3A64%23TRC%3A64%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA%2BALENAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-knaves\",\r\n \"name\": \"e2e-knaves\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-knaves-namespace\",\r\n \"displayName\": \"e2e-knaves-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/knaves-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jlGAAAAAAAAA%3D%3D%23RT%3A36%23TRC%3A36%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB%2BAOIYYEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i9DQAAAAAAAA%3D%3D%23RT%3A64%23TRC%3A64%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA%2BALENAGAhADAAEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTlEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2NCUyM1RSQyUzQTY0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUElMkJBTEVOQUdBaEFEQUFFZ0FNQUFBRVFRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jlGAAAAAAAAA%3D%3D%23RT%3A36%23TRC%3A36%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB%2BAOIYYEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amxHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNiUyM1RSQyUzQTM2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUIlMkJBT0lZWUVFREFET0JQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51b9be37-42a3-42b5-b07e-d60adc502c4c" + "4d64b1e8-11a9-44c7-8197-23ddbfe2729d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -26361,10 +21069,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14559" + "14516" ], "X-Ms-Request-Id": [ - "8b85bc9e-f6cf-4847-8b2f-319251f2ab65" + "a64b01d9-561c-4795-8c20-d92862c2a9c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26372,20 +21080,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "66b5115b-9549-476a-b002-bb0bd3967a19" + "8b638739-b7b6-4792-b2a4-eb32e7900825" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053015Z:66b5115b-9549-476a-b002-bb0bd3967a19" + "CENTRALUS:20210505T215108Z:8b638739-b7b6-4792-b2a4-eb32e7900825" + ], + "X-MSEdge-Ref": [ + "Ref A: A752E5CD30084913891CFAE23E1C5F06 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:08Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:15 GMT" + "Wed, 05 May 2021 21:51:08 GMT" ], "Content-Length": [ - "1316" + "1400" ], "Content-Type": [ "application/json" @@ -26394,23 +21102,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-raglan\",\r\n \"name\": \"e2e-raglan\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-raglan-namespace\",\r\n \"displayName\": \"e2e-raglan-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/raglan-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i%2BDQAAAAAAAA%3D%3D%23RT%3A65%23TRC%3A65%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA8AL6NIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-virtue\",\r\n \"name\": \"e2e-virtue\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-knaves-namespace\",\r\n \"displayName\": \"e2e-virtue-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/knaves-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jmGAAAAAAAAA%3D%3D%23RT%3A37%23TRC%3A37%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB%2BAOIYQEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i%2BDQAAAAAAAA%3D%3D%23RT%3A65%23TRC%3A65%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA8AL6NIQAwABIADAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aSUyQkRRQUFBQUFBQUElM0QlM0QlMjNSVCUzQTY1JTIzVFJDJTNBNjUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQThBTDZOSVFBd0FCSUFEQUFBQkVFQnVNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jmGAAAAAAAAA%3D%3D%23RT%3A37%23TRC%3A37%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB%2BAOIYQEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3am1HQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzNyUyM1RSQyUzQTM3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUIlMkJBT0lZUUVFREFET0JQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "14da6335-f711-4897-ad4c-181e81355f66" + "59da9981-cc68-46b9-820e-bd7781ca5e4f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -26424,10 +21132,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14558" + "14688" ], "X-Ms-Request-Id": [ - "43125382-6701-4340-9a0f-0b194093aa43" + "4d3ba117-cbf4-4fe5-9c72-ab4c250da28c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26435,20 +21143,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "a03e41fd-d627-4eba-81e1-5a3eb2ac3eda" + "b7cdb8f8-6f0f-4af7-95ba-b9d7b5cb0d95" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053015Z:a03e41fd-d627-4eba-81e1-5a3eb2ac3eda" + "CENTRALUS:20210505T215108Z:b7cdb8f8-6f0f-4af7-95ba-b9d7b5cb0d95" + ], + "X-MSEdge-Ref": [ + "Ref A: 776AE29AED8644AC8DBA0B15A3CF70DA Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:08Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:15 GMT" + "Wed, 05 May 2021 21:51:08 GMT" ], "Content-Length": [ - "1338" + "1396" ], "Content-Type": [ "application/json" @@ -26457,23 +21165,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-attend\",\r\n \"name\": \"e2e-attend\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-attend-namespace\",\r\n \"displayName\": \"e2e-attend-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/attend-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkDQAAAAAAAA%3D%3D%23RT%3A66%23TRC%3A66%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA6AOENMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-pilfer\",\r\n \"name\": \"e2e-pilfer\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-shrift-namespace\",\r\n \"displayName\": \"e2e-pilfer-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/shrift-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27joGAAAAAAAAA%3D%3D%23RT%3A38%23TRC%3A38%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB%2BAOIYAEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkDQAAAAAAAA%3D%3D%23RT%3A66%23TRC%3A66%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA6AOENMAASAAwAAARBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amtEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2NiUyM1RSQyUzQTY2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUE2QU9FTk1BQVNBQXdBQUFSQkFiakJHSUZ4Z0RNQXdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFCZyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27joGAAAAAAAAA%3D%3D%23RT%3A38%23TRC%3A38%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB%2BAOIYAEEDADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3am9HQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzOCUyM1RSQyUzQTM4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUIlMkJBT0lZQUVFREFET0JQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1aac4470-797b-4392-847e-92e6cc932681" + "98496474-ee36-49e8-a560-9cd9697d9059" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -26487,10 +21195,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14557" + "14515" ], "X-Ms-Request-Id": [ - "8a6fab6d-cb7a-4cd6-b8ef-fc900283e1cb" + "ba57eb42-0049-4235-8bf7-2f41d986cd46" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26498,20 +21206,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "c493c874-322b-4b70-8601-008da35c98b1" + "661eb9a5-3aae-4a28-9009-bc89799e0662" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053015Z:c493c874-322b-4b70-8601-008da35c98b1" + "CENTRALUS:20210505T215108Z:661eb9a5-3aae-4a28-9009-bc89799e0662" + ], + "X-MSEdge-Ref": [ + "Ref A: C2EB9FD34FBC458FA8F2B681BAFAB804 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:08Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:15 GMT" + "Wed, 05 May 2021 21:51:08 GMT" ], "Content-Length": [ - "1301" + "1440" ], "Content-Type": [ "application/json" @@ -26520,23 +21228,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gagged\",\r\n \"name\": \"e2e-gagged\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-gagged-namespace\",\r\n \"displayName\": \"e2e-gagged-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/gagged-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jlDQAAAAAAAA%3D%3D%23RT%3A67%23TRC%3A67%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA4AOWNEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-skopje\",\r\n \"name\": \"e2e-skopje\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-skopje-namespace\",\r\n \"displayName\": \"e2e-skopje-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/skopje-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27juGAAAAAAAAA%3D%3D%23RT%3A39%23TRC%3A39%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB%2BAO6YAcADADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jlDQAAAAAAAA%3D%3D%23RT%3A67%23TRC%3A67%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA4AOWNEgAMAAAEQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amxEUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2NyUyM1RSQyUzQTY3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUE0QU9XTkVnQU1BQUFFUVFHNHdSaUJjWUF6QU1BUEFQMzMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBWSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27juGAAAAAAAAA%3D%3D%23RT%3A39%23TRC%3A39%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB%2BAO6YAcADADOBPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anVHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0EzOSUyM1RSQyUzQTM5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUIlMkJBTzZZQWNBREFET0JQb0FCd0lBSFFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "40fefba1-d188-4636-b3e2-573adfd6af65" + "729d3ceb-55b4-4e1e-9a96-4e0f6d2ea7bb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -26550,10 +21258,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14556" + "14687" ], "X-Ms-Request-Id": [ - "a15636ae-2122-4e07-941a-76323fd1ea89" + "a4819a87-e7d7-4eeb-ad34-7af0c34bf4ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26561,20 +21269,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "22e1ffdd-a493-4431-8757-313ef6f99747" + "a113f8c7-8a7d-4679-af15-97b91214acab" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053016Z:22e1ffdd-a493-4431-8757-313ef6f99747" + "CENTRALUS:20210505T215109Z:a113f8c7-8a7d-4679-af15-97b91214acab" + ], + "X-MSEdge-Ref": [ + "Ref A: 5B4E19CC10504086ACF2E3BC1D4256B5 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:08Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:16 GMT" + "Wed, 05 May 2021 21:51:09 GMT" ], "Content-Length": [ - "1302" + "1397" ], "Content-Type": [ "application/json" @@ -26583,23 +21291,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-meaner\",\r\n \"name\": \"e2e-meaner\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-meaner-namespace\",\r\n \"displayName\": \"e2e-meaner-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/meaner-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gCDgAAAAAAAA%3D%3D%23RT%3A68%23TRC%3A68%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA2AAIODAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-labels\",\r\n \"name\": \"e2e-labels\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-labels-namespace\",\r\n \"displayName\": \"e2e-labels-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/labels-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jwGAAAAAAAAA%3D%3D%23RT%3A40%23TRC%3A40%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB8APEYAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gCDgAAAAAAAA%3D%3D%23RT%3A68%23TRC%3A68%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA2AAIODAAABEEBuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0NEZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2OCUyM1RSQyUzQTY4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUEyQUFJT0RBQUFCRUVCdU1FWWdYR0FNd0RBRHdEOTklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jwGAAAAAAAAA%3D%3D%23RT%3A40%23TRC%3A40%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB8APEYAwAzgT6AAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3andHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0MCUyM1RSQyUzQTQwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUI4QVBFWUF3QXpnVDZBQWNDQUIwSUFJQkJRY0Y2QVM0QVhnQyUyQkFBOERabVVNZiUyQkFBUmdFTUFBTUFBQkdBQVlnQUFRUUFJRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvUUFLQU5NQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d2d8f61-0b07-4931-829d-7d0004eb9105" + "112f3022-1f4a-4ee6-8044-f1431dad966f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -26613,10 +21321,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14555" + "14514" ], "X-Ms-Request-Id": [ - "0ae85552-4e75-45dc-abc8-72c0bf2c2f9b" + "410c9af4-18bd-49d9-8e0e-76e0d434bb46" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26624,20 +21332,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "34efcf77-a43d-4f4e-9316-35ef8add48af" + "b1b68141-6e87-44c5-b780-a926aed8bc80" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053016Z:34efcf77-a43d-4f4e-9316-35ef8add48af" + "CENTRALUS:20210505T215109Z:b1b68141-6e87-44c5-b780-a926aed8bc80" + ], + "X-MSEdge-Ref": [ + "Ref A: 49F8FB29846E4A4A8A21321705D4998E Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:09Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:16 GMT" + "Wed, 05 May 2021 21:51:09 GMT" ], "Content-Length": [ - "1296" + "1386" ], "Content-Type": [ "application/json" @@ -26646,23 +21354,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-abbott\",\r\n \"name\": \"e2e-abbott\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-abbott-namespace\",\r\n \"displayName\": \"e2e-abbott-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/abbott-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gDDgAAAAAAAA%3D%3D%23RT%3A69%23TRC%3A69%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA0AAOOCoBBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-endued\",\r\n \"name\": \"e2e-endued\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-lattes-namespace\",\r\n \"displayName\": \"e2e-endued-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/lattes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jxGAAAAAAAAA%3D%3D%23RT%3A41%23TRC%3A41%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6APGYM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gDDgAAAAAAAA%3D%3D%23RT%3A69%23TRC%3A69%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA0AAOOCoBBAbjBGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0REZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2OSUyM1RSQyUzQTY5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUEwQUFPT0NvQkJBYmpCR0lGeGdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQmclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jxGAAAAAAAAA%3D%3D%23RT%3A41%23TRC%3A41%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB6APGYM4E%2BgAHAgAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anhHQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E0MSUyM1RSQyUzQTQxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUI2QVBHWU00RSUyQmdBSEFnQWRDQUNBUVVIQmVnRXVBRjRBdmdBUEEyWmxESCUyRmdBRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLRUFDZ0RUQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bba1fc6a-0f07-4c7d-89ac-6e19c0cb632c" + "345505fe-5f05-4cda-898e-2ee31fcbe5ef" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -26676,10 +21384,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14554" + "14686" ], "X-Ms-Request-Id": [ - "57eaba20-c3fb-42f8-955d-0376edf138b0" + "adc22279-2b03-4cda-becc-99f56615625a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26687,20 +21395,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "1f1588ad-1864-4126-9991-020fccc7177d" + "f30f80e2-e111-43a3-91e3-870fd6e5399b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053016Z:1f1588ad-1864-4126-9991-020fccc7177d" + "CENTRALUS:20210505T215109Z:f30f80e2-e111-43a3-91e3-870fd6e5399b" + ], + "X-MSEdge-Ref": [ + "Ref A: A72C455AFB374120BF9E1A9FB5417D8A Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:09Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:16 GMT" + "Wed, 05 May 2021 21:51:09 GMT" ], "Content-Length": [ - "1293" + "1336" ], "Content-Type": [ "application/json" @@ -26709,23 +21417,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-tawney\",\r\n \"name\": \"e2e-tawney\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-tawney-namespace\",\r\n \"displayName\": \"e2e-tawney-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/tawney-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gaDgAAAAAAAA%3D%3D%23RT%3A70%23TRC%3A70%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAyABqOQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/am-test-2\",\r\n \"name\": \"am-test-2\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"am-test-operator\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/am-test-operator\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"Kubeconfig\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzGgAAAAAAAA%3D%3D%23RT%3A42%23TRC%3A42%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADOaPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gaDgAAAAAAAA%3D%3D%23RT%3A70%23TRC%3A70%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAyABqOQQG4wRiBcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2FEZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MCUyM1RSQyUzQTcwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUF5QUJxT1FRRzR3UmlCY1lBekFNQVBBUDMzJTJGMUVBQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzGgAAAAAAAA%3D%3D%23RT%3A42%23TRC%3A42%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB4ADOaPoABwIAHQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3pHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0MiUyM1RSQyUzQTQyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUI0QURPYVBvQUJ3SUFIUWdBZ0VGQndYb0JMZ0JlQUw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2hBQW9BMHdCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c0a4774f-abae-4b8d-938f-b6fdbc79b85a" + "ab4226ed-272b-4260-bfc1-2a35d82754cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -26739,10 +21447,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14553" + "14513" ], "X-Ms-Request-Id": [ - "9ab048c8-91db-46d6-80ce-ab16f3e77b57" + "d9cd7bb7-0b19-4cc1-96c1-f37e10f5bd56" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26750,20 +21458,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "a4220a06-ae54-4540-b1b0-7361d9696a69" + "a153e56e-7fd7-4559-ba2c-008907e9ec57" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053016Z:a4220a06-ae54-4540-b1b0-7361d9696a69" + "CENTRALUS:20210505T215109Z:a153e56e-7fd7-4559-ba2c-008907e9ec57" + ], + "X-MSEdge-Ref": [ + "Ref A: 5C85FCAFC0A7464C87AA6F2B9154A41F Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:09Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:16 GMT" + "Wed, 05 May 2021 21:51:09 GMT" ], "Content-Length": [ - "1562" + "1384" ], "Content-Type": [ "application/json" @@ -26772,23 +21480,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-trifle\",\r\n \"name\": \"e2e-trifle\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-trifle-namespace\",\r\n \"displayName\": \"e2e-trifle-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/sewing-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/trifle-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjDwAAAAAAAA%3D%3D%23RT%3A71%23TRC%3A71%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-utopia\",\r\n \"name\": \"e2e-utopia\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-utopia-namespace\",\r\n \"displayName\": \"e2e-utopia-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/utopia-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27h%2BGgAAAAAAAA%3D%3D%23RT%3A43%23TRC%3A43%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB2AH6aAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hjDwAAAAAAAA%3D%3D%23RT%3A71%23TRC%3A71%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPuMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGpEd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MSUyM1RSQyUzQTcxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUF3QUdFUHVNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27h%2BGgAAAAAAAA%3D%3D%23RT%3A43%23TRC%3A43%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB2AH6aAcCAB0IAIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aCUyQkdnQUFBQUFBQUElM0QlM0QlMjNSVCUzQTQzJTIzVFJDJTNBNDMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQjJBSDZhQWNDQUIwSUFJQkJRY0Y2QVM0QVhnQyUyQkFBOERabVVNZiUyQkFBUmdFTUFBTUFBQkdBQVlnQUFRUUFJRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvUUFLQU5NQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "736d8eda-60f7-4669-b177-ebacf35929eb" + "733c4882-b943-45a4-a7a1-d46ef84de327" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -26802,10 +21510,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14552" + "14685" ], "X-Ms-Request-Id": [ - "e36731ea-3267-451a-bccf-d686d5c74d59" + "4c6373b0-fedd-4df5-bfef-a8c8a4a69501" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26813,20 +21521,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "9ec62faf-0826-4a07-80d9-625e0783b4f4" + "559a070f-467f-4921-97c8-8ff8a5cd2184" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053017Z:9ec62faf-0826-4a07-80d9-625e0783b4f4" + "CENTRALUS:20210505T215109Z:559a070f-467f-4921-97c8-8ff8a5cd2184" + ], + "X-MSEdge-Ref": [ + "Ref A: E12646F69D35423B83E11A27EFC9FB01 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:09Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:17 GMT" + "Wed, 05 May 2021 21:51:09 GMT" ], "Content-Length": [ - "1301" + "1383" ], "Content-Type": [ "application/json" @@ -26835,23 +21543,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fencer\",\r\n \"name\": \"e2e-fencer\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-fencer-namespace\",\r\n \"displayName\": \"e2e-fencer-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/fencer-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkDwAAAAAAAA%3D%3D%23RT%3A72%23TRC%3A72%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPsMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cather\",\r\n \"name\": \"e2e-cather\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-cather-namespace\",\r\n \"displayName\": \"e2e-cather-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/cather-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iHGgAAAAAAAA%3D%3D%23RT%3A44%23TRC%3A44%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB0AIEagAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkDwAAAAAAAA%3D%3D%23RT%3A72%23TRC%3A72%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPsMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGtEd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MiUyM1RSQyUzQTcyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUF3QUdFUHNNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iHGgAAAAAAAA%3D%3D%23RT%3A44%23TRC%3A44%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB0AIEagAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUhHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NCUyM1RSQyUzQTQ0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUIwQUlFYWdBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b18c86e9-8c36-4deb-b065-0ac70e1b023f" + "292801ca-d898-457f-96a0-e4d88259a540" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -26865,10 +21573,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14551" + "14512" ], "X-Ms-Request-Id": [ - "777dd8e1-61a0-48ce-9785-8afeeac01558" + "27326560-0631-498d-baa6-401fca9c476b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26876,20 +21584,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6a07634d-90a5-4b04-87b8-6403254ff8be" + "53c6ebbe-f58a-4ada-94f9-258b76099018" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053017Z:6a07634d-90a5-4b04-87b8-6403254ff8be" + "CENTRALUS:20210505T215110Z:53c6ebbe-f58a-4ada-94f9-258b76099018" + ], + "X-MSEdge-Ref": [ + "Ref A: 97A792207BA44FE0AB7748E78769AC52 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:09Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:17 GMT" + "Wed, 05 May 2021 21:51:10 GMT" ], "Content-Length": [ - "1328" + "1383" ], "Content-Type": [ "application/json" @@ -26898,23 +21606,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-booths\",\r\n \"name\": \"e2e-booths\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-booths-namespace\",\r\n \"displayName\": \"e2e-booths-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/booths-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hlDwAAAAAAAA%3D%3D%23RT%3A73%23TRC%3A73%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPoMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-badges\",\r\n \"name\": \"e2e-badges\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-badges-namespace\",\r\n \"displayName\": \"e2e-badges-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/badges-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iIGgAAAAAAAA%3D%3D%23RT%3A45%23TRC%3A45%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB0AIEaAAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hlDwAAAAAAAA%3D%3D%23RT%3A73%23TRC%3A73%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPoMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGxEd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MyUyM1RSQyUzQTczJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUF3QUdFUG9NRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iIGgAAAAAAAA%3D%3D%23RT%3A45%23TRC%3A45%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB0AIEaAAdCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUlHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NSUyM1RSQyUzQTQ1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUIwQUlFYUFBZENBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "596f4e48-c3eb-46b5-8866-00fc7269883c" + "2a1e9b61-ba68-4cf9-9d60-7300a99e0bcb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -26928,10 +21636,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14550" + "14684" ], "X-Ms-Request-Id": [ - "6d6778ea-7d8c-42ce-a7c0-f075c8c945d2" + "1a9ca148-f704-4d9d-b383-d415637161c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26939,20 +21647,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "9e9dcbc7-98df-4833-8795-56b6c2fec9fa" + "106debb8-4aca-4924-9d26-b532da4f9fab" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053017Z:9e9dcbc7-98df-4833-8795-56b6c2fec9fa" + "CENTRALUS:20210505T215110Z:106debb8-4aca-4924-9d26-b532da4f9fab" + ], + "X-MSEdge-Ref": [ + "Ref A: AE16091D60A3461B8FA49CA0CC3337D4 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:10Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:17 GMT" + "Wed, 05 May 2021 21:51:10 GMT" ], "Content-Length": [ - "1334" + "1380" ], "Content-Type": [ "application/json" @@ -26961,23 +21669,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-duping\",\r\n \"name\": \"e2e-duping\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-duping-namespace\",\r\n \"displayName\": \"e2e-duping-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/duping-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hnDwAAAAAAAA%3D%3D%23RT%3A74%23TRC%3A74%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPgMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-extant\",\r\n \"name\": \"e2e-extant\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-badges-namespace\",\r\n \"displayName\": \"e2e-extant-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/badges-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iJGgAAAAAAAA%3D%3D%23RT%3A46%23TRC%3A46%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB0AIEaAAZCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hnDwAAAAAAAA%3D%3D%23RT%3A74%23TRC%3A74%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPgMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aG5Ed0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NCUyM1RSQyUzQTc0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUF3QUdFUGdNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iJGgAAAAAAAA%3D%3D%23RT%3A46%23TRC%3A46%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAB0AIEaAAZCACAQUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUpHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NiUyM1RSQyUzQTQ2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUIwQUlFYUFBWkNBQ0FRVUhCZWdFdUFGNEF2Z0FQQTJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "051d256f-fcea-445f-9e66-58c0259fa2bd" + "1018ef48-d449-405c-b8a4-10431a2ce64f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -26991,10 +21699,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14549" + "14511" ], "X-Ms-Request-Id": [ - "bd4b1977-9260-4c2b-9f5b-4f0afb959ed0" + "1b4cb6e5-5e96-4564-9936-fe535fb86934" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27002,20 +21710,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "d00245a8-063a-4469-af53-c5430521dfef" + "4fadf946-19cb-40e0-90f8-5d2e94dd0569" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053018Z:d00245a8-063a-4469-af53-c5430521dfef" + "CENTRALUS:20210505T215110Z:4fadf946-19cb-40e0-90f8-5d2e94dd0569" + ], + "X-MSEdge-Ref": [ + "Ref A: 74BD9A8109D14B72B60FCB2CC58B58B3 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:10Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:17 GMT" + "Wed, 05 May 2021 21:51:10 GMT" ], "Content-Length": [ - "1297" + "1422" ], "Content-Type": [ "application/json" @@ -27024,23 +21732,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-balded\",\r\n \"name\": \"e2e-balded\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-balded-namespace\",\r\n \"displayName\": \"e2e-balded-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/balded-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hoDwAAAAAAAA%3D%3D%23RT%3A75%23TRC%3A75%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPAMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cairns\",\r\n \"name\": \"e2e-cairns\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-cairns-namespace\",\r\n \"displayName\": \"e2e-cairns-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/rivets-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iKGgAAAAAAAA%3D%3D%23RT%3A47%23TRC%3A47%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAByAIqaQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hoDwAAAAAAAA%3D%3D%23RT%3A75%23TRC%3A75%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPAMEYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aG9Ed0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NSUyM1RSQyUzQTc1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUF3QUdFUEFNRVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iKGgAAAAAAAA%3D%3D%23RT%3A47%23TRC%3A47%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAByAIqaQgAgEFBwXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUtHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0NyUyM1RSQyUzQTQ3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJ5QUlxYVFnQWdFRkJ3WG9CTGdCZUFMNEFEd05tWlF4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b0a39d2b-73be-4408-8cd5-fdb4cc72c05f" + "a426dcdb-fb02-47f0-8ff1-4cdfc934f8eb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -27054,10 +21762,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14548" + "14683" ], "X-Ms-Request-Id": [ - "2d3e348f-6c1a-4446-8dab-8a7df1a96b1f" + "63eb7887-a393-4a84-9e13-e38aafecaf58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27065,20 +21773,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "afb235f0-6b72-4daf-be7e-02d413583048" + "34b90350-8187-4314-964b-4344b69f6b78" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053018Z:afb235f0-6b72-4daf-be7e-02d413583048" + "CENTRALUS:20210505T215110Z:34b90350-8187-4314-964b-4344b69f6b78" + ], + "X-MSEdge-Ref": [ + "Ref A: 413C756F00F84FF88E24B8E57CD72A7B Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:10Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:18 GMT" + "Wed, 05 May 2021 21:51:10 GMT" ], "Content-Length": [ - "1332" + "1418" ], "Content-Type": [ "application/json" @@ -27087,23 +21795,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gandhi\",\r\n \"name\": \"e2e-gandhi\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-gandhi-namespace\",\r\n \"displayName\": \"e2e-gandhi-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/gandhi-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27huDwAAAAAAAA%3D%3D%23RT%3A76%23TRC%3A76%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPAMAYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sunlit\",\r\n \"name\": \"e2e-sunlit\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-sunlit-namespace\",\r\n \"displayName\": \"e2e-sunlit-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/sunlit-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jVGgAAAAAAAA%3D%3D%23RT%3A48%23TRC%3A48%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABwANIaIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27huDwAAAAAAAA%3D%3D%23RT%3A76%23TRC%3A76%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwAGEPAMAYgXGAMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHVEd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NiUyM1RSQyUzQTc2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUF3QUdFUEFNQVlnWEdBTXdEQUR3RDk5JTJGOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jVGgAAAAAAAA%3D%3D%23RT%3A48%23TRC%3A48%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABwANIaIBBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3alZHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0OCUyM1RSQyUzQTQ4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJ3QU5JYUlCQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9RQUtBTk1BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b528278-0983-4fcc-8b72-ca4282074c33" + "84d630af-f356-407e-99ae-b572e576cd5d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -27117,10 +21825,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14547" + "14510" ], "X-Ms-Request-Id": [ - "fa21d963-57d9-40aa-9659-606b683a48ef" + "dd542887-1d3e-43b2-9d7e-899cb04ca480" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27128,20 +21836,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "23736b91-66cc-4519-a42d-68ff095bc42b" + "50de7eb3-4c40-4c30-8b3a-b36ad4b06d9e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053018Z:23736b91-66cc-4519-a42d-68ff095bc42b" + "CENTRALUS:20210505T215111Z:50de7eb3-4c40-4c30-8b3a-b36ad4b06d9e" + ], + "X-MSEdge-Ref": [ + "Ref A: ED006B53C280431DB2529BA8DC0568C9 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:10Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:18 GMT" + "Wed, 05 May 2021 21:51:11 GMT" ], "Content-Length": [ - "1330" + "1378" ], "Content-Type": [ "application/json" @@ -27150,23 +21858,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-onsets\",\r\n \"name\": \"e2e-onsets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-onsets-namespace\",\r\n \"displayName\": \"e2e-onsets-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/onsets-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hvDwAAAAAAAA%3D%3D%23RT%3A77%23TRC%3A77%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAuAG%2BPGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-reeled\",\r\n \"name\": \"e2e-reeled\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-reeled-namespace\",\r\n \"displayName\": \"e2e-reeled-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/reeled-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jcGgAAAAAAAA%3D%3D%23RT%3A49%23TRC%3A49%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABwANyaAcBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hvDwAAAAAAAA%3D%3D%23RT%3A77%23TRC%3A77%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAuAG%2BPGIFxgDMAwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHZEd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NyUyM1RSQyUzQTc3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUF1QUclMkJQR0lGeGdETUF3QThBJTJGZmYlMkZVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQmclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jcGgAAAAAAAA%3D%3D%23RT%3A49%23TRC%3A49%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABwANyaAcBQcF6AS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amNHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E0OSUyM1RSQyUzQTQ5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJ3QU55YUFjQlFjRjZBUzRBWGdDJTJCQUE4RFptVU1mJTJCQUFSZ0VNQUFNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9RQUtBTk1BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "deeb957d-895a-4609-8cd0-65fc9559582e" + "2bb122b5-9672-4593-b581-3f436e21a973" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -27180,10 +21888,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14546" + "14682" ], "X-Ms-Request-Id": [ - "88d00088-925d-4946-ba54-892dbeaeb8bd" + "0aa8990b-8737-4819-a59c-cb99b95253af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27191,20 +21899,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "a8532357-b3fc-4fb9-8ff4-dc83281cb8b2" + "7381d83b-0d7f-4fe9-9e51-8dc4aa62e816" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053018Z:a8532357-b3fc-4fb9-8ff4-dc83281cb8b2" + "CENTRALUS:20210505T215111Z:7381d83b-0d7f-4fe9-9e51-8dc4aa62e816" + ], + "X-MSEdge-Ref": [ + "Ref A: 4FAFB281E1BA4C7BBD6A3027AFEA4565 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:11Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:18 GMT" + "Wed, 05 May 2021 21:51:11 GMT" ], "Content-Length": [ - "1454" + "1368" ], "Content-Type": [ "application/json" @@ -27213,23 +21921,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-regain-215820c6732d8efcd68eb38167e97af2\",\r\n \"name\": \"e2e-regain-215820c6732d8efcd68eb38167e97af2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-regain-215820c6732d8efcd68eb38167e97af2-namespace\",\r\n \"displayName\": \"e2e-regain-215820c6732d8efcd68eb38167e97af2-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/curtsy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iIEAAAAAAAAA%3D%3D%23RT%3A78%23TRC%3A78%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAsAIiQcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fergus\",\r\n \"name\": \"e2e-fergus\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fergus-namespace\",\r\n \"displayName\": \"e2e-fergus-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fergus-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkGgAAAAAAAA%3D%3D%23RT%3A50%23TRC%3A50%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABuAOEaUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iIEAAAAAAAAA%3D%3D%23RT%3A78%23TRC%3A78%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAsAIiQcYAzAMAPAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUlFQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3OCUyM1RSQyUzQTc4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFzQUlpUWNZQXpBTUFQQVAzMyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFZJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkGgAAAAAAAA%3D%3D%23RT%3A50%23TRC%3A50%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABuAOEaUHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amtHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MCUyM1RSQyUzQTUwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJ1QU9FYVVIQmVnRXVBRjRBdmdBUEEyWmxESCUyRmdBRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLRUFDZ0RUQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f8a2b8f-7567-4626-be67-db945c3f591f" + "58fae3b5-b9d4-4035-a7e8-6a281bcc5512" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -27243,10 +21951,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14545" + "14509" ], "X-Ms-Request-Id": [ - "e8b070a5-f2ec-4ceb-91a0-9a474494b7fd" + "3579c506-aac4-418e-96db-d4fc7ae47a5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27254,20 +21962,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "5ecdebc5-76ab-4c7b-9860-90227e88c2a7" + "388c436d-f134-4377-a5ca-5649a6bc7904" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053019Z:5ecdebc5-76ab-4c7b-9860-90227e88c2a7" + "CENTRALUS:20210505T215111Z:388c436d-f134-4377-a5ca-5649a6bc7904" + ], + "X-MSEdge-Ref": [ + "Ref A: 667B8DCD26E7412C8A1A392F52877412 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:11Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:18 GMT" + "Wed, 05 May 2021 21:51:11 GMT" ], "Content-Length": [ - "1473" + "1375" ], "Content-Type": [ "application/json" @@ -27276,23 +21984,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-arg-full-sync-eastus\",\r\n \"name\": \"cl-arg-full-sync-eastus\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"shramesh@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-03-11T22:59:20.3111483Z\",\r\n \"lastModifiedBy\": \"shramesh@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-03-11T22:59:20.3111483Z\"\r\n },\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb//resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"arg-full-sync-namespace\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb//resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/arg-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gBEQAAAAAAAA%3D%3D%23RT%3A79%23TRC%3A79%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAqAAGRMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-modern\",\r\n \"name\": \"e2e-modern\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-modern-namespace\",\r\n \"displayName\": \"e2e-modern-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/modern-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jmGgAAAAAAAA%3D%3D%23RT%3A51%23TRC%3A51%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABuAOEaQHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gBEQAAAAAAAA%3D%3D%23RT%3A79%23TRC%3A79%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAqAAGRMwDADwD99%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0JFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3OSUyM1RSQyUzQTc5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFxQUFHUk13REFEd0Q5OSUyRjlSQUFBZUFRRUdBQ2lBZjRBRHdGa04zQiUyQjhUMkVBJTJGdzh4QUFBZUlRQUFHQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jmGgAAAAAAAA%3D%3D%23RT%3A51%23TRC%3A51%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABuAOEaQHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3am1HZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MSUyM1RSQyUzQTUxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJ1QU9FYVFIQmVnRXVBRjRBdmdBUEEyWmxESCUyRmdBRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLRUFDZ0RUQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "91d5bb74-3f2c-4ab2-b5d1-e25e22b31d88" + "f63cea04-fcc0-42db-95e6-cfef31c33e45" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -27306,10 +22014,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14544" + "14681" ], "X-Ms-Request-Id": [ - "eb2e6c6d-02ea-4e74-acbe-e18d0e962167" + "7805a6f7-3e4c-4371-b3ae-5171076762bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27317,20 +22025,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "266218dc-a0c2-499e-bc5d-4d6e1d5a7b30" + "b84c0323-f08c-414f-a5c4-a471b0fdc758" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053019Z:266218dc-a0c2-499e-bc5d-4d6e1d5a7b30" + "CENTRALUS:20210505T215111Z:b84c0323-f08c-414f-a5c4-a471b0fdc758" + ], + "X-MSEdge-Ref": [ + "Ref A: DB770E1247F84BAF9EC0471C04E2717F Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:11Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:19 GMT" + "Wed, 05 May 2021 21:51:11 GMT" ], "Content-Length": [ - "1320" + "1405" ], "Content-Type": [ "application/json" @@ -27339,23 +22047,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-vulvae\",\r\n \"name\": \"e2e-vulvae\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-vulvae-namespace\",\r\n \"displayName\": \"e2e-vulvae-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/chimed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hGEQAAAAAAAA%3D%3D%23RT%3A80%23TRC%3A80%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEMRwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fawned\",\r\n \"name\": \"e2e-fawned\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fawned-namespace\",\r\n \"displayName\": \"e2e-fawned-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/prunes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jsGgAAAAAAAA%3D%3D%23RT%3A52%23TRC%3A52%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABuAOEaAHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hGEQAAAAAAAA%3D%3D%23RT%3A80%23TRC%3A80%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEMRwA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEdFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MCUyM1RSQyUzQTgwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFvQUVNUndBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFCZyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jsGgAAAAAAAA%3D%3D%23RT%3A52%23TRC%3A52%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABuAOEaAHBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anNHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MiUyM1RSQyUzQTUyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJ1QU9FYUFIQmVnRXVBRjRBdmdBUEEyWmxESCUyRmdBRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLRUFDZ0RUQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b4d57b6-970f-4bbd-833e-75ba5bfd360e" + "82211279-722a-47bd-a050-d7ff4ea3e359" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -27369,10 +22077,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14543" + "14508" ], "X-Ms-Request-Id": [ - "2f8652b5-9945-4619-b7cd-ba6a1f5b70b2" + "17bec390-df41-418c-b731-ffcf3a5c325b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27380,20 +22088,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "08329cdd-c49e-4ba8-89f5-da750ca544dd" + "4401a610-3641-4274-9ebb-45c75717b26a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053019Z:08329cdd-c49e-4ba8-89f5-da750ca544dd" + "CENTRALUS:20210505T215111Z:4401a610-3641-4274-9ebb-45c75717b26a" + ], + "X-MSEdge-Ref": [ + "Ref A: 6A02E33C3296472FAE0274754BB62BB1 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:11Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:19 GMT" + "Wed, 05 May 2021 21:51:11 GMT" ], "Content-Length": [ - "1283" + "1399" ], "Content-Type": [ "application/json" @@ -27402,23 +22110,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-rancor\",\r\n \"name\": \"e2e-rancor\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-rancor-namespace\",\r\n \"displayName\": \"e2e-rancor-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/rancor-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hHEQAAAAAAAA%3D%3D%23RT%3A81%23TRC%3A81%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEMRgA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-behind\",\r\n \"name\": \"e2e-behind\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-behind-namespace\",\r\n \"displayName\": \"e2e-behind-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/dieter-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jtGgAAAAAAAA%3D%3D%23RT%3A53%23TRC%3A53%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABuAOEaAGBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hHEQAAAAAAAA%3D%3D%23RT%3A81%23TRC%3A81%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEMRgA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEhFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MSUyM1RSQyUzQTgxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFvQUVNUmdBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFCZyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jtGgAAAAAAAA%3D%3D%23RT%3A53%23TRC%3A53%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABuAOEaAGBegEuAF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anRHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1MyUyM1RSQyUzQTUzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJ1QU9FYUFHQmVnRXVBRjRBdmdBUEEyWmxESCUyRmdBRVlCREFBREFBQVJnQUdJQUFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLRUFDZ0RUQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "271b3fec-00e2-4521-8067-1b3cebaff3bf" + "f49cf235-b6ae-4bff-bd84-c2a81844918f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -27432,10 +22140,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14542" + "14680" ], "X-Ms-Request-Id": [ - "f8bbab85-0435-422d-8ef3-8f403e4aacde" + "92aea70f-ff42-4303-9040-3cb69977bb22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27443,20 +22151,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "96198b4b-fefc-45ff-82e6-b7eabaa3a92e" + "472ae893-6bcd-4c3b-8838-7ded497ff3c9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053019Z:96198b4b-fefc-45ff-82e6-b7eabaa3a92e" + "CENTRALUS:20210505T215112Z:472ae893-6bcd-4c3b-8838-7ded497ff3c9" + ], + "X-MSEdge-Ref": [ + "Ref A: EF88949663AF4D8C86F82654DACDFBBF Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:11Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:19 GMT" + "Wed, 05 May 2021 21:51:11 GMT" ], "Content-Length": [ - "1280" + "1414" ], "Content-Type": [ "application/json" @@ -27465,23 +22173,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-castro\",\r\n \"name\": \"e2e-castro\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-castro-namespace\",\r\n \"displayName\": \"e2e-castro-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/castro-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hIEQAAAAAAAA%3D%3D%23RT%3A82%23TRC%3A82%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEMRAA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mayans\",\r\n \"name\": \"e2e-mayans\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-mayans-namespace\",\r\n \"displayName\": \"e2e-mayans-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/mayans-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27juGgAAAAAAAA%3D%3D%23RT%3A54%23TRC%3A54%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAO6aXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hIEQAAAAAAAA%3D%3D%23RT%3A82%23TRC%3A82%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEMRAA8A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aElFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MiUyM1RSQyUzQTgyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFvQUVNUkFBOEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFCZyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27juGgAAAAAAAA%3D%3D%23RT%3A54%23TRC%3A54%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABsAO6aXoBLgBeAL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anVHZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NCUyM1RSQyUzQTU0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJzQU82YVhvQkxnQmVBTDRBRHdObVpReCUyRjRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16a26e5e-2827-4a03-8dc3-4c754c88f0ed" + "4fbdebed-0713-442b-8d92-bc18928e097b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -27495,10 +22203,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14541" + "14507" ], "X-Ms-Request-Id": [ - "45e87c23-62c2-471b-b238-07c7a53204fc" + "321d8281-75ad-480f-9b3b-b52e995f1ec3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27506,20 +22214,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "708118b0-1d39-40a6-bc2a-140253442159" + "1da13b6e-9823-495c-b592-4191119268e9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053020Z:708118b0-1d39-40a6-bc2a-140253442159" + "CENTRALUS:20210505T215112Z:1da13b6e-9823-495c-b592-4191119268e9" + ], + "X-MSEdge-Ref": [ + "Ref A: 2B7FF6F8E3D7476A8D9E682DA1F5116C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:12Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:19 GMT" + "Wed, 05 May 2021 21:51:12 GMT" ], "Content-Length": [ - "1280" + "1365" ], "Content-Type": [ "application/json" @@ -27528,23 +22236,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-movers\",\r\n \"name\": \"e2e-movers\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-movers-namespace\",\r\n \"displayName\": \"e2e-movers-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/movers-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hJEQAAAAAAAA%3D%3D%23RT%3A83%23TRC%3A83%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEMRAA4A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sniffs\",\r\n \"name\": \"e2e-sniffs\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-scampi-namespace\",\r\n \"displayName\": \"e2e-sniffs-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/scampi-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hOGwAAAAAAAA%3D%3D%23RT%3A55%23TRC%3A55%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAE6bS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hJEQAAAAAAAA%3D%3D%23RT%3A83%23TRC%3A83%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEMRAA4A%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEpFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MyUyM1RSQyUzQTgzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFvQUVNUkFBNEElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFCZyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hOGwAAAAAAAA%3D%3D%23RT%3A55%23TRC%3A55%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABqAE6bS4AXgC%2BAA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aE9Hd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NSUyM1RSQyUzQTU1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJxQUU2YlM0QVhnQyUyQkFBOERabVVNZiUyQkFBUmdFTUFBTUFBQkdBQVlnQUFRUUFJRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvUUFLQU5NQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc7ae2e3-1cbb-436e-a5a1-49b465e13531" + "f833d0df-f8d7-44db-a648-b692b62b68c1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -27558,10 +22266,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14540" + "14679" ], "X-Ms-Request-Id": [ - "2a62b7e5-7766-47b7-9aed-43ceef7af055" + "305fc0c8-0f23-4e3d-b6d3-a41dc4874865" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27569,20 +22277,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "28db4303-8966-4724-9088-c782209ae176" + "a1a0b6e7-f706-48dd-8bd9-dedd039fa2d8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053020Z:28db4303-8966-4724-9088-c782209ae176" + "CENTRALUS:20210505T215112Z:a1a0b6e7-f706-48dd-8bd9-dedd039fa2d8" + ], + "X-MSEdge-Ref": [ + "Ref A: 9284222951464CAD854FB5C1C21B7C31 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:12Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:20 GMT" + "Wed, 05 May 2021 21:51:12 GMT" ], "Content-Length": [ - "1283" + "1360" ], "Content-Type": [ "application/json" @@ -27591,23 +22299,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-slovak\",\r\n \"name\": \"e2e-slovak\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-slovak-namespace\",\r\n \"displayName\": \"e2e-slovak-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/slovak-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hKEQAAAAAAAA%3D%3D%23RT%3A84%23TRC%3A84%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEMRAAwA%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-weaken\",\r\n \"name\": \"e2e-weaken\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-diesel-namespace\",\r\n \"displayName\": \"e2e-weaken-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/diesel-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ibGwAAAAAAAA%3D%3D%23RT%3A56%23TRC%3A56%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABoAJubF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hKEQAAAAAAAA%3D%3D%23RT%3A84%23TRC%3A84%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEMRAAwA%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEtFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NCUyM1RSQyUzQTg0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFvQUVNUkFBd0ElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFCZyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ibGwAAAAAAAA%3D%3D%23RT%3A56%23TRC%3A56%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABoAJubF4AvgAPA2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWJHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NiUyM1RSQyUzQTU2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJvQUp1YkY0QXZnQVBBMlpsREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0VBQ2dEVEFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "77b50fcb-5544-4032-8f79-f780aaccac11" + "7e138841-e7c4-4daa-aff8-343940094bb0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -27621,10 +22329,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14539" + "14506" ], "X-Ms-Request-Id": [ - "eb94901b-8747-4a59-b9bb-16a6e0789227" + "ae69130e-f3ee-420c-b6b2-e8e52dd3f8f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27632,20 +22340,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6f6dce64-582b-4259-8b2d-78ccd45b46ff" + "f6896910-1238-48d7-b03e-30c65d9ae347" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053020Z:6f6dce64-582b-4259-8b2d-78ccd45b46ff" + "CENTRALUS:20210505T215112Z:f6896910-1238-48d7-b03e-30c65d9ae347" + ], + "X-MSEdge-Ref": [ + "Ref A: 2E264A8F74234A5DA2F9BCAD283AD239 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:12Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:20 GMT" + "Wed, 05 May 2021 21:51:12 GMT" ], "Content-Length": [ - "1283" + "1362" ], "Content-Type": [ "application/json" @@ -27654,23 +22362,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-verily\",\r\n \"name\": \"e2e-verily\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-verily-namespace\",\r\n \"displayName\": \"e2e-verily-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/verily-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hLEQAAAAAAAA%3D%3D%23RT%3A85%23TRC%3A85%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEuRAsAA%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-redcap\",\r\n \"name\": \"e2e-redcap\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-dressy-namespace\",\r\n \"displayName\": \"e2e-redcap-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/dressy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i3GwAAAAAAAA%3D%3D%23RT%3A57%23TRC%3A57%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABmALebL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hLEQAAAAAAAA%3D%3D%23RT%3A85%23TRC%3A85%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoAEuRAsAA%2Fff%2FUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aExFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NSUyM1RSQyUzQTg1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFvQUV1UkFzQUElMkZmZiUyRlVRQUFIZ0VCQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFCZyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i3GwAAAAAAAA%3D%3D%23RT%3A57%23TRC%3A57%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABmALebL4ADwNmZQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTNHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1NyUyM1RSQyUzQTU3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJtQUxlYkw0QUR3Tm1aUXglMkY0QUJHQVF3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2hBQW9BMHdCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d43e8bca-71fd-416c-a1b1-67993e1e5fdf" + "a404c16c-6e33-4057-8579-f5ce25cff830" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -27684,10 +22392,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14538" + "14678" ], "X-Ms-Request-Id": [ - "845d92f7-7028-44dd-b078-6eba82b2aa90" + "7d792720-aa1c-47d1-88be-501e97fb0be2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27695,20 +22403,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "57a28371-7ec9-4b83-b220-70c961275155" + "8111229b-a86d-4f1f-984e-ba7a3f0e96d2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053020Z:57a28371-7ec9-4b83-b220-70c961275155" + "CENTRALUS:20210505T215112Z:8111229b-a86d-4f1f-984e-ba7a3f0e96d2" + ], + "X-MSEdge-Ref": [ + "Ref A: E32021EE89C546C0865F9D21A98AEF4E Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:12Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:20 GMT" + "Wed, 05 May 2021 21:51:12 GMT" ], "Content-Length": [ - "1274" + "1360" ], "Content-Type": [ "application/json" @@ -27717,23 +22425,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-yangon\",\r\n \"name\": \"e2e-yangon\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-yangon-namespace\",\r\n \"displayName\": \"e2e-yangon-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/yangon-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hYEQAAAAAAAA%3D%3D%23RT%3A86%23TRC%3A86%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-digits\",\r\n \"name\": \"e2e-digits\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-digits-namespace\",\r\n \"displayName\": \"e2e-digits-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/digits-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jvGwAAAAAAAA%3D%3D%23RT%3A58%23TRC%3A58%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAO%2BbA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hYEQAAAAAAAA%3D%3D%23RT%3A86%23TRC%3A86%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAP33%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFlFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NiUyM1RSQyUzQTg2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFtQUZJUkFQMzMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBWSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jvGwAAAAAAAA%3D%3D%23RT%3A58%23TRC%3A58%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABkAO%2BbA8DZmUMf%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anZHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1OCUyM1RSQyUzQTU4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJrQU8lMkJiQThEWm1VTWYlMkJBQVJnRU1BQU1BQUJHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb1FBS0FOTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d032541c-a415-43d8-9079-378be60b857a" + "c5226462-d731-43d8-a276-0b572ba72fad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -27747,10 +22455,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14537" + "14505" ], "X-Ms-Request-Id": [ - "10450b91-c5b1-41f2-9818-bdfe4fa0c072" + "fdb9da3d-71a3-44e3-98c6-621cb601e10c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27758,20 +22466,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "12d008cd-9620-4066-8c27-0a44c9c12ded" + "ea8c9236-2999-42c2-9f38-efe724cb9cda" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053021Z:12d008cd-9620-4066-8c27-0a44c9c12ded" + "CENTRALUS:20210505T215112Z:ea8c9236-2999-42c2-9f38-efe724cb9cda" + ], + "X-MSEdge-Ref": [ + "Ref A: 76F7CB31694E407F86D32DA19597B104 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:12Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:20 GMT" + "Wed, 05 May 2021 21:51:12 GMT" ], "Content-Length": [ - "1274" + "1354" ], "Content-Type": [ "application/json" @@ -27780,23 +22488,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-rheumy\",\r\n \"name\": \"e2e-rheumy\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-rheumy-namespace\",\r\n \"displayName\": \"e2e-rheumy-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/rheumy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27haEQAAAAAAAA%3D%3D%23RT%3A87%23TRC%3A87%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAPz3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sopped\",\r\n \"name\": \"e2e-sopped\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sopped-namespace\",\r\n \"displayName\": \"e2e-sopped-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sopped-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jwGwAAAAAAAA%3D%3D%23RT%3A59%23TRC%3A59%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAPMb2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27haEQAAAAAAAA%3D%3D%23RT%3A87%23TRC%3A87%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAPz3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGFFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NyUyM1RSQyUzQTg3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFtQUZJUkFQejMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBWSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jwGwAAAAAAAA%3D%3D%23RT%3A59%23TRC%3A59%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAPMb2ZlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3andHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E1OSUyM1RSQyUzQTU5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJpQVBNYjJabERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "971ed5d4-dfc2-4e18-a61c-07c6d2295129" + "db4b7d39-f7a2-443e-bfd5-682e4bc41ffd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -27810,10 +22518,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14536" + "14677" ], "X-Ms-Request-Id": [ - "28dac24e-aa58-4999-93af-6a7f52f7a1ba" + "a0d5e2c7-3d4e-4b60-85b7-74e97a853ab7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27821,20 +22529,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "5d81a47f-1904-4009-bd6e-515614e4b1f7" + "b0b4c302-d161-4574-9854-f58a405e3d03" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053021Z:5d81a47f-1904-4009-bd6e-515614e4b1f7" + "CENTRALUS:20210505T215113Z:b0b4c302-d161-4574-9854-f58a405e3d03" + ], + "X-MSEdge-Ref": [ + "Ref A: 7520D65721824070A65DF400E5E80CD8 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:12Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:21 GMT" + "Wed, 05 May 2021 21:51:13 GMT" ], "Content-Length": [ - "1274" + "1354" ], "Content-Type": [ "application/json" @@ -27843,23 +22551,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-vivace\",\r\n \"name\": \"e2e-vivace\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-vivace-namespace\",\r\n \"displayName\": \"e2e-vivace-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/vivace-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hbEQAAAAAAAA%3D%3D%23RT%3A88%23TRC%3A88%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAPj3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cereal\",\r\n \"name\": \"e2e-cereal\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-cereal-namespace\",\r\n \"displayName\": \"e2e-cereal-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cereal-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jzGwAAAAAAAA%3D%3D%23RT%3A60%23TRC%3A60%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAPMb2JlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hbEQAAAAAAAA%3D%3D%23RT%3A88%23TRC%3A88%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAPj3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGJFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4OCUyM1RSQyUzQTg4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFtQUZJUkFQajMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBWSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jzGwAAAAAAAA%3D%3D%23RT%3A60%23TRC%3A60%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAPMb2JlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anpHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MCUyM1RSQyUzQTYwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJpQVBNYjJKbERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ba20f53-8fa8-4be5-abad-903467946f96" + "ef19e49c-6db7-47e8-bc89-9d0e3a8fb15f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -27873,10 +22581,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14535" + "14504" ], "X-Ms-Request-Id": [ - "75b152d9-910a-4f80-aed8-f1e9a54be8a5" + "1bd7c62e-e4ed-4784-92c1-c7b025ecbf82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27884,20 +22592,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6d93367a-f9da-4acd-bafa-b21470cbeb14" + "094441eb-e288-46a3-b9a9-8de4fffe0453" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053021Z:6d93367a-f9da-4acd-bafa-b21470cbeb14" + "CENTRALUS:20210505T215113Z:094441eb-e288-46a3-b9a9-8de4fffe0453" + ], + "X-MSEdge-Ref": [ + "Ref A: 8CC36914554E47BA8024BE990027757C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:13Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:21 GMT" + "Wed, 05 May 2021 21:51:13 GMT" ], "Content-Length": [ - "1274" + "1354" ], "Content-Type": [ "application/json" @@ -27906,23 +22614,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-earbud\",\r\n \"name\": \"e2e-earbud\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-earbud-namespace\",\r\n \"displayName\": \"e2e-earbud-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/earbud-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hcEQAAAAAAAA%3D%3D%23RT%3A89%23TRC%3A89%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAPD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-wonted\",\r\n \"name\": \"e2e-wonted\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-wonted-namespace\",\r\n \"displayName\": \"e2e-wonted-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/wonted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j0GwAAAAAAAA%3D%3D%23RT%3A61%23TRC%3A61%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAPMb0JlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hcEQAAAAAAAA%3D%3D%23RT%3A89%23TRC%3A89%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAPD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGNFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4OSUyM1RSQyUzQTg5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFtQUZJUkFQRDMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBWSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j0GwAAAAAAAA%3D%3D%23RT%3A61%23TRC%3A61%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAPMb0JlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajBHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MSUyM1RSQyUzQTYxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJpQVBNYjBKbERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72ab849c-6f2b-4696-90af-046fc8e4b7af" + "617bf467-7c12-46dd-a8ae-ade9c477b61a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -27936,10 +22644,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14534" + "14676" ], "X-Ms-Request-Id": [ - "75200746-f42d-4ca9-a5f1-da1705cc06d3" + "eff1302e-a574-47b9-82c1-af2a2a924421" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27947,20 +22655,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "0277aab8-190c-44a7-9ef8-fa6d45386238" + "ef20a62b-d773-4810-b4d0-7634b87bb2f6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053021Z:0277aab8-190c-44a7-9ef8-fa6d45386238" + "CENTRALUS:20210505T215113Z:ef20a62b-d773-4810-b4d0-7634b87bb2f6" + ], + "X-MSEdge-Ref": [ + "Ref A: D19669BB172948128F45E35E7356F03B Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:13Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:21 GMT" + "Wed, 05 May 2021 21:51:13 GMT" ], "Content-Length": [ - "1274" + "1354" ], "Content-Type": [ "application/json" @@ -27969,23 +22677,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-saving\",\r\n \"name\": \"e2e-saving\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-saving-namespace\",\r\n \"displayName\": \"e2e-saving-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/saving-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdEQAAAAAAAA%3D%3D%23RT%3A90%23TRC%3A90%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAOD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-tlaloc\",\r\n \"name\": \"e2e-tlaloc\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-tlaloc-namespace\",\r\n \"displayName\": \"e2e-tlaloc-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/tlaloc-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j2GwAAAAAAAA%3D%3D%23RT%3A62%23TRC%3A62%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAPMbwJlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdEQAAAAAAAA%3D%3D%23RT%3A90%23TRC%3A90%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAOD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGRFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MCUyM1RSQyUzQTkwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFtQUZJUkFPRDMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBWSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j2GwAAAAAAAA%3D%3D%23RT%3A62%23TRC%3A62%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAPMbwJlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajJHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MiUyM1RSQyUzQTYyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJpQVBNYndKbERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ca1213b-e351-4b35-9e7c-1211afc32b5f" + "f917e30f-48c9-4931-8beb-ecec8d0106e8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -27999,10 +22707,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14533" + "14503" ], "X-Ms-Request-Id": [ - "4131cbb6-974a-4f7d-8234-2b99e91ab2ad" + "58da0bc8-ad93-46bc-94db-f3f52e87533d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28010,20 +22718,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "1c4852b7-befb-4a88-ba47-81d67a9d8072" + "d85894f8-77bf-449f-9904-913e9a956238" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053022Z:1c4852b7-befb-4a88-ba47-81d67a9d8072" + "CENTRALUS:20210505T215113Z:d85894f8-77bf-449f-9904-913e9a956238" + ], + "X-MSEdge-Ref": [ + "Ref A: A049E72B030F4444B471DB21CBA5DA3E Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:13Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:21 GMT" + "Wed, 05 May 2021 21:51:13 GMT" ], "Content-Length": [ - "1274" + "1354" ], "Content-Type": [ "application/json" @@ -28032,23 +22740,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fibber\",\r\n \"name\": \"e2e-fibber\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fibber-namespace\",\r\n \"displayName\": \"e2e-fibber-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fibber-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heEQAAAAAAAA%3D%3D%23RT%3A91%23TRC%3A91%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAMD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-isidro\",\r\n \"name\": \"e2e-isidro\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-isidro-namespace\",\r\n \"displayName\": \"e2e-isidro-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/isidro-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j3GwAAAAAAAA%3D%3D%23RT%3A63%23TRC%3A63%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAPMbgJlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heEQAAAAAAAA%3D%3D%23RT%3A91%23TRC%3A91%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAFIRAMD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGVFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MSUyM1RSQyUzQTkxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFtQUZJUkFNRDMlMkYxRUFBQjRCQVFZQUtJQiUyRmdBUEFXUTNjSDd4UFlRRCUyRkR6RUFBQjRoQUFBWSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j3GwAAAAAAAA%3D%3D%23RT%3A63%23TRC%3A63%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAPMbgJlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajNHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2MyUyM1RSQyUzQTYzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJpQVBNYmdKbERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2bd321b5-f4c0-4a31-b19b-e7b7ea53d992" + "d6f0c14c-994e-42d2-9fd3-b1cf41f13928" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -28062,10 +22770,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14532" + "14675" ], "X-Ms-Request-Id": [ - "ee75657d-d711-471a-903f-b47072b6ca5e" + "1e5ce4f5-d6a8-447f-9a1a-e7fd086d64b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28073,20 +22781,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "5d3b6d7b-a002-40cf-8cbe-ed823eac85ef" + "88906e0a-e470-4a70-86d3-e893fb80d944" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053022Z:5d3b6d7b-a002-40cf-8cbe-ed823eac85ef" + "CENTRALUS:20210505T215113Z:88906e0a-e470-4a70-86d3-e893fb80d944" + ], + "X-MSEdge-Ref": [ + "Ref A: 262BD55AE8E84F788896354F4112A993 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:13Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:22 GMT" + "Wed, 05 May 2021 21:51:13 GMT" ], "Content-Length": [ - "1276" + "1354" ], "Content-Type": [ "application/json" @@ -28095,23 +22803,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-catgut\",\r\n \"name\": \"e2e-catgut\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-catgut-namespace\",\r\n \"displayName\": \"e2e-catgut-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/catgut-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hfEQAAAAAAAA%3D%3D%23RT%3A92%23TRC%3A92%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAF%2BRAcD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-singly\",\r\n \"name\": \"e2e-singly\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-singly-namespace\",\r\n \"displayName\": \"e2e-singly-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/singly-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j4GwAAAAAAAA%3D%3D%23RT%3A64%23TRC%3A64%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAPMbAJlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hfEQAAAAAAAA%3D%3D%23RT%3A92%23TRC%3A92%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAF%2BRAcD3%2F1EAAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGZFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MiUyM1RSQyUzQTkyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFtQUYlMkJSQWNEMyUyRjFFQUFCNEJBUVlBS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFZJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j4GwAAAAAAAA%3D%3D%23RT%3A64%23TRC%3A64%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAPMbAJlDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajRHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2NCUyM1RSQyUzQTY0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJpQVBNYkFKbERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "96425c74-efa1-4c85-9a5c-a9b785e0e219" + "40da119f-5b09-4fa9-a2a1-04249ee62aff" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -28125,10 +22833,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14531" + "14502" ], "X-Ms-Request-Id": [ - "38b13204-6acd-4c49-b05e-d277af3f938d" + "c4e40f95-91bc-4461-bbed-5759538baefe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28136,20 +22844,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "f7938175-13bf-46c6-9425-a47651190b81" + "da37b691-3e88-4bcf-9902-237fffa51209" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053022Z:f7938175-13bf-46c6-9425-a47651190b81" + "CENTRALUS:20210505T215114Z:da37b691-3e88-4bcf-9902-237fffa51209" + ], + "X-MSEdge-Ref": [ + "Ref A: B6F547E1E43340B7B6A8746C7F35028E Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:13Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:22 GMT" + "Wed, 05 May 2021 21:51:14 GMT" ], "Content-Length": [ - "1278" + "1354" ], "Content-Type": [ "application/json" @@ -28158,23 +22866,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-scopes\",\r\n \"name\": \"e2e-scopes\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-scopes-namespace\",\r\n \"displayName\": \"e2e-scopes-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/scopes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hgEQAAAAAAAA%3D%3D%23RT%3A93%23TRC%3A93%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGER9%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cuspid\",\r\n \"name\": \"e2e-cuspid\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-cuspid-namespace\",\r\n \"displayName\": \"e2e-cuspid-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cuspid-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j7GwAAAAAAAA%3D%3D%23RT%3A65%23TRC%3A65%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAPMbAJhDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hgEQAAAAAAAA%3D%3D%23RT%3A93%23TRC%3A93%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGER9%2F9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGdFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MyUyM1RSQyUzQTkzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFrQUdFUjklMkY5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j7GwAAAAAAAA%3D%3D%23RT%3A65%23TRC%3A65%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAPMbAJhDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajdHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2NSUyM1RSQyUzQTY1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJpQVBNYkFKaERIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "59ff1fd8-0abe-45be-833f-96f26e71b67d" + "19ac8972-048a-4eaf-8e9b-18de25e731fd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -28188,10 +22896,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14530" + "14674" ], "X-Ms-Request-Id": [ - "45abe67c-6f29-4bda-8e2f-d5c49ed234f4" + "fc1709b1-58ad-4c33-801d-9b3717019b66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28199,20 +22907,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "46044cf6-2e85-4538-a81f-8813f8f21695" + "997d2727-ccf7-4b09-a016-95303869e398" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053022Z:46044cf6-2e85-4538-a81f-8813f8f21695" + "CENTRALUS:20210505T215114Z:997d2727-ccf7-4b09-a016-95303869e398" + ], + "X-MSEdge-Ref": [ + "Ref A: 59927F2CFB554B30AB5968EF3634D189 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:14Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:22 GMT" + "Wed, 05 May 2021 21:51:14 GMT" ], "Content-Length": [ - "1276" + "1354" ], "Content-Type": [ "application/json" @@ -28221,23 +22929,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-marisa\",\r\n \"name\": \"e2e-marisa\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-marisa-namespace\",\r\n \"displayName\": \"e2e-marisa-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/marisa-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hhEQAAAAAAAA%3D%3D%23RT%3A94%23TRC%3A94%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGER9v9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cosine\",\r\n \"name\": \"e2e-cosine\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-cosine-namespace\",\r\n \"displayName\": \"e2e-cosine-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cosine-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j8GwAAAAAAAA%3D%3D%23RT%3A66%23TRC%3A66%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAPMbAJBDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hhEQAAAAAAAA%3D%3D%23RT%3A94%23TRC%3A94%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGER9v9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGhFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NCUyM1RSQyUzQTk0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFrQUdFUjl2OVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j8GwAAAAAAAA%3D%3D%23RT%3A66%23TRC%3A66%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAPMbAJBDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajhHd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2NiUyM1RSQyUzQTY2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJpQVBNYkFKQkRIJTJGZ0FFWUJEQUFEQUFBUmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "07794ce3-df40-45d8-98da-843ebc308d99" + "791bda1e-5d3e-48ca-904d-f58e410e75b1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -28251,10 +22959,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14529" + "14501" ], "X-Ms-Request-Id": [ - "4628235c-8c9c-4dd9-a576-f3af61a0273a" + "3a91c5e6-47aa-45b8-a240-69d796f2c56f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28262,20 +22970,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "e4cda1da-4228-406d-bfa2-3d36c232954b" + "f46b5e4d-a86a-46dc-922d-9051731c5e03" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053023Z:e4cda1da-4228-406d-bfa2-3d36c232954b" + "CENTRALUS:20210505T215114Z:f46b5e4d-a86a-46dc-922d-9051731c5e03" + ], + "X-MSEdge-Ref": [ + "Ref A: F03F8FD62C784D1590A1253B147A7312 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:14Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:22 GMT" + "Wed, 05 May 2021 21:51:14 GMT" ], "Content-Length": [ - "1276" + "1356" ], "Content-Type": [ "application/json" @@ -28284,23 +22992,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-insane\",\r\n \"name\": \"e2e-insane\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-insane-namespace\",\r\n \"displayName\": \"e2e-insane-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/insane-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hiEQAAAAAAAA%3D%3D%23RT%3A95%23TRC%3A95%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGER9P9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cybele\",\r\n \"name\": \"e2e-cybele\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-cybele-namespace\",\r\n \"displayName\": \"e2e-cybele-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cybele-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j-GwAAAAAAAA%3D%3D%23RT%3A67%23TRC%3A67%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAP%2BbAsBDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hiEQAAAAAAAA%3D%3D%23RT%3A95%23TRC%3A95%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGER9P9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGlFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NSUyM1RSQyUzQTk1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFrQUdFUjlQOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j-GwAAAAAAAA%3D%3D%23RT%3A67%23TRC%3A67%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABiAP%2BbAsBDH%2FgAEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ai1Hd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E2NyUyM1RSQyUzQTY3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJpQVAlMkJiQXNCREglMkZnQUVZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0VBQ2dEVEFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "981bdcab-74e4-44a1-a272-9c3e14d882e7" + "db710f82-bbd2-4103-93e0-3b33d5fbe5b4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -28314,10 +23022,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14528" + "14673" ], "X-Ms-Request-Id": [ - "236b7cd4-e0a5-424f-baa2-d0780d7f0e27" + "b16cc4f7-2005-4e6e-94ee-84d1d3f042c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28325,20 +23033,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "3a952bc2-8b7d-4c1c-891b-3a410657060a" + "946a6bfc-aff0-4ce4-8221-2f7728a42e47" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053023Z:3a952bc2-8b7d-4c1c-891b-3a410657060a" + "CENTRALUS:20210505T215114Z:946a6bfc-aff0-4ce4-8221-2f7728a42e47" + ], + "X-MSEdge-Ref": [ + "Ref A: BBD6CC1D34C84871B4E6CC2AC5569A76 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:14Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:23 GMT" + "Wed, 05 May 2021 21:51:14 GMT" ], "Content-Length": [ - "1276" + "1356" ], "Content-Type": [ "application/json" @@ -28347,23 +23055,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-fluted\",\r\n \"name\": \"e2e-fluted\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-fluted-namespace\",\r\n \"displayName\": \"e2e-fluted-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/fluted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkEQAAAAAAAA%3D%3D%23RT%3A96%23TRC%3A96%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGER8P9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-quotas\",\r\n \"name\": \"e2e-quotas\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-quotas-namespace\",\r\n \"displayName\": \"e2e-quotas-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/quotas-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gAHAAAAAAAAA%3D%3D%23RT%3A68%23TRC%3A68%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgAAIcQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hkEQAAAAAAAA%3D%3D%23RT%3A96%23TRC%3A96%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGER8P9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGtFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NiUyM1RSQyUzQTk2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFrQUdFUjhQOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gAHAAAAAAAAA%3D%3D%23RT%3A68%23TRC%3A68%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgAAIcQx%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0FIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2OCUyM1RSQyUzQTY4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJnQUFJY1F4JTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "015d86a7-43f0-4985-aa87-157a673de92c" + "2368a602-5d45-4dd9-babc-95a49be5d18a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -28377,10 +23085,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14527" + "14500" ], "X-Ms-Request-Id": [ - "ff3659b0-3541-4251-beea-8ba446bc3fd3" + "93209c4b-5f02-490f-bc1d-28c63e653ab2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28388,20 +23096,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6d300744-1462-4fff-94fc-21aa514dbc61" + "ba2a2dc8-2d94-47fa-8465-51feb0318852" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053023Z:6d300744-1462-4fff-94fc-21aa514dbc61" + "CENTRALUS:20210505T215114Z:ba2a2dc8-2d94-47fa-8465-51feb0318852" + ], + "X-MSEdge-Ref": [ + "Ref A: 25A2D09D295545A6A10585F6CD0EBD52 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:14Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:23 GMT" + "Wed, 05 May 2021 21:51:14 GMT" ], "Content-Length": [ - "1276" + "1356" ], "Content-Type": [ "application/json" @@ -28410,23 +23118,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-melted\",\r\n \"name\": \"e2e-melted\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-melted-namespace\",\r\n \"displayName\": \"e2e-melted-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/melted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hlEQAAAAAAAA%3D%3D%23RT%3A97%23TRC%3A97%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGER4P9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-tactic\",\r\n \"name\": \"e2e-tactic\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-tactic-namespace\",\r\n \"displayName\": \"e2e-tactic-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/tactic-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gBHAAAAAAAAA%3D%3D%23RT%3A69%23TRC%3A69%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgAAIcQh%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hlEQAAAAAAAA%3D%3D%23RT%3A97%23TRC%3A97%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGER4P9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGxFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NyUyM1RSQyUzQTk3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFrQUdFUjRQOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gBHAAAAAAAAA%3D%3D%23RT%3A69%23TRC%3A69%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgAAIcQh%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0JIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E2OSUyM1RSQyUzQTY5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJnQUFJY1FoJTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "536df664-96fa-4971-b832-0b532a493759" + "0842a261-5bf7-4f5c-b0b9-a7d1d8f4f138" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -28440,10 +23148,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14526" + "14672" ], "X-Ms-Request-Id": [ - "36bfe3c6-226d-4600-af21-5578ba2ae817" + "4ded9a7d-44e1-4a6b-b807-222468ba7b4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28451,20 +23159,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "bc6ea05a-30ce-44e7-925c-67a243360fad" + "7792b6ad-cbd7-4097-ae6e-87b3f4f9b363" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053023Z:bc6ea05a-30ce-44e7-925c-67a243360fad" + "CENTRALUS:20210505T215115Z:7792b6ad-cbd7-4097-ae6e-87b3f4f9b363" + ], + "X-MSEdge-Ref": [ + "Ref A: 15F1C300B34C48FC94C24A3EA9D69F8E Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:14Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:23 GMT" + "Wed, 05 May 2021 21:51:15 GMT" ], "Content-Length": [ - "1280" + "1356" ], "Content-Type": [ "application/json" @@ -28473,23 +23181,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-havana\",\r\n \"name\": \"e2e-havana\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-havana-namespace\",\r\n \"displayName\": \"e2e-havana-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/havana-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hmEQAAAAAAAA%3D%3D%23RT%3A98%23TRC%3A98%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERwP9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-spence\",\r\n \"name\": \"e2e-spence\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-spence-namespace\",\r\n \"displayName\": \"e2e-spence-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/spence-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gGHAAAAAAAAA%3D%3D%23RT%3A70%23TRC%3A70%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgAAIcQB%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hmEQAAAAAAAA%3D%3D%23RT%3A98%23TRC%3A98%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERwP9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aG1FUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5OCUyM1RSQyUzQTk4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFrQUdFUndQOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gGHAAAAAAAAA%3D%3D%23RT%3A70%23TRC%3A70%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgAAIcQB%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0dIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MCUyM1RSQyUzQTcwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJnQUFJY1FCJTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e89c018-5980-4852-913e-e4c0e3320458" + "abd77614-b72d-47f9-9717-61bdc09a2fed" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -28503,10 +23211,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14525" + "14499" ], "X-Ms-Request-Id": [ - "21ee86e7-a9e5-4f45-ae5d-f3be3c297928" + "1a5e4c7c-2513-4b6d-8526-fd6e2cabdfe4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28514,20 +23222,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "987287bc-8d61-4ecf-b7c5-23cfc831c9b2" + "6a81ddd2-6f88-40c0-8d9e-f2f0a56f7372" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053024Z:987287bc-8d61-4ecf-b7c5-23cfc831c9b2" + "CENTRALUS:20210505T215115Z:6a81ddd2-6f88-40c0-8d9e-f2f0a56f7372" + ], + "X-MSEdge-Ref": [ + "Ref A: 40AD6E47860A44F7B8B6F8010B34BF1A Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:15Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:23 GMT" + "Wed, 05 May 2021 21:51:15 GMT" ], "Content-Length": [ - "1280" + "1356" ], "Content-Type": [ "application/json" @@ -28536,23 +23244,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-badder\",\r\n \"name\": \"e2e-badder\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-badder-namespace\",\r\n \"displayName\": \"e2e-badder-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/badder-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hnEQAAAAAAAA%3D%3D%23RT%3A99%23TRC%3A99%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERgP9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-lingos\",\r\n \"name\": \"e2e-lingos\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-lingos-namespace\",\r\n \"displayName\": \"e2e-lingos-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/lingos-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gIHAAAAAAAAA%3D%3D%23RT%3A71%23TRC%3A71%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgAAIcAB%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hnEQAAAAAAAA%3D%3D%23RT%3A99%23TRC%3A99%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERgP9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aG5FUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5OSUyM1RSQyUzQTk5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUFrQUdFUmdQOVJBQUFlQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gIHAAAAAAAAA%3D%3D%23RT%3A71%23TRC%3A71%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgAAIcAB%2F4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0lIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MSUyM1RSQyUzQTcxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJnQUFJY0FCJTJGNEFCR0FRd0FBd0FBRVlBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6628bcb8-a011-475e-81fe-b9a852bf7732" + "6c9567ef-b82e-4a27-b776-6036c98af200" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -28566,10 +23274,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14524" + "14671" ], "X-Ms-Request-Id": [ - "3a5eb5ae-e28c-40db-8d1b-030057b30509" + "61b72ddb-a182-46b0-a331-49a195434de1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28577,20 +23285,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "d8d39acd-d221-4536-a0b9-beb813487b67" + "0a891fe8-f0f2-4bb4-b9bc-b951f5ac0efc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053024Z:d8d39acd-d221-4536-a0b9-beb813487b67" + "CENTRALUS:20210505T215115Z:0a891fe8-f0f2-4bb4-b9bc-b951f5ac0efc" + ], + "X-MSEdge-Ref": [ + "Ref A: 161266FBADA04627A3CC500D833F4DB3 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:15Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:24 GMT" + "Wed, 05 May 2021 21:51:15 GMT" ], "Content-Length": [ - "1282" + "1354" ], "Content-Type": [ "application/json" @@ -28599,23 +23307,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-strong\",\r\n \"name\": \"e2e-strong\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-strong-namespace\",\r\n \"displayName\": \"e2e-strong-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/strong-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hoEQAAAAAAAA%3D%3D%23RT%3A100%23TRC%3A100%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAP9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gowned\",\r\n \"name\": \"e2e-gowned\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-gowned-namespace\",\r\n \"displayName\": \"e2e-gowned-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/gowned-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gJHAAAAAAAAA%3D%3D%23RT%3A72%23TRC%3A72%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgAAIcAB74ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hoEQAAAAAAAA%3D%3D%23RT%3A100%23TRC%3A100%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAP9RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aG9FUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDAlMjNUUkMlM0ExMDAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWtBR0VSQVA5UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gJHAAAAAAAAA%3D%3D%23RT%3A72%23TRC%3A72%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgAAIcAB74ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0pIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MiUyM1RSQyUzQTcyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJnQUFJY0FCNzRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "581efadc-f66a-4adc-9f1c-48bcfa49c278" + "248c0978-eb3d-4926-9541-f40d5d1a8552" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -28629,10 +23337,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14523" + "14498" ], "X-Ms-Request-Id": [ - "cd4103ce-5dc7-4b16-b776-c54342dda17e" + "73a01014-09d0-4c35-a51d-8a46cb3815b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28640,20 +23348,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "7aff4547-caee-4c56-a203-8f729a89cd18" + "b446cb95-4406-4a36-ab3b-39673b16371e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053024Z:7aff4547-caee-4c56-a203-8f729a89cd18" + "CENTRALUS:20210505T215116Z:b446cb95-4406-4a36-ab3b-39673b16371e" + ], + "X-MSEdge-Ref": [ + "Ref A: 42FCC108AC444469A83E02EC8C100350 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:15Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:24 GMT" + "Wed, 05 May 2021 21:51:16 GMT" ], "Content-Length": [ - "1282" + "1354" ], "Content-Type": [ "application/json" @@ -28662,23 +23370,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-damper\",\r\n \"name\": \"e2e-damper\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-damper-namespace\",\r\n \"displayName\": \"e2e-damper-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/damper-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hpEQAAAAAAAA%3D%3D%23RT%3A101%23TRC%3A101%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAP5RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-abuses\",\r\n \"name\": \"e2e-abuses\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-abuses-namespace\",\r\n \"displayName\": \"e2e-abuses-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/abuses-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gKHAAAAAAAAA%3D%3D%23RT%3A73%23TRC%3A73%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgAAIcABz4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hpEQAAAAAAAA%3D%3D%23RT%3A101%23TRC%3A101%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAP5RAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHBFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDElMjNUUkMlM0ExMDElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWtBR0VSQVA1UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gKHAAAAAAAAA%3D%3D%23RT%3A73%23TRC%3A73%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgAAIcABz4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0tIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3MyUyM1RSQyUzQTczJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJnQUFJY0FCejRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a6736bcc-4568-431a-afaf-dd4a7f5ac1e3" + "bf01020c-0eec-4df7-9ff3-c5fc8fdee3ca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -28692,10 +23400,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14522" + "14670" ], "X-Ms-Request-Id": [ - "697c699e-7d31-40ef-ac13-dc4948240458" + "24cea717-efc9-4ca5-894d-03bed7614b70" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28703,20 +23411,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "1e1165ee-1af5-449c-af62-8f0251064610" + "bac5b993-b7c4-4ad7-9887-49cce885f181" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053025Z:1e1165ee-1af5-449c-af62-8f0251064610" + "CENTRALUS:20210505T215116Z:bac5b993-b7c4-4ad7-9887-49cce885f181" + ], + "X-MSEdge-Ref": [ + "Ref A: 931E964693F3454C83BD404876A6250B Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:16Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:24 GMT" + "Wed, 05 May 2021 21:51:16 GMT" ], "Content-Length": [ - "1282" + "1354" ], "Content-Type": [ "application/json" @@ -28725,23 +23433,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-isabel\",\r\n \"name\": \"e2e-isabel\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-isabel-namespace\",\r\n \"displayName\": \"e2e-isabel-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/isabel-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqEQAAAAAAAA%3D%3D%23RT%3A102%23TRC%3A102%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAPxRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-lipton\",\r\n \"name\": \"e2e-lipton\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-lipton-namespace\",\r\n \"displayName\": \"e2e-lipton-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/lipton-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gLHAAAAAAAAA%3D%3D%23RT%3A74%23TRC%3A74%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgAAIcABj4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqEQAAAAAAAA%3D%3D%23RT%3A102%23TRC%3A102%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAPxRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHFFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDIlMjNUUkMlM0ExMDIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWtBR0VSQVB4UkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gLHAAAAAAAAA%3D%3D%23RT%3A74%23TRC%3A74%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgAAIcABj4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0xIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NCUyM1RSQyUzQTc0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJnQUFJY0FCajRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b670be2-c9db-4f1e-8ff1-1859b4968446" + "142185db-ec0a-4441-af1a-d7cc59fc9def" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -28755,10 +23463,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14521" + "14497" ], "X-Ms-Request-Id": [ - "833dae98-5f55-4455-a352-2861d45eba98" + "f0c0ffd0-4965-4bb3-93b5-864722cddaea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28766,20 +23474,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "50cf05b4-7f63-4073-b30f-d911be1d458f" + "f273617a-0385-41a7-8116-67d1ef2b387f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053025Z:50cf05b4-7f63-4073-b30f-d911be1d458f" + "CENTRALUS:20210505T215116Z:f273617a-0385-41a7-8116-67d1ef2b387f" + ], + "X-MSEdge-Ref": [ + "Ref A: 3F85D22BF3344590939D4260230311F5 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:16Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:24 GMT" + "Wed, 05 May 2021 21:51:16 GMT" ], "Content-Length": [ - "1282" + "1354" ], "Content-Type": [ "application/json" @@ -28788,23 +23496,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-ledger\",\r\n \"name\": \"e2e-ledger\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-ledger-namespace\",\r\n \"displayName\": \"e2e-ledger-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/ledger-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hrEQAAAAAAAA%3D%3D%23RT%3A103%23TRC%3A103%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAPhRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mammon\",\r\n \"name\": \"e2e-mammon\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-mammon-namespace\",\r\n \"displayName\": \"e2e-mammon-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/mammon-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gMHAAAAAAAAA%3D%3D%23RT%3A75%23TRC%3A75%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgAAycAcD4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hrEQAAAAAAAA%3D%3D%23RT%3A103%23TRC%3A103%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAPhRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHJFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDMlMjNUUkMlM0ExMDMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWtBR0VSQVBoUkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gMHAAAAAAAAA%3D%3D%23RT%3A75%23TRC%3A75%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABgAAycAcD4ABGAQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z01IQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NSUyM1RSQyUzQTc1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJnQUF5Y0FjRDRBQkdBUXdBQXdBQUVZQUJpQUFCQkFBZ1NBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "74a64347-8ecb-4ead-b321-5c57b4746a56" + "b1284d88-84b5-4cf8-91b6-97498ac5ba49" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -28818,10 +23526,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14520" + "14669" ], "X-Ms-Request-Id": [ - "2941d09a-27c9-4642-bf30-eb24d88ff2b5" + "d175e97a-bdee-444d-840b-058077d94120" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28829,20 +23537,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "f6448ffc-8714-456a-a7a3-3055fdda2b13" + "72e4b914-dea2-43b7-9dca-bbd4b0f96703" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053025Z:f6448ffc-8714-456a-a7a3-3055fdda2b13" + "CENTRALUS:20210505T215116Z:72e4b914-dea2-43b7-9dca-bbd4b0f96703" + ], + "X-MSEdge-Ref": [ + "Ref A: F10EF4C78E224D83A9FAD891675EBA50 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:16Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:25 GMT" + "Wed, 05 May 2021 21:51:16 GMT" ], "Content-Length": [ - "1278" + "1350" ], "Content-Type": [ "application/json" @@ -28851,23 +23559,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-clears\",\r\n \"name\": \"e2e-clears\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-clears-namespace\",\r\n \"displayName\": \"e2e-clears-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/clears-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hsEQAAAAAAAA%3D%3D%23RT%3A104%23TRC%3A104%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAPBRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bipeds\",\r\n \"name\": \"e2e-bipeds\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bipeds-namespace\",\r\n \"displayName\": \"e2e-bipeds-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bipeds-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gTHAAAAAAAAA%3D%3D%23RT%3A76%23TRC%3A76%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABeABEc%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hsEQAAAAAAAA%3D%3D%23RT%3A104%23TRC%3A104%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAPBRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHNFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDQlMjNUUkMlM0ExMDQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWtBR0VSQVBCUkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gTHAAAAAAAAA%3D%3D%23RT%3A76%23TRC%3A76%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABeABEc%2BAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1RIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NiUyM1RSQyUzQTc2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJlQUJFYyUyQkFBUmdFTUFBTUFBQkdBQVlnQUFRUUFJRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvUUFLQU5NQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "86c9bf05-1781-4e7a-b944-b46d373e91a1" + "62f13426-f0cc-4574-8dc3-4698efc3e508" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -28881,10 +23589,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14519" + "14496" ], "X-Ms-Request-Id": [ - "795d65cc-3704-4667-ba25-e05da2c365be" + "c76bf9a7-5334-450d-978a-c6d108d00903" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28892,20 +23600,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "9c7a7f34-8f89-4452-9df6-3f810c20d5eb" + "ec4d66b2-f14d-43b8-b0dc-438089e2b68e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053025Z:9c7a7f34-8f89-4452-9df6-3f810c20d5eb" + "CENTRALUS:20210505T215116Z:ec4d66b2-f14d-43b8-b0dc-438089e2b68e" + ], + "X-MSEdge-Ref": [ + "Ref A: 3FF67EA1ADDB41B8A4FE7E6C42923684 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:16Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:25 GMT" + "Wed, 05 May 2021 21:51:16 GMT" ], "Content-Length": [ - "1278" + "1348" ], "Content-Type": [ "application/json" @@ -28914,23 +23622,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-wished\",\r\n \"name\": \"e2e-wished\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-wished-namespace\",\r\n \"displayName\": \"e2e-wished-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/wished-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27htEQAAAAAAAA%3D%3D%23RT%3A105%23TRC%3A105%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAOBRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-inputs\",\r\n \"name\": \"e2e-inputs\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-inputs-namespace\",\r\n \"displayName\": \"e2e-inputs-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/inputs-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gUHAAAAAAAAA%3D%3D%23RT%3A77%23TRC%3A77%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABeABEc8AARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27htEQAAAAAAAA%3D%3D%23RT%3A105%23TRC%3A105%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAOBRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHRFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDUlMjNUUkMlM0ExMDUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWtBR0VSQU9CUkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gUHAAAAAAAAA%3D%3D%23RT%3A77%23TRC%3A77%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABeABEc8AARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1VIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3NyUyM1RSQyUzQTc3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJlQUJFYzhBQVJnRU1BQU1BQUJHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb1FBS0FOTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "30df0622-5458-4637-be21-91f089d85d93" + "d05e3cde-888f-40dc-827b-b9647da5c0ef" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -28944,10 +23652,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14518" + "14668" ], "X-Ms-Request-Id": [ - "c50a4884-c85b-4966-8c7d-a125cb81c028" + "19106b33-4a06-4a0d-828c-3b2daf31afb6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28955,20 +23663,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "1528d8e1-2608-4c42-a06b-ee3e8a9a9e9d" + "f52496bc-f356-448f-b1bf-514669403178" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053026Z:1528d8e1-2608-4c42-a06b-ee3e8a9a9e9d" + "CENTRALUS:20210505T215117Z:f52496bc-f356-448f-b1bf-514669403178" + ], + "X-MSEdge-Ref": [ + "Ref A: C172F49BA4184FC692E9068175133E24 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:16Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:25 GMT" + "Wed, 05 May 2021 21:51:17 GMT" ], "Content-Length": [ - "1278" + "1348" ], "Content-Type": [ "application/json" @@ -28977,23 +23685,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-nitwit\",\r\n \"name\": \"e2e-nitwit\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-nitwit-namespace\",\r\n \"displayName\": \"e2e-nitwit-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/nitwit-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27huEQAAAAAAAA%3D%3D%23RT%3A106%23TRC%3A106%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAMBRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-melted\",\r\n \"name\": \"e2e-melted\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-melted-namespace\",\r\n \"displayName\": \"e2e-melted-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/melted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gVHAAAAAAAAA%3D%3D%23RT%3A78%23TRC%3A78%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABeABEc4AARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27huEQAAAAAAAA%3D%3D%23RT%3A106%23TRC%3A106%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkAGERAMBRAAAeAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHVFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDYlMjNUUkMlM0ExMDYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWtBR0VSQU1CUkFBQWVBUUVHQUNpQWY0QUR3RmtOM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gVHAAAAAAAAA%3D%3D%23RT%3A78%23TRC%3A78%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABeABEc4AARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1ZIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3OCUyM1RSQyUzQTc4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJlQUJFYzRBQVJnRU1BQU1BQUJHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb1FBS0FOTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c8f78a1f-8309-4a0e-9fd1-6e1c945305d6" + "9e604b8b-8634-48a8-942d-078a713e8d01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -29007,10 +23715,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14517" + "14495" ], "X-Ms-Request-Id": [ - "4ff2734d-1191-4c9b-9d7e-759687e5c9f5" + "d51241da-96f1-4963-bd02-c7a85b1dab18" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29018,20 +23726,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "818a4980-f7bc-4c83-aca3-a34e6c593c90" + "7c49ecfc-b642-4d5e-80d2-f5fc691afbed" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053026Z:818a4980-f7bc-4c83-aca3-a34e6c593c90" + "CENTRALUS:20210505T215117Z:7c49ecfc-b642-4d5e-80d2-f5fc691afbed" + ], + "X-MSEdge-Ref": [ + "Ref A: 0D77E1C4B17142699CBFB36AF2E2B39A Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:17Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:25 GMT" + "Wed, 05 May 2021 21:51:17 GMT" ], "Content-Length": [ - "1272" + "1348" ], "Content-Type": [ "application/json" @@ -29040,23 +23748,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-rhodes\",\r\n \"name\": \"e2e-rhodes\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-rhodes-namespace\",\r\n \"displayName\": \"e2e-rhodes-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/rhodes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hvEQAAAAAAAA%3D%3D%23RT%3A107%23TRC%3A107%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAiAG%2BRUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-konrad\",\r\n \"name\": \"e2e-konrad\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-konrad-namespace\",\r\n \"displayName\": \"e2e-konrad-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/konrad-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gWHAAAAAAAAA%3D%3D%23RT%3A79%23TRC%3A79%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABeABEcwAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hvEQAAAAAAAA%3D%3D%23RT%3A107%23TRC%3A107%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAiAG%2BRUQAAHgEBBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHZFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDclMjNUUkMlM0ExMDclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWlBRyUyQlJVUUFBSGdFQkJnQW9nSCUyQkFBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQmclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gWHAAAAAAAAA%3D%3D%23RT%3A79%23TRC%3A79%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABeABEcwAARgEMAAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1dIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E3OSUyM1RSQyUzQTc5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJlQUJFY3dBQVJnRU1BQU1BQUJHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb1FBS0FOTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a227fc79-3c14-49e8-ae8f-fdc572bab643" + "73e66f3f-37d1-4c9c-bf9c-5357758c6774" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -29070,10 +23778,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14516" + "14667" ], "X-Ms-Request-Id": [ - "63a5ade4-8b88-4e57-9ec9-c6854d3a9116" + "66175a27-55fe-4326-b769-bb7c2c5c69b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29081,20 +23789,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "e54e63ef-db96-482b-9915-3107ce112f65" + "956026cb-7875-4505-8206-ab3b70a24d35" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053026Z:e54e63ef-db96-482b-9915-3107ce112f65" + "CENTRALUS:20210505T215117Z:956026cb-7875-4505-8206-ab3b70a24d35" + ], + "X-MSEdge-Ref": [ + "Ref A: 87D601BE4A2640338A1F486ED618362E Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:17Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:26 GMT" + "Wed, 05 May 2021 21:51:17 GMT" ], "Content-Length": [ - "1268" + "1344" ], "Content-Type": [ "application/json" @@ -29103,23 +23811,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-tunnel\",\r\n \"name\": \"e2e-tunnel\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-tunnel-namespace\",\r\n \"displayName\": \"e2e-tunnel-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/tunnel-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jJEQAAAAAAAA%3D%3D%23RT%3A108%23TRC%3A108%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAgAMERAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-garage\",\r\n \"name\": \"e2e-garage\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-garage-namespace\",\r\n \"displayName\": \"e2e-garage-displayname\",\r\n \"provisioningState\": \"Deleting\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/garage-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gXHAAAAAAAAA%3D%3D%23RT%3A80%23TRC%3A80%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABcABecEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jJEQAAAAAAAA%3D%3D%23RT%3A108%23TRC%3A108%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAgAMERAB4BAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3akpFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDglMjNUUkMlM0ExMDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWdBTUVSQUI0QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gXHAAAAAAAAA%3D%3D%23RT%3A80%23TRC%3A80%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABcABecEYBDAADAAARgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1hIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MCUyM1RSQyUzQTgwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJjQUJlY0VZQkRBQURBQUFSZ0FHSUFBRUVBQ0JJQWdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0VBQ2dEVEFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5643fe78-3e4b-43ab-89bf-e8d3092b4132" + "81142686-ef7a-4b9b-b9d5-e3dda9412162" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -29133,10 +23841,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14515" + "14494" ], "X-Ms-Request-Id": [ - "b1f8919b-4756-4c80-899e-247507c8aff7" + "33e80ee9-6523-44fe-b6c6-71d7178c8fbe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29144,20 +23852,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "9122ce42-3261-445f-b205-9703c1a62292" + "a9cc2a58-fa5f-430a-b46a-4633d84d4456" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053026Z:9122ce42-3261-445f-b205-9703c1a62292" + "CENTRALUS:20210505T215117Z:a9cc2a58-fa5f-430a-b46a-4633d84d4456" + ], + "X-MSEdge-Ref": [ + "Ref A: 1CF2C4B9C76B479291AAD763DA16305F Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:17Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:26 GMT" + "Wed, 05 May 2021 21:51:17 GMT" ], "Content-Length": [ - "1268" + "1344" ], "Content-Type": [ "application/json" @@ -29166,23 +23874,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bonged\",\r\n \"name\": \"e2e-bonged\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bonged-namespace\",\r\n \"displayName\": \"e2e-bonged-displayname\",\r\n \"provisioningState\": \"Creating\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bonged-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jKEQAAAAAAAA%3D%3D%23RT%3A109%23TRC%3A109%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAgAMERABwBAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-russel\",\r\n \"name\": \"e2e-russel\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-amours-namespace\",\r\n \"displayName\": \"e2e-russel-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/amours-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxHAAAAAAAAA%3D%3D%23RT%3A81%23TRC%3A81%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABaADGcQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jKEQAAAAAAAA%3D%3D%23RT%3A109%23TRC%3A109%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAgAMERABwBAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aktFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDklMjNUUkMlM0ExMDklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWdBTUVSQUJ3QkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxHAAAAAAAAA%3D%3D%23RT%3A81%23TRC%3A81%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABaADGcQwAAwAAEYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3hIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MSUyM1RSQyUzQTgxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJhQURHY1F3QUF3QUFFWUFCaUFBQkJBQWdTQUlBQkFRQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2hBQW9BMHdCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a97b557f-3be8-4669-add9-7a7e98ab8dd8" + "99bd58f5-422f-42f8-90f6-190022fcd2b0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -29196,10 +23904,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14514" + "14666" ], "X-Ms-Request-Id": [ - "4773316e-4232-4666-a1a4-f2a9919b2961" + "4dc87c4b-b33f-4b17-83fe-b239f384c767" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29207,20 +23915,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "93550776-039e-4900-b076-bf2a55291b36" + "4dcd3783-0495-4b0b-8b96-078c8fd0ff48" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053027Z:93550776-039e-4900-b076-bf2a55291b36" + "CENTRALUS:20210505T215117Z:4dcd3783-0495-4b0b-8b96-078c8fd0ff48" + ], + "X-MSEdge-Ref": [ + "Ref A: 5D767FF5E53745DF939D22C55E0DBB3A Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:17Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:26 GMT" + "Wed, 05 May 2021 21:51:17 GMT" ], "Content-Length": [ - "1269" + "1338" ], "Content-Type": [ "application/json" @@ -29229,23 +23937,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-stuffy\",\r\n \"name\": \"e2e-stuffy\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-stuffy-namespace\",\r\n \"displayName\": \"e2e-stuffy-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/stuffy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jLEQAAAAAAAA%3D%3D%23RT%3A110%23TRC%3A110%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAgAMERABgBAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-period\",\r\n \"name\": \"e2e-period\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-shinto-namespace\",\r\n \"displayName\": \"e2e-period-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/shinto-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iOHAAAAAAAAA%3D%3D%23RT%3A82%23TRC%3A82%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABYAIMcAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jLEQAAAAAAAA%3D%3D%23RT%3A110%23TRC%3A110%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAgAMERABgBAQYAKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3akxFUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTAlMjNUUkMlM0ExMTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWdBTUVSQUJnQkFRWUFLSUIlMkZnQVBBV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iOHAAAAAAAAA%3D%3D%23RT%3A82%23TRC%3A82%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABYAIMcAMAABGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aU9IQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MiUyM1RSQyUzQTgyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJZQUlNY0FNQUFCR0FBWWdBQVFRQUlFZ0NBQVFFQUdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9RQUtBTk1BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "934909ae-b7c5-4e1d-a03c-2d62cc28ecc2" + "6861823b-674e-495f-89f2-d8e4964778a7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -29259,10 +23967,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14513" + "14493" ], "X-Ms-Request-Id": [ - "ddad7b70-572d-4861-8b99-2451dc70e8de" + "b0c12611-8e9b-478b-9882-3732fe05a398" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29270,20 +23978,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "fbcb7502-ce52-466a-8207-3c97dd194d02" + "42cbb979-a955-4a23-8c74-0df51a6ac627" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053027Z:fbcb7502-ce52-466a-8207-3c97dd194d02" + "CENTRALUS:20210505T215118Z:42cbb979-a955-4a23-8c74-0df51a6ac627" + ], + "X-MSEdge-Ref": [ + "Ref A: E1B03D1F6BF648A2A2BE38EF515C2E3C Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:17Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:26 GMT" + "Wed, 05 May 2021 21:51:18 GMT" ], "Content-Length": [ - "1273" + "1340" ], "Content-Type": [ "application/json" @@ -29292,23 +24000,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-armpit\",\r\n \"name\": \"e2e-armpit\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-armpit-namespace\",\r\n \"displayName\": \"e2e-armpit-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/armpit-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jMEQAAAAAAAA%3D%3D%23RT%3A111%23TRC%3A111%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAeAMyRAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-backus\",\r\n \"name\": \"e2e-backus\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-lately-namespace\",\r\n \"displayName\": \"e2e-backus-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/lately-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iPHAAAAAAAAA%3D%3D%23RT%3A83%23TRC%3A83%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABYAI%2BcCoABwGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jMEQAAAAAAAA%3D%3D%23RT%3A111%23TRC%3A111%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAeAMyRAQEGACiAf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ak1FUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTElMjNUUkMlM0ExMTElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWVBTXlSQVFFR0FDaUFmNEFEd0ZrTjNCJTJCOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iPHAAAAAAAAA%3D%3D%23RT%3A83%23TRC%3A83%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABYAI%2BcCoABwGAAYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVBIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4MyUyM1RSQyUzQTgzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJZQUklMkJjQ29BQndHQUFZZ0FBUVFBSUVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb1FBS0FOTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1359456c-e29f-4744-87c2-340048cfc6c8" + "e7e20d7e-6ada-48f6-9ba8-5291b24f5f16" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -29322,10 +24030,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14512" + "14665" ], "X-Ms-Request-Id": [ - "304102a4-0ef9-4717-b829-48ae992484c9" + "15d091b0-6ea9-438d-9fee-4124eba4aba7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29333,20 +24041,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "665dc135-0b37-4747-bf12-8f85a2146415" + "ac1a0928-99d8-4e67-a08e-bfec6e86b5de" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053027Z:665dc135-0b37-4747-bf12-8f85a2146415" + "CENTRALUS:20210505T215118Z:ac1a0928-99d8-4e67-a08e-bfec6e86b5de" + ], + "X-MSEdge-Ref": [ + "Ref A: B70717901C804B45BEE3B4454E17E769 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:18Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:27 GMT" + "Wed, 05 May 2021 21:51:18 GMT" ], "Content-Length": [ - "1530" + "1338" ], "Content-Type": [ "application/json" @@ -29355,23 +24063,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-flasks\",\r\n \"name\": \"e2e-flasks\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-flasks-namespace\",\r\n \"displayName\": \"e2e-flasks-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/zebras-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/flasks-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jREgAAAAAAAA%3D%3D%23RT%3A112%23TRC%3A112%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAcANESBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-filets\",\r\n \"name\": \"e2e-filets\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-twofer-namespace\",\r\n \"displayName\": \"e2e-filets-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/twofer-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iaHAAAAAAAAA%3D%3D%23RT%3A84%23TRC%3A84%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABWAJqcAcBgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jREgAAAAAAAA%3D%3D%23RT%3A112%23TRC%3A112%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAcANESBgAogH%2BAA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3alJFZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTIlMjNUUkMlM0ExMTIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWNBTkVTQmdBb2dIJTJCQUE4QlpEZHdmdkU5aEFQOFBNUUFBSGlFQUFCZyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iaHAAAAAAAAA%3D%3D%23RT%3A84%23TRC%3A84%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABWAJqcAcBgAGIAAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWFIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NCUyM1RSQyUzQTg0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJXQUpxY0FjQmdBR0lBQUVFQUNCSUFnQUVCQUJpQUE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2072589e-d204-4d89-8c80-42a9f7bcdc8e" + "917bc114-d784-4e47-a444-8473d4cb945a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -29385,10 +24093,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14511" + "14492" ], "X-Ms-Request-Id": [ - "3dd005b9-fc78-4736-8457-46568f9b252c" + "4fd5b8c6-3030-4158-a704-5e145c6355bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29396,20 +24104,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "d6ead989-4fe0-43a3-9e7c-dc72e6e67755" + "0346f9a7-56c4-43b4-9d91-0a14305e7146" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053027Z:d6ead989-4fe0-43a3-9e7c-dc72e6e67755" + "CENTRALUS:20210505T215118Z:0346f9a7-56c4-43b4-9d91-0a14305e7146" + ], + "X-MSEdge-Ref": [ + "Ref A: AE40C48615B6429FBE4A54391BE99479 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:18Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:27 GMT" + "Wed, 05 May 2021 21:51:18 GMT" ], "Content-Length": [ - "1265" + "1376" ], "Content-Type": [ "application/json" @@ -29418,23 +24126,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-creepy\",\r\n \"name\": \"e2e-creepy\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-creepy-namespace\",\r\n \"displayName\": \"e2e-creepy-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/creepy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jSEgAAAAAAAA%3D%3D%23RT%3A113%23TRC%3A113%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAaANKSKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-lauder\",\r\n \"name\": \"e2e-lauder\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-lauder-namespace\",\r\n \"displayName\": \"e2e-lauder-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/laughs-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ilHAAAAAAAAA%3D%3D%23RT%3A85%23TRC%3A85%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABUAKEcYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jSEgAAAAAAAA%3D%3D%23RT%3A113%23TRC%3A113%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAaANKSKIB%2FgAPAWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3alNFZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTMlMjNUUkMlM0ExMTMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWFBTktTS0lCJTJGZ0FQQVdRM2NIN3hQWVFEJTJGRHpFQUFCNGhBQUFZJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ilHAAAAAAAAA%3D%3D%23RT%3A85%23TRC%3A85%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABUAKEcYABiAABBAAgSAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWxIQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NSUyM1RSQyUzQTg1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJVQUtFY1lBQmlBQUJCQUFnU0FJQUJBUUFZZ0FPQVlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f168a92-5cd6-4ff4-9819-cc7769e96532" + "4deddb26-637b-410e-87b7-1122f7db99fb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -29448,10 +24156,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14510" + "14664" ], "X-Ms-Request-Id": [ - "437e6f07-69b8-48a8-9fe2-1debb81a5ee4" + "8730e6b7-e0dc-4ea1-b688-2dcca5fdeecb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29459,20 +24167,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "031f26fd-f8e0-480d-94b2-122e23d8c7e9" + "1447f8de-ec85-4581-93c8-a54b779b7d55" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053028Z:031f26fd-f8e0-480d-94b2-122e23d8c7e9" + "CENTRALUS:20210505T215118Z:1447f8de-ec85-4581-93c8-a54b779b7d55" + ], + "X-MSEdge-Ref": [ + "Ref A: C7F2C7E4F8C347E2826C1E3C4A7381D5 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:18Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:27 GMT" + "Wed, 05 May 2021 21:51:18 GMT" ], "Content-Length": [ - "1467" + "1333" ], "Content-Type": [ "application/json" @@ -29481,23 +24189,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/cl-test\",\r\n \"name\": \"cl-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"amalladi@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-03-18T00:21:28.2284106Z\",\r\n \"lastModifiedBy\": \"amalladi@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-03-18T00:21:28.2284106Z\"\r\n },\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace\",\r\n \"displayName\": \"cl-test\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gIEwAAAAAAAA%3D%3D%23RT%3A114%23TRC%3A114%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAYAAiTf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gothic\",\r\n \"name\": \"e2e-gothic\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-gothic-namespace\",\r\n \"displayName\": \"e2e-gothic-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/gothic-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27imHAAAAAAAAA%3D%3D%23RT%3A86%23TRC%3A86%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABSAKacYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gIEwAAAAAAAA%3D%3D%23RT%3A114%23TRC%3A114%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAYAAiTf4ADwFkN3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0lFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTQlMjNUUkMlM0ExMTQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVlBQWlUZjRBRHdGa04zQiUyQjhUMkVBJTJGdzh4QUFBZUlRQUFHQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27imHAAAAAAAAA%3D%3D%23RT%3A86%23TRC%3A86%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABSAKacYgAAQQAIEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aW1IQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NiUyM1RSQyUzQTg2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJTQUthY1lnQUFRUUFJRWdDQUFRRUFHSUFEZ0dJQUJDQUVFQ0VBQUFaQkFDQ0FvUUFLQU5NQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e41a82b-a6b8-43de-99d9-b9021d6071f8" + "cd0f0ea9-580b-476b-b5ec-6d14b79ded2a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -29511,10 +24219,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14509" + "14491" ], "X-Ms-Request-Id": [ - "2b3e2ac4-c61c-45b8-9a0a-6613163e1c39" + "32f3be7c-d8e9-46ec-a8a8-c157cb99e8df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29522,20 +24230,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "2115fe7a-a3e0-49c3-aecd-c9b338520126" + "08bd3c6f-9676-442c-bc6e-f47408271238" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053028Z:2115fe7a-a3e0-49c3-aecd-c9b338520126" + "CENTRALUS:20210505T215119Z:08bd3c6f-9676-442c-bc6e-f47408271238" + ], + "X-MSEdge-Ref": [ + "Ref A: FB1B09E4EC1340908A52FDDA34589E30 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:18Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:27 GMT" + "Wed, 05 May 2021 21:51:19 GMT" ], "Content-Length": [ - "1254" + "1326" ], "Content-Type": [ "application/json" @@ -29544,23 +24252,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-unpins\",\r\n \"name\": \"e2e-unpins\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-unpins-namespace\",\r\n \"displayName\": \"e2e-unpins-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/unpins-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iPEwAAAAAAAA%3D%3D%23RT%3A115%23TRC%3A115%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAWAI%2BTA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-rustic\",\r\n \"name\": \"e2e-rustic\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-quakes-namespace\",\r\n \"displayName\": \"e2e-rustic-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/quakes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gYHQAAAAAAAA%3D%3D%23RT%3A87%23TRC%3A87%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABQABIdAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iPEwAAAAAAAA%3D%3D%23RT%3A115%23TRC%3A115%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAWAI%2BTA8BZDdwfvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVBFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTUlMjNUUkMlM0ExMTUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVdBSSUyQlRBOEJaRGR3ZnZFOWhBUDhQTVFBQUhpRUFBQmclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gYHQAAAAAAAA%3D%3D%23RT%3A87%23TRC%3A87%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABQABIdAEEACBIAgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1lIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4NyUyM1RSQyUzQTg3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJRQUJJZEFFRUFDQklBZ0FFQkFCaUFBNEJpQUFRZ0JCQWhBQUFHUVFBZ2dLRUFDZ0RUQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "927a3a24-f604-49df-b140-4569b15d440a" + "f4c05969-3ebe-4a1e-93a8-117326f45ebe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -29574,10 +24282,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14508" + "14663" ], "X-Ms-Request-Id": [ - "3e094ec0-c47e-433a-b027-2abf19fb79f8" + "29ca69ee-5e28-4e8c-8d46-3d520fde7190" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29585,20 +24293,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "1cea05f1-726a-403b-871e-1c2bf66a0540" + "8cab5c11-8080-4489-93d3-b62d67a0b08d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053028Z:1cea05f1-726a-403b-871e-1c2bf66a0540" + "CENTRALUS:20210505T215119Z:8cab5c11-8080-4489-93d3-b62d67a0b08d" + ], + "X-MSEdge-Ref": [ + "Ref A: 83BEF99C4B3B4D11AF6BF0E41F45AFE5 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:19Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:28 GMT" + "Wed, 05 May 2021 21:51:19 GMT" ], "Content-Length": [ - "1251" + "1328" ], "Content-Type": [ "application/json" @@ -29607,23 +24315,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-lesion\",\r\n \"name\": \"e2e-lesion\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-lesion-namespace\",\r\n \"displayName\": \"e2e-lesion-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/lesion-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iQEwAAAAAAAA%3D%3D%23RT%3A116%23TRC%3A116%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gallop\",\r\n \"name\": \"e2e-gallop\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-grooms-namespace\",\r\n \"displayName\": \"e2e-gallop-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/grooms-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27geHQAAAAAAAA%3D%3D%23RT%3A88%23TRC%3A88%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABOAB6dC4ASAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iQEwAAAAAAAA%3D%3D%23RT%3A116%23TRC%3A116%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTWQ3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVFFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTYlMjNUUkMlM0ExMTYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVVBSk1UV1EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27geHQAAAAAAAA%3D%3D%23RT%3A88%23TRC%3A88%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABOAB6dC4ASAIABAQAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2VIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4OCUyM1RSQyUzQTg4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJPQUI2ZEM0QVNBSUFCQVFBWWdBT0FZZ0FFSUFRUUlRQUFCa0VBSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "00a0c8be-adbe-4f6a-8690-5e9c425d0ad9" + "565dbbab-7c48-4821-8862-ada30b2686c6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -29637,10 +24345,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14507" + "14490" ], "X-Ms-Request-Id": [ - "eebbdcdf-5fcb-41a2-b9cd-968e90cd5b69" + "b605aed2-9bf6-4629-a2a0-cf26e9f3ec16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29648,20 +24356,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "c72aa6a7-401f-4007-b6e5-bbd36dd6897d" + "d113f1d6-2198-481e-823d-0e38da431b3f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053029Z:c72aa6a7-401f-4007-b6e5-bbd36dd6897d" + "CENTRALUS:20210505T215119Z:d113f1d6-2198-481e-823d-0e38da431b3f" + ], + "X-MSEdge-Ref": [ + "Ref A: 8276E9A71DC742659FB0C2BBCD6C16D3 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:19Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:28 GMT" + "Wed, 05 May 2021 21:51:19 GMT" ], "Content-Length": [ - "1279" + "1322" ], "Content-Type": [ "application/json" @@ -29670,23 +24378,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-alkaid\",\r\n \"name\": \"e2e-alkaid\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-alkaid-namespace\",\r\n \"displayName\": \"e2e-alkaid-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/alkaid-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iTEwAAAAAAAA%3D%3D%23RT%3A117%23TRC%3A117%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTWA3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-cardio\",\r\n \"name\": \"e2e-cardio\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-quiets-namespace\",\r\n \"displayName\": \"e2e-cardio-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/quiets-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27grHQAAAAAAAA%3D%3D%23RT%3A89%23TRC%3A89%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABMACudEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iTEwAAAAAAAA%3D%3D%23RT%3A117%23TRC%3A117%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTWA3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVRFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTclMjNUUkMlM0ExMTclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVVBSk1UV0EzY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27grHQAAAAAAAA%3D%3D%23RT%3A89%23TRC%3A89%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABMACudEgCAAQEAGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3JIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E4OSUyM1RSQyUzQTg5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJNQUN1ZEVnQ0FBUUVBR0lBRGdHSUFCQ0FFRUNFQUFBWkJBQ0NBb1FBS0FOTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd259022-e3f8-4e14-8133-affb99270ccf" + "99de3fb9-eaaf-463b-b358-96283baf9140" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -29700,10 +24408,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14506" + "14662" ], "X-Ms-Request-Id": [ - "7a5e5125-4d2c-4ca6-a3f2-5897d0b25fa2" + "5c645dcc-cb74-44d9-9023-96dca148d461" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29711,20 +24419,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "0641041b-864d-4019-a737-1de989cbcba0" + "658a5dff-6b7b-402e-b368-7d804a2a56a9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053029Z:0641041b-864d-4019-a737-1de989cbcba0" + "CENTRALUS:20210505T215119Z:658a5dff-6b7b-402e-b368-7d804a2a56a9" + ], + "X-MSEdge-Ref": [ + "Ref A: A20946D26C5940E2AFB480AE788CAA60 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:19Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:28 GMT" + "Wed, 05 May 2021 21:51:19 GMT" ], "Content-Length": [ - "1251" + "1318" ], "Content-Type": [ "application/json" @@ -29733,23 +24441,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mutant\",\r\n \"name\": \"e2e-mutant\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-mutant-namespace\",\r\n \"displayName\": \"e2e-mutant-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/mutant-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iUEwAAAAAAAA%3D%3D%23RT%3A118%23TRC%3A118%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTUA3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sleigh\",\r\n \"name\": \"e2e-sleigh\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-netted-namespace\",\r\n \"displayName\": \"e2e-sleigh-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/netted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hHHQAAAAAAAA%3D%3D%23RT%3A90%23TRC%3A90%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABKAEIdgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iUEwAAAAAAAA%3D%3D%23RT%3A118%23TRC%3A118%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTUA3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVVFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTglMjNUUkMlM0ExMTglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVVBSk1UVUEzY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hHHQAAAAAAAA%3D%3D%23RT%3A90%23TRC%3A90%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABKAEIdgAEBABiAA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aEhIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MCUyM1RSQyUzQTkwJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJLQUVJZGdBRUJBQmlBQTRCaUFBUWdCQkFoQUFBR1FRQWdnS0VBQ2dEVEFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ebb56a13-347f-4831-829c-a01e30ab7cdc" + "6c17f8f0-6fc9-4502-a015-18865add1994" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -29763,10 +24471,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14505" + "14489" ], "X-Ms-Request-Id": [ - "fd127bf7-42f9-4eb1-9021-38d5472aa291" + "ec86d3e4-c80f-4226-bc4f-cda2362e3a75" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29774,20 +24482,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "065ea4a0-7964-4f62-abc3-f5600ddd5309" + "2c5f12fd-99ff-475d-8afa-2300431300c2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053029Z:065ea4a0-7964-4f62-abc3-f5600ddd5309" + "CENTRALUS:20210505T215119Z:2c5f12fd-99ff-475d-8afa-2300431300c2" + ], + "X-MSEdge-Ref": [ + "Ref A: 52F279F1A33F417A881AFD3A692C9BBF Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:19Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:28 GMT" + "Wed, 05 May 2021 21:51:19 GMT" ], "Content-Length": [ - "1285" + "1320" ], "Content-Type": [ "application/json" @@ -29796,23 +24504,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-nozzle\",\r\n \"name\": \"e2e-nozzle\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-nozzle-namespace\",\r\n \"displayName\": \"e2e-nozzle-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/nozzle-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iWEwAAAAAAAA%3D%3D%23RT%3A119%23TRC%3A119%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTQA3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-google\",\r\n \"name\": \"e2e-google\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sundry-namespace\",\r\n \"displayName\": \"e2e-google-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sundry-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hIHQAAAAAAAA%3D%3D%23RT%3A91%23TRC%3A91%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABIAEidAIAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iWEwAAAAAAAA%3D%3D%23RT%3A119%23TRC%3A119%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTQA3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVdFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTklMjNUUkMlM0ExMTklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVVBSk1UUUEzY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hIHQAAAAAAAA%3D%3D%23RT%3A91%23TRC%3A91%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABIAEidAIAYgAOAYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aElIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MSUyM1RSQyUzQTkxJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJJQUVpZEFJQVlnQU9BWWdBRUlBUVFJUUFBQmtFQUlJQ2hBQW9BMHdCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c548b28-1432-4a44-84b5-e16c8585e471" + "55b9ba48-0e34-4e9e-86cb-03e20ccba379" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -29826,10 +24534,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14504" + "14661" ], "X-Ms-Request-Id": [ - "8948b0b5-1e9b-405a-a831-2e4460f26b49" + "af4d4b8f-cbd7-45a1-8ffe-5d71f636ed97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29837,20 +24545,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "0a93bf47-f40a-4bad-8db3-3574832ecc49" + "a18c8465-2403-4eb6-a336-aee690aa95aa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053029Z:0a93bf47-f40a-4bad-8db3-3574832ecc49" + "CENTRALUS:20210505T215120Z:a18c8465-2403-4eb6-a336-aee690aa95aa" + ], + "X-MSEdge-Ref": [ + "Ref A: A53A581A19134E33985ADC6A871D4523 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:19Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:29 GMT" + "Wed, 05 May 2021 21:51:20 GMT" ], "Content-Length": [ - "1251" + "1314" ], "Content-Type": [ "application/json" @@ -29859,23 +24567,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-shriek\",\r\n \"name\": \"e2e-shriek\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-shriek-namespace\",\r\n \"displayName\": \"e2e-shriek-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/shriek-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iYEwAAAAAAAA%3D%3D%23RT%3A120%23TRC%3A120%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTAA3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-justin\",\r\n \"name\": \"e2e-justin\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-phones-namespace\",\r\n \"displayName\": \"e2e-justin-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/phones-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hQHQAAAAAAAA%3D%3D%23RT%3A92%23TRC%3A92%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABGAFCdGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iYEwAAAAAAAA%3D%3D%23RT%3A120%23TRC%3A120%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTAA3cH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVlFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjAlMjNUUkMlM0ExMjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVVBSk1UQUEzY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hQHQAAAAAAAA%3D%3D%23RT%3A92%23TRC%3A92%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABGAFCdGIADgGIABCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFFIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MiUyM1RSQyUzQTkyJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJHQUZDZEdJQURnR0lBQkNBRUVDRUFBQVpCQUNDQW9RQUtBTk1BU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72aaf525-bae4-4ecb-ad92-b5c7e6aea70d" + "e8cbbf1e-d265-4d84-8e57-bd73663f2abf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -29889,10 +24597,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14503" + "14488" ], "X-Ms-Request-Id": [ - "ad8462a8-b0f1-44bf-8af5-000e9d7f6880" + "2e570c12-20b8-40f8-8f5e-fa12c6b117c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29900,20 +24608,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6c0cff5a-feea-4884-b071-0419f89936eb" + "52de54b0-7acc-455e-8efb-430366672bef" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053030Z:6c0cff5a-feea-4884-b071-0419f89936eb" + "CENTRALUS:20210505T215120Z:52de54b0-7acc-455e-8efb-430366672bef" + ], + "X-MSEdge-Ref": [ + "Ref A: 3B7D187C00C0462EA20E99E51BA4DC64 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:20Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:29 GMT" + "Wed, 05 May 2021 21:51:20 GMT" ], "Content-Length": [ - "1285" + "1310" ], "Content-Type": [ "application/json" @@ -29922,23 +24630,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-groans\",\r\n \"name\": \"e2e-groans\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-groans-namespace\",\r\n \"displayName\": \"e2e-groans-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bonged-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iaEwAAAAAAAA%3D%3D%23RT%3A121%23TRC%3A121%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTAAzcH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-scotty\",\r\n \"name\": \"e2e-scotty\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-cyprus-namespace\",\r\n \"displayName\": \"e2e-scotty-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cyprus-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27h4HQAAAAAAAA%3D%3D%23RT%3A93%23TRC%3A93%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABEAHidA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iaEwAAAAAAAA%3D%3D%23RT%3A121%23TRC%3A121%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJMTAAzcH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWFFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjElMjNUUkMlM0ExMjElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVVBSk1UQUF6Y0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27h4HQAAAAAAAA%3D%3D%23RT%3A93%23TRC%3A93%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABEAHidA4BiAAQgBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aDRIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5MyUyM1RSQyUzQTkzJTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJFQUhpZEE0QmlBQVFnQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "95f7fcdf-f3dd-46d3-84ad-b84352d00437" + "9a677e95-25d1-4ba5-b3cf-0feff15aa631" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -29952,10 +24660,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14502" + "14660" ], "X-Ms-Request-Id": [ - "916fb75f-8087-4575-ae94-5c7cd144ff7f" + "565eade6-2242-482c-8ff7-77aaf52027ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29963,20 +24671,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "85c2ca41-3d89-45e4-a770-8fcdf9269672" + "cf637d35-d6b8-4463-bda5-95459d4a080e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053030Z:85c2ca41-3d89-45e4-a770-8fcdf9269672" + "CENTRALUS:20210505T215120Z:cf637d35-d6b8-4463-bda5-95459d4a080e" + ], + "X-MSEdge-Ref": [ + "Ref A: 06447F58B6624227A27467444535B0BF Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:20Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:29 GMT" + "Wed, 05 May 2021 21:51:20 GMT" ], "Content-Length": [ - "1248" + "1316" ], "Content-Type": [ "application/json" @@ -29985,23 +24693,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-stigma\",\r\n \"name\": \"e2e-stigma\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-stigma-namespace\",\r\n \"displayName\": \"e2e-stigma-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/stigma-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ibEwAAAAAAAA%3D%3D%23RT%3A122%23TRC%3A122%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJuTAsDcH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-plants\",\r\n \"name\": \"e2e-plants\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-nubian-namespace\",\r\n \"displayName\": \"e2e-plants-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/nubian-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iDHQAAAAAAAA%3D%3D%23RT%3A94%23TRC%3A94%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABCAIOdYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ibEwAAAAAAAA%3D%3D%23RT%3A122%23TRC%3A122%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAJuTAsDcH7xPYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWJFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjIlMjNUUkMlM0ExMjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVVBSnVUQXNEY0g3eFBZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iDHQAAAAAAAA%3D%3D%23RT%3A94%23TRC%3A94%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABCAIOdYgAEIAQQIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aURIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NCUyM1RSQyUzQTk0JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJDQUlPZFlnQUVJQVFRSVFBQUJrRUFJSUNoQUFvQTB3QklBSUFFQUFqaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d2223785-c815-4589-a522-96b309ee7c20" + "488db2b3-12ca-4491-8f7e-f61435d96318" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -30015,10 +24723,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14501" + "14487" ], "X-Ms-Request-Id": [ - "5c4395c2-8ed5-4853-8806-5fe2b41829ee" + "c9a88ce3-c5a6-4c9f-8402-e7a32b2170a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30026,20 +24734,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "8db5863d-fda4-45d0-bae2-e541c904d6a7" + "caec72d0-4e88-413d-bd9e-400dc62f2f98" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053030Z:8db5863d-fda4-45d0-bae2-e541c904d6a7" + "CENTRALUS:20210505T215120Z:caec72d0-4e88-413d-bd9e-400dc62f2f98" + ], + "X-MSEdge-Ref": [ + "Ref A: 072210207DD04F9695CF96401976DDEC Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:20Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:29 GMT" + "Wed, 05 May 2021 21:51:20 GMT" ], "Content-Length": [ - "1291" + "1310" ], "Content-Type": [ "application/json" @@ -30048,23 +24756,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-reload\",\r\n \"name\": \"e2e-reload\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-reload-namespace\",\r\n \"displayName\": \"e2e-reload-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/reload-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iiEwAAAAAAAA%3D%3D%23RT%3A123%23TRC%3A123%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKIT3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-allude\",\r\n \"name\": \"e2e-allude\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-hazels-namespace\",\r\n \"displayName\": \"e2e-allude-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/hazels-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jyHQAAAAAAAA%3D%3D%23RT%3A95%23TRC%3A95%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABAAPIdBCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iiEwAAAAAAAA%3D%3D%23RT%3A123%23TRC%3A123%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKIT3B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWlFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjMlMjNUUkMlM0ExMjMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVNBS0lUM0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jyHQAAAAAAAA%3D%3D%23RT%3A95%23TRC%3A95%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABAAPIdBCAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3anlIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NSUyM1RSQyUzQTk1JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJBQVBJZEJDQUVFQ0VBQUFaQkFDQ0FvUUFLQU5NQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c7216e90-8f71-48d4-aeec-f57f68f5729a" + "02d1869b-e784-414c-b30d-0ef600ec79ee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -30078,10 +24786,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14500" + "14659" ], "X-Ms-Request-Id": [ - "b9044723-69cd-4eb6-b12c-1d901b6da007" + "4d23d364-505d-4e68-960f-695906246940" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30089,20 +24797,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "89e60855-12d1-44d1-a717-8ad5f22cfa72" + "3e78c9dc-ab66-4f09-8766-bdf8c84329bc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053030Z:89e60855-12d1-44d1-a717-8ad5f22cfa72" + "CENTRALUS:20210505T215120Z:3e78c9dc-ab66-4f09-8766-bdf8c84329bc" + ], + "X-MSEdge-Ref": [ + "Ref A: 956CD3ED7E0142339ED679C8CB08B7F0 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:20Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:30 GMT" + "Wed, 05 May 2021 21:51:20 GMT" ], "Content-Length": [ - "1257" + "1306" ], "Content-Type": [ "application/json" @@ -30111,23 +24819,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-baobab\",\r\n \"name\": \"e2e-baobab\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-baobab-namespace\",\r\n \"displayName\": \"e2e-baobab-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/baobab-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ijEwAAAAAAAA%3D%3D%23RT%3A124%23TRC%3A124%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKIT2B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-vitals\",\r\n \"name\": \"e2e-vitals\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-embeds-namespace\",\r\n \"displayName\": \"e2e-vitals-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/embeds-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j9HQAAAAAAAA%3D%3D%23RT%3A96%23TRC%3A96%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABAAP2dAcAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ijEwAAAAAAAA%3D%3D%23RT%3A124%23TRC%3A124%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKIT2B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWpFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjQlMjNUUkMlM0ExMjQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVNBS0lUMkIlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j9HQAAAAAAAA%3D%3D%23RT%3A96%23TRC%3A96%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAABAAP2dAcAEECEAAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ajlIUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NiUyM1RSQyUzQTk2JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUJBQVAyZEFjQUVFQ0VBQUFaQkFDQ0FvUUFLQU5NQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4711207-e172-41dc-b5c4-d70a37fa1a6b" + "b15186b2-15e2-41b7-847a-701f5b1f5449" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -30141,10 +24849,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14499" + "14486" ], "X-Ms-Request-Id": [ - "edf96a09-f810-4043-ae50-f78fc2f70325" + "f5c9c6c7-4ef0-4680-8fd9-e69c1cf3a28b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30152,20 +24860,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "073e9cd2-c6db-40bd-a567-a857fa265ebc" + "225a45a8-82df-4450-a3d9-d7a898299f04" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053031Z:073e9cd2-c6db-40bd-a567-a857fa265ebc" + "CENTRALUS:20210505T215121Z:225a45a8-82df-4450-a3d9-d7a898299f04" + ], + "X-MSEdge-Ref": [ + "Ref A: A2B7499B9F334046ACB897174259CECF Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:20Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:30 GMT" + "Wed, 05 May 2021 21:51:21 GMT" ], "Content-Length": [ - "1258" + "1304" ], "Content-Type": [ "application/json" @@ -30174,23 +24882,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-jailer\",\r\n \"name\": \"e2e-jailer\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-jailer-namespace\",\r\n \"displayName\": \"e2e-jailer-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/jailer-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ikEwAAAAAAAA%3D%3D%23RT%3A125%23TRC%3A125%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKIT0B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-salyut\",\r\n \"name\": \"e2e-salyut\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-marduk-namespace\",\r\n \"displayName\": \"e2e-salyut-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/marduk-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gCHgAAAAAAAA%3D%3D%23RT%3A97%23TRC%3A97%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA%2BAAEeBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ikEwAAAAAAAA%3D%3D%23RT%3A125%23TRC%3A125%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKIT0B%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWtFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjUlMjNUUkMlM0ExMjUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVNBS0lUMEIlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gCHgAAAAAAAA%3D%3D%23RT%3A97%23TRC%3A97%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA%2BAAEeBBAhAAAGQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z0NIZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E5NyUyM1RSQyUzQTk3JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUElMkJBQUVlQkJBaEFBQUdRUUFnZ0tFQUNnRFRBRWdBZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c337fd8-69e0-47d6-9590-71f70a904a00" + "98b89077-3f74-4a1d-9085-67bed44e6bf3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -30204,10 +24912,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14498" + "14658" ], "X-Ms-Request-Id": [ - "ecc29f90-5f15-4018-9dfe-90e86a376d45" + "bfc7dbc6-8c1d-4e63-b198-73f7e3c490c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30215,20 +24923,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "ff8a289b-51d2-4f5c-8cf0-6d823b2c5c36" + "e2a5a1ae-3d94-4395-9067-4562985598f2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053031Z:ff8a289b-51d2-4f5c-8cf0-6d823b2c5c36" + "CENTRALUS:20210505T215121Z:e2a5a1ae-3d94-4395-9067-4562985598f2" + ], + "X-MSEdge-Ref": [ + "Ref A: 2395ABDC51F14B07A4A0569D17380063 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:21Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:30 GMT" + "Wed, 05 May 2021 21:51:21 GMT" ], "Content-Length": [ - "1482" + "1304" ], "Content-Type": [ "application/json" @@ -30237,23 +24945,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-califs\",\r\n \"name\": \"e2e-califs\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-califs-namespace\",\r\n \"displayName\": \"e2e-califs-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/califs-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/mazama-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27imEwAAAAAAAA%3D%3D%23RT%3A126%23TRC%3A126%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITwB%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-folder\",\r\n \"name\": \"e2e-folder\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bottom-namespace\",\r\n \"displayName\": \"e2e-folder-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bottom-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gMHgAAAAAAAA%3D%3D%23RT%3A98%23TRC%3A98%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA8AAyeIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27imEwAAAAAAAA%3D%3D%23RT%3A126%23TRC%3A126%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITwB%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aW1Fd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjYlMjNUUkMlM0ExMjYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVNBS0lUd0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gMHgAAAAAAAA%3D%3D%23RT%3A98%23TRC%3A98%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA8AAyeIQAABkEAIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z01IZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E5OCUyM1RSQyUzQTk4JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUE4QUF5ZUlRQUFCa0VBSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "87829cb7-6c0b-4e00-9359-766ff1bfde16" + "3de8d571-bc41-419b-8849-974c1ac7e052" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -30267,10 +24975,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14497" + "14485" ], "X-Ms-Request-Id": [ - "20c026b5-be84-43b8-b91d-90a17effe3ff" + "2dbcfe51-420f-4bb4-99cf-cc3d48fe19f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30278,20 +24986,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "ca559037-8242-484f-b768-30a7e36db4eb" + "46396bb7-ea6b-4f84-a9a7-619c3e605f74" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053031Z:ca559037-8242-484f-b768-30a7e36db4eb" + "CENTRALUS:20210505T215121Z:46396bb7-ea6b-4f84-a9a7-619c3e605f74" + ], + "X-MSEdge-Ref": [ + "Ref A: F935824F95A2425CACED3ADD3FBEF8E5 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:21Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:30 GMT" + "Wed, 05 May 2021 21:51:21 GMT" ], "Content-Length": [ - "1289" + "1298" ], "Content-Type": [ "application/json" @@ -30300,23 +25008,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mettle\",\r\n \"name\": \"e2e-mettle\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-mettle-namespace\",\r\n \"displayName\": \"e2e-mettle-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/ponder-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27inEwAAAAAAAA%3D%3D%23RT%3A127%23TRC%3A127%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITgB%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-arawak\",\r\n \"name\": \"e2e-arawak\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-banish-namespace\",\r\n \"displayName\": \"e2e-arawak-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/banish-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g5HgAAAAAAAA%3D%3D%23RT%3A99%23TRC%3A99%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA6ADEeAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27inEwAAAAAAAA%3D%3D%23RT%3A127%23TRC%3A127%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITgB%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aW5Fd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjclMjNUUkMlM0ExMjclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVNBS0lUZ0IlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g5HgAAAAAAAA%3D%3D%23RT%3A99%23TRC%3A99%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA6ADEeAAZBACCAoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzVIZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0E5OSUyM1RSQyUzQTk5JTIzSVNWJTNBMiUyM0lFTyUzQTY1NTUxJTIzUUNGJTNBMyUyM0ZQQyUzQUFnRUFBQUE2QURFZUFBWkJBQ0NBb1FBS0FOTUFTQUNBQkFBSTRnQUF3QU1BUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5868e838-54b9-4bd4-bcbd-642d31937df7" + "30e4e334-62a2-4faf-9263-3d938cb0d2bc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -30330,10 +25038,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14496" + "14657" ], "X-Ms-Request-Id": [ - "7844dc08-5178-4da6-8ee7-8f17dcbb19c0" + "9fb902c8-d415-46bc-b453-9728c0b8cff3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30341,20 +25049,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "2de528da-a4aa-4259-baf9-72b8693fcc1a" + "1ee33545-2cdb-463a-a8ec-bc4b429deef2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053031Z:2de528da-a4aa-4259-baf9-72b8693fcc1a" + "CENTRALUS:20210505T215121Z:1ee33545-2cdb-463a-a8ec-bc4b429deef2" + ], + "X-MSEdge-Ref": [ + "Ref A: B32A6E6AFF0D40A0A1743E27903CECAC Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:21Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:31 GMT" + "Wed, 05 May 2021 21:51:21 GMT" ], "Content-Length": [ - "1261" + "1296" ], "Content-Type": [ "application/json" @@ -30363,23 +25071,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-nassau\",\r\n \"name\": \"e2e-nassau\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-nassau-namespace\",\r\n \"displayName\": \"e2e-nassau-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/nassau-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ioEwAAAAAAAA%3D%3D%23RT%3A128%23TRC%3A128%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITAB%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-qumran\",\r\n \"name\": \"e2e-qumran\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sontag-namespace\",\r\n \"displayName\": \"e2e-qumran-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sontag-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g6HgAAAAAAAA%3D%3D%23RT%3A100%23TRC%3A100%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA4ADqeQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ioEwAAAAAAAA%3D%3D%23RT%3A128%23TRC%3A128%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITAB%2B8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aW9Fd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjglMjNUUkMlM0ExMjglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVNBS0lUQUIlMkI4VDJFQSUyRnc4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g6HgAAAAAAAA%3D%3D%23RT%3A100%23TRC%3A100%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA4ADqeQQAggKEACgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzZIZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDAlMjNUUkMlM0ExMDAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQTRBRHFlUVFBZ2dLRUFDZ0RUQUVnQWdBUUFDT0lBQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b37eb8c-3188-442e-a147-6498b88228d4" + "8677f4c0-3f64-43e1-8bfa-7c01ed821b00" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -30393,10 +25101,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14495" + "14484" ], "X-Ms-Request-Id": [ - "e3929e89-6732-4ee9-9c61-2d5fb34d30c9" + "76b43712-0720-41fc-9e56-08f880fc2bc4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30404,20 +25112,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "21eeedca-a2f7-483f-b796-533496321e5a" + "165931f1-477d-428e-aaf8-37fe7168a617" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053032Z:21eeedca-a2f7-483f-b796-533496321e5a" + "CENTRALUS:20210505T215121Z:165931f1-477d-428e-aaf8-37fe7168a617" + ], + "X-MSEdge-Ref": [ + "Ref A: 3D9AC0E618234E20B434AFB06FF64C8B Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:21Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:31 GMT" + "Wed, 05 May 2021 21:51:21 GMT" ], "Content-Length": [ - "1287" + "1302" ], "Content-Type": [ "application/json" @@ -30426,23 +25134,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-angles\",\r\n \"name\": \"e2e-angles\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-angles-namespace\",\r\n \"displayName\": \"e2e-angles-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/flicks-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ipEwAAAAAAAA%3D%3D%23RT%3A129%23TRC%3A129%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITAB68T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-ossify\",\r\n \"name\": \"e2e-ossify\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-diesel-namespace\",\r\n \"displayName\": \"e2e-ossify-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/diesel-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iFHgAAAAAAAA%3D%3D%23RT%3A101%23TRC%3A101%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA2AIEeIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ipEwAAAAAAAA%3D%3D%23RT%3A129%23TRC%3A129%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITAB68T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXBFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjklMjNUUkMlM0ExMjklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVNBS0lUQUI2OFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iFHgAAAAAAAA%3D%3D%23RT%3A101%23TRC%3A101%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA2AIEeIIChAAoA0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUZIZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDElMjNUUkMlM0ExMDElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQTJBSUVlSUlDaEFBb0Ewd0JJQUlBRUFBamlBQURBQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3c839f49-204e-4b73-9911-b51fe82b4462" + "c05db89d-4c2a-4e1e-bb50-4dc038e8dc37" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -30456,10 +25164,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14494" + "14656" ], "X-Ms-Request-Id": [ - "c642e91b-b8aa-4cd8-bbbf-b500cf789a44" + "161110e0-b297-41d9-a21e-cc88e848955b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30467,20 +25175,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "518945f8-c26e-4039-a917-f7bcd85dc089" + "5238272e-9742-44b6-902a-371749012664" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053032Z:518945f8-c26e-4039-a917-f7bcd85dc089" + "CENTRALUS:20210505T215121Z:5238272e-9742-44b6-902a-371749012664" + ], + "X-MSEdge-Ref": [ + "Ref A: B16DD9E50C1447C89CD869888F9EDF31 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:21Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:31 GMT" + "Wed, 05 May 2021 21:51:21 GMT" ], "Content-Length": [ - "1259" + "1294" ], "Content-Type": [ "application/json" @@ -30489,23 +25197,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-parish\",\r\n \"name\": \"e2e-parish\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-parish-namespace\",\r\n \"displayName\": \"e2e-parish-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/parish-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iqEwAAAAAAAA%3D%3D%23RT%3A130%23TRC%3A130%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITABy8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-braver\",\r\n \"name\": \"e2e-braver\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-cloned-namespace\",\r\n \"displayName\": \"e2e-braver-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cloned-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iPHgAAAAAAAA%3D%3D%23RT%3A102%23TRC%3A102%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA0AI%2BeoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iqEwAAAAAAAA%3D%3D%23RT%3A130%23TRC%3A130%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITABy8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXFFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzAlMjNUUkMlM0ExMzAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVNBS0lUQUJ5OFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iPHgAAAAAAAA%3D%3D%23RT%3A102%23TRC%3A102%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAA0AI%2BeoQAKANMASACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aVBIZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDIlMjNUUkMlM0ExMDIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQTBBSSUyQmVvUUFLQU5NQVNBQ0FCQUFJNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e336551f-f256-4082-a9d7-214b469003fa" + "56e3ac6c-71dd-452b-8583-68ad03613b7f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -30519,10 +25227,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14493" + "14483" ], "X-Ms-Request-Id": [ - "9fa118c9-540a-482c-a5bf-e37585988bdc" + "f7e6a480-af28-403e-b0bb-39bfae3581d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30530,20 +25238,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "174ea050-a1d2-4df4-9841-fdb574b8fc64" + "1e3d8a32-674b-402c-b804-4926c9309323" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053032Z:174ea050-a1d2-4df4-9841-fdb574b8fc64" + "CENTRALUS:20210505T215122Z:1e3d8a32-674b-402c-b804-4926c9309323" + ], + "X-MSEdge-Ref": [ + "Ref A: A70D982B0E564F56B6FE3FABAB2A6065 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:21Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:31 GMT" + "Wed, 05 May 2021 21:51:22 GMT" ], "Content-Length": [ - "1287" + "1553" ], "Content-Type": [ "application/json" @@ -30552,23 +25260,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-blasts\",\r\n \"name\": \"e2e-blasts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-blasts-namespace\",\r\n \"displayName\": \"e2e-blasts-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/church-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27irEwAAAAAAAA%3D%3D%23RT%3A131%23TRC%3A131%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITABi8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sparks\",\r\n \"name\": \"e2e-sparks\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-sparks-namespace\",\r\n \"displayName\": \"e2e-sparks-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/brawny-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/sparks-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxHwAAAAAAAA%3D%3D%23RT%3A103%23TRC%3A103%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAyADEfCgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27irEwAAAAAAAA%3D%3D%23RT%3A131%23TRC%3A131%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKITABi8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXJFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzElMjNUUkMlM0ExMzElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVNBS0lUQUJpOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxHwAAAAAAAA%3D%3D%23RT%3A103%23TRC%3A103%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAyADEfCgDTAEgAgAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3hId0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDMlMjNUUkMlM0ExMDMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQXlBREVmQ2dEVEFFZ0FnQVFBQ09JQUFNQURBRUtCa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c7c0b8de-61f5-443c-9880-791ce23cb6fb" + "8a272051-e68e-4e00-b0d9-8ba596e94036" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -30582,10 +25290,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14492" + "14655" ], "X-Ms-Request-Id": [ - "09adaa64-0153-4fa6-bdba-5f8546a1a3dd" + "46ec160d-9909-44e7-ae0c-eca1c08fc88f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30593,20 +25301,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "b2d586e9-d614-4473-a54e-1e09f002a92c" + "b029c610-ad29-40cf-8411-a413540c5647" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053032Z:b2d586e9-d614-4473-a54e-1e09f002a92c" + "CENTRALUS:20210505T215122Z:b029c610-ad29-40cf-8411-a413540c5647" + ], + "X-MSEdge-Ref": [ + "Ref A: 6BFD0BD95E2C42B29BD1CF3477FE701D Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:22Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:32 GMT" + "Wed, 05 May 2021 21:51:22 GMT" ], "Content-Length": [ - "1256" + "1297" ], "Content-Type": [ "application/json" @@ -30615,23 +25323,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-eminem\",\r\n \"name\": \"e2e-eminem\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-eminem-namespace\",\r\n \"displayName\": \"e2e-eminem-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/eminem-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27isEwAAAAAAAA%3D%3D%23RT%3A132%23TRC%3A132%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKyTAcC8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-glares\",\r\n \"name\": \"e2e-glares\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-glares-namespace\",\r\n \"displayName\": \"e2e-glares-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/glares-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzHwAAAAAAAA%3D%3D%23RT%3A104%23TRC%3A104%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwADOf0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27isEwAAAAAAAA%3D%3D%23RT%3A132%23TRC%3A132%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAKyTAcC8T2EA%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXNFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzIlMjNUUkMlM0ExMzIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVNBS3lUQWNDOFQyRUElMkZ3OHhBQUFlSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gzHwAAAAAAAA%3D%3D%23RT%3A104%23TRC%3A104%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAwADOf0wBIAIAEAAjiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3pId0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDQlMjNUUkMlM0ExMDQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQXdBRE9mMHdCSUFJQUVBQWppQUFEQUF3QkNnWkVBa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0ca294a-17a3-43a4-b861-c2531feab050" + "dceb2d81-3ffe-497e-ae54-73a9bce58a6a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -30645,10 +25353,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14491" + "14482" ], "X-Ms-Request-Id": [ - "acfd5a18-9aca-4504-b3eb-4c8804bef3a6" + "90e51112-0416-43f3-86b6-7167d6557bb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30656,20 +25364,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "5157f7f2-26bc-4356-8134-d5ce07580f3c" + "22a27f84-0a58-4630-90d1-e8108adcf4a9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053033Z:5157f7f2-26bc-4356-8134-d5ce07580f3c" + "CENTRALUS:20210505T215122Z:22a27f84-0a58-4630-90d1-e8108adcf4a9" + ], + "X-MSEdge-Ref": [ + "Ref A: 75C7CCD292FA4733A2F48E68132C877D Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:22Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:32 GMT" + "Wed, 05 May 2021 21:51:22 GMT" ], "Content-Length": [ - "1278" + "1284" ], "Content-Type": [ "application/json" @@ -30678,23 +25386,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-joggle\",\r\n \"name\": \"e2e-joggle\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-joggle-namespace\",\r\n \"displayName\": \"e2e-joggle-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/joggle-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iyEwAAAAAAAA%3D%3D%23RT%3A133%23TRC%3A133%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-wooden\",\r\n \"name\": \"e2e-wooden\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-nymphs-namespace\",\r\n \"displayName\": \"e2e-wooden-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/nymphs-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gTIAAAAAAAAA%3D%3D%23RT%3A105%23TRC%3A105%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAuABMgSACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iyEwAAAAAAAA%3D%3D%23RT%3A133%23TRC%3A133%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETvE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXlFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzMlMjNUUkMlM0ExMzMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVFBTEVUdkU5aEFQOFBNUUFBSGlFQUFCZyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gTIAAAAAAAAA%3D%3D%23RT%3A105%23TRC%3A105%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAuABMgSACABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1RJQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDUlMjNUUkMlM0ExMDUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQXVBQk1nU0FDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3406691e-ea86-48ac-ae92-137bf69679f1" + "aa622d40-2988-4857-85d6-c50a2f42c13a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -30708,10 +25416,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14490" + "14654" ], "X-Ms-Request-Id": [ - "945455ee-96b2-40a1-9c90-bfee3db68056" + "5a41e05e-7fa3-407a-9262-d5e9f577af59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30719,20 +25427,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "0741c5c7-984c-48ed-8966-77dfe5c2b022" + "dc3779a2-ced8-4c8e-896d-0c512d1a676b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053033Z:0741c5c7-984c-48ed-8966-77dfe5c2b022" + "CENTRALUS:20210505T215122Z:dc3779a2-ced8-4c8e-896d-0c512d1a676b" + ], + "X-MSEdge-Ref": [ + "Ref A: BD0635AC8C0E43A0906B831225E7D7D7 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:22Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:32 GMT" + "Wed, 05 May 2021 21:51:22 GMT" ], "Content-Length": [ - "1247" + "1284" ], "Content-Type": [ "application/json" @@ -30741,23 +25449,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-longed\",\r\n \"name\": \"e2e-longed\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-longed-namespace\",\r\n \"displayName\": \"e2e-longed-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/longed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27izEwAAAAAAAA%3D%3D%23RT%3A134%23TRC%3A134%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETuE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-outing\",\r\n \"name\": \"e2e-outing\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-raquel-namespace\",\r\n \"displayName\": \"e2e-outing-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/raquel-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gWIAAAAAAAAA%3D%3D%23RT%3A106%23TRC%3A106%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAuABagAsCABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27izEwAAAAAAAA%3D%3D%23RT%3A134%23TRC%3A134%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETuE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aXpFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzQlMjNUUkMlM0ExMzQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVFBTEVUdUU5aEFQOFBNUUFBSGlFQUFCZyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gWIAAAAAAAAA%3D%3D%23RT%3A106%23TRC%3A106%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAuABagAsCABAAI4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z1dJQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDYlMjNUUkMlM0ExMDYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQXVBQmFnQXNDQUJBQUk0Z0FBd0FNQVFvR1JBSkFBSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cae927ac-4827-4155-a67c-d9c530b95579" + "45896dea-38c7-48fa-bbb5-0818c29b06a5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -30771,10 +25479,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14489" + "14481" ], "X-Ms-Request-Id": [ - "425655f1-c3b3-4e78-9981-53a6a7d64e1b" + "22766b3b-628d-4d47-a38c-6c258d8b0fac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30782,20 +25490,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "ab9f77ff-1c02-4406-9a6e-520d6dd757e6" + "5743cf03-9f61-41c3-a52f-929d5d46e407" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053033Z:ab9f77ff-1c02-4406-9a6e-520d6dd757e6" + "CENTRALUS:20210505T215123Z:5743cf03-9f61-41c3-a52f-929d5d46e407" + ], + "X-MSEdge-Ref": [ + "Ref A: 91E9206B37114A90AC2E8921972C1DB7 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:22Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:32 GMT" + "Wed, 05 May 2021 21:51:23 GMT" ], "Content-Length": [ - "1503" + "1280" ], "Content-Type": [ "application/json" @@ -30804,23 +25512,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-sleeps\",\r\n \"name\": \"e2e-sleeps\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-sleeps-namespace\",\r\n \"displayName\": \"e2e-sleeps-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/utopia-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/sleeps-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i0EwAAAAAAAA%3D%3D%23RT%3A135%23TRC%3A135%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETsE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-flamed\",\r\n \"name\": \"e2e-flamed\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-murmur-namespace\",\r\n \"displayName\": \"e2e-flamed-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/murmur-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnIAAAAAAAAA%3D%3D%23RT%3A107%23TRC%3A107%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAsACIggAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i0EwAAAAAAAA%3D%3D%23RT%3A135%23TRC%3A135%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETsE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTBFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzUlMjNUUkMlM0ExMzUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVFBTEVUc0U5aEFQOFBNUUFBSGlFQUFCZyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnIAAAAAAAAA%3D%3D%23RT%3A107%23TRC%3A107%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAsACIggAQACOIAAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z25JQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDclMjNUUkMlM0ExMDclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQXNBQ0lnZ0FRQUNPSUFBTUFEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25fc3e9f-db93-4326-ba87-87ae65d20694" + "d1a43fff-7017-467d-9f29-9ef3ca320c1c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -30834,10 +25542,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14488" + "14653" ], "X-Ms-Request-Id": [ - "16c5e31a-0d9e-4ce5-8ea8-e3cf64115311" + "2ebd3a4f-392a-40e1-86ed-86258d035eb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30845,20 +25553,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "b6cce21f-d3fe-47f4-8e07-c686ce35a26f" + "62804dfe-a9fe-4cbe-bd6d-4c63ceed3994" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053033Z:b6cce21f-d3fe-47f4-8e07-c686ce35a26f" + "CENTRALUS:20210505T215123Z:62804dfe-a9fe-4cbe-bd6d-4c63ceed3994" + ], + "X-MSEdge-Ref": [ + "Ref A: A49857BD96854F299FA258B1F857365B Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:23Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:33 GMT" + "Wed, 05 May 2021 21:51:23 GMT" ], "Content-Length": [ - "1247" + "1282" ], "Content-Type": [ "application/json" @@ -30867,23 +25575,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-kidded\",\r\n \"name\": \"e2e-kidded\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-kidded-namespace\",\r\n \"displayName\": \"e2e-kidded-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/kidded-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i1EwAAAAAAAA%3D%3D%23RT%3A136%23TRC%3A136%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALEToE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-pegged\",\r\n \"name\": \"e2e-pegged\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-wreath-namespace\",\r\n \"displayName\": \"e2e-pegged-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/wreath-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqIAAAAAAAAA%3D%3D%23RT%3A108%23TRC%3A108%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAqACqgC4DiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i1EwAAAAAAAA%3D%3D%23RT%3A136%23TRC%3A136%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALEToE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTFFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzYlMjNUUkMlM0ExMzYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVFBTEVUb0U5aEFQOFBNUUFBSGlFQUFCZyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqIAAAAAAAAA%3D%3D%23RT%3A108%23TRC%3A108%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAqACqgC4DiAADAAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3FJQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDglMjNUUkMlM0ExMDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQXFBQ3FnQzREaUFBREFBd0JDZ1pFQWtBQWlBQURvQVFDUGdJRUFBQXpBZ09PQU5ZQkRBQUFHR0FBQUJBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60e8b45c-41d0-41ee-82d5-1f7fc0f6cc0f" + "faba592c-2710-4a53-8220-ef71b3511ef7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -30897,10 +25605,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14487" + "14480" ], "X-Ms-Request-Id": [ - "f24c08ac-dc64-49f1-81e5-74de1b0518bb" + "877e4bd3-49e8-48be-adc8-7f4dd80df6c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30908,20 +25616,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "87dc5a15-3c89-4845-ae84-d8ffa1161f83" + "4229f1c7-e559-44e5-bfe4-2b83b2e84cb6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053034Z:87dc5a15-3c89-4845-ae84-d8ffa1161f83" + "CENTRALUS:20210505T215123Z:4229f1c7-e559-44e5-bfe4-2b83b2e84cb6" + ], + "X-MSEdge-Ref": [ + "Ref A: E1BA09330C764A28A12351212DE72A48 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:23Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:33 GMT" + "Wed, 05 May 2021 21:51:23 GMT" ], "Content-Length": [ - "1285" + "1276" ], "Content-Type": [ "application/json" @@ -30930,23 +25638,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-acutes\",\r\n \"name\": \"e2e-acutes\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-acutes-namespace\",\r\n \"displayName\": \"e2e-acutes-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/acutes-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i3EwAAAAAAAA%3D%3D%23RT%3A137%23TRC%3A137%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETgE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-crocus\",\r\n \"name\": \"e2e-crocus\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-socked-namespace\",\r\n \"displayName\": \"e2e-crocus-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/socked-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g7IAAAAAAAAA%3D%3D%23RT%3A109%23TRC%3A109%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoADug4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i3EwAAAAAAAA%3D%3D%23RT%3A137%23TRC%3A137%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETgE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTNFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzclMjNUUkMlM0ExMzclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVFBTEVUZ0U5aEFQOFBNUUFBSGlFQUFCZyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27g7IAAAAAAAAA%3D%3D%23RT%3A109%23TRC%3A109%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAoADug4gAAwAMAQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ZzdJQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMDklMjNUUkMlM0ExMDklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQW9BRHVnNGdBQXdBTUFRb0dSQUpBQUlnQUE2QUVBajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fa6d7970-c409-4925-ae08-fd8c24e82e3d" + "40eb6432-ae30-4bc4-b16b-a88d87dbaff3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -30960,10 +25668,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14486" + "14652" ], "X-Ms-Request-Id": [ - "666f00d4-a18b-40d2-8ec0-8d08c3d15d98" + "90eabea1-3ba5-4a5b-9888-ded9924aad0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30971,20 +25679,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "b3572f6f-bc1d-4baa-bc20-805b6704052e" + "f1a05b99-f7f2-4586-9262-1f58d0f99b25" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053034Z:b3572f6f-bc1d-4baa-bc20-805b6704052e" + "CENTRALUS:20210505T215123Z:f1a05b99-f7f2-4586-9262-1f58d0f99b25" + ], + "X-MSEdge-Ref": [ + "Ref A: FCDFEC6A0F474CBCB6159C85BDB4E512 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:23Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:33 GMT" + "Wed, 05 May 2021 21:51:23 GMT" ], "Content-Length": [ - "1248" + "1306" ], "Content-Type": [ "application/json" @@ -30993,23 +25701,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-impure\",\r\n \"name\": \"e2e-impure\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-impure-namespace\",\r\n \"displayName\": \"e2e-impure-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/impure-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i4EwAAAAAAAA%3D%3D%23RT%3A138%23TRC%3A138%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETAE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-guelph\",\r\n \"name\": \"e2e-guelph\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-guelph-namespace\",\r\n \"displayName\": \"e2e-guelph-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/guelph-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27guIQAAAAAAAA%3D%3D%23RT%3A110%23TRC%3A110%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmACIhAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i4EwAAAAAAAA%3D%3D%23RT%3A138%23TRC%3A138%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETAE9hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTRFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzglMjNUUkMlM0ExMzglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVFBTEVUQUU5aEFQOFBNUUFBSGlFQUFCZyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27guIQAAAAAAAA%3D%3D%23RT%3A110%23TRC%3A110%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmACIhAMADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3VJUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTAlMjNUUkMlM0ExMTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQW1BQ0loQU1BREFFS0JrUUNRQUNJQUFPZ0JBSSUyQkFnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2fd2b9e6-5738-423d-997f-cd5598b781d8" + "36024576-e8c4-46b0-90cf-8d1aaaffd7f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -31023,10 +25731,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14485" + "14479" ], "X-Ms-Request-Id": [ - "c6337a11-067e-4c2d-be46-ca38c402f2fb" + "077d125d-9994-4ab3-aebc-f069569568f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31034,20 +25742,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "e50a00da-e352-4e57-a761-7398fd3cbcc6" + "8da59889-192b-46ed-baef-96df90b1817e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053034Z:e50a00da-e352-4e57-a761-7398fd3cbcc6" + "CENTRALUS:20210505T215123Z:8da59889-192b-46ed-baef-96df90b1817e" + ], + "X-MSEdge-Ref": [ + "Ref A: 6259E97E440D46FF89C63F44E999F197 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:23Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:33 GMT" + "Wed, 05 May 2021 21:51:23 GMT" ], "Content-Length": [ - "1251" + "1277" ], "Content-Type": [ "application/json" @@ -31056,23 +25764,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-spiked\",\r\n \"name\": \"e2e-spiked\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-spiked-namespace\",\r\n \"displayName\": \"e2e-spiked-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/spiked-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i5EwAAAAAAAA%3D%3D%23RT%3A139%23TRC%3A139%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETAE5hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-spaded\",\r\n \"name\": \"e2e-spaded\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-spaded-namespace\",\r\n \"displayName\": \"e2e-spaded-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/spaded-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gvIQAAAAAAAA%3D%3D%23RT%3A111%23TRC%3A111%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAC%2BhAcADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i5EwAAAAAAAA%3D%3D%23RT%3A139%23TRC%3A139%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETAE5hAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTVFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzklMjNUUkMlM0ExMzklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVFBTEVUQUU1aEFQOFBNUUFBSGlFQUFCZyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gvIQAAAAAAAA%3D%3D%23RT%3A111%23TRC%3A111%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAmAC%2BhAcADAEKBkQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3ZJUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTElMjNUUkMlM0ExMTElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQW1BQyUyQmhBY0FEQUVLQmtRQ1FBQ0lBQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f0c31934-d243-4e0c-b42a-cda83676094e" + "3cc76049-ce73-441d-9bf3-dc6fbd1148ae" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -31086,10 +25794,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14484" + "14651" ], "X-Ms-Request-Id": [ - "35b9889b-15fc-4d26-9777-70d33511ed6c" + "124fd8e9-aaae-4592-996b-a1deedf62b7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31097,20 +25805,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "bf9ec0b0-c80f-4309-a6c5-02c4ba2d7aa6" + "4385dd6a-f3fa-46ab-9368-44e8ed5c1512" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053034Z:bf9ec0b0-c80f-4309-a6c5-02c4ba2d7aa6" + "CENTRALUS:20210505T215124Z:4385dd6a-f3fa-46ab-9368-44e8ed5c1512" + ], + "X-MSEdge-Ref": [ + "Ref A: 9208735F7D4B4EF4BDC29BD71AD09701 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:23Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:34 GMT" + "Wed, 05 May 2021 21:51:24 GMT" ], "Content-Length": [ - "1251" + "1308" ], "Content-Type": [ "application/json" @@ -31119,23 +25827,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-setups\",\r\n \"name\": \"e2e-setups\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-setups-namespace\",\r\n \"displayName\": \"e2e-setups-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/setups-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i6EwAAAAAAAA%3D%3D%23RT%3A140%23TRC%3A140%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETAExhAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-covets\",\r\n \"name\": \"e2e-covets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-covets-namespace\",\r\n \"displayName\": \"e2e-covets-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/covets-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gwIQAAAAAAAA%3D%3D%23RT%3A112%23TRC%3A112%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkADEhAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i6EwAAAAAAAA%3D%3D%23RT%3A140%23TRC%3A140%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETAExhAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTZFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDAlMjNUUkMlM0ExNDAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVFBTEVUQUV4aEFQOFBNUUFBSGlFQUFCZyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gwIQAAAAAAAA%3D%3D%23RT%3A112%23TRC%3A112%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAkADEhAwBCgZEAkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3dJUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTIlMjNUUkMlM0ExMTIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWtBREVoQXdCQ2daRUFrQUFpQUFEb0FRQ1BnSUVBQUF6QWdPT0FOWUJEQUFBR0dBQUFCQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dca872b1-b55f-4f52-aad0-d03b51873a25" + "7762dce4-6bf3-40f2-bc62-86a58f16aa69" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -31149,10 +25857,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14483" + "14478" ], "X-Ms-Request-Id": [ - "b8cfbeea-0eb0-41f6-b529-63223baad724" + "752223f1-3171-4f3a-a7b8-3e1a01034419" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31160,20 +25868,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "34ffaf54-8210-449a-8b4a-231e9b8c1605" + "fc08511a-76b1-4593-bd2c-924bc6ffec28" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053035Z:34ffaf54-8210-449a-8b4a-231e9b8c1605" + "CENTRALUS:20210505T215124Z:fc08511a-76b1-4593-bd2c-924bc6ffec28" + ], + "X-MSEdge-Ref": [ + "Ref A: 818CE426E15D4A07B4DE6D87F58533DC Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:24Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:34 GMT" + "Wed, 05 May 2021 21:51:24 GMT" ], "Content-Length": [ - "1284" + "1271" ], "Content-Type": [ "application/json" @@ -31182,23 +25890,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-rivets\",\r\n \"name\": \"e2e-rivets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-rivets-namespace\",\r\n \"displayName\": \"e2e-rivets-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/convoy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i7EwAAAAAAAA%3D%3D%23RT%3A141%23TRC%3A141%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETAEhhAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-recant\",\r\n \"name\": \"e2e-recant\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-recant-namespace\",\r\n \"displayName\": \"e2e-recant-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/recant-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxIQAAAAAAAA%3D%3D%23RT%3A113%23TRC%3A113%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAiADGhQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i7EwAAAAAAAA%3D%3D%23RT%3A141%23TRC%3A141%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQALETAEhhAP8PMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aTdFd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDElMjNUUkMlM0ExNDElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVFBTEVUQUVoaEFQOFBNUUFBSGlFQUFCZyUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gxIQAAAAAAAA%3D%3D%23RT%3A113%23TRC%3A113%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAiADGhQoGRAJAAIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3hJUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTMlMjNUUkMlM0ExMTMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWlBREdoUW9HUkFKQUFJZ0FBNkFFQWo0Q0JBQUFNd0lEamdEV0FRd0FBQmhnQUFBUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0d761c13-6e8c-4dab-b4ce-549e3f227a05" + "da9ec49f-e20e-4deb-8b62-341854af85ae" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -31212,10 +25920,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14482" + "14650" ], "X-Ms-Request-Id": [ - "93bca4b0-1c37-4d3e-8fbd-afafe1fcab97" + "f68ae0fc-64f9-4d1c-83e1-579caa205dd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31223,20 +25931,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "002dc1c5-d113-4eb1-8c5f-a6d1b25eba40" + "60ca7c2a-4044-4214-9dd7-e6a9d4806936" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053035Z:002dc1c5-d113-4eb1-8c5f-a6d1b25eba40" + "CENTRALUS:20210505T215124Z:60ca7c2a-4044-4214-9dd7-e6a9d4806936" + ], + "X-MSEdge-Ref": [ + "Ref A: 9FFA301B3C16492989C1D1EB12BBB424 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:24Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:34 GMT" + "Wed, 05 May 2021 21:51:24 GMT" ], "Content-Length": [ - "1245" + "1431" ], "Content-Type": [ "application/json" @@ -31245,23 +25953,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-repaid\",\r\n \"name\": \"e2e-repaid\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-repaid-namespace\",\r\n \"displayName\": \"e2e-repaid-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/repaid-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i%2BEwAAAAAAAA%3D%3D%23RT%3A142%23TRC%3A142%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAOAL6TYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/test\",\r\n \"name\": \"test\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {\r\n \"createdBy\": \"amalladi@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2021-04-20T23:14:52.3217703Z\",\r\n \"lastModifiedBy\": \"amalladi@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2021-04-20T23:14:52.3217703Z\"\r\n },\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster\",\r\n \"namespace\": \"am-test-operator\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/am-test-operator\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"Kubeconfig\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iCIgAAAAAAAA%3D%3D%23RT%3A114%23TRC%3A114%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAgAIKikQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27i%2BEwAAAAAAAA%3D%3D%23RT%3A142%23TRC%3A142%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAOAL6TYQD%2FDzEAAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aSUyQkV3QUFBQUFBQUElM0QlM0QlMjNSVCUzQTE0MiUyM1RSQyUzQTE0MiUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTMlMjNGUEMlM0FBZ0VBQUFBT0FMNlRZUUQlMkZEekVBQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iCIgAAAAAAAA%3D%3D%23RT%3A114%23TRC%3A114%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAgAIKikQCQACIAAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUNJZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTQlMjNUUkMlM0ExMTQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWdBSUtpa1FDUUFDSUFBT2dCQUklMkJBZ1FBQURNQ0E0NEExZ0VNQUFBWVlBQUFFJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df177d30-f531-44b1-aead-0ae8a17bbcf3" + "2a5abb84-be44-4692-8ca6-6808fe67988a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -31275,10 +25983,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14481" + "14477" ], "X-Ms-Request-Id": [ - "2e7aef70-e159-4828-b4fa-71cd3fec51ec" + "32e47188-470c-4e39-a96b-193496f80b3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31286,20 +25994,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "e3fb6dd0-f52a-4504-8fdd-52bbd84c8de3" + "50a0970f-efc1-4b1b-8a4f-1008bfab21e0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053035Z:e3fb6dd0-f52a-4504-8fdd-52bbd84c8de3" + "CENTRALUS:20210505T215124Z:50a0970f-efc1-4b1b-8a4f-1008bfab21e0" + ], + "X-MSEdge-Ref": [ + "Ref A: 02945DEB1E3249BAB4D3BE082BBA4AB5 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:24Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:34 GMT" + "Wed, 05 May 2021 21:51:24 GMT" ], "Content-Length": [ - "1248" + "1272" ], "Content-Type": [ "application/json" @@ -31308,23 +26016,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-prated\",\r\n \"name\": \"e2e-prated\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-prated-namespace\",\r\n \"displayName\": \"e2e-prated-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/prated-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ggFAAAAAAAAA%3D%3D%23RT%3A143%23TRC%3A143%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-merges\",\r\n \"name\": \"e2e-merges\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster\",\r\n \"namespace\": \"e2e-bobbie-namespace\",\r\n \"displayName\": \"e2e-merges-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bobbie-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gkIwAAAAAAAA%3D%3D%23RT%3A115%23TRC%3A115%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAeACEjkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ggFAAAAAAAAA%3D%3D%23RT%3A143%23TRC%3A143%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU%2Fw8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2dGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDMlMjNUUkMlM0ExNDMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BQ0VVJTJGdzh4QUFBZUlRQUFHQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gkIwAAAAAAAA%3D%3D%23RT%3A115%23TRC%3A115%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAeACEjkAAiAADoAQCPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2tJd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTUlMjNUUkMlM0ExMTUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWVBQ0Vqa0FBaUFBRG9BUUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2186bc50-e932-435a-adb7-11b6d19fe9e5" + "f5b7076e-16a8-4f8e-837a-147f8d850c7a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -31338,10 +26046,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14480" + "14649" ], "X-Ms-Request-Id": [ - "779c9263-7e52-4242-80c3-6483ead4a917" + "0eb3dd19-411e-4231-907f-e4cd8dd2ab56" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31349,20 +26057,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "32b2e790-baf0-449c-8518-b2623e37b9c2" + "9b1cb1d9-5888-4818-8e63-bf4968baccea" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053036Z:32b2e790-baf0-449c-8518-b2623e37b9c2" + "CENTRALUS:20210505T215124Z:9b1cb1d9-5888-4818-8e63-bf4968baccea" + ], + "X-MSEdge-Ref": [ + "Ref A: D14C2386CF6445C2B9DC2798B4935A58 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:24Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:36 GMT" + "Wed, 05 May 2021 21:51:24 GMT" ], "Content-Length": [ - "1248" + "1266" ], "Content-Type": [ "application/json" @@ -31371,23 +26079,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-markup\",\r\n \"name\": \"e2e-markup\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-markup-namespace\",\r\n \"displayName\": \"e2e-markup-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/markup-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ghFAAAAAAAAA%3D%3D%23RT%3A144%23TRC%3A144%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU%2Fg8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-pulses\",\r\n \"name\": \"e2e-pulses\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster\",\r\n \"namespace\": \"e2e-reckon-namespace\",\r\n \"displayName\": \"e2e-pulses-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/reckon-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnIwAAAAAAAA%3D%3D%23RT%3A116%23TRC%3A116%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAcACejIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ghFAAAAAAAAA%3D%3D%23RT%3A144%23TRC%3A144%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU%2Fg8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2hGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDQlMjNUUkMlM0ExNDQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BQ0VVJTJGZzh4QUFBZUlRQUFHQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnIwAAAAAAAA%3D%3D%23RT%3A116%23TRC%3A116%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAcACejIgAA6AEAj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z25Jd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTYlMjNUUkMlM0ExMTYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWNBQ2VqSWdBQTZBRUFqNENCQUFBTXdJRGpnRFdBUXdBQUJoZ0FBQVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d811634d-d2d7-46e2-ae21-697b80fdafbc" + "86f4daf6-096f-45e3-8d17-b28bc8744960" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -31401,10 +26109,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14479" + "14476" ], "X-Ms-Request-Id": [ - "99c6bb90-6d51-4040-a306-4aa7524ea4ec" + "fb14a6a8-8fb8-496d-bca5-79524dd466cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31412,20 +26120,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "81677fb5-77f0-410a-b77b-6b0702074b51" + "9adc5a30-ded5-4352-93d4-6589631ec6ee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053036Z:81677fb5-77f0-410a-b77b-6b0702074b51" + "CENTRALUS:20210505T215125Z:9adc5a30-ded5-4352-93d4-6589631ec6ee" + ], + "X-MSEdge-Ref": [ + "Ref A: F90070C0095E4DF7A665943183023658 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:24Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:36 GMT" + "Wed, 05 May 2021 21:51:25 GMT" ], "Content-Length": [ - "1248" + "1296" ], "Content-Type": [ "application/json" @@ -31434,23 +26142,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gargle\",\r\n \"name\": \"e2e-gargle\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-gargle-namespace\",\r\n \"displayName\": \"e2e-gargle-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/gargle-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27giFAAAAAAAAA%3D%3D%23RT%3A145%23TRC%3A145%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU%2FA8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-dwight\",\r\n \"name\": \"e2e-dwight\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-dwight-namespace\",\r\n \"displayName\": \"e2e-dwight-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/laxity-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hbIwAAAAAAAA%3D%3D%23RT%3A117%23TRC%3A117%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAaAFIjAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27giFAAAAAAAAA%3D%3D%23RT%3A145%23TRC%3A145%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU%2FA8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2lGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDUlMjNUUkMlM0ExNDUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BQ0VVJTJGQTh4QUFBZUlRQUFHQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hbIwAAAAAAAA%3D%3D%23RT%3A117%23TRC%3A117%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAaAFIjAOgBAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGJJd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTclMjNUUkMlM0ExMTclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWFBRklqQU9nQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "788a0f73-cea8-4247-bb42-7cc163682807" + "d3163814-6768-4021-836a-6ee5c6e68c8e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -31464,10 +26172,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14478" + "14648" ], "X-Ms-Request-Id": [ - "7d6c1449-b9bf-48bf-8032-c0be1dfa329e" + "4fc559f9-1542-44a0-a6b9-078ce3343a4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31475,20 +26183,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "2ff6266c-ae95-420d-864e-4cd65f00bfd0" + "0ebd9a1a-3b4a-43d4-90e2-3cf694222b99" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053036Z:2ff6266c-ae95-420d-864e-4cd65f00bfd0" + "CENTRALUS:20210505T215125Z:0ebd9a1a-3b4a-43d4-90e2-3cf694222b99" + ], + "X-MSEdge-Ref": [ + "Ref A: AC6DA2B5614D48E88B12A0A7B801C74A Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:25Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:36 GMT" + "Wed, 05 May 2021 21:51:25 GMT" ], "Content-Length": [ - "1248" + "1296" ], "Content-Type": [ "application/json" @@ -31497,23 +26205,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mewled\",\r\n \"name\": \"e2e-mewled\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-mewled-namespace\",\r\n \"displayName\": \"e2e-mewled-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/mewled-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gjFAAAAAAAAA%3D%3D%23RT%3A146%23TRC%3A146%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU%2BA8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-rimmed\",\r\n \"name\": \"e2e-rimmed\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-rimmed-namespace\",\r\n \"displayName\": \"e2e-rimmed-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/robles-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdIwAAAAAAAA%3D%3D%23RT%3A118%23TRC%3A118%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAaAFIjAOABAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gjFAAAAAAAAA%3D%3D%23RT%3A146%23TRC%3A146%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU%2BA8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2pGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDYlMjNUUkMlM0ExNDYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BQ0VVJTJCQTh4QUFBZUlRQUFHQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hdIwAAAAAAAA%3D%3D%23RT%3A118%23TRC%3A118%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAaAFIjAOABAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGRJd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTglMjNUUkMlM0ExMTglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWFBRklqQU9BQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f301be4-512b-4e39-8371-e04112bbf17f" + "59bc081e-fb3c-4fc9-a01e-4a85d69abe3f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -31527,10 +26235,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14477" + "14475" ], "X-Ms-Request-Id": [ - "f6406d21-2aaa-41b7-a236-8ce3419e685c" + "56afc21d-ef94-44d2-821b-dfde7ed7fe77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31538,20 +26246,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "79573da5-c9c2-4681-8d65-01956ad2c1f2" + "9f081aa1-860f-41ab-89ae-c9e13b711c52" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053037Z:79573da5-c9c2-4681-8d65-01956ad2c1f2" + "CENTRALUS:20210505T215125Z:9f081aa1-860f-41ab-89ae-c9e13b711c52" + ], + "X-MSEdge-Ref": [ + "Ref A: 2E4E336C9D094616878DDCA92EF9E328 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:25Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:37 GMT" + "Wed, 05 May 2021 21:51:25 GMT" ], "Content-Length": [ - "1246" + "1259" ], "Content-Type": [ "application/json" @@ -31560,23 +26268,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-prolog\",\r\n \"name\": \"e2e-prolog\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-prolog-namespace\",\r\n \"displayName\": \"e2e-prolog-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/prolog-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gkFAAAAAAAAA%3D%3D%23RT%3A147%23TRC%3A147%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU8A8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-vogues\",\r\n \"name\": \"e2e-vogues\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-vogues-namespace\",\r\n \"displayName\": \"e2e-vogues-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/vogues-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heIwAAAAAAAA%3D%3D%23RT%3A119%23TRC%3A119%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAaAFIjAMABAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gkFAAAAAAAAA%3D%3D%23RT%3A147%23TRC%3A147%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU8A8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2tGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDclMjNUUkMlM0ExNDclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BQ0VVOEE4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27heIwAAAAAAAA%3D%3D%23RT%3A119%23TRC%3A119%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAaAFIjAMABAI%2BAgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGVJd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMTklMjNUUkMlM0ExMTklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQWFBRklqQU1BQkFJJTJCQWdRQUFETUNBNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f33e2e8f-6666-4640-91ac-ff4617728d42" + "26a291d4-3521-45ff-ae4f-b11d85b85383" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -31590,10 +26298,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14476" + "14647" ], "X-Ms-Request-Id": [ - "0b9e2c98-3f8d-4991-8f60-3b6c7ff0166f" + "23a8d6a9-64ee-4c1e-a821-bde8be28ba85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31601,20 +26309,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "1f5b5824-a563-46a8-b1e9-492d7cf0c8dd" + "05730f62-1c05-4806-979c-4d198dc24a43" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053037Z:1f5b5824-a563-46a8-b1e9-492d7cf0c8dd" + "CENTRALUS:20210505T215125Z:05730f62-1c05-4806-979c-4d198dc24a43" + ], + "X-MSEdge-Ref": [ + "Ref A: C55ADA88CC484743B6584CC5AC588123 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:25Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:37 GMT" + "Wed, 05 May 2021 21:51:25 GMT" ], "Content-Length": [ - "1246" + "1260" ], "Content-Type": [ "application/json" @@ -31623,23 +26331,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-seared\",\r\n \"name\": \"e2e-seared\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-seared-namespace\",\r\n \"displayName\": \"e2e-seared-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/seared-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27glFAAAAAAAAA%3D%3D%23RT%3A148%23TRC%3A148%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU4A8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-skimpy\",\r\n \"name\": \"e2e-skimpy\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bataan-namespace\",\r\n \"displayName\": \"e2e-skimpy-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bataan-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hfIwAAAAAAAA%3D%3D%23RT%3A120%23TRC%3A120%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAYAF%2BjAICPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27glFAAAAAAAAA%3D%3D%23RT%3A148%23TRC%3A148%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEU4A8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z2xGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDglMjNUUkMlM0ExNDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BQ0VVNEE4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hfIwAAAAAAAA%3D%3D%23RT%3A120%23TRC%3A120%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAYAF%2BjAICPgIEAAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGZJd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjAlMjNUUkMlM0ExMjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVlBRiUyQmpBSUNQZ0lFQUFBekFnT09BTllCREFBQUdHQUFBQkElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e8bccdc3-8c08-43bd-bde9-ba695b821fdb" + "fd1c7667-d568-49ee-8f37-71dcd77c2618" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -31653,10 +26361,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14475" + "14474" ], "X-Ms-Request-Id": [ - "f49e115e-392b-479d-83f8-ec63d64e908a" + "9fd7d900-3261-4602-88e2-e2634ff56069" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31664,20 +26372,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "f74722c1-7c31-4333-a148-323e7e8f4778" + "b3d626e8-6983-44dd-b998-b914aedd55d9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053037Z:f74722c1-7c31-4333-a148-323e7e8f4778" + "CENTRALUS:20210505T215125Z:b3d626e8-6983-44dd-b998-b914aedd55d9" + ], + "X-MSEdge-Ref": [ + "Ref A: 029419AE225C45D4A0B967E55D4F0A0A Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:25Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:37 GMT" + "Wed, 05 May 2021 21:51:25 GMT" ], "Content-Length": [ - "1246" + "1252" ], "Content-Type": [ "application/json" @@ -31686,23 +26394,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-trench\",\r\n \"name\": \"e2e-trench\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-trench-namespace\",\r\n \"displayName\": \"e2e-trench-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/trench-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gmFAAAAAAAAA%3D%3D%23RT%3A149%23TRC%3A149%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEUwA8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-ravine\",\r\n \"name\": \"e2e-ravine\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-vogues-namespace\",\r\n \"displayName\": \"e2e-ravine-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/vogues-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hgIwAAAAAAAA%3D%3D%23RT%3A121%23TRC%3A121%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAWAGCjj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gmFAAAAAAAAA%3D%3D%23RT%3A149%23TRC%3A149%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEUwA8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z21GQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNDklMjNUUkMlM0ExNDklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BQ0VVd0E4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hgIwAAAAAAAA%3D%3D%23RT%3A121%23TRC%3A121%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAWAGCjj4CBAAAMwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aGdJd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjElMjNUUkMlM0ExMjElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVdBR0NqajRDQkFBQU13SURqZ0RXQVF3QUFCaGdBQUFRJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "061cb939-efdd-4e86-8afc-fdf6d93d9f33" + "d1f045b1-324a-46b2-8410-3e912907132a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -31716,10 +26424,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14474" + "14646" ], "X-Ms-Request-Id": [ - "da5a0b38-6ae8-4dbf-8811-803102efd4ba" + "186581b3-e430-4f9d-9c0c-8f5ea88e98e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31727,20 +26435,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "6f147173-3e7c-4189-9a9f-2670894aef6b" + "7a3534de-d871-4925-bd4a-93685425d1f8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053037Z:6f147173-3e7c-4189-9a9f-2670894aef6b" + "CENTRALUS:20210505T215126Z:7a3534de-d871-4925-bd4a-93685425d1f8" + ], + "X-MSEdge-Ref": [ + "Ref A: 1D9BDF8DBC9546A390FC96EB1528E60F Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:26Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:37 GMT" + "Wed, 05 May 2021 21:51:26 GMT" ], "Content-Length": [ - "1246" + "1248" ], "Content-Type": [ "application/json" @@ -31749,23 +26457,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-frowsy\",\r\n \"name\": \"e2e-frowsy\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-frowsy-namespace\",\r\n \"displayName\": \"e2e-frowsy-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/frowsy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnFAAAAAAAAA%3D%3D%23RT%3A150%23TRC%3A150%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEUgA8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-davids\",\r\n \"name\": \"e2e-davids\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-wheezy-namespace\",\r\n \"displayName\": \"e2e-davids-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/wheezy-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j-IwAAAAAAAA%3D%3D%23RT%3A122%23TRC%3A122%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAP%2BjgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gnFAAAAAAAAA%3D%3D%23RT%3A150%23TRC%3A150%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEUgA8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z25GQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTAlMjNUUkMlM0ExNTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BQ0VVZ0E4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27j-IwAAAAAAAA%3D%3D%23RT%3A122%23TRC%3A122%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAUAP%2BjgQAADMCA44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ai1Jd0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjIlMjNUUkMlM0ExMjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVVBUCUyQmpnUUFBRE1DQTQ0QTFnRU1BQUFZWUFBQUUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6e536d3-75c1-40ab-abf0-32b4dba2ebf3" + "573e8240-2a34-42a4-9566-aaa8e938dcb8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -31782,7 +26490,7 @@ "14473" ], "X-Ms-Request-Id": [ - "1e4b8ab1-e1b6-4956-98e7-582266fa6852" + "4c2d1e7c-e375-43d0-adc1-d576592839e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31790,20 +26498,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "fca8db79-9185-443f-84b9-22f5c89b022e" + "ae9bfe7d-d753-416a-95f6-fc93dcd3a366" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053038Z:fca8db79-9185-443f-84b9-22f5c89b022e" + "CENTRALUS:20210505T215126Z:ae9bfe7d-d753-416a-95f6-fc93dcd3a366" + ], + "X-MSEdge-Ref": [ + "Ref A: 55B2B5F47D8D4621945D7404EB21D46B Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:26Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:38 GMT" + "Wed, 05 May 2021 21:51:26 GMT" ], "Content-Length": [ - "1246" + "1250" ], "Content-Type": [ "application/json" @@ -31812,23 +26520,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-licked\",\r\n \"name\": \"e2e-licked\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-licked-namespace\",\r\n \"displayName\": \"e2e-licked-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/licked-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27goFAAAAAAAAA%3D%3D%23RT%3A151%23TRC%3A151%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEUAA8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-guying\",\r\n \"name\": \"e2e-guying\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-levine-namespace\",\r\n \"displayName\": \"e2e-guying-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/levine-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iKJAAAAAAAAA%3D%3D%23RT%3A123%23TRC%3A123%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAIEkAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27goFAAAAAAAAA%3D%3D%23RT%3A151%23TRC%3A151%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEUAA8xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z29GQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTElMjNUUkMlM0ExNTElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BQ0VVQUE4eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iKJAAAAAAAAA%3D%3D%23RT%3A123%23TRC%3A123%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAASAIEkAAzAgOOANYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUtKQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjMlMjNUUkMlM0ExMjMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVNBSUVrQUF6QWdPT0FOWUJEQUFBR0dBQUFCQSUzRCUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "10bf9da8-bc91-416e-bc54-b338244c0c89" + "f786833c-1084-42c7-a516-6e7b51fae38d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -31842,10 +26550,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14472" + "14645" ], "X-Ms-Request-Id": [ - "b452ce8d-9e38-4b4f-98b6-089203f87d73" + "48604d97-b595-43e7-9e63-d13df63be363" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31853,20 +26561,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "cb1d9dec-f51b-4b43-9cc4-dd06673ab609" + "be9c2863-99e0-4ed9-84be-9434956ba61d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053038Z:cb1d9dec-f51b-4b43-9cc4-dd06673ab609" + "CENTRALUS:20210505T215126Z:be9c2863-99e0-4ed9-84be-9434956ba61d" + ], + "X-MSEdge-Ref": [ + "Ref A: DEF3A5D60BB44B6387BF69D353F92FE2 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:26Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:38 GMT" + "Wed, 05 May 2021 21:51:26 GMT" ], "Content-Length": [ - "1246" + "1244" ], "Content-Type": [ "application/json" @@ -31875,23 +26583,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-mortar\",\r\n \"name\": \"e2e-mortar\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-mortar-namespace\",\r\n \"displayName\": \"e2e-mortar-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/mortar-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gpFAAAAAAAAA%3D%3D%23RT%3A152%23TRC%3A152%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEUAA4xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-tinker\",\r\n \"name\": \"e2e-tinker\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-hereby-namespace\",\r\n \"displayName\": \"e2e-tinker-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/hereby-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iLJAAAAAAAAA%3D%3D%23RT%3A124%23TRC%3A124%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQAIukwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gpFAAAAAAAAA%3D%3D%23RT%3A152%23TRC%3A152%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEUAA4xAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3BGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTIlMjNUUkMlM0ExNTIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BQ0VVQUE0eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iLJAAAAAAAAA%3D%3D%23RT%3A124%23TRC%3A124%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAQAIukwIDjgDWAQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUxKQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjQlMjNUUkMlM0ExMjQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQVFBSXVrd0lEamdEV0FRd0FBQmhnQUFBUSUzRCZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "32311dcf-a9c5-4e0f-95a0-aa723b730afc" + "45d81469-9301-43d7-8a7e-f0048382ad8f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -31905,10 +26613,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14471" + "14472" ], "X-Ms-Request-Id": [ - "014b57f6-b6dd-4e23-8346-aa01b6df1f73" + "c8f10526-cdc9-46dc-9675-919884fe490b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31916,20 +26624,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "00ff50ae-b22b-4d93-8811-97f5edaaae86" + "d50ba170-3c79-4899-a57d-3b046c2ae910" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053038Z:00ff50ae-b22b-4d93-8811-97f5edaaae86" + "CENTRALUS:20210505T215126Z:d50ba170-3c79-4899-a57d-3b046c2ae910" + ], + "X-MSEdge-Ref": [ + "Ref A: 2140C100AD3E4989BA0808E7C5236324 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:26Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:38 GMT" + "Wed, 05 May 2021 21:51:26 GMT" ], "Content-Length": [ - "1246" + "1237" ], "Content-Type": [ "application/json" @@ -31938,23 +26646,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-coeval\",\r\n \"name\": \"e2e-coeval\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-coeval-namespace\",\r\n \"displayName\": \"e2e-coeval-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/coeval-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqFAAAAAAAAA%3D%3D%23RT%3A153%23TRC%3A153%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEUAAwxAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-gizmos\",\r\n \"name\": \"e2e-gizmos\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-newbie-namespace\",\r\n \"displayName\": \"e2e-gizmos-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/newbie-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hQJQAAAAAAAA%3D%3D%23RT%3A125%23TRC%3A125%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAOAFCl44A1gEMAAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27gqFAAAAAAAAA%3D%3D%23RT%3A153%23TRC%3A153%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMACEUAAwxAAAeIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3FGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTMlMjNUUkMlM0ExNTMlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BQ0VVQUF3eEFBQWVJUUFBR0ElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hQJQAAAAAAAA%3D%3D%23RT%3A125%23TRC%3A125%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAOAFCl44A1gEMAAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aFFKUUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjUlMjNUUkMlM0ExMjUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU9BRkNsNDRBMWdFTUFBQVlZQUFBRSZhcGktdmVyc2lvbj0yMDIxLTAzLTE1LXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3394ca96-670a-41c8-a78f-ad17d9b547e5" + "10f57f2d-df5f-4fb1-9a9a-1a32b916bc1c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -31968,10 +26676,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14470" + "14644" ], "X-Ms-Request-Id": [ - "8e40b4be-daaa-44ea-a09a-6aef6bd13165" + "404fd523-48e2-49ec-b4f1-8f04a40b86b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31979,20 +26687,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "8ac30b0d-fb33-4683-a731-dfed0cd224c7" + "7ec2b11c-a7a6-414a-a68a-6a9168505a65" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053038Z:8ac30b0d-fb33-4683-a731-dfed0cd224c7" + "CENTRALUS:20210505T215127Z:7ec2b11c-a7a6-414a-a68a-6a9168505a65" + ], + "X-MSEdge-Ref": [ + "Ref A: 9E5EBC34E2424FCC9764B3D9877F584D Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:26Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:38 GMT" + "Wed, 05 May 2021 21:51:27 GMT" ], "Content-Length": [ - "1240" + "1216" ], "Content-Type": [ "application/json" @@ -32001,23 +26709,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-apices\",\r\n \"name\": \"e2e-apices\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-apices-namespace\",\r\n \"displayName\": \"e2e-apices-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/apices-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27grFAAAAAAAAA%3D%3D%23RT%3A154%23TRC%3A154%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAKACuUMQAAHiEAABg%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/al-test2\",\r\n \"name\": \"al-test2\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace-ansible\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator-ansible\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"Kubeconfig\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hDJgAAAAAAAA%3D%3D%23RT%3A126%23TRC%3A126%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMAEOmNYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27grFAAAAAAAAA%3D%3D%23RT%3A154%23TRC%3A154%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAKACuUMQAAHiEAABg%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3Z3JGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTQlMjNUUkMlM0ExNTQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQUtBQ3VVTVFBQUhpRUFBQmclM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hDJgAAAAAAAA%3D%3D%23RT%3A126%23TRC%3A126%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAMAEOmNYBDAAAGGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aERKZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjYlMjNUUkMlM0ExMjYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQU1BRU9tTllCREFBQUdHQUFBQkElM0QlM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "32b39296-2ecd-4034-ba98-71a548852a37" + "69d911a1-6747-4941-96de-a1a58882e654" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -32031,10 +26739,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14469" + "14471" ], "X-Ms-Request-Id": [ - "848d4d38-924c-4975-bf52-ddd9fb147a19" + "b083d59d-5b45-43d5-ac7b-ff250b9fad4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -32042,20 +26750,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "ba825dfb-8072-47d9-9f35-6228ced170c3" + "c4e6050d-d205-4ad2-8ee9-c8e27524f7b3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053039Z:ba825dfb-8072-47d9-9f35-6228ced170c3" + "CENTRALUS:20210505T215127Z:c4e6050d-d205-4ad2-8ee9-c8e27524f7b3" + ], + "X-MSEdge-Ref": [ + "Ref A: 36987B11EBC0496E83549834B712FE20 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:27Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:39 GMT" + "Wed, 05 May 2021 21:51:27 GMT" ], "Content-Length": [ - "1274" + "1218" ], "Content-Type": [ "application/json" @@ -32064,23 +26772,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-canted\",\r\n \"name\": \"e2e-canted\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"DefaultKey\": \"DefaultValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-canted-namespace\",\r\n \"displayName\": \"e2e-canted-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/canted-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hpFAAAAAAAAA%3D%3D%23RT%3A155%23TRC%3A155%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAIAGEUAB4hAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/back-compat-test\",\r\n \"name\": \"back-compat-test\",\r\n \"location\": \"eastus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"cli-operator-namespace\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator-ansible\"\r\n ],\r\n \"authentication\": {\r\n \"type\": \"Kubeconfig\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iFJgAAAAAAAA%3D%3D%23RT%3A127%23TRC%3A127%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAKAIWmQwAABhgAAAQ%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hpFAAAAAAAAA%3D%3D%23RT%3A155%23TRC%3A155%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAIAGEUAB4hAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHBGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTUlMjNUUkMlM0ExNTUlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQUlBR0VVQUI0aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27iFJgAAAAAAAA%3D%3D%23RT%3A127%23TRC%3A127%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAKAIWmQwAABhgAAAQ%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aUZKZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjclMjNUUkMlM0ExMjclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQUtBSVdtUXdBQUJoZ0FBQVElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51814836-90bb-4d9d-88fd-240ac17d5539" + "ffb5be8f-f653-44f9-997b-9ac9cb7e087d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -32094,10 +26802,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14468" + "14643" ], "X-Ms-Request-Id": [ - "27e3e2b2-cbb4-4d31-83c2-8b750e290369" + "5031d7b2-ae2b-44fb-a40e-ef8439c25cc7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -32105,20 +26813,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "28ccb993-f7d3-4db4-8969-c62b6c11071f" + "1818781e-d284-4bd2-a936-9203b4fa98fd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053039Z:28ccb993-f7d3-4db4-8969-c62b6c11071f" + "CENTRALUS:20210505T215127Z:1818781e-d284-4bd2-a936-9203b4fa98fd" + ], + "X-MSEdge-Ref": [ + "Ref A: A712C28A0E3B4845A2B35FF2267651D3 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:27Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:39 GMT" + "Wed, 05 May 2021 21:51:27 GMT" ], "Content-Length": [ - "1237" + "1229" ], "Content-Type": [ "application/json" @@ -32127,23 +26835,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-seduce\",\r\n \"name\": \"e2e-seduce\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-seduce-namespace\",\r\n \"displayName\": \"e2e-seduce-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/seduce-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqFAAAAAAAAA%3D%3D%23RT%3A156%23TRC%3A156%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAIAGEUABwhAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-trucks\",\r\n \"name\": \"e2e-trucks\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-client-namespace\",\r\n \"displayName\": \"e2e-trucks-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/client-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jZJgAAAAAAAA%3D%3D%23RT%3A128%23TRC%3A128%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAIANMmAAYYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hqFAAAAAAAAA%3D%3D%23RT%3A156%23TRC%3A156%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAIAGEUABwhAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHFGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTYlMjNUUkMlM0ExNTYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQUlBR0VVQUJ3aEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jZJgAAAAAAAA%3D%3D%23RT%3A128%23TRC%3A128%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAIANMmAAYYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3alpKZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjglMjNUUkMlM0ExMjglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQUlBTk1tQUFZWUFBQUUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12dcfb13-dc21-4985-ac93-38ed74421ec3" + "fa9f3cbd-1dbe-4a2e-9083-719b4c260c70" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -32157,10 +26865,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14467" + "14470" ], "X-Ms-Request-Id": [ - "e3a2df09-7b4a-445f-a149-f1bbfab42070" + "1f24bef7-8e74-462e-b352-fe3ca119d10a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -32168,20 +26876,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "af2d0c6a-536e-4de6-bad5-9b0145d21626" + "66dfd4ba-e4aa-457f-ae04-3033fa4e7ef6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053039Z:af2d0c6a-536e-4de6-bad5-9b0145d21626" + "CENTRALUS:20210505T215127Z:66dfd4ba-e4aa-457f-ae04-3033fa4e7ef6" + ], + "X-MSEdge-Ref": [ + "Ref A: 6BDBCA8803B94CD4B00F5E65719BD033 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:27Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:39 GMT" + "Wed, 05 May 2021 21:51:27 GMT" ], "Content-Length": [ - "1237" + "1229" ], "Content-Type": [ "application/json" @@ -32190,23 +26898,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-pearly\",\r\n \"name\": \"e2e-pearly\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-pearly-namespace\",\r\n \"displayName\": \"e2e-pearly-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/pearly-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hrFAAAAAAAAA%3D%3D%23RT%3A157%23TRC%3A157%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAIAGEUABghAAAY&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-phials\",\r\n \"name\": \"e2e-phials\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-hovels-namespace\",\r\n \"displayName\": \"e2e-phials-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/hovels-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jaJgAAAAAAAA%3D%3D%23RT%3A129%23TRC%3A129%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAIANqmAsAYAAAE&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hrFAAAAAAAAA%3D%3D%23RT%3A157%23TRC%3A157%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAIAGEUABghAAAY&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHJGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTclMjNUUkMlM0ExNTclMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQUlBR0VVQUJnaEFBQVkmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jaJgAAAAAAAA%3D%3D%23RT%3A129%23TRC%3A129%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAIANqmAsAYAAAE&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amFKZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMjklMjNUUkMlM0ExMjklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQUlBTnFtQXNBWUFBQUUmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2368465c-ff39-45b5-bfdc-9d48e01e3cb9" + "32414bfe-ed5f-4e8e-a03d-516ddac68f71" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -32220,10 +26928,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14466" + "14642" ], "X-Ms-Request-Id": [ - "c41c11ea-6bff-4a4e-acdc-0e09f2a5524d" + "cf74c5f4-ca0f-49bd-b388-efd914ed7816" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -32231,20 +26939,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "de290714-ea0d-4a19-9bf4-265009c7b650" + "c88d95e8-beaa-43c1-9b78-b2724102f1a6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053039Z:de290714-ea0d-4a19-9bf4-265009c7b650" + "CENTRALUS:20210505T215127Z:c88d95e8-beaa-43c1-9b78-b2724102f1a6" + ], + "X-MSEdge-Ref": [ + "Ref A: 3D376674B6A44516803D0865E408A6FA Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:27Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:39 GMT" + "Wed, 05 May 2021 21:51:27 GMT" ], "Content-Length": [ - "1241" + "1233" ], "Content-Type": [ "application/json" @@ -32253,23 +26961,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-teeter\",\r\n \"name\": \"e2e-teeter\",\r\n \"location\": \"eastus2\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1\",\r\n \"namespace\": \"e2e-teeter-namespace\",\r\n \"displayName\": \"e2e-teeter-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster-1/providers/Microsoft.KubernetesConfiguration/extensions/teeter-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hsFAAAAAAAAA%3D%3D%23RT%3A158%23TRC%3A158%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAGAGyUIQAAGA%3D%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-davies\",\r\n \"name\": \"e2e-davies\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-tracts-namespace\",\r\n \"displayName\": \"e2e-davies-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/tracts-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jjJgAAAAAAAA%3D%3D%23RT%3A130%23TRC%3A130%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAGAOImGAAABA%3D%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27hsFAAAAAAAAA%3D%3D%23RT%3A158%23TRC%3A158%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAGAGyUIQAAGA%3D%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aHNGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTglMjNUUkMlM0ExNTglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQUdBR3lVSVFBQUdBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jjJgAAAAAAAA%3D%3D%23RT%3A130%23TRC%3A130%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAGAOImGAAABA%3D%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3ampKZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzAlMjNUUkMlM0ExMzAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQUdBT0ltR0FBQUJBJTNEJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c4ef40fd-467b-4bdd-a9e6-22889052f32b" + "b4667c24-8d91-42aa-b26a-56260a70013a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -32283,10 +26991,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14465" + "14469" ], "X-Ms-Request-Id": [ - "729dd980-76ee-465f-89c5-2d469491d90d" + "cb9c9397-4cce-4add-9743-3ab14a04d34f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -32294,20 +27002,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "70fd6414-098c-4e01-9fe2-e04704846a32" + "c1fbaa99-84c1-44e6-ab92-bf21fc0b6ef4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053040Z:70fd6414-098c-4e01-9fe2-e04704846a32" + "CENTRALUS:20210505T215128Z:c1fbaa99-84c1-44e6-ab92-bf21fc0b6ef4" + ], + "X-MSEdge-Ref": [ + "Ref A: 3ADC55C552A64F86BFDE3CC281DD775A Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:27Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:40 GMT" + "Wed, 05 May 2021 21:51:28 GMT" ], "Content-Length": [ - "1502" + "1227" ], "Content-Type": [ "application/json" @@ -32316,23 +27024,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-bukshi\",\r\n \"name\": \"e2e-bukshi\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"TestKey\": \"TestValue\"\r\n },\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-bukshi-namespace\",\r\n \"displayName\": \"e2e-bukshi-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/pacaya-operator\",\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/bukshi-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ibFAAAAAAAAA%3D%3D%23RT%3A159%23TRC%3A159%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAZsUAAAAAAAAnBQAAAAAAAA%3D&api-version=2021-03-15-preview\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-denise\",\r\n \"name\": \"e2e-denise\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-knifed-namespace\",\r\n \"displayName\": \"e2e-denise-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/knifed-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkJgAAAAAAAA%3D%3D%23RT%3A131%23TRC%3A131%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAEAOSmCoA%3D&api-version=2021-03-15-preview\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27ibFAAAAAAAAA%3D%3D%23RT%3A159%23TRC%3A159%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAZsUAAAAAAAAnBQAAAAAAAA%3D&api-version=2021-03-15-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3aWJGQUFBQUFBQUFBJTNEJTNEJTIzUlQlM0ExNTklMjNUUkMlM0ExNTklMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQVpzVUFBQUFBQUFBbkJRQUFBQUFBQUElM0QmYXBpLXZlcnNpb249MjAyMS0wMy0xNS1wcmV2aWV3", + "RequestUri": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations?%24skipToken=%2BRID%3A~nTpkAJdK27jkJgAAAAAAAA%3D%3D%23RT%3A131%23TRC%3A131%23ISV%3A2%23IEO%3A65551%23QCF%3A3%23FPC%3AAgEAAAAEAOSmCoA%3D&api-version=2021-03-15-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUwMTVlMWMtODY3Zi00NTMzLTg1NDEtODVjZDQ3MGQwY2ZiL3Jlc291cmNlZ3JvdXBzL2UyZS10ZXN0aW5nLXJnL3Byb3ZpZGVycy9taWNyb3NvZnQuZXh0ZW5kZWRsb2NhdGlvbi9jdXN0b21sb2NhdGlvbnM/JTI0c2tpcFRva2VuPSUyQlJJRCUzQX5uVHBrQUpkSzI3amtKZ0FBQUFBQUFBJTNEJTNEJTIzUlQlM0ExMzElMjNUUkMlM0ExMzElMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0EzJTIzRlBDJTNBQWdFQUFBQUVBT1NtQ29BJTNEJmFwaS12ZXJzaW9uPTIwMjEtMDMtMTUtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "10db3a7e-ae42-4bcd-a33c-8e43fccdcce1" + "e0406b3a-bfec-4cb5-9f63-0348a9f3a7a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29812.02", + "FxVersion/4.6.29916.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ExtendedLocation.CustomLocationsClient/1.0.0.0" @@ -32346,10 +27054,10 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14464" + "14641" ], "X-Ms-Request-Id": [ - "f4f1f017-636c-4ab4-980d-3396f7935dbf" + "b977314a-2064-41eb-9b61-54f16778b3b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -32357,20 +27065,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-correlation-request-id": [ - "fb707035-6180-4beb-89ef-e1a1403218c3" + "129b1ab1-3264-47b7-bafb-e5ab9e051e6e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20210319T053040Z:fb707035-6180-4beb-89ef-e1a1403218c3" + "CENTRALUS:20210505T215128Z:129b1ab1-3264-47b7-bafb-e5ab9e051e6e" + ], + "X-MSEdge-Ref": [ + "Ref A: 0A030B42C33F402FBFB6553313A36056 Ref B: WSTEDGE1014 Ref C: 2021-05-05T21:51:28Z" ], "Date": [ - "Fri, 19 Mar 2021 05:30:40 GMT" + "Wed, 05 May 2021 21:51:28 GMT" ], "Content-Length": [ - "870" + "868" ], "Content-Type": [ "application/json" @@ -32379,7 +27087,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-doocot\",\r\n \"name\": \"e2e-doocot\",\r\n \"location\": \"northeurope\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster\",\r\n \"namespace\": \"e2e-doocot-namespace\",\r\n \"displayName\": \"e2e-doocot-displayname\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/doocot-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourcegroups/e2e-testing-rg/providers/microsoft.extendedlocation/customlocations/e2e-jogger\",\r\n \"name\": \"e2e-jogger\",\r\n \"location\": \"westus\",\r\n \"type\": \"Microsoft.ExtendedLocation/customLocations\",\r\n \"systemData\": {},\r\n \"properties\": {\r\n \"hostType\": \"Kubernetes\",\r\n \"hostResourceId\": \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster\",\r\n \"namespace\": \"e2e-ounces-namespace\",\r\n \"displayName\": \"e2e-jogger-displayname\",\r\n \"provisioningState\": \"Failed\",\r\n \"clusterExtensionIds\": [\r\n \"/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cle2edfkapconnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/ounces-operator\"\r\n ],\r\n \"authentication\": {}\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 } ], diff --git a/sdk/extensions/Microsoft.Extensions.Azure/CHANGELOG.md b/sdk/extensions/Microsoft.Extensions.Azure/CHANGELOG.md index 9467b9a3d504..5f0003a8cc3e 100644 --- a/sdk/extensions/Microsoft.Extensions.Azure/CHANGELOG.md +++ b/sdk/extensions/Microsoft.Extensions.Azure/CHANGELOG.md @@ -1,7 +1,12 @@ # Release History -## 1.1.0-beta.3 (Unreleased) +## 1.1.0-beta.3 (2021-05-11) +### Changes + +#### New Features + +- The `AddClient` method that allows registering any Azure SDK client with a custom factory function. ## 1.1.0-beta.2 (2021-02-09) diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/CHANGELOG.md b/sdk/formrecognizer/Azure.AI.FormRecognizer/CHANGELOG.md index aa7c94dea339..fcf809fb9539 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/CHANGELOG.md +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/CHANGELOG.md @@ -10,6 +10,8 @@ By default the SDK targets latest supported service version. ### Breaking changes - Renamed `Id` for `Identity` in all the `StartRecognizeIdDocuments` functionalities. For example, the name of the method is now `StartRecognizeIdentityDocuments`. - Renamed the model `ReadingOrder` to `FormReadingOrder`. +- The model `TextAppearance` now includes the properties `StyleName` and `StyleConfidence` that were part of the `TextStyle` object. +- Removed the model `TextStyle`. ## 3.0.1 (2021-04-09) diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/README.md b/sdk/formrecognizer/Azure.AI.FormRecognizer/README.md index 0d1373f66d94..4f08c799cc71 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/README.md +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/README.md @@ -246,8 +246,9 @@ Recognize and extract form fields and other content from your custom forms, usin ```C# Snippet:FormRecognizerSampleRecognizeCustomFormsFromUri string modelId = ""; Uri formUri = ; +var options = new RecognizeCustomFormsOptions() { IncludeFieldElements = true }; -RecognizeCustomFormsOperation operation = await client.StartRecognizeCustomFormsFromUriAsync(modelId, formUri); +RecognizeCustomFormsOperation operation = await client.StartRecognizeCustomFormsFromUriAsync(modelId, formUri, options); Response operationResponse = await operation.WaitForCompletionAsync(); RecognizedFormCollection forms = operationResponse.Value; @@ -269,6 +270,33 @@ foreach (RecognizedForm form in forms) Console.WriteLine($" Value: '{field.ValueData.Text}'"); Console.WriteLine($" Confidence: '{field.Confidence}'"); } + + // Iterate over tables, lines, and selection marks on each page + foreach (var page in form.Pages) + { + for (int i = 0; i < page.Tables.Count; i++) + { + Console.WriteLine($"Table {i + 1} on page {page.Tables[i].PageNumber}"); + foreach (var cell in page.Tables[i].Cells) + { + Console.WriteLine($" Cell[{cell.RowIndex}][{cell.ColumnIndex}] has text '{cell.Text}' with confidence {cell.Confidence}"); + } + } + Console.WriteLine($"Lines found on page {page.PageNumber}"); + foreach (var line in page.Lines) + { + Console.WriteLine($" Line {line.Text}"); + } + + if (page.SelectionMarks.Count != 0) + { + Console.WriteLine($"Selection marks found on page {page.PageNumber}"); + foreach (var selectionMark in page.SelectionMarks) + { + Console.WriteLine($" Selection mark is '{selectionMark.State}' with confidence {selectionMark.Confidence}"); + } + } + } } ``` For more information and samples see [here][recognize_custom_forms]. diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/api/Azure.AI.FormRecognizer.netstandard2.0.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/api/Azure.AI.FormRecognizer.netstandard2.0.cs index 95ce048a10a9..fe948dfc0403 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/api/Azure.AI.FormRecognizer.netstandard2.0.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/api/Azure.AI.FormRecognizer.netstandard2.0.cs @@ -399,8 +399,7 @@ public static partial class FormRecognizerModelFactory public static Azure.AI.FormRecognizer.Models.RecognizedForm RecognizedForm(string formType, Azure.AI.FormRecognizer.Models.FormPageRange pageRange, System.Collections.Generic.IReadOnlyDictionary fields, System.Collections.Generic.IReadOnlyList pages) { throw null; } public static Azure.AI.FormRecognizer.Models.RecognizedForm RecognizedForm(string formType, Azure.AI.FormRecognizer.Models.FormPageRange pageRange, System.Collections.Generic.IReadOnlyDictionary fields, System.Collections.Generic.IReadOnlyList pages, string modelId, float? formTypeConfidence) { throw null; } public static Azure.AI.FormRecognizer.Models.RecognizedFormCollection RecognizedFormCollection(System.Collections.Generic.IList list) { throw null; } - public static Azure.AI.FormRecognizer.Models.TextAppearance TextAppearance(Azure.AI.FormRecognizer.Models.TextStyle style) { throw null; } - public static Azure.AI.FormRecognizer.Models.TextStyle TextStyle(Azure.AI.FormRecognizer.Models.TextStyleName name, float confidence) { throw null; } + public static Azure.AI.FormRecognizer.Models.TextAppearance TextAppearance(Azure.AI.FormRecognizer.Models.TextStyleName styleName, float styleConfidence) { throw null; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] public static Azure.AI.FormRecognizer.Training.TrainingDocumentInfo TrainingDocumentInfo(string name, int pageCount, System.Collections.Generic.IEnumerable errors, Azure.AI.FormRecognizer.Training.TrainingStatus status) { throw null; } public static Azure.AI.FormRecognizer.Training.TrainingDocumentInfo TrainingDocumentInfo(string name, int pageCount, System.Collections.Generic.IEnumerable errors, Azure.AI.FormRecognizer.Training.TrainingStatus status, string modelId) { throw null; } @@ -548,13 +547,8 @@ public enum SelectionMarkState public partial class TextAppearance { internal TextAppearance() { } - public Azure.AI.FormRecognizer.Models.TextStyle Style { get { throw null; } } - } - public partial class TextStyle - { - internal TextStyle() { } - public float Confidence { get { throw null; } } - public Azure.AI.FormRecognizer.Models.TextStyleName Name { get { throw null; } } + public float StyleConfidence { get { throw null; } } + public Azure.AI.FormRecognizer.Models.TextStyleName StyleName { get { throw null; } } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct TextStyleName : System.IEquatable diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/README.md b/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/README.md index 7bbc8a155451..9baa9bcf7be1 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/README.md +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/README.md @@ -35,6 +35,7 @@ Azure Cognitive Services Form Recognizer is a cloud service that uses machine le - [Strongly-typing a recognized form](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/Sample4_StronglyTypingARecognizedForm.md) - [Create a composed model](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/Sample8_ModelCompose.md) - [Differentiate output models trained with and without labels](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample10_DifferentiateOutputModelsTrainedWithAndWithoutLabels.cs) +- [Differentiate output labeled tables](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample15_DifferentiateOutputLabeledTables.cs) - [Copy a custom model between Form Recognizer resources](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/Sample7_CopyCustomModel.md) - [Create composed model from a collection of models trained with labels](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/Sample8_ModelCompose.md) - [Field Bounding Box](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample9_FieldBoundingBox.cs) diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/Sample2_RecognizeCustomForms.md b/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/Sample2_RecognizeCustomForms.md index e477b0d80b0e..ff0caa5f319d 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/Sample2_RecognizeCustomForms.md +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/Sample2_RecognizeCustomForms.md @@ -24,8 +24,9 @@ To recognize form fields and other content from your custom forms from a given f ```C# Snippet:FormRecognizerSampleRecognizeCustomFormsFromUri string modelId = ""; Uri formUri = ; +var options = new RecognizeCustomFormsOptions() { IncludeFieldElements = true }; -RecognizeCustomFormsOperation operation = await client.StartRecognizeCustomFormsFromUriAsync(modelId, formUri); +RecognizeCustomFormsOperation operation = await client.StartRecognizeCustomFormsFromUriAsync(modelId, formUri, options); Response operationResponse = await operation.WaitForCompletionAsync(); RecognizedFormCollection forms = operationResponse.Value; @@ -47,6 +48,33 @@ foreach (RecognizedForm form in forms) Console.WriteLine($" Value: '{field.ValueData.Text}'"); Console.WriteLine($" Confidence: '{field.Confidence}'"); } + + // Iterate over tables, lines, and selection marks on each page + foreach (var page in form.Pages) + { + for (int i = 0; i < page.Tables.Count; i++) + { + Console.WriteLine($"Table {i + 1} on page {page.Tables[i].PageNumber}"); + foreach (var cell in page.Tables[i].Cells) + { + Console.WriteLine($" Cell[{cell.RowIndex}][{cell.ColumnIndex}] has text '{cell.Text}' with confidence {cell.Confidence}"); + } + } + Console.WriteLine($"Lines found on page {page.PageNumber}"); + foreach (var line in page.Lines) + { + Console.WriteLine($" Line {line.Text}"); + } + + if (page.SelectionMarks.Count != 0) + { + Console.WriteLine($"Selection marks found on page {page.PageNumber}"); + foreach (var selectionMark in page.SelectionMarks) + { + Console.WriteLine($" Selection mark is '{selectionMark.State}' with confidence {selectionMark.Confidence}"); + } + } + } } ``` @@ -59,8 +87,9 @@ string modelId = ""; string filePath = ""; using var stream = new FileStream(filePath, FileMode.Open); +var options = new RecognizeCustomFormsOptions() { IncludeFieldElements = true }; -RecognizeCustomFormsOperation operation = await client.StartRecognizeCustomFormsAsync(modelId, stream); +RecognizeCustomFormsOperation operation = await client.StartRecognizeCustomFormsAsync(modelId, stream, options); Response operationResponse = await operation.WaitForCompletionAsync(); RecognizedFormCollection forms = operationResponse.Value; @@ -80,6 +109,33 @@ foreach (RecognizedForm form in forms) Console.WriteLine($" Value: '{field.ValueData.Text}'"); Console.WriteLine($" Confidence: '{field.Confidence}'"); } + + // Iterate over tables, lines, and selection marks on each page + foreach (var page in form.Pages) + { + for (int i = 0; i < page.Tables.Count; i++) + { + Console.WriteLine($"Table {i+1} on page {page.Tables[i].PageNumber}"); + foreach (var cell in page.Tables[i].Cells) + { + Console.WriteLine($" Cell[{cell.RowIndex}][{cell.ColumnIndex}] has text '{cell.Text}' with confidence {cell.Confidence}"); + } + } + Console.WriteLine($"Lines found on page {page.PageNumber}"); + foreach (var line in page.Lines) + { + Console.WriteLine($" Line {line.Text}"); + } + + if (page.SelectionMarks.Count != 0) + { + Console.WriteLine($"Selection marks found on page {page.PageNumber}"); + foreach (var selectionMark in page.SelectionMarks) + { + Console.WriteLine($" Selection mark is '{selectionMark.State}' with confidence {selectionMark.Confidence}"); + } + } + } } ``` diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Azure.AI.FormRecognizer.csproj b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Azure.AI.FormRecognizer.csproj index 59cbcc63c090..a5a0445261e9 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Azure.AI.FormRecognizer.csproj +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Azure.AI.FormRecognizer.csproj @@ -9,6 +9,7 @@ + @@ -27,6 +28,4 @@ - - diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/CustomFormModel.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/CustomFormModel.cs index 9eebed591800..6733b6df6a6a 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/CustomFormModel.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/CustomFormModel.cs @@ -68,11 +68,17 @@ internal CustomFormModel( /// /// An optional, user-defined name to associate with your model. /// + /// + /// This property only has value for and up. + /// public string ModelName { get; } /// /// Properties of a model, such as whether the model is a composed model or not. /// + /// + /// This property only has value for and up. + /// [CodeGenMember("Attributes")] public CustomFormModelProperties Properties { get; } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/CustomFormModelInfo.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/CustomFormModelInfo.cs index 035141ccd39b..26959a51fd8d 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/CustomFormModelInfo.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/CustomFormModelInfo.cs @@ -37,11 +37,17 @@ internal CustomFormModelInfo(string modelId, CustomFormModelStatus status, DateT /// /// An optional, user-defined name to associate with your model. /// + /// + /// This property only has value for and up. + /// public string ModelName { get; } /// /// Properties of a model, such as whether the model is a composed model or not. /// + /// + /// This property only has value for and up. + /// [CodeGenMember("Attributes")] public CustomFormModelProperties Properties { get; } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/CustomFormSubmodel.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/CustomFormSubmodel.cs index 491785b67b52..adc6b4487c19 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/CustomFormSubmodel.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/CustomFormSubmodel.cs @@ -28,6 +28,9 @@ internal CustomFormSubmodel(string formType, float? accuracy, IReadOnlyDictionar /// /// The unique identifier of the submodel. /// + /// + /// This property only has value for and up. + /// public string ModelId { get; } /// diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FieldValue.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FieldValue.cs index 3f669dc33946..8b98740f36b6 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FieldValue.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FieldValue.cs @@ -431,6 +431,9 @@ public IReadOnlyDictionary AsDictionary() /// /// The value of the field converted to . /// Thrown when is not . + /// + /// This method is only available for and up. + /// public SelectionMarkState AsSelectionMarkState() { if (ValueType != FieldValueType.SelectionMark) @@ -457,6 +460,9 @@ public SelectionMarkState AsSelectionMarkState() /// /// The value of the field converted to an ISO 3166-1 alpha-3 country code . /// Thrown when is not . + /// + /// This method is only available for and up. + /// public string AsCountryCode() { if (ValueType != FieldValueType.Country) diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FieldValueType.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FieldValueType.cs index 4bbbac32584b..3e244d555dbf 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FieldValueType.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FieldValueType.cs @@ -60,16 +60,25 @@ public enum FieldValueType /// /// Used for type. /// + /// + /// This property only has value for and up. + /// SelectionMark, /// /// Used for type. /// + /// + /// This property only has value for and up. + /// Gender, /// /// Used for type with an ISO 3166-1 alpha-3 country code. /// + /// + /// This property only has value for and up. + /// Country } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormContentType.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormContentType.cs index 7c74d7c58ca2..925110981879 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormContentType.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormContentType.cs @@ -44,6 +44,9 @@ public enum FormContentType /// /// Used for BMP files. /// + /// + /// This property only has value for and up. + /// [CodeGenMember("ImageBmp")] Bmp, } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormLine.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormLine.cs index d577590754c8..2636334b00a9 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormLine.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormLine.cs @@ -6,7 +6,7 @@ namespace Azure.AI.FormRecognizer.Models { /// - /// Represents a line of text and its appearance. + /// Represents a line of text and its appearance. /// public class FormLine : FormElement { @@ -40,6 +40,9 @@ internal FormLine(FieldBoundingBox boundingBox, int pageNumber, string text, IRe /// /// An object representing the appearance of the text line. /// + /// + /// This property only has value for and up. + /// public TextAppearance Appearance { get; } private static IReadOnlyList ConvertWords(IReadOnlyList textWords, int pageNumber) diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormPage.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormPage.cs index b41a2aa5b277..b3b6c74980aa 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormPage.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormPage.cs @@ -102,6 +102,9 @@ internal FormPage(int pageNumber, float width, float height, float textAngle, Le /// /// A list of recognized selection marks contained in this page. /// + /// + /// This property only has value for and up. + /// public IReadOnlyList SelectionMarks { get; } private static IReadOnlyList ConvertLines(IReadOnlyList textLines, int pageNumber) diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormRecognizerClient.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormRecognizerClient.cs index 393b1c024e95..736ab00caddc 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormRecognizerClient.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormRecognizerClient.cs @@ -32,8 +32,8 @@ public class FormRecognizerClient /// /// Both the URI string and the string key /// can be found in the Azure Portal. + /// For more information see here. /// - /// public FormRecognizerClient(Uri endpoint, AzureKeyCredential credential) : this(endpoint, credential, new FormRecognizerClientOptions()) { @@ -48,8 +48,8 @@ public FormRecognizerClient(Uri endpoint, AzureKeyCredential credential) /// /// Both the URI string and the string key /// can be found in the Azure Portal. + /// For more information see here. /// - /// public FormRecognizerClient(Uri endpoint, AzureKeyCredential credential, FormRecognizerClientOptions options) { Argument.AssertNotNull(endpoint, nameof(endpoint)); @@ -68,8 +68,8 @@ public FormRecognizerClient(Uri endpoint, AzureKeyCredential credential, FormRec /// A credential used to authenticate to an Azure Service. /// /// The URI string can be found in the Azure Portal. + /// For more information see here. /// - /// public FormRecognizerClient(Uri endpoint, TokenCredential credential) : this(endpoint, credential, new FormRecognizerClientOptions()) { @@ -83,8 +83,8 @@ public FormRecognizerClient(Uri endpoint, TokenCredential credential) /// A set of options to apply when configuring the client. /// /// The URI string can be found in the Azure Portal. + /// For more information see here. /// - /// public FormRecognizerClient(Uri endpoint, TokenCredential credential, FormRecognizerClientOptions options) { Argument.AssertNotNull(endpoint, nameof(endpoint)); @@ -278,7 +278,7 @@ public virtual async Task StartRecognizeContentFromUr /// /// Recognizes values from one or more receipts. - /// See for a list of available fields on a receipt. + /// See receipt fields for a list of available fields on a receipt. /// /// The stream containing the one or more receipts to recognize values from. /// A set of options available for configuring the recognize request. For example, specify the content type of the @@ -319,7 +319,7 @@ public virtual async Task StartRecognizeReceiptsAsyn /// /// Recognizes values from one or more receipts. - /// See for a list of available fields on a receipt. + /// See receipt fields for a list of available fields on a receipt. /// /// The stream containing the one or more receipts to recognize values from. /// A set of options available for configuring the recognize request. For example, specify the content type of the @@ -360,7 +360,7 @@ public virtual RecognizeReceiptsOperation StartRecognizeReceipts(Stream receipt, /// /// Recognizes values from one or more receipts. - /// See for a list of available fields on a receipt. + /// See receipt fields for a list of available fields on a receipt. /// /// The absolute URI of the remote file to recognize values from. /// A set of options available for configuring the recognize request. For example, specify the content type of the @@ -399,7 +399,7 @@ public virtual async Task StartRecognizeReceiptsFrom /// /// Recognizes values from one or more receipts. - /// See for a list of available fields on a receipt. + /// See receipt fields for a list of available fields on a receipt. /// /// The absolute URI of the remote file to recognize values from. /// A set of options available for configuring the recognize request. For example, specify the content type of the @@ -442,7 +442,7 @@ public virtual RecognizeReceiptsOperation StartRecognizeReceiptsFromUri(Uri rece /// /// Recognizes values from one or more business cards. - /// See for a list of available fields on a business card. + /// See business card fields for a list of available fields on a business card. /// /// The stream containing the one or more business cards to recognize values from. /// A set of options available for configuring the recognize request. For example, specify the content type of the @@ -486,7 +486,7 @@ public virtual async Task StartRecognizeBusines /// /// Recognizes values from one or more business cards. - /// See for a list of available fields on a business card. + /// See business card fields for a list of available fields on a business card. /// /// The stream containing the one or more business cards to recognize values from. /// A set of options available for configuring the recognize request. For example, specify the content type of the @@ -530,7 +530,7 @@ public virtual RecognizeBusinessCardsOperation StartRecognizeBusinessCards(Strea /// /// Recognizes values from one or more business cards. - /// See for a list of available fields on a business card. + /// See business card fields for a list of available fields on a business card. /// /// The absolute URI of the remote file to recognize values from. /// A set of options available for configuring the recognize request. For example, specify the content type of the @@ -572,7 +572,7 @@ public virtual async Task StartRecognizeBusines /// /// Recognizes values from one or more business cards. - /// See for a list of available fields on a business card. + /// See business card fields for a list of available fields on a business card. /// /// The absolute URI of the remote file to recognize values from. /// A set of options available for configuring the recognize request. For example, specify the content type of the @@ -618,7 +618,7 @@ public virtual RecognizeBusinessCardsOperation StartRecognizeBusinessCardsFromUr /// /// Recognizes values from one or more invoices. - /// See for a list of available fields on an invoice. + /// See invoice fields for a list of available fields on an invoice. /// /// The stream containing the one or more invoices to recognize values from. /// A set of options available for configuring the recognize request. For example, specify the content type of the @@ -662,7 +662,7 @@ public virtual async Task StartRecognizeInvoicesAsyn /// /// Recognizes values from one or more invoices. - /// See for a list of available fields on an invoice. + /// See invoice fields for a list of available fields on an invoice. /// /// The stream containing the one or more invoices to recognize values from. /// A set of options available for configuring the recognize request. For example, specify the content type of the @@ -706,7 +706,7 @@ public virtual RecognizeInvoicesOperation StartRecognizeInvoices(Stream invoice, /// /// Recognizes values from one or more invoices. - /// See for a list of available fields on an invoice. + /// See invoice fields for a list of available fields on an invoice. /// /// The absolute URI of the remote file to recognize values from. /// A set of options available for configuring the recognize request. For example, specify the content type of the @@ -748,7 +748,7 @@ public virtual async Task StartRecognizeInvoicesFrom /// /// Recognizes values from one or more invoices. - /// See for a list of available fields on an invoice. + /// See invoice fields for a list of available fields on an invoice. /// /// The absolute URI of the remote file to recognize values from. /// A set of options available for configuring the recognize request. For example, specify the content type of the @@ -794,7 +794,7 @@ public virtual RecognizeInvoicesOperation StartRecognizeInvoicesFromUri(Uri invo /// /// Analyze identity documents using optical character recognition (OCR) and a prebuilt model trained on identity documents /// to extract key information from passports and US driver licenses. - /// See for a list of available fields on an identity document. + /// See identity document fields for a list of available fields on an identity document. /// /// The stream containing the one or more identity documents to recognize values from. /// A set of options available for configuring the recognize request. For example, specify the content type of the @@ -838,7 +838,7 @@ public virtual async Task StartRecognizeIde /// /// Analyze identity documents using optical character recognition (OCR) and a prebuilt model trained on identity documents /// to extract key information from passports and US driver licenses. - /// See for a list of available fields on an identity document. + /// See identity document fields for a list of available fields on an identity document. /// /// The stream containing the one or more identity documents to recognize values from. /// A set of options available for configuring the recognize request. For example, specify the content type of the @@ -882,7 +882,7 @@ public virtual RecognizeIdentityDocumentsOperation StartRecognizeIdentityDocumen /// /// Analyze identity documents using optical character recognition (OCR) and a prebuilt model trained on identity documents /// to extract key information from passports and US driver licenses. - /// See for a list of available fields on an identity document. + /// See identity document fields for a list of available fields on an identity document. /// /// The absolute URI of the remote file to recognize values from. /// A set of options available for configuring the recognize request. For example, specify the content type of the @@ -924,7 +924,7 @@ public virtual async Task StartRecognizeIde /// /// Analyze identity documents using optical character recognition (OCR) and a prebuilt model trained on identity documents /// to extract key information from passports and US driver licenses. - /// See for a list of available fields on an identity document. + /// See identity document fields for a list of available fields on an identity document. /// /// The absolute URI of the remote file to recognize values from. /// A set of options available for configuring the recognize request. For example, specify the content type of the diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormRecognizerModelFactory.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormRecognizerModelFactory.cs index f9fd26ba335f..9f584e9f3814 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormRecognizerModelFactory.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormRecognizerModelFactory.cs @@ -478,19 +478,11 @@ public static RecognizedFormCollection RecognizedFormCollection(IList /// Initializes a new instance of the class. /// - /// An object representing the style of the text line. + /// The text line style name. + /// Measures the degree of certainty of the recognition result. /// A new instance for mocking. - public static TextAppearance TextAppearance(TextStyle style) => - style == null ? new TextAppearance() : new TextAppearance(style); - - /// - /// Initializes a new instance of the class. - /// - /// The text line style name. - /// Measures the degree of certainty of the recognition result. - /// A new instance for mocking. - public static TextStyle TextStyle(TextStyleName name, float confidence) => - new TextStyle(name, confidence); + public static TextAppearance TextAppearance(TextStyleName styleName, float styleConfidence) => + new TextAppearance(styleName, styleConfidence); /// /// Initializes a new instance of the class. diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormTable.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormTable.cs index ef29fb78dc0d..21b5f6b38617 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormTable.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormTable.cs @@ -62,6 +62,9 @@ internal FormTable(int pageNumber, int columnCount, int rowCount, IReadOnlyList< public int RowCount { get; } /// Bounding box of the table. + /// + /// This property only has value for and up. + /// public FieldBoundingBox BoundingBox { get; } /// diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormTrainingClient.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormTrainingClient.cs index f6246709f72f..9fe10a1cf454 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormTrainingClient.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormTrainingClient.cs @@ -43,8 +43,8 @@ protected FormTrainingClient() /// /// Both the URI string and the string key /// can be found in the Azure Portal. + /// For more information see here. /// - /// public FormTrainingClient(Uri endpoint, AzureKeyCredential credential) : this(endpoint, credential, new FormRecognizerClientOptions()) { @@ -59,8 +59,8 @@ public FormTrainingClient(Uri endpoint, AzureKeyCredential credential) /// /// Both the URI string and the string key /// can be found in the Azure Portal. + /// For more information see here. /// - /// public FormTrainingClient(Uri endpoint, AzureKeyCredential credential, FormRecognizerClientOptions options) { Argument.AssertNotNull(endpoint, nameof(endpoint)); @@ -80,8 +80,8 @@ public FormTrainingClient(Uri endpoint, AzureKeyCredential credential, FormRecog /// A credential used to authenticate to an Azure Service. /// /// The URI string can be found in the Azure Portal. + /// For more information see here. /// - /// public FormTrainingClient(Uri endpoint, TokenCredential credential) : this(endpoint, credential, new FormRecognizerClientOptions()) { @@ -95,8 +95,8 @@ public FormTrainingClient(Uri endpoint, TokenCredential credential) /// A set of options to apply when configuring the client. /// /// The URI string can be found in the Azure Portal. + /// For more information see here. /// - /// public FormTrainingClient(Uri endpoint, TokenCredential credential, FormRecognizerClientOptions options) { Argument.AssertNotNull(endpoint, nameof(endpoint)); @@ -114,9 +114,13 @@ public FormTrainingClient(Uri endpoint, TokenCredential credential, FormRecogniz /// Trains a model from a collection of custom forms in a blob storage container. /// /// An externally accessible Azure storage blob container Uri. - /// For more information see . + /// For more information see here. /// If true, corresponding labeled files must exist in the blob container. If false, the model will be trained from forms only. - /// An optional, user-defined name to associate with the model. + /// An optional, user-defined name to associate with the model. + /// + /// This property is only available for and up. + /// + /// /// A set of options available for configuring the training request. For example, set a filter to apply /// to the documents in the source path for training. /// A controlling the request lifetime. @@ -157,9 +161,12 @@ public virtual TrainingOperation StartTraining(Uri trainingFilesUri, bool useTra /// Trains a model from a collection of custom forms in a blob storage container. /// /// An externally accessible Azure storage blob container Uri. - /// For more information see . + /// For more information see here. /// If true, corresponding labeled files must exist in the blob container. If false, the model will be trained from forms only. - /// An optional, user-defined name to associate with the model. + /// An optional, user-defined name to associate with the model. + /// + /// This property is only available for and up. + /// /// A set of options available for configuring the training request. For example, set a filter to apply /// to the documents in the source path for training. /// A controlling the request lifetime. @@ -200,7 +207,7 @@ public virtual async Task StartTrainingAsync(Uri trainingFile /// Trains a model from a collection of custom forms in a blob storage container. /// /// An externally accessible Azure storage blob container Uri. - /// For more information see . + /// For more information see here. /// If true, corresponding labeled files must exist in the blob container. If false, the model will be trained from forms only. /// A set of options available for configuring the training request. For example, set a filter to apply /// to the documents in the source path for training. @@ -241,7 +248,7 @@ public virtual TrainingOperation StartTraining(Uri trainingFilesUri, bool useTra /// Trains a model from a collection of custom forms in a blob storage container. /// /// An externally accessible Azure storage blob container Uri. - /// For more information see . + /// For more information see here. /// If true, corresponding labeled files must exist in the blob container. If false, the model will be trained from forms only. /// A set of options available for configuring the training request. For example, set a filter to apply /// to the documents in the source path for training. diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextStyle.Serialization.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Style.Serialization.cs similarity index 83% rename from sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextStyle.Serialization.cs rename to sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Style.Serialization.cs index e60800c356b7..159c79c20312 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextStyle.Serialization.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Style.Serialization.cs @@ -10,9 +10,9 @@ namespace Azure.AI.FormRecognizer.Models { - public partial class TextStyle + internal partial class Style { - internal static TextStyle DeserializeTextStyle(JsonElement element) + internal static Style DeserializeStyle(JsonElement element) { TextStyleName name = default; float confidence = default; @@ -29,7 +29,7 @@ internal static TextStyle DeserializeTextStyle(JsonElement element) continue; } } - return new TextStyle(name, confidence); + return new Style(name, confidence); } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextStyle.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Style.cs similarity index 81% rename from sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextStyle.cs rename to sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Style.cs index 3f1cf4cb6e8f..d0bf39aaecc9 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextStyle.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Style.cs @@ -8,12 +8,12 @@ namespace Azure.AI.FormRecognizer.Models { /// An object representing the style of the text line. - public partial class TextStyle + internal partial class Style { - /// Initializes a new instance of TextStyle. + /// Initializes a new instance of Style. /// The text line style name, including handwriting and other. /// The confidence of text line style. - internal TextStyle(TextStyleName name, float confidence) + internal Style(TextStyleName name, float confidence) { Name = name; Confidence = confidence; diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextAppearance.Serialization.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextAppearance.Serialization.cs index cced7b074593..2af1452be723 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextAppearance.Serialization.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextAppearance.Serialization.cs @@ -14,12 +14,12 @@ public partial class TextAppearance { internal static TextAppearance DeserializeTextAppearance(JsonElement element) { - TextStyle style = default; + Style style = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("style")) { - style = TextStyle.DeserializeTextStyle(property.Value); + style = FormRecognizer.Models.Style.DeserializeStyle(property.Value); continue; } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextAppearance.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextAppearance.cs index 0246c992e053..02a579238acb 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextAppearance.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextAppearance.cs @@ -15,7 +15,7 @@ public partial class TextAppearance /// Initializes a new instance of TextAppearance. /// An object representing the style of the text line. /// is null. - internal TextAppearance(TextStyle style) + internal TextAppearance(Style style) { if (style == null) { @@ -24,8 +24,5 @@ internal TextAppearance(TextStyle style) Style = style; } - - /// An object representing the style of the text line. - public TextStyle Style { get; } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeBusinessCardsOptions.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeBusinessCardsOptions.cs index f7efa1b8933e..a5d96d5ad279 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeBusinessCardsOptions.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeBusinessCardsOptions.cs @@ -48,7 +48,7 @@ public RecognizeBusinessCardsOptions() /// /// /// Although this collection cannot be set, it can be modified. - /// See collection initializer. + /// See collection initializer. /// /// public IList Pages { get; } = new List(); diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeContentOptions.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeContentOptions.cs index edc38a1c0a86..7a6cdf5ed851 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeContentOptions.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeContentOptions.cs @@ -33,6 +33,9 @@ public RecognizeContentOptions() /// order depends on the detected text, it may change across images and OCR version updates. Thus, /// business logic should be built upon the actual line location instead of order. /// + /// + /// This property only has value for and up. + /// public FormReadingOrder? ReadingOrder { get; set; } /// @@ -41,6 +44,9 @@ public RecognizeContentOptions() /// provide a language code if you would like to force the documented to be processed as /// that specific language. /// + /// + /// This property only has value for and up. + /// public FormRecognizerLanguage? Language { get; set; } /// @@ -51,9 +57,12 @@ public RecognizeContentOptions() /// /// /// Although this collection cannot be set, it can be modified. - /// See collection initializer. + /// See collection initializer. /// /// + /// + /// This property only has value for and up. + /// public IList Pages { get; } = new List(); } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeCustomFormsOptions.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeCustomFormsOptions.cs index 2d615cdae36b..2da28e013961 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeCustomFormsOptions.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeCustomFormsOptions.cs @@ -42,9 +42,12 @@ public RecognizeCustomFormsOptions() /// /// /// Although this collection cannot be set, it can be modified. - /// See collection initializer. + /// See collection initializer. /// /// + /// + /// This property only has value for and up. + /// public IList Pages { get; } = new List(); } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeIdentityDocumentsOptions.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeIdentityDocumentsOptions.cs index 516d00fc1680..5f1e66dca9cd 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeIdentityDocumentsOptions.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeIdentityDocumentsOptions.cs @@ -42,7 +42,7 @@ public RecognizeIdentityDocumentsOptions() /// /// /// Although this collection cannot be set, it can be modified. - /// See collection initializer. + /// See collection initializer. /// /// public IList Pages { get; } = new List(); diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeInvoicesOptions.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeInvoicesOptions.cs index e4258968a530..31519088ea1c 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeInvoicesOptions.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeInvoicesOptions.cs @@ -48,7 +48,7 @@ public RecognizeInvoicesOptions() /// /// /// Although this collection cannot be set, it can be modified. - /// See collection initializer. + /// See collection initializer. /// /// public IList Pages { get; } = new List(); diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeReceiptsOptions.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeReceiptsOptions.cs index 9951a1d69683..94bc47478b2a 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeReceiptsOptions.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeReceiptsOptions.cs @@ -38,6 +38,9 @@ public RecognizeReceiptsOptions() /// Sets the locale information for the receipt. /// Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US. /// + /// + /// This property only has value for and up. + /// public FormRecognizerLocale? Locale { get; set; } /// @@ -48,9 +51,12 @@ public RecognizeReceiptsOptions() /// /// /// Although this collection cannot be set, it can be modified. - /// See collection initializer. + /// See collection initializer. /// /// + /// + /// This property only has value for and up. + /// public IList Pages { get; } = new List(); } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizedForm.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizedForm.cs index 6a87d8ab212f..36401202fccb 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizedForm.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizedForm.cs @@ -7,7 +7,10 @@ namespace Azure.AI.FormRecognizer.Models { /// - /// Represents a form that has been recognized by a trained model. + /// Represents a form that has been recognized by a trained or prebuilt model. + /// The property contains the form fields that were extracted from the + /// form. Tables, text lines/words, and selection marks are extracted per page and found in the + /// property. /// public class RecognizedForm { @@ -73,6 +76,9 @@ internal RecognizedForm(string formType, FormPageRange pageRange, IReadOnlyDicti /// /// Model identifier of model used to analyze form if not using a prebuilt model. /// + /// + /// This property only has value for and up. + /// public string ModelId { get; } /// @@ -80,6 +86,9 @@ internal RecognizedForm(string formType, FormPageRange pageRange, IReadOnlyDicti /// Value is 1.0 when recognition is done against a single labeled model. /// If recognition is based on a composed model, value is between [0.0, 1.0]. /// + /// + /// This property only has value for and up. + /// public float? FormTypeConfidence { get; } /// diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/TextAppearance.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/TextAppearance.cs index 3a18d530360e..baa919d66aea 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/TextAppearance.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/TextAppearance.cs @@ -12,8 +12,24 @@ public partial class TextAppearance /// Initializes a new instance of . This constructor /// is intended to be used for mocking only. /// - internal TextAppearance() + internal TextAppearance(TextStyleName styleName, float styleConfidence) { + Style = new Style(styleName, styleConfidence); } + + /// + /// An object representing the style of the text line. + /// + internal Style Style { get; } + + /// + /// The text line style name, including handwriting and other. + /// + public TextStyleName StyleName => Style.Name; + + /// + /// The confidence of text line style. + /// + public float StyleConfidence => Style.Confidence; } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/TextStyle.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/TextStyle.cs deleted file mode 100644 index 13a1a5a3d0b4..000000000000 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/TextStyle.cs +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -using Azure.Core; - -namespace Azure.AI.FormRecognizer.Models -{ - [CodeGenModel("Style")] - public partial class TextStyle - { - } -} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/TrainingDocumentInfo.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/TrainingDocumentInfo.cs index 53e5fc890e58..9913b60696ed 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/TrainingDocumentInfo.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/TrainingDocumentInfo.cs @@ -43,6 +43,9 @@ internal TrainingDocumentInfo(string name, int pageCount, IReadOnlyList /// The unique identifier of the model. /// + /// + /// This property only has value for and up. + /// public string ModelId { get; } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Assets/label_table_variable_rows1.pdf b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Assets/label_table_dynamic_rows1.pdf similarity index 100% rename from sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Assets/label_table_variable_rows1.pdf rename to sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Assets/label_table_dynamic_rows1.pdf diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Assets/multipageReceiptBlankPage.pdf b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Assets/multipageReceiptBlankPage.pdf new file mode 100644 index 000000000000..52bfcc32e0d1 Binary files /dev/null and b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Assets/multipageReceiptBlankPage.pdf differ diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Assets/multipleReceipt.pdf b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Assets/multipleReceipt.pdf new file mode 100644 index 000000000000..f4546ecc2a23 Binary files /dev/null and b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Assets/multipleReceipt.pdf differ diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs index d11bb954dd46..93b8d4bdeb39 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs @@ -1,12 +1,6 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Threading.Tasks; -using Azure.AI.FormRecognizer.Models; using Azure.Core.TestFramework; using NUnit.Framework; diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/RecognizeCustomFormsLiveTests.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/RecognizeCustomFormsLiveTests.cs index 32ee7f99abff..4d8e57c109da 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/RecognizeCustomFormsLiveTests.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/RecognizeCustomFormsLiveTests.cs @@ -660,14 +660,14 @@ public async Task StartRecognizeCustomFormsWithMultiplePageArgument(string page1 [RecordedTest] [ServiceVersion(Min = FormRecognizerClientOptions.ServiceVersion.V2_1_Preview_3)] - public async Task StartRecognizeCustomFormsWithTableVariableRows() + public async Task StartRecognizeCustomFormsWithTableDynamicRows() { var client = CreateFormRecognizerClient(); RecognizeCustomFormsOperation operation; await using var trainedModel = await CreateDisposableTrainedModelAsync(useTrainingLabels: true, ContainerType.TableVariableRows); - using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.FormTableVariableRows); + using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.FormTableDynamicRows); using (Recording.DisableRequestBodyRecording()) { operation = await client.StartRecognizeCustomFormsAsync(trainedModel.ModelId, stream); diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/RecognizeReceiptsLiveTests.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/RecognizeReceiptsLiveTests.cs index a7b27639f519..ed4a10b4b5da 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/RecognizeReceiptsLiveTests.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/RecognizeReceiptsLiveTests.cs @@ -286,7 +286,7 @@ public async Task StartRecognizeReceiptsPopulatesExtractedReceiptPng(bool useStr [RecordedTest] [TestCase(true)] - [TestCase(false)] + [TestCase(false, Ignore = "File not in Github")] [ServiceVersion(Min = FormRecognizerClientOptions.ServiceVersion.V2_1_Preview_3)] public async Task StartRecognizeReceiptsCanParseMultipageForm(bool useStream) { @@ -296,7 +296,7 @@ public async Task StartRecognizeReceiptsCanParseMultipageForm(bool useStream) if (useStream) { - using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.InvoiceMultipage); + using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.ReceipMultipage); using (Recording.DisableRequestBodyRecording()) { operation = await client.StartRecognizeReceiptsAsync(stream, options); @@ -304,7 +304,7 @@ public async Task StartRecognizeReceiptsCanParseMultipageForm(bool useStream) } else { - var uri = FormRecognizerTestEnvironment.CreateUri(TestFile.InvoiceMultipage); + var uri = FormRecognizerTestEnvironment.CreateUri(TestFile.ReceipMultipage); operation = await client.StartRecognizeReceiptsFromUriAsync(uri, options); } @@ -326,17 +326,16 @@ public async Task StartRecognizeReceiptsCanParseMultipageForm(bool useStream) expectedLastPageNumber: expectedPageNumber); // Basic sanity test to make sure pages are ordered correctly. + var sampleField = recognizedForm.Fields["Total"]; + Assert.IsNotNull(sampleField.ValueData); if (formIndex == 0) { - var sampleField = recognizedForm.Fields["MerchantAddress"]; - - Assert.IsNotNull(sampleField.ValueData); - Assert.AreEqual("Maple City, Massachusetts.", sampleField.ValueData.Text); + Assert.AreEqual("$14.50", sampleField.ValueData.Text); } else if (formIndex == 1) { - Assert.IsFalse(recognizedForm.Fields.TryGetValue("MerchantAddress", out _)); + Assert.AreEqual("$ 1203.39", sampleField.ValueData.Text); } } } @@ -381,7 +380,7 @@ public async Task StartRecognizeReceiptsCanParseMultipageFormWithBlankPage() var options = new RecognizeReceiptsOptions() { IncludeFieldElements = true }; RecognizeReceiptsOperation operation; - using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.InvoiceMultipageBlank); + using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.ReceipMultipageWithBlankPage); using (Recording.DisableRequestBodyRecording()) { operation = await client.StartRecognizeReceiptsAsync(stream, options); @@ -409,7 +408,7 @@ public async Task StartRecognizeReceiptsCanParseMultipageFormWithBlankPage() if (formIndex == 0 || formIndex == 2) { var sampleField = recognizedForm.Fields["Total"]; - var expectedValueData = formIndex == 0 ? "430.00" : "4300.00"; + var expectedValueData = formIndex == 0 ? "$14.50" : "$ 1203.39"; Assert.IsNotNull(sampleField.ValueData); Assert.AreEqual(expectedValueData, sampleField.ValueData.Text); @@ -518,7 +517,7 @@ public async Task StartRecognizeReceiptsWithOnePageArgument(string pages, int ex var client = CreateFormRecognizerClient(); RecognizeReceiptsOperation operation; - using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.InvoiceMultipageBlank); + using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.ReceipMultipage); using (Recording.DisableRequestBodyRecording()) { operation = await client.StartRecognizeReceiptsAsync(stream, new RecognizeReceiptsOptions() { Pages = { pages } }); @@ -538,7 +537,7 @@ public async Task StartRecognizeReceiptsWithMultiplePageArgument(string page1, s var client = CreateFormRecognizerClient(); RecognizeReceiptsOperation operation; - using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.InvoiceMultipageBlank); + using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.ReceipMultipageWithBlankPage); using (Recording.DisableRequestBodyRecording()) { operation = await client.StartRecognizeReceiptsAsync(stream, new RecognizeReceiptsOptions() { Pages = { page1, page2 } }); diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/DisposableTrainedModel.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/DisposableTrainedModel.cs index 85f7f11cb627..6a97ab457a5c 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/DisposableTrainedModel.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/DisposableTrainedModel.cs @@ -16,7 +16,7 @@ namespace Azure.AI.FormRecognizer.Tests /// /// Please note that models can also be trained using a graphical user interface /// such as the Form Recognizer Labeling Tool found here: - /// . + /// . /// public class DisposableTrainedModel : IAsyncDisposable { diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/FormRecognizerLiveTestBase.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/FormRecognizerLiveTestBase.cs index e7c60cfeaf9d..1a7ab7c014ac 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/FormRecognizerLiveTestBase.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/FormRecognizerLiveTestBase.cs @@ -122,7 +122,7 @@ protected async Task CreateDisposableTrainedModelAsync(b ContainerType.Singleforms => TestEnvironment.BlobContainerSasUrl, ContainerType.MultipageFiles => TestEnvironment.MultipageBlobContainerSasUrl, ContainerType.SelectionMarks => TestEnvironment.SelectionMarkBlobContainerSasUrl, - ContainerType.TableVariableRows => TestEnvironment.TableVariableRowsContainerSasUrl, + ContainerType.TableVariableRows => TestEnvironment.TableDynamicRowsContainerSasUrl, ContainerType.TableFixedRows => TestEnvironment.TableFixedRowsContainerSasUrl, _ => TestEnvironment.BlobContainerSasUrl, }; diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/FormRecognizerRecordedTestSanitizer.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/FormRecognizerRecordedTestSanitizer.cs index f3131cb61a30..056ba4d0075a 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/FormRecognizerRecordedTestSanitizer.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/FormRecognizerRecordedTestSanitizer.cs @@ -10,8 +10,8 @@ public class FormRecognizerRecordedTestSanitizer : RecordedTestSanitizer public FormRecognizerRecordedTestSanitizer() : base() { - JsonPathSanitizers.Add("$..accessToken"); - JsonPathSanitizers.Add("$..source"); + AddJsonPathSanitizer("$..accessToken"); + AddJsonPathSanitizer("$..source"); SanitizedHeaders.Add(Constants.AuthorizationHeader); } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/FormRecognizerTestEnvironment.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/FormRecognizerTestEnvironment.cs index 4cc6b3369303..02dda1ba7950 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/FormRecognizerTestEnvironment.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/FormRecognizerTestEnvironment.cs @@ -32,8 +32,8 @@ public FormRecognizerTestEnvironment() /// The name of the environment variable for the Blob Container SAS URL to use for storing documents that have selection marks used for live tests. internal const string SelectionMarkBlobContainerSasUrlEnvironmentVariableName = "FORM_RECOGNIZER_SELECTION_MARK_BLOB_CONTAINER_SAS_URL"; - /// The name of the environment variable for the Blob Container SAS URL to use for storing documents that have tables with variable rows used for live tests. - internal const string TableVariableRowsBlobContainerSasUrlEnvironmentVariableName = "FORM_RECOGNIZER_TABLE_VARIABLE_ROWS_BLOB_CONTAINER_SAS_URL"; + /// The name of the environment variable for the Blob Container SAS URL to use for storing documents that have tables with dynamic rows used for live tests. + internal const string TableDynamicRowsBlobContainerSasUrlEnvironmentVariableName = "FORM_RECOGNIZER_TABLE_VARIABLE_ROWS_BLOB_CONTAINER_SAS_URL"; /// The name of the environment variable for the Blob Container SAS URL to use for storing documents that have tables with fixed rows used for live tests. internal const string TableFixedRowsBlobContainerSasUrlEnvironmentVariableName = "FORM_RECOGNIZER_TABLE_FIXED_ROWS_BLOB_CONTAINER_SAS_URL"; @@ -55,7 +55,7 @@ public FormRecognizerTestEnvironment() public string BlobContainerSasUrl => GetRecordedVariable(BlobContainerSasUrlEnvironmentVariableName, options => options.IsSecret("https://sanitized.blob.core.windows.net")); public string SelectionMarkBlobContainerSasUrl => GetRecordedVariable(SelectionMarkBlobContainerSasUrlEnvironmentVariableName, options => options.IsSecret("https://sanitized.blob.core.windows.net")); public string MultipageBlobContainerSasUrl => GetRecordedVariable(MultipageBlobContainerSasUrlEnvironmentVariableName, options => options.IsSecret("https://sanitized.blob.core.windows.net")); - public string TableVariableRowsContainerSasUrl => GetRecordedVariable(TableVariableRowsBlobContainerSasUrlEnvironmentVariableName, options => options.IsSecret("https://sanitized.blob.core.windows.net")); + public string TableDynamicRowsContainerSasUrl => GetRecordedVariable(TableDynamicRowsBlobContainerSasUrlEnvironmentVariableName, options => options.IsSecret("https://sanitized.blob.core.windows.net")); public string TableFixedRowsContainerSasUrl => GetRecordedVariable(TableFixedRowsBlobContainerSasUrlEnvironmentVariableName, options => options.IsSecret("https://sanitized.blob.core.windows.net")); public string TargetResourceId => GetRecordedVariable(TargetResourceIdEnvironmentVariableName); public string TargetResourceRegion => GetRecordedVariable(TargetResourceRegionEnvironmentVariableName); diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/TestFile.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/TestFile.cs index 0da430d839b3..c8e360f99a31 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/TestFile.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/TestFile.cs @@ -28,6 +28,12 @@ public static class TestFile /// An itemized en-US receipt. public const string ReceiptPng = "contoso-allinone.png"; + /// A file with multiple receipts, one per page. + public const string ReceipMultipage = "multipleReceipt.pdf"; + + /// A three-page receipt file in which the second page is blank. + public const string ReceipMultipageWithBlankPage = "multipageReceiptBlankPage.pdf"; + /// A business card file. public const string BusinessCardJpg = "businessCard.jpg"; @@ -55,8 +61,8 @@ public static class TestFile /// A three-page invoice file in which the second page is blank. public const string InvoiceMultipageBlank = "multipage_invoice1.pdf"; - /// A form with a table that has variable rows and empty cells. - public const string FormTableVariableRows = "label_table_variable_rows1.pdf"; + /// A form with a table that has dynamic rows and empty cells. + public const string FormTableDynamicRows = "label_table_dynamic_rows1.pdf"; /// A form with a table that has fixed rows and empty cells. public const string FormTableFixedRows = "label_table_fixed_rows1.pdf"; diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Models/FormRecognizerModelFactoryTests.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Models/FormRecognizerModelFactoryTests.cs index 3a88b7ae8e65..3944761461ef 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Models/FormRecognizerModelFactoryTests.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Models/FormRecognizerModelFactoryTests.cs @@ -436,7 +436,7 @@ public void FormRecognizerModelFactoryCanInstantiateFormLine() var pageNumber = 389; var text = "Bhaskara"; var words = new List() { formWord }; - var appearance = new TextAppearance(); + var appearance = new TextAppearance(default, default); var formLine = FormRecognizerModelFactory.FormLine(boundingBox, pageNumber, text, words, appearance); @@ -644,24 +644,14 @@ public void FormRecognizerModelFactoryCanInstantiateRecognizedFormCollection() [Test] public void FormRecognizerModelFactoryCanInstantiateTextAppearance() - { - var style = new TextStyle(default, default); - - var textAppearance = FormRecognizerModelFactory.TextAppearance(style); - - Assert.AreEqual(style, textAppearance.Style); - } - - [Test] - public void FormRecognizerModelFactoryCanInstantiateTextStyle() { var name = TextStyleName.Handwriting; var confidence = 0.299792f; - var textStyle = FormRecognizerModelFactory.TextStyle(name, confidence); + var textAppearance = FormRecognizerModelFactory.TextAppearance(name, confidence); - Assert.AreEqual(name, textStyle.Name); - Assert.AreEqual(confidence, textStyle.Confidence); + Assert.AreEqual(name, textAppearance.StyleName); + Assert.AreEqual(confidence, textAppearance.StyleConfidence); } [Test] diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeCustomFormsLiveTests/StartRecognizeCustomFormsWithTableVariableRows.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeCustomFormsLiveTests/StartRecognizeCustomFormsWithTableDynamicRows.json similarity index 100% rename from sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeCustomFormsLiveTests/StartRecognizeCustomFormsWithTableVariableRows.json rename to sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeCustomFormsLiveTests/StartRecognizeCustomFormsWithTableDynamicRows.json diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeCustomFormsLiveTests/StartRecognizeCustomFormsWithTableVariableRowsAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeCustomFormsLiveTests/StartRecognizeCustomFormsWithTableDynamicRowsAsync.json similarity index 100% rename from sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeCustomFormsLiveTests/StartRecognizeCustomFormsWithTableVariableRowsAsync.json rename to sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeCustomFormsLiveTests/StartRecognizeCustomFormsWithTableDynamicRowsAsync.json diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True).json index 949520488ba6..a6f522593992 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True).json @@ -1,247 +1,2661 @@ { "Entries": [ { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "711607", + "Content-Length": "252365", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d11dfa1f67baf94d91f00e6a00c25747-e810d1cb57167148-00", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-eca0b34ea77dd845b235617be1d35b3b-f24f07ca849ea741-00", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "47aaf217be71ddb53d7a55448d2a01d3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "2055ac7b-962e-4d54-88f2-9b96aead0eb6", + "apim-request-id": "618ceffc-45ad-4c76-afd8-8ac40f3a5447", "Content-Length": "0", - "Date": "Wed, 24 Mar 2021 21:48:36 GMT", - "Operation-Location": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/2055ac7b-962e-4d54-88f2-9b96aead0eb6", + "Date": "Thu, 06 May 2021 18:31:54 GMT", + "Operation-Location": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/618ceffc-45ad-4c76-afd8-8ac40f3a5447", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "262" + "x-envoy-upstream-service-time": "99" }, "ResponseBody": [] }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/2055ac7b-962e-4d54-88f2-9b96aead0eb6", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/618ceffc-45ad-4c76-afd8-8ac40f3a5447", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c6f4a1d1b6fc5e9732c370ae4dfc6a8e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "54c9cca7-830d-4d40-ae59-6f320039e3ad", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:48:36 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2021-03-24T21:48:37Z", - "lastUpdatedDateTime": "2021-03-24T21:48:37Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/2055ac7b-962e-4d54-88f2-9b96aead0eb6", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "f4fd38b6be0d3b33520eba6e6b409d12", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e0617293-f6aa-4a15-bc8a-92ef811213ac", + "apim-request-id": "43089fe2-f4cf-4862-aeb2-e164b03d7522", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:48:38 GMT", + "Date": "Thu, 06 May 2021 18:31:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-24T21:48:37Z", - "lastUpdatedDateTime": "2021-03-24T21:48:37Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/2055ac7b-962e-4d54-88f2-9b96aead0eb6", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "f12c7b46d1c261895b4b14ad4e078f41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c496ec42-2340-485f-b096-bb76fc3e7026", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:48:39 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2021-03-24T21:48:37Z", - "lastUpdatedDateTime": "2021-03-24T21:48:37Z" + "createdDateTime": "2021-05-06T18:31:54Z", + "lastUpdatedDateTime": "2021-05-06T18:31:55Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/2055ac7b-962e-4d54-88f2-9b96aead0eb6", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/618ceffc-45ad-4c76-afd8-8ac40f3a5447", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "558dc7100d2c12c56eb974edfb29f3f2", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "f4fd38b6be0d3b33520eba6e6b409d12", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2e06b046-9209-48eb-9e3d-a43a12aff654", + "apim-request-id": "ede49b72-8897-4f29-8bc5-70c17131e5dd", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:48:40 GMT", + "Date": "Thu, 06 May 2021 18:31:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-24T21:48:37Z", - "lastUpdatedDateTime": "2021-03-24T21:48:37Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/2055ac7b-962e-4d54-88f2-9b96aead0eb6", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "d2685d2578d0e5cbaf9b99c2a985ec4a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "325b5e13-2364-4daa-90f4-3b779047c960", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:48:41 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "23" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2021-03-24T21:48:37Z", - "lastUpdatedDateTime": "2021-03-24T21:48:37Z" + "createdDateTime": "2021-05-06T18:31:54Z", + "lastUpdatedDateTime": "2021-05-06T18:31:55Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/2055ac7b-962e-4d54-88f2-9b96aead0eb6", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/618ceffc-45ad-4c76-afd8-8ac40f3a5447", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "a35d797f48b238e6b51983095d9b6632", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "f12c7b46d1c261895b4b14ad4e078f41", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ed3478d9-fc3b-4b64-809a-5bc2d89bc006", + "apim-request-id": "ecab690c-6900-44de-a2c1-630e0c9589b9", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:48:43 GMT", + "Date": "Thu, 06 May 2021 18:31:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-24T21:48:37Z", - "lastUpdatedDateTime": "2021-03-24T21:48:37Z" + "createdDateTime": "2021-05-06T18:31:54Z", + "lastUpdatedDateTime": "2021-05-06T18:31:55Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/2055ac7b-962e-4d54-88f2-9b96aead0eb6", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/618ceffc-45ad-4c76-afd8-8ac40f3a5447", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "f1882258bd9e9770fba8a591740368e8", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "558dc7100d2c12c56eb974edfb29f3f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fc52bcf5-a63f-4eb3-b288-007a87f13847", - "Content-Length": "106", + "apim-request-id": "42322b7c-75af-4d86-b708-a9252c22a140", + "Content-Length": "22004", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:48:44 GMT", + "Date": "Thu, 06 May 2021 18:31:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { - "status": "running", - "createdDateTime": "2021-03-24T21:48:37Z", - "lastUpdatedDateTime": "2021-03-24T21:48:37Z" + "status": "succeeded", + "createdDateTime": "2021-05-06T18:31:54Z", + "lastUpdatedDateTime": "2021-05-06T18:31:58Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0.5729, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "text": "Contoso", + "boundingBox": [ + 1.9036, + 2.6918, + 2.5677, + 2.8691, + 2.5124, + 3.0685, + 1.8594, + 2.8912 + ], + "words": [ + { + "text": "Contoso", + "boundingBox": [ + 1.9147, + 2.6918, + 2.5677, + 2.8691, + 2.5124, + 3.0685, + 1.8704, + 2.8912 + ], + "confidence": 0.755 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Contoso", + "boundingBox": [ + 2.8776, + 2.5146, + 4.2611, + 2.3817, + 4.2943, + 2.6918, + 2.8997, + 2.8248 + ], + "words": [ + { + "text": "Contoso", + "boundingBox": [ + 2.8776, + 2.5257, + 4.2057, + 2.3927, + 4.2279, + 2.7029, + 2.8997, + 2.8248 + ], + "confidence": 0.996 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "123 Main Street", + "boundingBox": [ + 1.8815, + 3.0131, + 3.11, + 3.2679, + 3.0547, + 3.4894, + 1.8483, + 3.2457 + ], + "words": [ + { + "text": "123", + "boundingBox": [ + 1.8926, + 3.0242, + 2.125, + 3.0685, + 2.0918, + 3.3011, + 1.8483, + 3.2457 + ], + "confidence": 0.994 + }, + { + "text": "Main", + "boundingBox": [ + 2.1803, + 3.0796, + 2.5566, + 3.1682, + 2.5124, + 3.3897, + 2.1361, + 3.3122 + ], + "confidence": 0.994 + }, + { + "text": "Street", + "boundingBox": [ + 2.6009, + 3.1793, + 3.099, + 3.29, + 3.0547, + 3.4894, + 2.5566, + 3.4008 + ], + "confidence": 0.996 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Redmond, WA 98052", + "boundingBox": [ + 1.8594, + 3.3454, + 3.4863, + 3.5559, + 3.4531, + 3.7996, + 1.8372, + 3.6002 + ], + "words": [ + { + "text": "Redmond,", + "boundingBox": [ + 1.8704, + 3.3565, + 2.623, + 3.4783, + 2.6009, + 3.711, + 1.8372, + 3.5891 + ], + "confidence": 0.993 + }, + { + "text": "WA", + "boundingBox": [ + 2.6673, + 3.4783, + 2.8997, + 3.5116, + 2.8776, + 3.7442, + 2.6452, + 3.7221 + ], + "confidence": 0.996 + }, + { + "text": "98052", + "boundingBox": [ + 2.944, + 3.5227, + 3.4642, + 3.567, + 3.4531, + 3.7885, + 2.9329, + 3.7553 + ], + "confidence": 0.993 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "987-654-3210", + "boundingBox": [ + 1.8151, + 3.9878999999999998, + 2.9661, + 4.143, + 2.9329, + 4.3756, + 1.793, + 4.2205 + ], + "words": [ + { + "text": "987-654-3210", + "boundingBox": [ + 1.8151, + 3.999, + 2.9661, + 4.1541, + 2.9329, + 4.3756, + 1.793, + 4.2205 + ], + "confidence": 0.987 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "6/10/2019 13:59", + "boundingBox": [ + 1.7708, + 4.6636, + 3.0547, + 4.7523, + 3.0326, + 5.0181, + 1.7598, + 4.9295 + ], + "words": [ + { + "text": "6/10/2019", + "boundingBox": [ + 1.7819, + 4.6636, + 2.5456, + 4.7301, + 2.5234, + 4.996, + 1.7598, + 4.9406 + ], + "confidence": 0.993 + }, + { + "text": "13:59", + "boundingBox": [ + 2.6009, + 4.7412, + 3.0436, + 4.7744, + 3.0215, + 5.0181, + 2.5788, + 4.996 + ], + "confidence": 0.996 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Sales Associate: Paul", + "boundingBox": [ + 1.7487, + 5.0292, + 3.597, + 5.1067, + 3.5859, + 5.3615, + 1.7376, + 5.284 + ], + "words": [ + { + "text": "Sales", + "boundingBox": [ + 1.7708, + 5.0403, + 2.2135, + 5.0735, + 2.2025, + 5.3061, + 1.7487, + 5.2618 + ], + "confidence": 0.996 + }, + { + "text": "Associate:", + "boundingBox": [ + 2.2578, + 5.0735, + 3.1211, + 5.1067, + 3.11, + 5.3505, + 2.2467, + 5.3061 + ], + "confidence": 0.922 + }, + { + "text": "Paul", + "boundingBox": [ + 3.1654, + 5.1067, + 3.6081, + 5.1067, + 3.597, + 5.3615, + 3.1543, + 5.3505 + ], + "confidence": 0.991 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "1 Cappuccino", + "boundingBox": [ + 1.6934, + 5.7382, + 2.9993, + 5.7936, + 2.9883, + 6.0705, + 1.6823, + 6.0262 + ], + "words": [ + { + "text": "1", + "boundingBox": [ + 1.6934, + 5.7382, + 1.8372, + 5.7492, + 1.8372, + 6.0262, + 1.6934, + 6.0262 + ], + "confidence": 0.995 + }, + { + "text": "Cappuccino", + "boundingBox": [ + 1.8926, + 5.7492, + 3.0104, + 5.7936, + 2.9993, + 6.0705, + 1.8926, + 6.0373 + ], + "confidence": 0.705 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "$2.20", + "boundingBox": [ + 4.2943, + 5.7492, + 4.8034, + 5.716, + 4.8034, + 5.9597, + 4.3164, + 5.9929 + ], + "words": [ + { + "text": "$2.20", + "boundingBox": [ + 4.3053, + 5.7492, + 4.7923, + 5.716, + 4.8034, + 5.9597, + 4.3164, + 5.9929 + ], + "confidence": 0.996 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "1 BACON \u0026 EGGS", + "boundingBox": [ + 1.6491, + 6.4914, + 3.2318, + 6.5025, + 3.2318, + 6.7684, + 1.6491, + 6.7573 + ], + "words": [ + { + "text": "1", + "boundingBox": [ + 1.6602, + 6.4914, + 1.804, + 6.4914, + 1.804, + 6.7684, + 1.6602, + 6.7684 + ], + "confidence": 0.996 + }, + { + "text": "BACON", + "boundingBox": [ + 1.8704, + 6.5025, + 2.5013, + 6.5136, + 2.4902, + 6.7684, + 1.8704, + 6.7684 + ], + "confidence": 0.996 + }, + { + "text": "\u0026", + "boundingBox": [ + 2.5456, + 6.5136, + 2.6784, + 6.5136, + 2.6673, + 6.7684, + 2.5456, + 6.7684 + ], + "confidence": 0.996 + }, + { + "text": "EGGS", + "boundingBox": [ + 2.7337, + 6.5136, + 3.2318, + 6.5136, + 3.2318, + 6.7795, + 2.7227, + 6.7684 + ], + "confidence": 0.994 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Sunny-side-up", + "boundingBox": [ + 1.9811, + 6.9124, + 3.2539, + 6.9124, + 3.2539, + 7.1893, + 1.9811, + 7.1782 + ], + "words": [ + { + "text": "Sunny-side-up", + "boundingBox": [ + 2.0033, + 6.9124, + 3.265, + 6.9235, + 3.2539, + 7.2004, + 2.0033, + 7.1893 + ], + "confidence": 0.994 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "$9.5", + "boundingBox": [ + 4.3717, + 6.8459, + 4.8145, + 6.8348, + 4.8145, + 7.1229, + 4.3717, + 7.1339 + ], + "words": [ + { + "text": "$9.5", + "boundingBox": [ + 4.3828, + 6.8459, + 4.8034, + 6.8348, + 4.8145, + 7.1229, + 4.3828, + 7.1339 + ], + "confidence": 0.991 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Sub-Total", + "boundingBox": [ + 2.291, + 7.6878, + 3.2982, + 7.6657, + 3.3092, + 7.9426, + 2.291, + 7.9757999999999996 + ], + "words": [ + { + "text": "Sub-Total", + "boundingBox": [ + 2.3021, + 7.6878, + 3.3092, + 7.6657, + 3.3092, + 7.9537, + 2.3021, + 7.9869 + ], + "confidence": 0.892 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "$ 11.70", + "boundingBox": [ + 4.2611, + 7.6546, + 4.9251, + 7.6546, + 4.9141, + 7.9537, + 4.2721, + 7.9648 + ], + "words": [ + { + "text": "$", + "boundingBox": [ + 4.2611, + 7.6546, + 4.3385, + 7.6546, + 4.3385, + 7.9648, + 4.2611, + 7.9648 + ], + "confidence": 0.994 + }, + { + "text": "11.70", + "boundingBox": [ + 4.3939, + 7.6546, + 4.9141, + 7.6546, + 4.9251, + 7.9537, + 4.4049, + 7.9648 + ], + "confidence": 0.996 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Tax", + "boundingBox": [ + 2.3021, + 8.1088, + 2.6895, + 8.1088, + 2.7005, + 8.3746, + 2.3021, + 8.3857 + ], + "words": [ + { + "text": "Tax", + "boundingBox": [ + 2.3021, + 8.1088, + 2.6895, + 8.1088, + 2.6895, + 8.3857, + 2.3021, + 8.3857 + ], + "confidence": 0.994 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "$ 1.17", + "boundingBox": [ + 4.3828, + 8.0423, + 4.9362, + 8.0534, + 4.9251, + 8.3746, + 4.3717, + 8.3746 + ], + "words": [ + { + "text": "$", + "boundingBox": [ + 4.3717, + 8.0423, + 4.4492, + 8.0423, + 4.4492, + 8.3746, + 4.3717, + 8.3635 + ], + "confidence": 0.994 + }, + { + "text": "1.17", + "boundingBox": [ + 4.5156, + 8.0423, + 4.9251, + 8.0423, + 4.9251, + 8.3746, + 4.5156, + 8.3746 + ], + "confidence": 0.992 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Tip", + "boundingBox": [ + 2.2689, + 8.4965, + 2.612, + 8.5076, + 2.6009, + 8.8399, + 2.2689, + 8.8288 + ], + "words": [ + { + "text": "Tip", + "boundingBox": [ + 2.2799, + 8.4965, + 2.6009, + 8.5076, + 2.5898, + 8.8399, + 2.2799, + 8.8288 + ], + "confidence": 0.994 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "$ 11623", + "boundingBox": [ + 4.084, + 8.4079, + 4.8809, + 8.4079, + 4.8698, + 8.7734, + 4.0729, + 8.7734 + ], + "words": [ + { + "text": "$", + "boundingBox": [ + 4.0729, + 8.4079, + 4.1615, + 8.4079, + 4.1615, + 8.7734, + 4.0729, + 8.7734 + ], + "confidence": 0.999 + }, + { + "text": "11623", + "boundingBox": [ + 4.2389, + 8.4079, + 4.8477, + 8.4079, + 4.8477, + 8.7734, + 4.2389, + 8.7734 + ], + "confidence": 0.27 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.469 + } + } + }, + { + "text": "Total", + "boundingBox": [ + 2.2799, + 8.9507, + 2.8223, + 8.9285, + 2.8223, + 9.2165, + 2.2799, + 9.2387 + ], + "words": [ + { + "text": "Total", + "boundingBox": [ + 2.2799, + 8.9507, + 2.8223, + 8.9285, + 2.8333, + 9.2054, + 2.291, + 9.2276 + ], + "confidence": 0.979 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "$14.50", + "boundingBox": [ + 4.0951, + 8.8731, + 5.1576, + 8.9174, + 5.1465, + 9.2719, + 4.084, + 9.2276 + ], + "words": [ + { + "text": "$14.50", + "boundingBox": [ + 4.1061, + 8.8731, + 5.1243, + 8.9174, + 5.1022, + 9.283, + 4.084, + 9.2276 + ], + "confidence": 0.351 + } + ], + "appearance": { + "style": { + "name": "handwriting", + "confidence": 0.772 + } + } + } + ] + }, + { + "page": 2, + "angle": 0.4374, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "text": "Contoso", + "boundingBox": [ + 2.8112, + 1.8499, + 4.1393, + 1.8278, + 4.1504, + 2.1601, + 2.8223, + 2.1934 + ], + "words": [ + { + "text": "Contoso", + "boundingBox": [ + 2.8223, + 1.8499, + 4.1283, + 1.8389, + 4.1393, + 2.1601, + 2.8333, + 2.2044 + ], + "confidence": 0.994 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Contoso", + "boundingBox": [ + 1.959, + 2.7583, + 2.5234, + 2.7915, + 2.5124, + 2.9688, + 1.9479, + 2.9355 + ], + "words": [ + { + "text": "Contoso", + "boundingBox": [ + 1.9701, + 2.7694, + 2.5013, + 2.7915, + 2.4902, + 2.9688, + 1.959, + 2.9466 + ], + "confidence": 0.933 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "123 Main Street", + "boundingBox": [ + 1.959, + 3.0574, + 2.944, + 3.0796, + 2.944, + 3.2679, + 1.9479, + 3.2568 + ], + "words": [ + { + "text": "123", + "boundingBox": [ + 1.9701, + 3.0685, + 2.1361, + 3.0685, + 2.125, + 3.2679, + 1.959, + 3.2679 + ], + "confidence": 0.994 + }, + { + "text": "Main", + "boundingBox": [ + 2.1693, + 3.0796, + 2.4792, + 3.0796, + 2.4681, + 3.2679, + 2.1582, + 3.2679 + ], + "confidence": 0.994 + }, + { + "text": "Street", + "boundingBox": [ + 2.5124, + 3.0796, + 2.9551, + 3.0906, + 2.944, + 3.279, + 2.5124, + 3.2679 + ], + "confidence": 0.991 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Redmond, WA 98052", + "boundingBox": [ + 1.9258, + 3.3786, + 3.265, + 3.3676, + 3.265, + 3.567, + 1.9258, + 3.578 + ], + "words": [ + { + "text": "Redmond,", + "boundingBox": [ + 1.9368, + 3.3786, + 2.5456, + 3.3897, + 2.5456, + 3.578, + 1.9368, + 3.578 + ], + "confidence": 0.94 + }, + { + "text": "WA", + "boundingBox": [ + 2.5898, + 3.3897, + 2.778, + 3.3897, + 2.7669, + 3.578, + 2.5788, + 3.578 + ], + "confidence": 0.997 + }, + { + "text": "98052", + "boundingBox": [ + 2.8223, + 3.3786, + 3.265, + 3.3786, + 3.2539, + 3.578, + 2.8112, + 3.578 + ], + "confidence": 0.993 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "123-456-7890", + "boundingBox": [ + 1.8926, + 3.9878999999999998, + 2.8776, + 4.0101, + 2.8665, + 4.2205, + 1.8926, + 4.1873 + ], + "words": [ + { + "text": "123-456-7890", + "boundingBox": [ + 1.8926, + 3.9878999999999998, + 2.8665, + 4.0211, + 2.8665, + 4.2205, + 1.8926, + 4.1984 + ], + "confidence": 0.987 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "6/10/2019 13:59", + "boundingBox": [ + 1.8704, + 4.6526, + 2.8997, + 4.6526, + 2.8997, + 4.8741, + 1.8704, + 4.863 + ], + "words": [ + { + "text": "6/10/2019", + "boundingBox": [ + 1.8815, + 4.6526, + 2.4792, + 4.6636, + 2.4792, + 4.8741, + 1.8926, + 4.8741 + ], + "confidence": 0.994 + }, + { + "text": "13:59", + "boundingBox": [ + 2.5234, + 4.6636, + 2.9108, + 4.6636, + 2.8997, + 4.8741, + 2.5234, + 4.8741 + ], + "confidence": 0.996 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Sales Associate: Paul", + "boundingBox": [ + 1.8704, + 4.996, + 3.3203, + 5.007, + 3.3203, + 5.2064, + 1.8704, + 5.1954 + ], + "words": [ + { + "text": "Sales", + "boundingBox": [ + 1.8926, + 4.996, + 2.2135, + 5.007, + 2.2135, + 5.2064, + 1.8815, + 5.1954 + ], + "confidence": 0.996 + }, + { + "text": "Associate:", + "boundingBox": [ + 2.2578, + 5.007, + 2.9329, + 5.007, + 2.9329, + 5.2064, + 2.2467, + 5.2064 + ], + "confidence": 0.979 + }, + { + "text": "Paul", + "boundingBox": [ + 2.9772, + 5.007, + 3.3314, + 5.007, + 3.3203, + 5.2064, + 2.9661, + 5.2064 + ], + "confidence": 0.991 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "1 Surface Pro 6", + "boundingBox": [ + 1.9811, + 5.6606, + 3.0436, + 5.6717, + 3.0436, + 5.8822, + 1.9701, + 5.8711 + ], + "words": [ + { + "text": "1", + "boundingBox": [ + 1.9811, + 5.6606, + 2.0365, + 5.6606, + 2.0365, + 5.8711, + 1.9811, + 5.8711 + ], + "confidence": 0.994 + }, + { + "text": "Surface", + "boundingBox": [ + 2.0807, + 5.6606, + 2.612, + 5.6717, + 2.6009, + 5.8822, + 2.0697, + 5.8711 + ], + "confidence": 0.949 + }, + { + "text": "Pro", + "boundingBox": [ + 2.6563, + 5.6717, + 2.8665, + 5.6717, + 2.8555, + 5.8822, + 2.6452, + 5.8822 + ], + "confidence": 0.979 + }, + { + "text": "6", + "boundingBox": [ + 2.8997, + 5.6717, + 3.0326, + 5.6828, + 3.0215, + 5.8822, + 2.8997, + 5.8822 + ], + "confidence": 0.996 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "256GB/Intel Core i5 /", + "boundingBox": [ + 2.0807, + 5.9929, + 3.5306, + 6.004, + 3.5306, + 6.2256, + 2.0807, + 6.2145 + ], + "words": [ + { + "text": "256GB/Intel", + "boundingBox": [ + 2.0918, + 6.004, + 2.9329, + 6.004, + 2.9219, + 6.2256, + 2.0918, + 6.2145 + ], + "confidence": 0.795 + }, + { + "text": "Core", + "boundingBox": [ + 2.9661, + 6.004, + 3.2539, + 6.004, + 3.2428, + 6.2256, + 2.9661, + 6.2256 + ], + "confidence": 0.991 + }, + { + "text": "i5", + "boundingBox": [ + 3.2982, + 6.004, + 3.4089, + 6.004, + 3.3978, + 6.2256, + 3.2871, + 6.2256 + ], + "confidence": 0.966 + }, + { + "text": "/", + "boundingBox": [ + 3.4421, + 6.004, + 3.5306, + 6.004, + 3.5195, + 6.2256, + 3.431, + 6.2256 + ], + "confidence": 0.964 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "8GB RAM (Black)", + "boundingBox": [ + 2.0807, + 6.3364, + 3.2096, + 6.3474, + 3.2096, + 6.569, + 2.0807, + 6.5468 + ], + "words": [ + { + "text": "8GB", + "boundingBox": [ + 2.0807, + 6.3474, + 2.3353, + 6.3474, + 2.3242, + 6.5579, + 2.0807, + 6.5468 + ], + "confidence": 0.994 + }, + { + "text": "RAM", + "boundingBox": [ + 2.3685, + 6.3474, + 2.6673, + 6.3474, + 2.6563, + 6.5579, + 2.3685, + 6.5579 + ], + "confidence": 0.997 + }, + { + "text": "(Black)", + "boundingBox": [ + 2.7005, + 6.3474, + 3.2096, + 6.3585, + 3.1986, + 6.569, + 2.7005, + 6.5579 + ], + "confidence": 0.994 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "$ 999.00", + "boundingBox": [ + 3.7962, + 6.3696, + 4.4271, + 6.3807, + 4.416, + 6.5801, + 3.7852, + 6.5801 + ], + "words": [ + { + "text": "$", + "boundingBox": [ + 3.7962, + 6.3696, + 3.8626, + 6.3696, + 3.8626, + 6.5801, + 3.7962, + 6.569 + ], + "confidence": 0.997 + }, + { + "text": "999.00", + "boundingBox": [ + 3.9069, + 6.3696, + 4.4049, + 6.3696, + 4.4049, + 6.5801, + 3.9069, + 6.5801 + ], + "confidence": 0.995 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "1 SurfacePen", + "boundingBox": [ + 1.9258, + 7.0453, + 2.8997, + 7.0342, + 2.8997, + 7.2447, + 1.9368, + 7.2558 + ], + "words": [ + { + "text": "1", + "boundingBox": [ + 1.9368, + 7.0453, + 2.0033, + 7.0453, + 2.0143, + 7.2669, + 1.9479, + 7.2669 + ], + "confidence": 0.994 + }, + { + "text": "SurfacePen", + "boundingBox": [ + 2.0475, + 7.0453, + 2.8887, + 7.0342, + 2.8997, + 7.2447, + 2.0586, + 7.2669 + ], + "confidence": 0.994 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "$ 99.99", + "boundingBox": [ + 3.8737, + 7.0675, + 4.4049, + 7.0675, + 4.3939, + 7.289, + 3.8737, + 7.289 + ], + "words": [ + { + "text": "$", + "boundingBox": [ + 3.8737, + 7.0675, + 3.9622, + 7.0675, + 3.9622, + 7.289, + 3.8737, + 7.289 + ], + "confidence": 0.994 + }, + { + "text": "99.99", + "boundingBox": [ + 4.0065, + 7.0675, + 4.4049, + 7.0675, + 4.4049, + 7.289, + 4.0065, + 7.289 + ], + "confidence": 0.995 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Sub-Total", + "boundingBox": [ + 2.3796, + 7.721, + 3.0879, + 7.721, + 3.0879, + 7.9315, + 2.3796, + 7.9204 + ], + "words": [ + { + "text": "Sub-Total", + "boundingBox": [ + 2.3906, + 7.721, + 3.099, + 7.7321, + 3.0879, + 7.9315, + 2.3906, + 7.9315 + ], + "confidence": 0.994 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "$ 1098.99", + "boundingBox": [ + 3.752, + 7.7654, + 4.416, + 7.7543, + 4.416, + 7.9537, + 3.752, + 7.9869 + ], + "words": [ + { + "text": "$", + "boundingBox": [ + 3.752, + 7.7654, + 3.8184, + 7.7654, + 3.8184, + 7.9869, + 3.763, + 7.9869 + ], + "confidence": 0.997 + }, + { + "text": "1098.99", + "boundingBox": [ + 3.8626, + 7.7654, + 4.4049, + 7.7543, + 4.416, + 7.9648, + 3.8626, + 7.9869 + ], + "confidence": 0.995 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Tax", + "boundingBox": [ + 2.7005, + 8.0644, + 2.9661, + 8.0755, + 2.9551, + 8.2528, + 2.6895, + 8.2417 + ], + "words": [ + { + "text": "Tax", + "boundingBox": [ + 2.7005, + 8.0644, + 2.9551, + 8.0755, + 2.9551, + 8.2528, + 2.6895, + 8.2417 + ], + "confidence": 0.997 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "$ 104.40", + "boundingBox": [ + 3.8073, + 8.0977, + 4.4049, + 8.0977, + 4.4049, + 8.3082, + 3.8073, + 8.3192 + ], + "words": [ + { + "text": "$", + "boundingBox": [ + 3.8073, + 8.0977, + 3.8737, + 8.0977, + 3.8737, + 8.3192, + 3.8073, + 8.3192 + ], + "confidence": 0.994 + }, + { + "text": "104.40", + "boundingBox": [ + 3.918, + 8.0977, + 4.3939, + 8.0977, + 4.3939, + 8.3192, + 3.918, + 8.3192 + ], + "confidence": 0.995 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Total", + "boundingBox": [ + 2.623, + 8.7734, + 2.9993, + 8.7623, + 2.9993, + 8.9617, + 2.6341, + 8.9728 + ], + "words": [ + { + "text": "Total", + "boundingBox": [ + 2.623, + 8.7734, + 2.9883, + 8.7623, + 2.9993, + 8.9617, + 2.6341, + 8.9728 + ], + "confidence": 0.989 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "$ 1203.39", + "boundingBox": [ + 3.7188, + 8.7623, + 4.3828, + 8.8177, + 4.3717, + 9.0282, + 3.7077, + 8.9728 + ], + "words": [ + { + "text": "$", + "boundingBox": [ + 3.7298, + 8.7623, + 3.7962, + 8.7734, + 3.7852, + 8.9839, + 3.7188, + 8.9839 + ], + "confidence": 0.994 + }, + { + "text": "1203.39", + "boundingBox": [ + 3.8405, + 8.7734, + 4.3939, + 8.8288, + 4.3717, + 9.0393, + 3.8294, + 8.995 + ], + "confidence": 0.995 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + } + ] + } + ], + "documentResults": [ + { + "docType": "prebuilt:receipt", + "pageRange": [ + 1, + 1 + ], + "fields": { + "Items": { + "type": "array", + "valueArray": [ + { + "type": "object", + "valueObject": { + "Name": { + "type": "string", + "valueString": "Cappuccino", + "text": "Cappuccino", + "boundingBox": [ + 1.8926, + 5.7492, + 3.0104, + 5.7936, + 2.9993, + 6.0705, + 1.8926, + 6.0373 + ], + "page": 1, + "confidence": 0.735, + "elements": [ + "#/readResults/0/lines/7/words/1" + ] + }, + "Quantity": { + "type": "number", + "valueNumber": 1, + "text": "1", + "boundingBox": [ + 1.6934, + 5.7382, + 1.8372, + 5.7492, + 1.8372, + 6.0262, + 1.6934, + 6.0262 + ], + "page": 1, + "confidence": 0.966, + "elements": [ + "#/readResults/0/lines/7/words/0" + ] + }, + "TotalPrice": { + "type": "number", + "valueNumber": 2.2, + "text": "$2.20", + "boundingBox": [ + 4.3053, + 5.7492, + 4.7923, + 5.716, + 4.8034, + 5.9597, + 4.3164, + 5.9929 + ], + "page": 1, + "confidence": 0.977, + "elements": [ + "#/readResults/0/lines/8/words/0" + ] + } + } + }, + { + "type": "object", + "valueObject": { + "Name": { + "type": "string", + "valueString": "BACON \u0026 EGGS", + "text": "BACON \u0026 EGGS", + "boundingBox": [ + 1.8704, + 6.5015, + 3.2342, + 6.5136, + 3.2318, + 6.7805, + 1.868, + 6.7684 + ], + "page": 1, + "confidence": 0.903, + "elements": [ + "#/readResults/0/lines/9/words/1", + "#/readResults/0/lines/9/words/2", + "#/readResults/0/lines/9/words/3" + ] + }, + "Quantity": { + "type": "number", + "valueNumber": 1, + "text": "1", + "boundingBox": [ + 1.6602, + 6.4914, + 1.804, + 6.4914, + 1.804, + 6.7684, + 1.6602, + 6.7684 + ], + "page": 1, + "confidence": 0.966, + "elements": [ + "#/readResults/0/lines/9/words/0" + ] + }, + "TotalPrice": { + "type": "number", + "valueNumber": 9.5, + "text": "$9.5", + "boundingBox": [ + 4.3828, + 6.8459, + 4.8034, + 6.8348, + 4.8145, + 7.1229, + 4.3828, + 7.1339 + ], + "page": 1, + "confidence": 0.917, + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + } + } + } + ] + }, + "MerchantAddress": { + "type": "string", + "valueString": "123 Main Street Redmond, WA 98052", + "text": "123 Main Street Redmond, WA 98052", + "boundingBox": [ + 1.893, + 3.0221, + 3.5405, + 3.3517, + 3.4293, + 3.9076, + 1.7818, + 3.578 + ], + "page": 1, + "confidence": 0.973, + "elements": [ + "#/readResults/0/lines/2/words/0", + "#/readResults/0/lines/2/words/1", + "#/readResults/0/lines/2/words/2", + "#/readResults/0/lines/3/words/0", + "#/readResults/0/lines/3/words/1", + "#/readResults/0/lines/3/words/2" + ] + }, + "MerchantName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 1.9147, + 2.6918, + 2.5677, + 2.8691, + 2.5124, + 3.0685, + 1.8704, + 2.8912 + ], + "page": 1, + "confidence": 0.973, + "elements": [ + "#/readResults/0/lines/0/words/0" + ] + }, + "MerchantPhoneNumber": { + "type": "phoneNumber", + "valuePhoneNumber": "\u002B19876543210", + "text": "987-654-3210", + "boundingBox": [ + 1.8151, + 3.999, + 2.9661, + 4.1541, + 2.9329, + 4.3756, + 1.793, + 4.2205 + ], + "page": 1, + "confidence": 0.987, + "elements": [ + "#/readResults/0/lines/4/words/0" + ] + }, + "ReceiptType": { + "type": "string", + "valueString": "Itemized", + "confidence": 0.989 + }, + "Subtotal": { + "type": "number", + "valueNumber": 11.7, + "text": "$ 11.70", + "boundingBox": [ + 4.2611, + 7.6546, + 4.9251, + 7.6546, + 4.9251, + 7.9648, + 4.2611, + 7.9648 + ], + "page": 1, + "confidence": 0.777, + "elements": [ + "#/readResults/0/lines/13/words/0", + "#/readResults/0/lines/13/words/1" + ] + }, + "Tax": { + "type": "number", + "valueNumber": 1.17, + "text": "$ 1.17", + "boundingBox": [ + 4.3745, + 8.0029, + 4.9488, + 8.044, + 4.9227, + 8.4085, + 4.3484, + 8.3674 + ], + "page": 1, + "confidence": 0.985, + "elements": [ + "#/readResults/0/lines/15/words/0", + "#/readResults/0/lines/15/words/1" + ] + }, + "Total": { + "type": "number", + "valueNumber": 14.5, + "text": "$14.50", + "boundingBox": [ + 4.1061, + 8.8731, + 5.1243, + 8.9174, + 5.1022, + 9.283, + 4.084, + 9.2276 + ], + "page": 1, + "confidence": 0.958, + "elements": [ + "#/readResults/0/lines/19/words/0" + ] + }, + "TransactionDate": { + "type": "date", + "valueDate": "2019-06-10", + "text": "6/10/2019", + "boundingBox": [ + 1.7819, + 4.6636, + 2.5456, + 4.7301, + 2.5234, + 4.996, + 1.7598, + 4.9406 + ], + "page": 1, + "confidence": 0.987, + "elements": [ + "#/readResults/0/lines/5/words/0" + ] + }, + "TransactionTime": { + "type": "time", + "valueTime": "13:59:00", + "text": "13:59", + "boundingBox": [ + 2.6009, + 4.7412, + 3.0436, + 4.7744, + 3.0215, + 5.0181, + 2.5788, + 4.996 + ], + "page": 1, + "confidence": 0.984, + "elements": [ + "#/readResults/0/lines/5/words/1" + ] + } + } + }, + { + "docType": "prebuilt:receipt", + "pageRange": [ + 2, + 2 + ], + "fields": { + "Items": { + "type": "array", + "valueArray": [ + { + "type": "object", + "valueObject": { + "Name": { + "type": "string", + "valueString": "Surface Pro 6", + "text": "Surface Pro 6", + "boundingBox": [ + 2.0742, + 5.6545, + 3.0328, + 5.6745, + 3.0282, + 5.8911, + 2.0697, + 5.8711 + ], + "page": 2, + "confidence": 0.855, + "elements": [ + "#/readResults/1/lines/7/words/1", + "#/readResults/1/lines/7/words/2", + "#/readResults/1/lines/7/words/3" + ] + }, + "Quantity": { + "type": "number", + "valueNumber": 1, + "text": "1", + "boundingBox": [ + 1.9811, + 5.6606, + 2.0365, + 5.6606, + 2.0365, + 5.8711, + 1.9811, + 5.8711 + ], + "page": 2, + "confidence": 0.961, + "elements": [ + "#/readResults/1/lines/7/words/0" + ] + }, + "TotalPrice": { + "type": "number", + "valueNumber": 999, + "text": "$ 999.00", + "boundingBox": [ + 3.8004, + 6.3191, + 4.4224, + 6.3711, + 4.4011, + 6.6251, + 3.7792, + 6.5731 + ], + "page": 2, + "confidence": 0.935, + "elements": [ + "#/readResults/1/lines/10/words/0", + "#/readResults/1/lines/10/words/1" + ] + } + } + }, + { + "type": "object", + "valueObject": { + "Name": { + "type": "string", + "valueString": "SurfacePen", + "text": "SurfacePen", + "boundingBox": [ + 2.0475, + 7.0453, + 2.8887, + 7.0342, + 2.8997, + 7.2447, + 2.0586, + 7.2669 + ], + "page": 2, + "confidence": 0.479, + "elements": [ + "#/readResults/1/lines/11/words/1" + ] + }, + "Quantity": { + "type": "number", + "valueNumber": 1, + "text": "1", + "boundingBox": [ + 1.9368, + 7.0453, + 2.0033, + 7.0453, + 2.0143, + 7.2669, + 1.9479, + 7.2669 + ], + "page": 2, + "confidence": 0.961, + "elements": [ + "#/readResults/1/lines/11/words/0" + ] + }, + "TotalPrice": { + "type": "number", + "valueNumber": 99.99, + "text": "$ 99.99", + "boundingBox": [ + 3.8737, + 7.0675, + 4.4049, + 7.0675, + 4.4049, + 7.289, + 3.8737, + 7.289 + ], + "page": 2, + "confidence": 0.935, + "elements": [ + "#/readResults/1/lines/12/words/0", + "#/readResults/1/lines/12/words/1" + ] + } + } + } + ] + }, + "MerchantAddress": { + "type": "string", + "valueString": "123 Main Street Redmond, WA 98052", + "text": "123 Main Street Redmond, WA 98052", + "boundingBox": [ + 1.9368, + 3.0685, + 3.265, + 3.0685, + 3.265, + 3.578, + 1.9368, + 3.578 + ], + "page": 2, + "confidence": 0.976, + "elements": [ + "#/readResults/1/lines/2/words/0", + "#/readResults/1/lines/2/words/1", + "#/readResults/1/lines/2/words/2", + "#/readResults/1/lines/3/words/0", + "#/readResults/1/lines/3/words/1", + "#/readResults/1/lines/3/words/2" + ] + }, + "MerchantName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 1.9701, + 2.7694, + 2.5013, + 2.7915, + 2.4902, + 2.9688, + 1.959, + 2.9466 + ], + "page": 2, + "confidence": 0.974, + "elements": [ + "#/readResults/1/lines/1/words/0" + ] + }, + "MerchantPhoneNumber": { + "type": "phoneNumber", + "text": "123-456-7890", + "boundingBox": [ + 1.8926, + 3.9878999999999998, + 2.8665, + 4.0211, + 2.8665, + 4.2205, + 1.8926, + 4.1984 + ], + "page": 2, + "confidence": 0.988, + "elements": [ + "#/readResults/1/lines/4/words/0" + ] + }, + "ReceiptType": { + "type": "string", + "valueString": "Itemized", + "confidence": 0.99 + }, + "Subtotal": { + "type": "number", + "valueNumber": 1098.99, + "text": "$ 1098.99", + "boundingBox": [ + 3.752, + 7.7543, + 4.416, + 7.7543, + 4.416, + 7.9869, + 3.752, + 7.9869 + ], + "page": 2, + "confidence": 0.776, + "elements": [ + "#/readResults/1/lines/14/words/0", + "#/readResults/1/lines/14/words/1" + ] + }, + "Tax": { + "type": "number", + "valueNumber": 104.4, + "text": "$ 104.40", + "boundingBox": [ + 3.8073, + 8.0977, + 4.3939, + 8.0977, + 4.3939, + 8.3192, + 3.8073, + 8.3192 + ], + "page": 2, + "confidence": 0.986, + "elements": [ + "#/readResults/1/lines/16/words/0", + "#/readResults/1/lines/16/words/1" + ] + }, + "Total": { + "type": "number", + "valueNumber": 1203.39, + "text": "$ 1203.39", + "boundingBox": [ + 3.7298, + 8.7623, + 4.3944, + 8.8228, + 4.3743, + 9.0446, + 3.7096, + 8.9841 + ], + "page": 2, + "confidence": 0.973, + "elements": [ + "#/readResults/1/lines/18/words/0", + "#/readResults/1/lines/18/words/1" + ] + }, + "TransactionDate": { + "type": "date", + "valueDate": "2019-06-10", + "text": "6/10/2019", + "boundingBox": [ + 1.8815, + 4.6526, + 2.4792, + 4.6636, + 2.4792, + 4.8741, + 1.8926, + 4.8741 + ], + "page": 2, + "confidence": 0.987, + "elements": [ + "#/readResults/1/lines/5/words/0" + ] + }, + "TransactionTime": { + "type": "time", + "valueTime": "13:59:00", + "text": "13:59", + "boundingBox": [ + 2.5234, + 4.6636, + 2.9108, + 4.6636, + 2.8997, + 4.8741, + 2.5234, + 4.8741 + ], + "page": 2, + "confidence": 0.986, + "elements": [ + "#/readResults/1/lines/5/words/1" + ] + } + } + } + ] + } } - }, - { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/2055ac7b-962e-4d54-88f2-9b96aead0eb6", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "826e29cc4fcbdd3f762f1cb7f5c28814", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "027c8cc7-68ab-4f53-bd88-7dac095c186e", - "Content-Length": "32020", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:48:45 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "25" - }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222021-03-24T21:48:37Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222021-03-24T21:48:45Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Registration\u0022,\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022will\u0022,\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022be\u0022,\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022held\u0022,\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022May\u0022,\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228-29,\u0022,\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020\u0022,\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022at\u0022,\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Elm\u0022,\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Center\u0022,\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022words\u0022:[{\u0022text\u0022:\u0022Maple\u0022,\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022City,\u0022,\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022The\u0022,\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022conference\u0022,\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022has\u0022,\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022sold\u0022,\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022of\u0022,\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022its\u0022,\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u00221,500\u0022,\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022tickets,\u0022,\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022with\u0022,\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022400\u0022,\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022person\u0022,\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022words\u0022:[{\u0022text\u0022:\u0022waitlist.\u0022,\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022applications\u0022,\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022are\u0022,\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022being\u0022,\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022accepted\u0022,\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022through\u0022,\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Feb\u0022,\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228,\u0022,\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020.\u0022,\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Please\u0022,\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022fill\u0022,\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022form\u0022,\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022words\u0022:[{\u0022text\u0022:\u0022below,\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022and\u0022,\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022attach\u0022,\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022check\u0022,\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022made\u0022,\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022to:\u0022,\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022words\u0022:[{\u0022text\u0022:\u00222345\u0022,\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Dogwood\u0022,\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Lane\u0022,\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022words\u0022:[{\u0022text\u0022:\u0022Birch,\u0022,\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Kansas\u0022,\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022confidence\u0022:1},{\u0022text\u0022:\u002298123\u0022,\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022words\u0022:[{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022words\u0022:[{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022words\u0022:[{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022words\u0022:[{\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022words\u0022:[{\u0022text\u0022:\u0022Silver\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022words\u0022:[{\u0022text\u0022:\u0022Post-keynote\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022words\u0022:[{\u0022text\u0022:\u0022Bronze\u0022,\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022words\u0022:[{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022words\u0022:[{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022words\u0022:[{\u0022text\u0022:\u002225%\u0022,\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Details:\u0022,\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022words\u0022:[{\u0022text\u0022:\u0022Company\u0022,\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Name:\u0022,\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Southridge\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022words\u0022:[{\u0022text\u0022:\u0022Contact:\u0022,\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022words\u0022:[{\u0022text\u0022:\u0022Preferred\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Package:\u0022,\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022words\u0022:[{\u0022text\u0022:\u0022Special\u0022,\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Requests:\u0022,\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022N/a\u0022,\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}}]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[1,1],\u0022fields\u0022:{\u0022Items\u0022:{\u0022type\u0022:\u0022array\u0022,\u0022valueArray\u0022:[{\u0022type\u0022:\u0022object\u0022,\u0022valueObject\u0022:{\u0022Name\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Gold Sponsor\u0022,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022page\u0022:1,\u0022confidence\u0022:0.72,\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},\u0022TotalPrice\u0022:{\u0022type\u0022:\u0022number\u0022,\u0022valueNumber\u0022:1500,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022page\u0022:1,\u0022confidence\u0022:0.949,\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]}}},{\u0022type\u0022:\u0022object\u0022,\u0022valueObject\u0022:{\u0022Name\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Silver Sponsor\u0022,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022page\u0022:1,\u0022confidence\u0022:0.72,\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},\u0022TotalPrice\u0022:{\u0022type\u0022:\u0022number\u0022,\u0022valueNumber\u0022:1200,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022page\u0022:1,\u0022confidence\u0022:0.95,\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]}}},{\u0022type\u0022:\u0022object\u0022,\u0022valueObject\u0022:{\u0022Name\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Bronze Sponsor\u0022,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022page\u0022:1,\u0022confidence\u0022:0.72,\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},\u0022TotalPrice\u0022:{\u0022type\u0022:\u0022number\u0022,\u0022valueNumber\u0022:1000,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022page\u0022:1,\u0022confidence\u0022:0.95,\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]}}},{\u0022type\u0022:\u0022object\u0022,\u0022valueObject\u0022:{\u0022Name\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Full Booth\u0022,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022page\u0022:1,\u0022confidence\u0022:0.721,\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},\u0022TotalPrice\u0022:{\u0022type\u0022:\u0022number\u0022,\u0022valueNumber\u0022:600,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022page\u0022:1,\u0022confidence\u0022:0.949,\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]}}},{\u0022type\u0022:\u0022object\u0022,\u0022valueObject\u0022:{\u0022Name\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Half Booth\u0022,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022page\u0022:1,\u0022confidence\u0022:0.751,\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},\u0022TotalPrice\u0022:{\u0022type\u0022:\u0022number\u0022,\u0022valueNumber\u0022:350,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022page\u0022:1,\u0022confidence\u0022:0.947,\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]}}}]},\u0022MerchantAddress\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Maple City, Massachusetts.\u0022,\u0022text\u0022:\u0022Maple City, Massachusetts.\u0022,\u0022boundingBox\u0022:[1.014,2.8036,2.8383,2.8036,2.8383,2.9478,1.014,2.9478],\u0022page\u0022:1,\u0022confidence\u0022:0.855,\u0022elements\u0022:[\u0022#/readResults/0/lines/3/words/0\u0022,\u0022#/readResults/0/lines/3/words/1\u0022,\u0022#/readResults/0/lines/3/words/2\u0022]},\u0022MerchantName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Contoso Ltd.\u0022,\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,2.5856,1.843,2.5856,1.843,2.7013,1.0078,2.7013],\u0022page\u0022:1,\u0022confidence\u0022:0.907,\u0022elements\u0022:[\u0022#/readResults/0/lines/2/words/0\u0022,\u0022#/readResults/0/lines/2/words/1\u0022]},\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Itemized\u0022,\u0022confidence\u0022:0.764}}},{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[2,2],\u0022fields\u0022:{\u0022MerchantName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Video\u0022,\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022page\u0022:2,\u0022confidence\u0022:0.432,\u0022elements\u0022:[\u0022#/readResults/1/lines/2/words/3\u0022]},\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Itemized\u0022,\u0022confidence\u0022:0.772}}}]}}" } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-canada-central.cognitiveservices.azure.com/", "RandomSeed": "450138379" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True)Async.json index 9b78e893079b..e17a39a92b57 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True)Async.json @@ -1,247 +1,2688 @@ { "Entries": [ { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "711607", + "Content-Length": "252365", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-14222b6e5c5a27428ad1c6dec258e750-15a871bc8454174e-00", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-c61a9b39b0f99c48b043458b0e1b8e1d-6ca068ec9e26b34f-00", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9572eff9105097d344045d510f70330f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "d76b0998-676e-4c04-a286-d55ed25df495", + "apim-request-id": "c79533bd-5a81-4fc5-b38b-2b85ac5b2769", "Content-Length": "0", - "Date": "Wed, 24 Mar 2021 21:50:48 GMT", - "Operation-Location": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/d76b0998-676e-4c04-a286-d55ed25df495", + "Date": "Thu, 06 May 2021 18:32:25 GMT", + "Operation-Location": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/c79533bd-5a81-4fc5-b38b-2b85ac5b2769", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "296" + "x-envoy-upstream-service-time": "82" }, "ResponseBody": [] }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/d76b0998-676e-4c04-a286-d55ed25df495", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/c79533bd-5a81-4fc5-b38b-2b85ac5b2769", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c6b27911d51bcd151f24507b56e8cfaf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cce6675f-d035-471f-9dd3-ee64f535c572", - "Content-Length": "106", + "apim-request-id": "d68a1436-a1d4-4c77-a75d-6a05f1789862", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:50:48 GMT", + "Date": "Thu, 06 May 2021 18:32:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { - "status": "running", - "createdDateTime": "2021-03-24T21:50:48Z", - "lastUpdatedDateTime": "2021-03-24T21:50:48Z" + "status": "notStarted", + "createdDateTime": "2021-05-06T18:32:26Z", + "lastUpdatedDateTime": "2021-05-06T18:32:26Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/d76b0998-676e-4c04-a286-d55ed25df495", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/c79533bd-5a81-4fc5-b38b-2b85ac5b2769", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8b9bfa21d7b5d22306836341c0e759ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1e3f8c7c-72b6-4968-bc8c-f548280cc834", + "apim-request-id": "11ad3ab9-b635-483d-8a20-a5c876a3f80b", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:50:49 GMT", + "Date": "Thu, 06 May 2021 18:32:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-24T21:50:48Z", - "lastUpdatedDateTime": "2021-03-24T21:50:48Z" + "createdDateTime": "2021-05-06T18:32:26Z", + "lastUpdatedDateTime": "2021-05-06T18:32:26Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/d76b0998-676e-4c04-a286-d55ed25df495", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/c79533bd-5a81-4fc5-b38b-2b85ac5b2769", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8cadf570c6ca2341daa4762bc057415b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f7359c1f-729e-4008-8ced-687e4ac1a1ff", + "apim-request-id": "e5d80f0a-cebf-47e8-8abc-ab6d5ef649ce", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:50:50 GMT", + "Date": "Thu, 06 May 2021 18:32:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "38" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-24T21:50:48Z", - "lastUpdatedDateTime": "2021-03-24T21:50:48Z" + "createdDateTime": "2021-05-06T18:32:26Z", + "lastUpdatedDateTime": "2021-05-06T18:32:26Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/d76b0998-676e-4c04-a286-d55ed25df495", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/c79533bd-5a81-4fc5-b38b-2b85ac5b2769", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1530ad34a7d53a5a56e0c09872d40c37", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9a6585d0-79b7-456a-93aa-410ae4625286", + "apim-request-id": "07920956-0d20-4afd-ba88-802aec1855e6", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:50:51 GMT", + "Date": "Thu, 06 May 2021 18:32:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-24T21:50:48Z", - "lastUpdatedDateTime": "2021-03-24T21:50:48Z" + "createdDateTime": "2021-05-06T18:32:26Z", + "lastUpdatedDateTime": "2021-05-06T18:32:26Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/d76b0998-676e-4c04-a286-d55ed25df495", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/c79533bd-5a81-4fc5-b38b-2b85ac5b2769", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "600b65cb423b5ae4b878b11160f811ae", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b9048263-87f8-45c2-96a8-e6c7916d2276", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:50:53 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2021-03-24T21:50:48Z", - "lastUpdatedDateTime": "2021-03-24T21:50:48Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/d76b0998-676e-4c04-a286-d55ed25df495", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "130c074143b7c8149b7336ea06a9b006", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1e8ff1da-240b-40e7-9161-cbed292bc79e", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:50:54 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "22" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2021-03-24T21:50:48Z", - "lastUpdatedDateTime": "2021-03-24T21:50:48Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/d76b0998-676e-4c04-a286-d55ed25df495", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "5a5f3e97e04bf120c9d55d5df649d95e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7808f380-89fc-4694-b562-24fd3676c2b9", - "Content-Length": "106", + "apim-request-id": "27648e9a-46e9-4a5e-840a-c1e50f3038ba", + "Content-Length": "22004", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:50:55 GMT", + "Date": "Thu, 06 May 2021 18:32:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { - "status": "running", - "createdDateTime": "2021-03-24T21:50:48Z", - "lastUpdatedDateTime": "2021-03-24T21:50:48Z" + "status": "succeeded", + "createdDateTime": "2021-05-06T18:32:26Z", + "lastUpdatedDateTime": "2021-05-06T18:32:30Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0.5729, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "text": "Contoso", + "boundingBox": [ + 1.9036, + 2.6918, + 2.5677, + 2.8691, + 2.5124, + 3.0685, + 1.8594, + 2.8912 + ], + "words": [ + { + "text": "Contoso", + "boundingBox": [ + 1.9147, + 2.6918, + 2.5677, + 2.8691, + 2.5124, + 3.0685, + 1.8704, + 2.8912 + ], + "confidence": 0.755 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Contoso", + "boundingBox": [ + 2.8776, + 2.5146, + 4.2611, + 2.3817, + 4.2943, + 2.6918, + 2.8997, + 2.8248 + ], + "words": [ + { + "text": "Contoso", + "boundingBox": [ + 2.8776, + 2.5257, + 4.2057, + 2.3927, + 4.2279, + 2.7029, + 2.8997, + 2.8248 + ], + "confidence": 0.996 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "123 Main Street", + "boundingBox": [ + 1.8815, + 3.0131, + 3.11, + 3.2679, + 3.0547, + 3.4894, + 1.8483, + 3.2457 + ], + "words": [ + { + "text": "123", + "boundingBox": [ + 1.8926, + 3.0242, + 2.125, + 3.0685, + 2.0918, + 3.3011, + 1.8483, + 3.2457 + ], + "confidence": 0.994 + }, + { + "text": "Main", + "boundingBox": [ + 2.1803, + 3.0796, + 2.5566, + 3.1682, + 2.5124, + 3.3897, + 2.1361, + 3.3122 + ], + "confidence": 0.994 + }, + { + "text": "Street", + "boundingBox": [ + 2.6009, + 3.1793, + 3.099, + 3.29, + 3.0547, + 3.4894, + 2.5566, + 3.4008 + ], + "confidence": 0.996 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Redmond, WA 98052", + "boundingBox": [ + 1.8594, + 3.3454, + 3.4863, + 3.5559, + 3.4531, + 3.7996, + 1.8372, + 3.6002 + ], + "words": [ + { + "text": "Redmond,", + "boundingBox": [ + 1.8704, + 3.3565, + 2.623, + 3.4783, + 2.6009, + 3.711, + 1.8372, + 3.5891 + ], + "confidence": 0.993 + }, + { + "text": "WA", + "boundingBox": [ + 2.6673, + 3.4783, + 2.8997, + 3.5116, + 2.8776, + 3.7442, + 2.6452, + 3.7221 + ], + "confidence": 0.996 + }, + { + "text": "98052", + "boundingBox": [ + 2.944, + 3.5227, + 3.4642, + 3.567, + 3.4531, + 3.7885, + 2.9329, + 3.7553 + ], + "confidence": 0.993 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "987-654-3210", + "boundingBox": [ + 1.8151, + 3.9878999999999998, + 2.9661, + 4.143, + 2.9329, + 4.3756, + 1.793, + 4.2205 + ], + "words": [ + { + "text": "987-654-3210", + "boundingBox": [ + 1.8151, + 3.999, + 2.9661, + 4.1541, + 2.9329, + 4.3756, + 1.793, + 4.2205 + ], + "confidence": 0.987 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "6/10/2019 13:59", + "boundingBox": [ + 1.7708, + 4.6636, + 3.0547, + 4.7523, + 3.0326, + 5.0181, + 1.7598, + 4.9295 + ], + "words": [ + { + "text": "6/10/2019", + "boundingBox": [ + 1.7819, + 4.6636, + 2.5456, + 4.7301, + 2.5234, + 4.996, + 1.7598, + 4.9406 + ], + "confidence": 0.993 + }, + { + "text": "13:59", + "boundingBox": [ + 2.6009, + 4.7412, + 3.0436, + 4.7744, + 3.0215, + 5.0181, + 2.5788, + 4.996 + ], + "confidence": 0.996 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Sales Associate: Paul", + "boundingBox": [ + 1.7487, + 5.0292, + 3.597, + 5.1067, + 3.5859, + 5.3615, + 1.7376, + 5.284 + ], + "words": [ + { + "text": "Sales", + "boundingBox": [ + 1.7708, + 5.0403, + 2.2135, + 5.0735, + 2.2025, + 5.3061, + 1.7487, + 5.2618 + ], + "confidence": 0.996 + }, + { + "text": "Associate:", + "boundingBox": [ + 2.2578, + 5.0735, + 3.1211, + 5.1067, + 3.11, + 5.3505, + 2.2467, + 5.3061 + ], + "confidence": 0.922 + }, + { + "text": "Paul", + "boundingBox": [ + 3.1654, + 5.1067, + 3.6081, + 5.1067, + 3.597, + 5.3615, + 3.1543, + 5.3505 + ], + "confidence": 0.991 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "1 Cappuccino", + "boundingBox": [ + 1.6934, + 5.7382, + 2.9993, + 5.7936, + 2.9883, + 6.0705, + 1.6823, + 6.0262 + ], + "words": [ + { + "text": "1", + "boundingBox": [ + 1.6934, + 5.7382, + 1.8372, + 5.7492, + 1.8372, + 6.0262, + 1.6934, + 6.0262 + ], + "confidence": 0.995 + }, + { + "text": "Cappuccino", + "boundingBox": [ + 1.8926, + 5.7492, + 3.0104, + 5.7936, + 2.9993, + 6.0705, + 1.8926, + 6.0373 + ], + "confidence": 0.705 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "$2.20", + "boundingBox": [ + 4.2943, + 5.7492, + 4.8034, + 5.716, + 4.8034, + 5.9597, + 4.3164, + 5.9929 + ], + "words": [ + { + "text": "$2.20", + "boundingBox": [ + 4.3053, + 5.7492, + 4.7923, + 5.716, + 4.8034, + 5.9597, + 4.3164, + 5.9929 + ], + "confidence": 0.996 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "1 BACON \u0026 EGGS", + "boundingBox": [ + 1.6491, + 6.4914, + 3.2318, + 6.5025, + 3.2318, + 6.7684, + 1.6491, + 6.7573 + ], + "words": [ + { + "text": "1", + "boundingBox": [ + 1.6602, + 6.4914, + 1.804, + 6.4914, + 1.804, + 6.7684, + 1.6602, + 6.7684 + ], + "confidence": 0.996 + }, + { + "text": "BACON", + "boundingBox": [ + 1.8704, + 6.5025, + 2.5013, + 6.5136, + 2.4902, + 6.7684, + 1.8704, + 6.7684 + ], + "confidence": 0.996 + }, + { + "text": "\u0026", + "boundingBox": [ + 2.5456, + 6.5136, + 2.6784, + 6.5136, + 2.6673, + 6.7684, + 2.5456, + 6.7684 + ], + "confidence": 0.996 + }, + { + "text": "EGGS", + "boundingBox": [ + 2.7337, + 6.5136, + 3.2318, + 6.5136, + 3.2318, + 6.7795, + 2.7227, + 6.7684 + ], + "confidence": 0.994 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Sunny-side-up", + "boundingBox": [ + 1.9811, + 6.9124, + 3.2539, + 6.9124, + 3.2539, + 7.1893, + 1.9811, + 7.1782 + ], + "words": [ + { + "text": "Sunny-side-up", + "boundingBox": [ + 2.0033, + 6.9124, + 3.265, + 6.9235, + 3.2539, + 7.2004, + 2.0033, + 7.1893 + ], + "confidence": 0.994 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "$9.5", + "boundingBox": [ + 4.3717, + 6.8459, + 4.8145, + 6.8348, + 4.8145, + 7.1229, + 4.3717, + 7.1339 + ], + "words": [ + { + "text": "$9.5", + "boundingBox": [ + 4.3828, + 6.8459, + 4.8034, + 6.8348, + 4.8145, + 7.1229, + 4.3828, + 7.1339 + ], + "confidence": 0.991 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Sub-Total", + "boundingBox": [ + 2.291, + 7.6878, + 3.2982, + 7.6657, + 3.3092, + 7.9426, + 2.291, + 7.9757999999999996 + ], + "words": [ + { + "text": "Sub-Total", + "boundingBox": [ + 2.3021, + 7.6878, + 3.3092, + 7.6657, + 3.3092, + 7.9537, + 2.3021, + 7.9869 + ], + "confidence": 0.892 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "$ 11.70", + "boundingBox": [ + 4.2611, + 7.6546, + 4.9251, + 7.6546, + 4.9141, + 7.9537, + 4.2721, + 7.9648 + ], + "words": [ + { + "text": "$", + "boundingBox": [ + 4.2611, + 7.6546, + 4.3385, + 7.6546, + 4.3385, + 7.9648, + 4.2611, + 7.9648 + ], + "confidence": 0.994 + }, + { + "text": "11.70", + "boundingBox": [ + 4.3939, + 7.6546, + 4.9141, + 7.6546, + 4.9251, + 7.9537, + 4.4049, + 7.9648 + ], + "confidence": 0.996 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Tax", + "boundingBox": [ + 2.3021, + 8.1088, + 2.6895, + 8.1088, + 2.7005, + 8.3746, + 2.3021, + 8.3857 + ], + "words": [ + { + "text": "Tax", + "boundingBox": [ + 2.3021, + 8.1088, + 2.6895, + 8.1088, + 2.6895, + 8.3857, + 2.3021, + 8.3857 + ], + "confidence": 0.994 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "$ 1.17", + "boundingBox": [ + 4.3828, + 8.0423, + 4.9362, + 8.0534, + 4.9251, + 8.3746, + 4.3717, + 8.3746 + ], + "words": [ + { + "text": "$", + "boundingBox": [ + 4.3717, + 8.0423, + 4.4492, + 8.0423, + 4.4492, + 8.3746, + 4.3717, + 8.3635 + ], + "confidence": 0.994 + }, + { + "text": "1.17", + "boundingBox": [ + 4.5156, + 8.0423, + 4.9251, + 8.0423, + 4.9251, + 8.3746, + 4.5156, + 8.3746 + ], + "confidence": 0.992 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Tip", + "boundingBox": [ + 2.2689, + 8.4965, + 2.612, + 8.5076, + 2.6009, + 8.8399, + 2.2689, + 8.8288 + ], + "words": [ + { + "text": "Tip", + "boundingBox": [ + 2.2799, + 8.4965, + 2.6009, + 8.5076, + 2.5898, + 8.8399, + 2.2799, + 8.8288 + ], + "confidence": 0.994 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "$ 11623", + "boundingBox": [ + 4.084, + 8.4079, + 4.8809, + 8.4079, + 4.8698, + 8.7734, + 4.0729, + 8.7734 + ], + "words": [ + { + "text": "$", + "boundingBox": [ + 4.0729, + 8.4079, + 4.1615, + 8.4079, + 4.1615, + 8.7734, + 4.0729, + 8.7734 + ], + "confidence": 0.999 + }, + { + "text": "11623", + "boundingBox": [ + 4.2389, + 8.4079, + 4.8477, + 8.4079, + 4.8477, + 8.7734, + 4.2389, + 8.7734 + ], + "confidence": 0.27 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.469 + } + } + }, + { + "text": "Total", + "boundingBox": [ + 2.2799, + 8.9507, + 2.8223, + 8.9285, + 2.8223, + 9.2165, + 2.2799, + 9.2387 + ], + "words": [ + { + "text": "Total", + "boundingBox": [ + 2.2799, + 8.9507, + 2.8223, + 8.9285, + 2.8333, + 9.2054, + 2.291, + 9.2276 + ], + "confidence": 0.979 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "$14.50", + "boundingBox": [ + 4.0951, + 8.8731, + 5.1576, + 8.9174, + 5.1465, + 9.2719, + 4.084, + 9.2276 + ], + "words": [ + { + "text": "$14.50", + "boundingBox": [ + 4.1061, + 8.8731, + 5.1243, + 8.9174, + 5.1022, + 9.283, + 4.084, + 9.2276 + ], + "confidence": 0.351 + } + ], + "appearance": { + "style": { + "name": "handwriting", + "confidence": 0.772 + } + } + } + ] + }, + { + "page": 2, + "angle": 0.4374, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "text": "Contoso", + "boundingBox": [ + 2.8112, + 1.8499, + 4.1393, + 1.8278, + 4.1504, + 2.1601, + 2.8223, + 2.1934 + ], + "words": [ + { + "text": "Contoso", + "boundingBox": [ + 2.8223, + 1.8499, + 4.1283, + 1.8389, + 4.1393, + 2.1601, + 2.8333, + 2.2044 + ], + "confidence": 0.994 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Contoso", + "boundingBox": [ + 1.959, + 2.7583, + 2.5234, + 2.7915, + 2.5124, + 2.9688, + 1.9479, + 2.9355 + ], + "words": [ + { + "text": "Contoso", + "boundingBox": [ + 1.9701, + 2.7694, + 2.5013, + 2.7915, + 2.4902, + 2.9688, + 1.959, + 2.9466 + ], + "confidence": 0.933 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "123 Main Street", + "boundingBox": [ + 1.959, + 3.0574, + 2.944, + 3.0796, + 2.944, + 3.2679, + 1.9479, + 3.2568 + ], + "words": [ + { + "text": "123", + "boundingBox": [ + 1.9701, + 3.0685, + 2.1361, + 3.0685, + 2.125, + 3.2679, + 1.959, + 3.2679 + ], + "confidence": 0.994 + }, + { + "text": "Main", + "boundingBox": [ + 2.1693, + 3.0796, + 2.4792, + 3.0796, + 2.4681, + 3.2679, + 2.1582, + 3.2679 + ], + "confidence": 0.994 + }, + { + "text": "Street", + "boundingBox": [ + 2.5124, + 3.0796, + 2.9551, + 3.0906, + 2.944, + 3.279, + 2.5124, + 3.2679 + ], + "confidence": 0.991 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Redmond, WA 98052", + "boundingBox": [ + 1.9258, + 3.3786, + 3.265, + 3.3676, + 3.265, + 3.567, + 1.9258, + 3.578 + ], + "words": [ + { + "text": "Redmond,", + "boundingBox": [ + 1.9368, + 3.3786, + 2.5456, + 3.3897, + 2.5456, + 3.578, + 1.9368, + 3.578 + ], + "confidence": 0.94 + }, + { + "text": "WA", + "boundingBox": [ + 2.5898, + 3.3897, + 2.778, + 3.3897, + 2.7669, + 3.578, + 2.5788, + 3.578 + ], + "confidence": 0.997 + }, + { + "text": "98052", + "boundingBox": [ + 2.8223, + 3.3786, + 3.265, + 3.3786, + 3.2539, + 3.578, + 2.8112, + 3.578 + ], + "confidence": 0.993 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "123-456-7890", + "boundingBox": [ + 1.8926, + 3.9878999999999998, + 2.8776, + 4.0101, + 2.8665, + 4.2205, + 1.8926, + 4.1873 + ], + "words": [ + { + "text": "123-456-7890", + "boundingBox": [ + 1.8926, + 3.9878999999999998, + 2.8665, + 4.0211, + 2.8665, + 4.2205, + 1.8926, + 4.1984 + ], + "confidence": 0.987 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "6/10/2019 13:59", + "boundingBox": [ + 1.8704, + 4.6526, + 2.8997, + 4.6526, + 2.8997, + 4.8741, + 1.8704, + 4.863 + ], + "words": [ + { + "text": "6/10/2019", + "boundingBox": [ + 1.8815, + 4.6526, + 2.4792, + 4.6636, + 2.4792, + 4.8741, + 1.8926, + 4.8741 + ], + "confidence": 0.994 + }, + { + "text": "13:59", + "boundingBox": [ + 2.5234, + 4.6636, + 2.9108, + 4.6636, + 2.8997, + 4.8741, + 2.5234, + 4.8741 + ], + "confidence": 0.996 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Sales Associate: Paul", + "boundingBox": [ + 1.8704, + 4.996, + 3.3203, + 5.007, + 3.3203, + 5.2064, + 1.8704, + 5.1954 + ], + "words": [ + { + "text": "Sales", + "boundingBox": [ + 1.8926, + 4.996, + 2.2135, + 5.007, + 2.2135, + 5.2064, + 1.8815, + 5.1954 + ], + "confidence": 0.996 + }, + { + "text": "Associate:", + "boundingBox": [ + 2.2578, + 5.007, + 2.9329, + 5.007, + 2.9329, + 5.2064, + 2.2467, + 5.2064 + ], + "confidence": 0.979 + }, + { + "text": "Paul", + "boundingBox": [ + 2.9772, + 5.007, + 3.3314, + 5.007, + 3.3203, + 5.2064, + 2.9661, + 5.2064 + ], + "confidence": 0.991 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "1 Surface Pro 6", + "boundingBox": [ + 1.9811, + 5.6606, + 3.0436, + 5.6717, + 3.0436, + 5.8822, + 1.9701, + 5.8711 + ], + "words": [ + { + "text": "1", + "boundingBox": [ + 1.9811, + 5.6606, + 2.0365, + 5.6606, + 2.0365, + 5.8711, + 1.9811, + 5.8711 + ], + "confidence": 0.994 + }, + { + "text": "Surface", + "boundingBox": [ + 2.0807, + 5.6606, + 2.612, + 5.6717, + 2.6009, + 5.8822, + 2.0697, + 5.8711 + ], + "confidence": 0.949 + }, + { + "text": "Pro", + "boundingBox": [ + 2.6563, + 5.6717, + 2.8665, + 5.6717, + 2.8555, + 5.8822, + 2.6452, + 5.8822 + ], + "confidence": 0.979 + }, + { + "text": "6", + "boundingBox": [ + 2.8997, + 5.6717, + 3.0326, + 5.6828, + 3.0215, + 5.8822, + 2.8997, + 5.8822 + ], + "confidence": 0.996 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "256GB/Intel Core i5 /", + "boundingBox": [ + 2.0807, + 5.9929, + 3.5306, + 6.004, + 3.5306, + 6.2256, + 2.0807, + 6.2145 + ], + "words": [ + { + "text": "256GB/Intel", + "boundingBox": [ + 2.0918, + 6.004, + 2.9329, + 6.004, + 2.9219, + 6.2256, + 2.0918, + 6.2145 + ], + "confidence": 0.795 + }, + { + "text": "Core", + "boundingBox": [ + 2.9661, + 6.004, + 3.2539, + 6.004, + 3.2428, + 6.2256, + 2.9661, + 6.2256 + ], + "confidence": 0.991 + }, + { + "text": "i5", + "boundingBox": [ + 3.2982, + 6.004, + 3.4089, + 6.004, + 3.3978, + 6.2256, + 3.2871, + 6.2256 + ], + "confidence": 0.966 + }, + { + "text": "/", + "boundingBox": [ + 3.4421, + 6.004, + 3.5306, + 6.004, + 3.5195, + 6.2256, + 3.431, + 6.2256 + ], + "confidence": 0.964 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "8GB RAM (Black)", + "boundingBox": [ + 2.0807, + 6.3364, + 3.2096, + 6.3474, + 3.2096, + 6.569, + 2.0807, + 6.5468 + ], + "words": [ + { + "text": "8GB", + "boundingBox": [ + 2.0807, + 6.3474, + 2.3353, + 6.3474, + 2.3242, + 6.5579, + 2.0807, + 6.5468 + ], + "confidence": 0.994 + }, + { + "text": "RAM", + "boundingBox": [ + 2.3685, + 6.3474, + 2.6673, + 6.3474, + 2.6563, + 6.5579, + 2.3685, + 6.5579 + ], + "confidence": 0.997 + }, + { + "text": "(Black)", + "boundingBox": [ + 2.7005, + 6.3474, + 3.2096, + 6.3585, + 3.1986, + 6.569, + 2.7005, + 6.5579 + ], + "confidence": 0.994 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "$ 999.00", + "boundingBox": [ + 3.7962, + 6.3696, + 4.4271, + 6.3807, + 4.416, + 6.5801, + 3.7852, + 6.5801 + ], + "words": [ + { + "text": "$", + "boundingBox": [ + 3.7962, + 6.3696, + 3.8626, + 6.3696, + 3.8626, + 6.5801, + 3.7962, + 6.569 + ], + "confidence": 0.997 + }, + { + "text": "999.00", + "boundingBox": [ + 3.9069, + 6.3696, + 4.4049, + 6.3696, + 4.4049, + 6.5801, + 3.9069, + 6.5801 + ], + "confidence": 0.995 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "1 SurfacePen", + "boundingBox": [ + 1.9258, + 7.0453, + 2.8997, + 7.0342, + 2.8997, + 7.2447, + 1.9368, + 7.2558 + ], + "words": [ + { + "text": "1", + "boundingBox": [ + 1.9368, + 7.0453, + 2.0033, + 7.0453, + 2.0143, + 7.2669, + 1.9479, + 7.2669 + ], + "confidence": 0.994 + }, + { + "text": "SurfacePen", + "boundingBox": [ + 2.0475, + 7.0453, + 2.8887, + 7.0342, + 2.8997, + 7.2447, + 2.0586, + 7.2669 + ], + "confidence": 0.994 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "$ 99.99", + "boundingBox": [ + 3.8737, + 7.0675, + 4.4049, + 7.0675, + 4.3939, + 7.289, + 3.8737, + 7.289 + ], + "words": [ + { + "text": "$", + "boundingBox": [ + 3.8737, + 7.0675, + 3.9622, + 7.0675, + 3.9622, + 7.289, + 3.8737, + 7.289 + ], + "confidence": 0.994 + }, + { + "text": "99.99", + "boundingBox": [ + 4.0065, + 7.0675, + 4.4049, + 7.0675, + 4.4049, + 7.289, + 4.0065, + 7.289 + ], + "confidence": 0.995 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Sub-Total", + "boundingBox": [ + 2.3796, + 7.721, + 3.0879, + 7.721, + 3.0879, + 7.9315, + 2.3796, + 7.9204 + ], + "words": [ + { + "text": "Sub-Total", + "boundingBox": [ + 2.3906, + 7.721, + 3.099, + 7.7321, + 3.0879, + 7.9315, + 2.3906, + 7.9315 + ], + "confidence": 0.994 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "$ 1098.99", + "boundingBox": [ + 3.752, + 7.7654, + 4.416, + 7.7543, + 4.416, + 7.9537, + 3.752, + 7.9869 + ], + "words": [ + { + "text": "$", + "boundingBox": [ + 3.752, + 7.7654, + 3.8184, + 7.7654, + 3.8184, + 7.9869, + 3.763, + 7.9869 + ], + "confidence": 0.997 + }, + { + "text": "1098.99", + "boundingBox": [ + 3.8626, + 7.7654, + 4.4049, + 7.7543, + 4.416, + 7.9648, + 3.8626, + 7.9869 + ], + "confidence": 0.995 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Tax", + "boundingBox": [ + 2.7005, + 8.0644, + 2.9661, + 8.0755, + 2.9551, + 8.2528, + 2.6895, + 8.2417 + ], + "words": [ + { + "text": "Tax", + "boundingBox": [ + 2.7005, + 8.0644, + 2.9551, + 8.0755, + 2.9551, + 8.2528, + 2.6895, + 8.2417 + ], + "confidence": 0.997 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "$ 104.40", + "boundingBox": [ + 3.8073, + 8.0977, + 4.4049, + 8.0977, + 4.4049, + 8.3082, + 3.8073, + 8.3192 + ], + "words": [ + { + "text": "$", + "boundingBox": [ + 3.8073, + 8.0977, + 3.8737, + 8.0977, + 3.8737, + 8.3192, + 3.8073, + 8.3192 + ], + "confidence": 0.994 + }, + { + "text": "104.40", + "boundingBox": [ + 3.918, + 8.0977, + 4.3939, + 8.0977, + 4.3939, + 8.3192, + 3.918, + 8.3192 + ], + "confidence": 0.995 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "Total", + "boundingBox": [ + 2.623, + 8.7734, + 2.9993, + 8.7623, + 2.9993, + 8.9617, + 2.6341, + 8.9728 + ], + "words": [ + { + "text": "Total", + "boundingBox": [ + 2.623, + 8.7734, + 2.9883, + 8.7623, + 2.9993, + 8.9617, + 2.6341, + 8.9728 + ], + "confidence": 0.989 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + }, + { + "text": "$ 1203.39", + "boundingBox": [ + 3.7188, + 8.7623, + 4.3828, + 8.8177, + 4.3717, + 9.0282, + 3.7077, + 8.9728 + ], + "words": [ + { + "text": "$", + "boundingBox": [ + 3.7298, + 8.7623, + 3.7962, + 8.7734, + 3.7852, + 8.9839, + 3.7188, + 8.9839 + ], + "confidence": 0.994 + }, + { + "text": "1203.39", + "boundingBox": [ + 3.8405, + 8.7734, + 4.3939, + 8.8288, + 4.3717, + 9.0393, + 3.8294, + 8.995 + ], + "confidence": 0.995 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.878 + } + } + } + ] + } + ], + "documentResults": [ + { + "docType": "prebuilt:receipt", + "pageRange": [ + 1, + 1 + ], + "fields": { + "Items": { + "type": "array", + "valueArray": [ + { + "type": "object", + "valueObject": { + "Name": { + "type": "string", + "valueString": "Cappuccino", + "text": "Cappuccino", + "boundingBox": [ + 1.8926, + 5.7492, + 3.0104, + 5.7936, + 2.9993, + 6.0705, + 1.8926, + 6.0373 + ], + "page": 1, + "confidence": 0.735, + "elements": [ + "#/readResults/0/lines/7/words/1" + ] + }, + "Quantity": { + "type": "number", + "valueNumber": 1, + "text": "1", + "boundingBox": [ + 1.6934, + 5.7382, + 1.8372, + 5.7492, + 1.8372, + 6.0262, + 1.6934, + 6.0262 + ], + "page": 1, + "confidence": 0.966, + "elements": [ + "#/readResults/0/lines/7/words/0" + ] + }, + "TotalPrice": { + "type": "number", + "valueNumber": 2.2, + "text": "$2.20", + "boundingBox": [ + 4.3053, + 5.7492, + 4.7923, + 5.716, + 4.8034, + 5.9597, + 4.3164, + 5.9929 + ], + "page": 1, + "confidence": 0.977, + "elements": [ + "#/readResults/0/lines/8/words/0" + ] + } + } + }, + { + "type": "object", + "valueObject": { + "Name": { + "type": "string", + "valueString": "BACON \u0026 EGGS", + "text": "BACON \u0026 EGGS", + "boundingBox": [ + 1.8704, + 6.5015, + 3.2342, + 6.5136, + 3.2318, + 6.7805, + 1.868, + 6.7684 + ], + "page": 1, + "confidence": 0.903, + "elements": [ + "#/readResults/0/lines/9/words/1", + "#/readResults/0/lines/9/words/2", + "#/readResults/0/lines/9/words/3" + ] + }, + "Quantity": { + "type": "number", + "valueNumber": 1, + "text": "1", + "boundingBox": [ + 1.6602, + 6.4914, + 1.804, + 6.4914, + 1.804, + 6.7684, + 1.6602, + 6.7684 + ], + "page": 1, + "confidence": 0.966, + "elements": [ + "#/readResults/0/lines/9/words/0" + ] + }, + "TotalPrice": { + "type": "number", + "valueNumber": 9.5, + "text": "$9.5", + "boundingBox": [ + 4.3828, + 6.8459, + 4.8034, + 6.8348, + 4.8145, + 7.1229, + 4.3828, + 7.1339 + ], + "page": 1, + "confidence": 0.917, + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + } + } + } + ] + }, + "MerchantAddress": { + "type": "string", + "valueString": "123 Main Street Redmond, WA 98052", + "text": "123 Main Street Redmond, WA 98052", + "boundingBox": [ + 1.893, + 3.0221, + 3.5405, + 3.3517, + 3.4293, + 3.9076, + 1.7818, + 3.578 + ], + "page": 1, + "confidence": 0.973, + "elements": [ + "#/readResults/0/lines/2/words/0", + "#/readResults/0/lines/2/words/1", + "#/readResults/0/lines/2/words/2", + "#/readResults/0/lines/3/words/0", + "#/readResults/0/lines/3/words/1", + "#/readResults/0/lines/3/words/2" + ] + }, + "MerchantName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 1.9147, + 2.6918, + 2.5677, + 2.8691, + 2.5124, + 3.0685, + 1.8704, + 2.8912 + ], + "page": 1, + "confidence": 0.973, + "elements": [ + "#/readResults/0/lines/0/words/0" + ] + }, + "MerchantPhoneNumber": { + "type": "phoneNumber", + "valuePhoneNumber": "\u002B19876543210", + "text": "987-654-3210", + "boundingBox": [ + 1.8151, + 3.999, + 2.9661, + 4.1541, + 2.9329, + 4.3756, + 1.793, + 4.2205 + ], + "page": 1, + "confidence": 0.987, + "elements": [ + "#/readResults/0/lines/4/words/0" + ] + }, + "ReceiptType": { + "type": "string", + "valueString": "Itemized", + "confidence": 0.989 + }, + "Subtotal": { + "type": "number", + "valueNumber": 11.7, + "text": "$ 11.70", + "boundingBox": [ + 4.2611, + 7.6546, + 4.9251, + 7.6546, + 4.9251, + 7.9648, + 4.2611, + 7.9648 + ], + "page": 1, + "confidence": 0.777, + "elements": [ + "#/readResults/0/lines/13/words/0", + "#/readResults/0/lines/13/words/1" + ] + }, + "Tax": { + "type": "number", + "valueNumber": 1.17, + "text": "$ 1.17", + "boundingBox": [ + 4.3745, + 8.0029, + 4.9488, + 8.044, + 4.9227, + 8.4085, + 4.3484, + 8.3674 + ], + "page": 1, + "confidence": 0.985, + "elements": [ + "#/readResults/0/lines/15/words/0", + "#/readResults/0/lines/15/words/1" + ] + }, + "Total": { + "type": "number", + "valueNumber": 14.5, + "text": "$14.50", + "boundingBox": [ + 4.1061, + 8.8731, + 5.1243, + 8.9174, + 5.1022, + 9.283, + 4.084, + 9.2276 + ], + "page": 1, + "confidence": 0.958, + "elements": [ + "#/readResults/0/lines/19/words/0" + ] + }, + "TransactionDate": { + "type": "date", + "valueDate": "2019-06-10", + "text": "6/10/2019", + "boundingBox": [ + 1.7819, + 4.6636, + 2.5456, + 4.7301, + 2.5234, + 4.996, + 1.7598, + 4.9406 + ], + "page": 1, + "confidence": 0.987, + "elements": [ + "#/readResults/0/lines/5/words/0" + ] + }, + "TransactionTime": { + "type": "time", + "valueTime": "13:59:00", + "text": "13:59", + "boundingBox": [ + 2.6009, + 4.7412, + 3.0436, + 4.7744, + 3.0215, + 5.0181, + 2.5788, + 4.996 + ], + "page": 1, + "confidence": 0.984, + "elements": [ + "#/readResults/0/lines/5/words/1" + ] + } + } + }, + { + "docType": "prebuilt:receipt", + "pageRange": [ + 2, + 2 + ], + "fields": { + "Items": { + "type": "array", + "valueArray": [ + { + "type": "object", + "valueObject": { + "Name": { + "type": "string", + "valueString": "Surface Pro 6", + "text": "Surface Pro 6", + "boundingBox": [ + 2.0742, + 5.6545, + 3.0328, + 5.6745, + 3.0282, + 5.8911, + 2.0697, + 5.8711 + ], + "page": 2, + "confidence": 0.855, + "elements": [ + "#/readResults/1/lines/7/words/1", + "#/readResults/1/lines/7/words/2", + "#/readResults/1/lines/7/words/3" + ] + }, + "Quantity": { + "type": "number", + "valueNumber": 1, + "text": "1", + "boundingBox": [ + 1.9811, + 5.6606, + 2.0365, + 5.6606, + 2.0365, + 5.8711, + 1.9811, + 5.8711 + ], + "page": 2, + "confidence": 0.961, + "elements": [ + "#/readResults/1/lines/7/words/0" + ] + }, + "TotalPrice": { + "type": "number", + "valueNumber": 999, + "text": "$ 999.00", + "boundingBox": [ + 3.8004, + 6.3191, + 4.4224, + 6.3711, + 4.4011, + 6.6251, + 3.7792, + 6.5731 + ], + "page": 2, + "confidence": 0.935, + "elements": [ + "#/readResults/1/lines/10/words/0", + "#/readResults/1/lines/10/words/1" + ] + } + } + }, + { + "type": "object", + "valueObject": { + "Name": { + "type": "string", + "valueString": "SurfacePen", + "text": "SurfacePen", + "boundingBox": [ + 2.0475, + 7.0453, + 2.8887, + 7.0342, + 2.8997, + 7.2447, + 2.0586, + 7.2669 + ], + "page": 2, + "confidence": 0.479, + "elements": [ + "#/readResults/1/lines/11/words/1" + ] + }, + "Quantity": { + "type": "number", + "valueNumber": 1, + "text": "1", + "boundingBox": [ + 1.9368, + 7.0453, + 2.0033, + 7.0453, + 2.0143, + 7.2669, + 1.9479, + 7.2669 + ], + "page": 2, + "confidence": 0.961, + "elements": [ + "#/readResults/1/lines/11/words/0" + ] + }, + "TotalPrice": { + "type": "number", + "valueNumber": 99.99, + "text": "$ 99.99", + "boundingBox": [ + 3.8737, + 7.0675, + 4.4049, + 7.0675, + 4.4049, + 7.289, + 3.8737, + 7.289 + ], + "page": 2, + "confidence": 0.935, + "elements": [ + "#/readResults/1/lines/12/words/0", + "#/readResults/1/lines/12/words/1" + ] + } + } + } + ] + }, + "MerchantAddress": { + "type": "string", + "valueString": "123 Main Street Redmond, WA 98052", + "text": "123 Main Street Redmond, WA 98052", + "boundingBox": [ + 1.9368, + 3.0685, + 3.265, + 3.0685, + 3.265, + 3.578, + 1.9368, + 3.578 + ], + "page": 2, + "confidence": 0.976, + "elements": [ + "#/readResults/1/lines/2/words/0", + "#/readResults/1/lines/2/words/1", + "#/readResults/1/lines/2/words/2", + "#/readResults/1/lines/3/words/0", + "#/readResults/1/lines/3/words/1", + "#/readResults/1/lines/3/words/2" + ] + }, + "MerchantName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 1.9701, + 2.7694, + 2.5013, + 2.7915, + 2.4902, + 2.9688, + 1.959, + 2.9466 + ], + "page": 2, + "confidence": 0.974, + "elements": [ + "#/readResults/1/lines/1/words/0" + ] + }, + "MerchantPhoneNumber": { + "type": "phoneNumber", + "text": "123-456-7890", + "boundingBox": [ + 1.8926, + 3.9878999999999998, + 2.8665, + 4.0211, + 2.8665, + 4.2205, + 1.8926, + 4.1984 + ], + "page": 2, + "confidence": 0.988, + "elements": [ + "#/readResults/1/lines/4/words/0" + ] + }, + "ReceiptType": { + "type": "string", + "valueString": "Itemized", + "confidence": 0.99 + }, + "Subtotal": { + "type": "number", + "valueNumber": 1098.99, + "text": "$ 1098.99", + "boundingBox": [ + 3.752, + 7.7543, + 4.416, + 7.7543, + 4.416, + 7.9869, + 3.752, + 7.9869 + ], + "page": 2, + "confidence": 0.776, + "elements": [ + "#/readResults/1/lines/14/words/0", + "#/readResults/1/lines/14/words/1" + ] + }, + "Tax": { + "type": "number", + "valueNumber": 104.4, + "text": "$ 104.40", + "boundingBox": [ + 3.8073, + 8.0977, + 4.3939, + 8.0977, + 4.3939, + 8.3192, + 3.8073, + 8.3192 + ], + "page": 2, + "confidence": 0.986, + "elements": [ + "#/readResults/1/lines/16/words/0", + "#/readResults/1/lines/16/words/1" + ] + }, + "Total": { + "type": "number", + "valueNumber": 1203.39, + "text": "$ 1203.39", + "boundingBox": [ + 3.7298, + 8.7623, + 4.3944, + 8.8228, + 4.3743, + 9.0446, + 3.7096, + 8.9841 + ], + "page": 2, + "confidence": 0.973, + "elements": [ + "#/readResults/1/lines/18/words/0", + "#/readResults/1/lines/18/words/1" + ] + }, + "TransactionDate": { + "type": "date", + "valueDate": "2019-06-10", + "text": "6/10/2019", + "boundingBox": [ + 1.8815, + 4.6526, + 2.4792, + 4.6636, + 2.4792, + 4.8741, + 1.8926, + 4.8741 + ], + "page": 2, + "confidence": 0.987, + "elements": [ + "#/readResults/1/lines/5/words/0" + ] + }, + "TransactionTime": { + "type": "time", + "valueTime": "13:59:00", + "text": "13:59", + "boundingBox": [ + 2.5234, + 4.6636, + 2.9108, + 4.6636, + 2.8997, + 4.8741, + 2.5234, + 4.8741 + ], + "page": 2, + "confidence": 0.986, + "elements": [ + "#/readResults/1/lines/5/words/1" + ] + } + } + } + ] + } } - }, - { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/d76b0998-676e-4c04-a286-d55ed25df495", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "6a5611cef9c7887f5143c5c80cfa530f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6853c7c9-7faa-472a-baa0-911efd1f9056", - "Content-Length": "32020", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:50:56 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "29" - }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222021-03-24T21:50:48Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222021-03-24T21:50:55Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Registration\u0022,\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022will\u0022,\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022be\u0022,\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022held\u0022,\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022May\u0022,\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228-29,\u0022,\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020\u0022,\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022at\u0022,\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Elm\u0022,\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Center\u0022,\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022words\u0022:[{\u0022text\u0022:\u0022Maple\u0022,\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022City,\u0022,\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022The\u0022,\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022conference\u0022,\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022has\u0022,\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022sold\u0022,\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022of\u0022,\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022its\u0022,\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u00221,500\u0022,\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022tickets,\u0022,\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022with\u0022,\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022400\u0022,\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022person\u0022,\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022words\u0022:[{\u0022text\u0022:\u0022waitlist.\u0022,\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022applications\u0022,\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022are\u0022,\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022being\u0022,\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022accepted\u0022,\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022through\u0022,\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Feb\u0022,\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228,\u0022,\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020.\u0022,\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Please\u0022,\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022fill\u0022,\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022form\u0022,\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022words\u0022:[{\u0022text\u0022:\u0022below,\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022and\u0022,\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022attach\u0022,\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022check\u0022,\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022made\u0022,\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022to:\u0022,\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022words\u0022:[{\u0022text\u0022:\u00222345\u0022,\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Dogwood\u0022,\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Lane\u0022,\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022words\u0022:[{\u0022text\u0022:\u0022Birch,\u0022,\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Kansas\u0022,\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022confidence\u0022:1},{\u0022text\u0022:\u002298123\u0022,\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022words\u0022:[{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022words\u0022:[{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022words\u0022:[{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022words\u0022:[{\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022words\u0022:[{\u0022text\u0022:\u0022Silver\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022words\u0022:[{\u0022text\u0022:\u0022Post-keynote\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022words\u0022:[{\u0022text\u0022:\u0022Bronze\u0022,\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022words\u0022:[{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022words\u0022:[{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022words\u0022:[{\u0022text\u0022:\u002225%\u0022,\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Details:\u0022,\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022words\u0022:[{\u0022text\u0022:\u0022Company\u0022,\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Name:\u0022,\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Southridge\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022words\u0022:[{\u0022text\u0022:\u0022Contact:\u0022,\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022words\u0022:[{\u0022text\u0022:\u0022Preferred\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Package:\u0022,\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022words\u0022:[{\u0022text\u0022:\u0022Special\u0022,\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Requests:\u0022,\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022N/a\u0022,\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}}]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[1,1],\u0022fields\u0022:{\u0022Items\u0022:{\u0022type\u0022:\u0022array\u0022,\u0022valueArray\u0022:[{\u0022type\u0022:\u0022object\u0022,\u0022valueObject\u0022:{\u0022Name\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Gold Sponsor\u0022,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022page\u0022:1,\u0022confidence\u0022:0.72,\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},\u0022TotalPrice\u0022:{\u0022type\u0022:\u0022number\u0022,\u0022valueNumber\u0022:1500,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022page\u0022:1,\u0022confidence\u0022:0.949,\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]}}},{\u0022type\u0022:\u0022object\u0022,\u0022valueObject\u0022:{\u0022Name\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Silver Sponsor\u0022,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022page\u0022:1,\u0022confidence\u0022:0.72,\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},\u0022TotalPrice\u0022:{\u0022type\u0022:\u0022number\u0022,\u0022valueNumber\u0022:1200,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022page\u0022:1,\u0022confidence\u0022:0.95,\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]}}},{\u0022type\u0022:\u0022object\u0022,\u0022valueObject\u0022:{\u0022Name\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Bronze Sponsor\u0022,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022page\u0022:1,\u0022confidence\u0022:0.72,\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},\u0022TotalPrice\u0022:{\u0022type\u0022:\u0022number\u0022,\u0022valueNumber\u0022:1000,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022page\u0022:1,\u0022confidence\u0022:0.95,\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]}}},{\u0022type\u0022:\u0022object\u0022,\u0022valueObject\u0022:{\u0022Name\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Full Booth\u0022,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022page\u0022:1,\u0022confidence\u0022:0.721,\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},\u0022TotalPrice\u0022:{\u0022type\u0022:\u0022number\u0022,\u0022valueNumber\u0022:600,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022page\u0022:1,\u0022confidence\u0022:0.949,\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]}}},{\u0022type\u0022:\u0022object\u0022,\u0022valueObject\u0022:{\u0022Name\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Half Booth\u0022,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022page\u0022:1,\u0022confidence\u0022:0.751,\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},\u0022TotalPrice\u0022:{\u0022type\u0022:\u0022number\u0022,\u0022valueNumber\u0022:350,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022page\u0022:1,\u0022confidence\u0022:0.947,\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]}}}]},\u0022MerchantAddress\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Maple City, Massachusetts.\u0022,\u0022text\u0022:\u0022Maple City, Massachusetts.\u0022,\u0022boundingBox\u0022:[1.014,2.8036,2.8383,2.8036,2.8383,2.9478,1.014,2.9478],\u0022page\u0022:1,\u0022confidence\u0022:0.855,\u0022elements\u0022:[\u0022#/readResults/0/lines/3/words/0\u0022,\u0022#/readResults/0/lines/3/words/1\u0022,\u0022#/readResults/0/lines/3/words/2\u0022]},\u0022MerchantName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Contoso Ltd.\u0022,\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,2.5856,1.843,2.5856,1.843,2.7013,1.0078,2.7013],\u0022page\u0022:1,\u0022confidence\u0022:0.907,\u0022elements\u0022:[\u0022#/readResults/0/lines/2/words/0\u0022,\u0022#/readResults/0/lines/2/words/1\u0022]},\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Itemized\u0022,\u0022confidence\u0022:0.764}}},{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[2,2],\u0022fields\u0022:{\u0022MerchantName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Video\u0022,\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022page\u0022:2,\u0022confidence\u0022:0.432,\u0022elements\u0022:[\u0022#/readResults/1/lines/2/words/3\u0022]},\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Itemized\u0022,\u0022confidence\u0022:0.772}}}]}}" } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-canada-central.cognitiveservices.azure.com/", "RandomSeed": "164585980" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPage.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPage.json index 45b420878f01..d209d90bccdf 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPage.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPage.json @@ -1,3365 +1,2042 @@ { "Entries": [ { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "108935", + "Content-Length": "252962", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a0e8f712d404b2479c9f25ecb1b9acce-0181a0e37dbbd048-00", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-74affefdfbef694bb137b4919a0eb725-bf43ee8d6ef20842-00", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b042092feed43c981ded68466d5079d0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "5b0a0c5a-1c30-438b-b3d9-3d0b86eac953", + "apim-request-id": "9e6eb0e6-fc19-4ced-9720-eeee0ec2aab9", "Content-Length": "0", - "Date": "Wed, 24 Mar 2021 21:47:14 GMT", - "Operation-Location": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/5b0a0c5a-1c30-438b-b3d9-3d0b86eac953", + "Date": "Thu, 06 May 2021 18:31:47 GMT", + "Operation-Location": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/9e6eb0e6-fc19-4ced-9720-eeee0ec2aab9", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "99" + "x-envoy-upstream-service-time": "134" }, "ResponseBody": [] }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/5b0a0c5a-1c30-438b-b3d9-3d0b86eac953", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/9e6eb0e6-fc19-4ced-9720-eeee0ec2aab9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "510b7727852c62d58361328a5b8d5b92", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c50a9229-d6e7-421e-83a4-318824e51284", - "Content-Length": "109", + "apim-request-id": "943f8c87-f5f9-4225-9914-6a515e4e5dad", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:47:14 GMT", + "Date": "Thu, 06 May 2021 18:31:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2021-03-24T21:47:14Z", - "lastUpdatedDateTime": "2021-03-24T21:47:14Z" + "status": "running", + "createdDateTime": "2021-05-06T18:31:47Z", + "lastUpdatedDateTime": "2021-05-06T18:31:47Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/5b0a0c5a-1c30-438b-b3d9-3d0b86eac953", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/9e6eb0e6-fc19-4ced-9720-eeee0ec2aab9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "15a14d64e5ac7c57a6d8c3c8ba359635", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "32e5a78e-3960-4165-9bc8-842e742998b0", + "apim-request-id": "27896bf9-e423-40b7-827c-57ce9219c0c1", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:47:15 GMT", + "Date": "Thu, 06 May 2021 18:31:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-24T21:47:14Z", - "lastUpdatedDateTime": "2021-03-24T21:47:15Z" + "createdDateTime": "2021-05-06T18:31:47Z", + "lastUpdatedDateTime": "2021-05-06T18:31:47Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/5b0a0c5a-1c30-438b-b3d9-3d0b86eac953", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/9e6eb0e6-fc19-4ced-9720-eeee0ec2aab9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f0f16203b17faafb34e02c72bc0ee090", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f76b4fb2-7c6b-4338-bdc6-9d0c1e0af89d", + "apim-request-id": "20b647fa-8164-4e9b-a34d-541f7bffb13e", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:47:16 GMT", + "Date": "Thu, 06 May 2021 18:31:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-24T21:47:14Z", - "lastUpdatedDateTime": "2021-03-24T21:47:15Z" + "createdDateTime": "2021-05-06T18:31:47Z", + "lastUpdatedDateTime": "2021-05-06T18:31:47Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/5b0a0c5a-1c30-438b-b3d9-3d0b86eac953", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/9e6eb0e6-fc19-4ced-9720-eeee0ec2aab9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1fe1d59264ae4123208faa53c20ca74e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b662874d-6a61-40c6-8823-4737c7183ba4", + "apim-request-id": "f6b1daa3-ba33-4187-bcce-0e45465c7e32", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:47:17 GMT", + "Date": "Thu, 06 May 2021 18:31:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-24T21:47:14Z", - "lastUpdatedDateTime": "2021-03-24T21:47:15Z" + "createdDateTime": "2021-05-06T18:31:47Z", + "lastUpdatedDateTime": "2021-05-06T18:31:47Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/5b0a0c5a-1c30-438b-b3d9-3d0b86eac953", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/9e6eb0e6-fc19-4ced-9720-eeee0ec2aab9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f987fdcb6b9bb31251f7e0ccb9e4c098", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8f7a5b36-08fc-41c1-9844-94f8b8207ba6", - "Content-Length": "33712", + "apim-request-id": "60e6bbdb-c191-4d29-98f6-eac985311632", + "Content-Length": "22124", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:47:18 GMT", + "Date": "Thu, 06 May 2021 18:31:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2021-03-24T21:47:14Z", - "lastUpdatedDateTime": "2021-03-24T21:47:18Z", + "createdDateTime": "2021-05-06T18:31:47Z", + "lastUpdatedDateTime": "2021-05-06T18:31:51Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 0, + "angle": 0.5729, "width": 8.5, "height": 11, "unit": "inch", "lines": [ { - "text": "Company A Invoice", + "text": "Contoso", "boundingBox": [ - 0.8861, - 1.1217, - 2.3783, - 1.1217, - 2.3783, - 1.2812, - 0.8861, - 1.2812 + 1.9036, + 2.6918, + 2.5677, + 2.8691, + 2.5124, + 3.0685, + 1.8594, + 2.8912 ], "words": [ { - "text": "Company", - "boundingBox": [ - 0.8861, - 1.1232, - 1.6203, - 1.1232, - 1.6203, - 1.2812, - 0.8861, - 1.2812 - ], - "confidence": 1 - }, - { - "text": "A", - "boundingBox": [ - 1.6696, - 1.1242, - 1.7749, - 1.1242, - 1.7749, - 1.2473, - 1.6696, - 1.2473 - ], - "confidence": 1 - }, - { - "text": "Invoice", + "text": "Contoso", "boundingBox": [ - 1.8389, - 1.1217, - 2.3783, - 1.1217, - 2.3783, - 1.2485, - 1.8389, - 1.2485 + 1.9147, + 2.6918, + 2.5677, + 2.8691, + 2.5124, + 3.0685, + 1.8704, + 2.8912 ], - "confidence": 1 + "confidence": 0.755 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Invoice For:", + "text": "Contoso", "boundingBox": [ - 6.0211, - 1.0656, - 7.0357, - 1.0656, - 7.0357, - 1.2121, - 6.0211, - 1.2121 + 2.8776, + 2.5146, + 4.2611, + 2.3817, + 4.2943, + 2.6918, + 2.8997, + 2.8248 ], "words": [ { - "text": "Invoice", - "boundingBox": [ - 6.0211, - 1.0656, - 6.6362, - 1.0656, - 6.6362, - 1.2121, - 6.0211, - 1.2121 - ], - "confidence": 1 - }, - { - "text": "For:", + "text": "Contoso", "boundingBox": [ - 6.7147, - 1.0691, - 7.0357, - 1.0691, - 7.0357, - 1.2121, - 6.7147, - 1.2121 + 2.8776, + 2.5257, + 4.2057, + 2.3927, + 4.2279, + 2.7029, + 2.8997, + 2.8248 ], - "confidence": 1 + "confidence": 0.996 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Address:", + "text": "123 Main Street", "boundingBox": [ - 0.8791, - 1.4825, - 1.5657, - 1.4825, - 1.5657, - 1.6155, - 0.8791, - 1.6155 + 1.8815, + 3.0131, + 3.11, + 3.2679, + 3.0547, + 3.4894, + 1.8483, + 3.2457 ], "words": [ { - "text": "Address:", + "text": "123", "boundingBox": [ - 0.8791, - 1.4825, - 1.5657, - 1.4825, - 1.5657, - 1.6155, - 0.8791, - 1.6155 + 1.8926, + 3.0242, + 2.125, + 3.0685, + 2.0918, + 3.3011, + 1.8483, + 3.2457 ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Bilbo Baggins", - "boundingBox": [ - 6.0164, - 1.4503, - 6.8967, - 1.4503, - 6.8967, - 1.5931, - 6.0164, - 1.5931 - ], - "words": [ + "confidence": 0.994 + }, { - "text": "Bilbo", + "text": "Main", "boundingBox": [ - 6.0164, - 1.4503, - 6.3392, - 1.4503, - 6.3392, - 1.5649, - 6.0164, - 1.5649 + 2.1803, + 3.0796, + 2.5566, + 3.1682, + 2.5124, + 3.3897, + 2.1361, + 3.3122 ], - "confidence": 1 + "confidence": 0.994 }, { - "text": "Baggins", + "text": "Street", "boundingBox": [ - 6.396, - 1.4556, - 6.8967, - 1.4556, - 6.8967, - 1.5931, - 6.396, - 1.5931 + 2.6009, + 3.1793, + 3.099, + 3.29, + 3.0547, + 3.4894, + 2.5566, + 3.4008 ], - "confidence": 1 + "confidence": 0.996 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "123 Hobbit Lane", + "text": "Redmond, WA 98052", "boundingBox": [ - 6.0165, - 1.6707, - 7.1006, - 1.6707, - 7.1006, - 1.7854, - 6.0165, - 1.7854 + 1.8594, + 3.3454, + 3.4863, + 3.5559, + 3.4531, + 3.7996, + 1.8372, + 3.6002 ], "words": [ { - "text": "123", + "text": "Redmond,", "boundingBox": [ - 6.0165, - 1.6772, - 6.2434, - 1.6772, - 6.2434, - 1.7854, - 6.0165, - 1.7854 + 1.8704, + 3.3565, + 2.623, + 3.4783, + 2.6009, + 3.711, + 1.8372, + 3.5891 ], - "confidence": 1 + "confidence": 0.993 }, { - "text": "Hobbit", + "text": "WA", "boundingBox": [ - 6.3033, - 1.6707, - 6.7463, - 1.6707, - 6.7463, - 1.7854, - 6.3033, - 1.7854 + 2.6673, + 3.4783, + 2.8997, + 3.5116, + 2.8776, + 3.7442, + 2.6452, + 3.7221 ], - "confidence": 1 + "confidence": 0.996 }, { - "text": "Lane", + "text": "98052", "boundingBox": [ - 6.803, - 1.6782, - 7.1006, - 1.6782, - 7.1006, - 1.7854, - 6.803, - 1.7854 + 2.944, + 3.5227, + 3.4642, + 3.567, + 3.4531, + 3.7885, + 2.9329, + 3.7553 ], - "confidence": 1 + "confidence": 0.993 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "567 Main St.", + "text": "987-654-3210", "boundingBox": [ - 0.8852, - 1.846, - 1.713, - 1.846, - 1.713, - 1.9554, - 0.8852, - 1.9554 + 1.8151, + 3.9878999999999998, + 2.9661, + 4.143, + 2.9329, + 4.3756, + 1.793, + 4.2205 ], "words": [ { - "text": "567", - "boundingBox": [ - 0.8852, - 1.8472, - 1.1203, - 1.8472, - 1.1203, - 1.9554, - 0.8852, - 1.9554 - ], - "confidence": 1 - }, - { - "text": "Main", - "boundingBox": [ - 1.1777, - 1.846, - 1.5022, - 1.846, - 1.5022, - 1.9554, - 1.1777, - 1.9554 - ], - "confidence": 1 - }, - { - "text": "St.", + "text": "987-654-3210", "boundingBox": [ - 1.5558, - 1.8472, - 1.713, - 1.8472, - 1.713, - 1.9554, - 1.5558, - 1.9554 + 1.8151, + 3.999, + 2.9661, + 4.1541, + 2.9329, + 4.3756, + 1.793, + 4.2205 ], - "confidence": 1 + "confidence": 0.987 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Redmond, WA", + "text": "6/10/2019 13:59", "boundingBox": [ - 6.0164, - 1.891, - 6.9793, - 1.891, - 6.9793, - 2.0275, - 6.0164, - 2.0275 + 1.7708, + 4.6636, + 3.0547, + 4.7523, + 3.0326, + 5.0181, + 1.7598, + 4.9295 ], "words": [ { - "text": "Redmond,", + "text": "6/10/2019", "boundingBox": [ - 6.0164, - 1.891, - 6.6861, - 1.891, - 6.6861, - 2.0275, - 6.0164, - 2.0275 + 1.7819, + 4.6636, + 2.5456, + 4.7301, + 2.5234, + 4.996, + 1.7598, + 4.9406 ], - "confidence": 1 + "confidence": 0.993 }, { - "text": "WA", + "text": "13:59", "boundingBox": [ - 6.7408, - 1.8982, - 6.9793, - 1.8982, - 6.9793, - 2.0044, - 6.7408, - 2.0044 + 2.6009, + 4.7412, + 3.0436, + 4.7744, + 3.0215, + 5.0181, + 2.5788, + 4.996 ], - "confidence": 1 + "confidence": 0.996 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Redmond, WA", + "text": "Sales Associate: Paul", "boundingBox": [ - 0.891, - 2.061, - 1.8537, - 2.061, - 1.8537, - 2.1975, - 0.891, - 2.1975 + 1.7487, + 5.0292, + 3.597, + 5.1067, + 3.5859, + 5.3615, + 1.7376, + 5.284 ], "words": [ { - "text": "Redmond,", + "text": "Sales", "boundingBox": [ - 0.891, - 2.061, - 1.5605, - 2.061, - 1.5605, - 2.1975, - 0.891, - 2.1975 + 1.7708, + 5.0403, + 2.2135, + 5.0735, + 2.2025, + 5.3061, + 1.7487, + 5.2618 ], - "confidence": 1 + "confidence": 0.996 }, { - "text": "WA", + "text": "Associate:", "boundingBox": [ - 1.6152, - 2.0682, - 1.8537, - 2.0682, - 1.8537, - 2.1744, - 1.6152, - 2.1744 + 2.2578, + 5.0735, + 3.1211, + 5.1067, + 3.11, + 5.3505, + 2.2467, + 5.3061 ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "555-555-5555", - "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 - ], - "words": [ + "confidence": 0.922 + }, { - "text": "555-555-5555", + "text": "Paul", "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 + 3.1654, + 5.1067, + 3.6081, + 5.1067, + 3.597, + 5.3615, + 3.1543, + 5.3505 ], - "confidence": 1 + "confidence": 0.991 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "555-555-5555", + "text": "1 Cappuccino", "boundingBox": [ - 0.8852, - 2.2887, - 1.8119, - 2.2887, - 1.8119, - 2.3954, - 0.8852, - 2.3954 + 1.6934, + 5.7382, + 2.9993, + 5.7936, + 2.9883, + 6.0705, + 1.6823, + 6.0262 ], "words": [ { - "text": "555-555-5555", + "text": "1", + "boundingBox": [ + 1.6934, + 5.7382, + 1.8372, + 5.7492, + 1.8372, + 6.0262, + 1.6934, + 6.0262 + ], + "confidence": 0.995 + }, + { + "text": "Cappuccino", "boundingBox": [ - 0.8852, - 2.2887, - 1.8119, - 2.2887, - 1.8119, - 2.3954, - 0.8852, - 2.3954 + 1.8926, + 5.7492, + 3.0104, + 5.7936, + 2.9993, + 6.0705, + 1.8926, + 6.0373 ], - "confidence": 1 + "confidence": 0.705 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Item", + "text": "$2.20", "boundingBox": [ - 1.0943, - 3.0018, - 1.3842, - 3.0018, - 1.3842, - 3.109, - 1.0943, - 3.109 + 4.2943, + 5.7492, + 4.8034, + 5.716, + 4.8034, + 5.9597, + 4.3164, + 5.9929 ], "words": [ { - "text": "Item", + "text": "$2.20", "boundingBox": [ - 1.0943, - 3.0018, - 1.3842, - 3.0018, - 1.3842, - 3.109, - 1.0943, - 3.109 + 4.3053, + 5.7492, + 4.7923, + 5.716, + 4.8034, + 5.9597, + 4.3164, + 5.9929 ], - "confidence": 1 + "confidence": 0.996 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Quantity", + "text": "1 BACON \u0026 EGGS", "boundingBox": [ - 3.2527, - 2.9996, - 3.8367, - 2.9996, - 3.8367, - 3.1371, - 3.2527, - 3.1371 + 1.6491, + 6.4914, + 3.2318, + 6.5025, + 3.2318, + 6.7684, + 1.6491, + 6.7573 ], "words": [ { - "text": "Quantity", + "text": "1", + "boundingBox": [ + 1.6602, + 6.4914, + 1.804, + 6.4914, + 1.804, + 6.7684, + 1.6602, + 6.7684 + ], + "confidence": 0.996 + }, + { + "text": "BACON", + "boundingBox": [ + 1.8704, + 6.5025, + 2.5013, + 6.5136, + 2.4902, + 6.7684, + 1.8704, + 6.7684 + ], + "confidence": 0.996 + }, + { + "text": "\u0026", + "boundingBox": [ + 2.5456, + 6.5136, + 2.6784, + 6.5136, + 2.6673, + 6.7684, + 2.5456, + 6.7684 + ], + "confidence": 0.996 + }, + { + "text": "EGGS", "boundingBox": [ - 3.2527, - 2.9996, - 3.8367, - 2.9996, - 3.8367, - 3.1371, - 3.2527, - 3.1371 + 2.7337, + 6.5136, + 3.2318, + 6.5136, + 3.2318, + 6.7795, + 2.7227, + 6.7684 ], - "confidence": 1 + "confidence": 0.994 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Price", + "text": "Sunny-side-up", "boundingBox": [ - 5.423, - 2.9996, - 5.7372, - 2.9996, - 5.7372, - 3.109, - 5.423, - 3.109 + 1.9811, + 6.9124, + 3.2539, + 6.9124, + 3.2539, + 7.1893, + 1.9811, + 7.1782 ], "words": [ { - "text": "Price", + "text": "Sunny-side-up", "boundingBox": [ - 5.423, - 2.9996, - 5.7372, - 2.9996, - 5.7372, - 3.109, - 5.423, - 3.109 + 2.0033, + 6.9124, + 3.265, + 6.9235, + 3.2539, + 7.2004, + 2.0033, + 7.1893 ], - "confidence": 1 + "confidence": 0.994 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "A", + "text": "$9.5", "boundingBox": [ - 1.0832, - 3.2118, - 1.174, - 3.2118, - 1.174, - 3.318, - 1.0832, - 3.318 + 4.3717, + 6.8459, + 4.8145, + 6.8348, + 4.8145, + 7.1229, + 4.3717, + 7.1339 ], "words": [ { - "text": "A", + "text": "$9.5", "boundingBox": [ - 1.0832, - 3.2118, - 1.174, - 3.2118, - 1.174, - 3.318, - 1.0832, - 3.318 + 4.3828, + 6.8459, + 4.8034, + 6.8348, + 4.8145, + 7.1229, + 4.3828, + 7.1339 ], - "confidence": 1 + "confidence": 0.991 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "1", + "text": "Sub-Total", "boundingBox": [ - 3.2589, - 3.2116, - 3.3202, - 3.2116, - 3.3202, - 3.3176, - 3.2589, - 3.3176 + 2.291, + 7.6878, + 3.2982, + 7.6657, + 3.3092, + 7.9426, + 2.291, + 7.9757999999999996 ], "words": [ { - "text": "1", + "text": "Sub-Total", "boundingBox": [ - 3.2589, - 3.2116, - 3.3202, - 3.2116, - 3.3202, - 3.3176, - 3.2589, - 3.3176 + 2.3021, + 7.6878, + 3.3092, + 7.6657, + 3.3092, + 7.9537, + 2.3021, + 7.9869 ], - "confidence": 1 + "confidence": 0.892 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "10.99", + "text": "$ 11.70", "boundingBox": [ - 5.4232, - 3.2108, - 5.7784, - 3.2108, - 5.7784, - 3.319, - 5.4232, - 3.319 + 4.2611, + 7.6546, + 4.9251, + 7.6546, + 4.9141, + 7.9537, + 4.2721, + 7.9648 ], "words": [ { - "text": "10.99", + "text": "$", + "boundingBox": [ + 4.2611, + 7.6546, + 4.3385, + 7.6546, + 4.3385, + 7.9648, + 4.2611, + 7.9648 + ], + "confidence": 0.994 + }, + { + "text": "11.70", "boundingBox": [ - 5.4232, - 3.2108, - 5.7784, - 3.2108, - 5.7784, - 3.319, - 5.4232, - 3.319 + 4.3939, + 7.6546, + 4.9141, + 7.6546, + 4.9251, + 7.9537, + 4.4049, + 7.9648 ], - "confidence": 1 + "confidence": 0.996 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "B", + "text": "Tax", "boundingBox": [ - 1.0943, - 3.4256, - 1.1637, - 3.4256, - 1.1637, - 3.531, - 1.0943, - 3.531 + 2.3021, + 8.1088, + 2.6895, + 8.1088, + 2.7005, + 8.3746, + 2.3021, + 8.3857 ], "words": [ { - "text": "B", + "text": "Tax", "boundingBox": [ - 1.0943, - 3.4256, - 1.1637, - 3.4256, - 1.1637, - 3.531, - 1.0943, - 3.531 + 2.3021, + 8.1088, + 2.6895, + 8.1088, + 2.6895, + 8.3857, + 2.3021, + 8.3857 ], - "confidence": 1 + "confidence": 0.994 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "2", + "text": "$ 1.17", "boundingBox": [ - 3.2541, - 3.4241, - 3.3199, - 3.4241, - 3.3199, - 3.531, - 3.2541, - 3.531 + 4.3828, + 8.0423, + 4.9362, + 8.0534, + 4.9251, + 8.3746, + 4.3717, + 8.3746 ], "words": [ { - "text": "2", + "text": "$", + "boundingBox": [ + 4.3717, + 8.0423, + 4.4492, + 8.0423, + 4.4492, + 8.3746, + 4.3717, + 8.3635 + ], + "confidence": 0.994 + }, + { + "text": "1.17", "boundingBox": [ - 3.2541, - 3.4241, - 3.3199, - 3.4241, - 3.3199, - 3.531, - 3.2541, - 3.531 + 4.5156, + 8.0423, + 4.9251, + 8.0423, + 4.9251, + 8.3746, + 4.5156, + 8.3746 ], - "confidence": 1 + "confidence": 0.992 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "14.67", + "text": "Tip", "boundingBox": [ - 5.4232, - 3.4241, - 5.7789, - 3.4241, - 5.7789, - 3.5323, - 5.4232, - 3.5323 + 2.2689, + 8.4965, + 2.612, + 8.5076, + 2.6009, + 8.8399, + 2.2689, + 8.8288 ], "words": [ { - "text": "14.67", + "text": "Tip", "boundingBox": [ - 5.4232, - 3.4241, - 5.7789, - 3.4241, - 5.7789, - 3.5323, - 5.4232, - 3.5323 + 2.2799, + 8.4965, + 2.6009, + 8.5076, + 2.5898, + 8.8399, + 2.2799, + 8.8288 ], - "confidence": 1 + "confidence": 0.994 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "C", + "text": "$ 11623", "boundingBox": [ - 1.0882, - 3.6343, - 1.1647, - 3.6343, - 1.1647, - 3.7421, - 1.0882, - 3.7421 + 4.084, + 8.4079, + 4.8809, + 8.4079, + 4.8698, + 8.7734, + 4.0729, + 8.7734 ], "words": [ { - "text": "C", + "text": "$", + "boundingBox": [ + 4.0729, + 8.4079, + 4.1615, + 8.4079, + 4.1615, + 8.7734, + 4.0729, + 8.7734 + ], + "confidence": 0.999 + }, + { + "text": "11623", "boundingBox": [ - 1.0882, - 3.6343, - 1.1647, - 3.6343, - 1.1647, - 3.7421, - 1.0882, - 3.7421 + 4.2389, + 8.4079, + 4.8477, + 8.4079, + 4.8477, + 8.7734, + 4.2389, + 8.7734 ], - "confidence": 1 + "confidence": 0.27 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.469 } } }, { - "text": "4", + "text": "Total", "boundingBox": [ - 3.2486, - 3.6351, - 3.3244, - 3.6351, - 3.3244, - 3.7413, - 3.2486, - 3.7413 + 2.2799, + 8.9507, + 2.8223, + 8.9285, + 2.8223, + 9.2165, + 2.2799, + 9.2387 ], "words": [ { - "text": "4", + "text": "Total", "boundingBox": [ - 3.2486, - 3.6351, - 3.3244, - 3.6351, - 3.3244, - 3.7413, - 3.2486, - 3.7413 + 2.2799, + 8.9507, + 2.8223, + 8.9285, + 2.8333, + 9.2054, + 2.291, + 9.2276 ], - "confidence": 1 + "confidence": 0.979 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "15.66", + "text": "$14.50", "boundingBox": [ - 5.4232, - 3.6341, - 5.78, - 3.6341, - 5.78, - 3.7423, - 5.4232, - 3.7423 + 4.0951, + 8.8731, + 5.1576, + 8.9174, + 5.1465, + 9.2719, + 4.084, + 9.2276 ], "words": [ { - "text": "15.66", + "text": "$14.50", "boundingBox": [ - 5.4232, - 3.6341, - 5.78, - 3.6341, - 5.78, - 3.7423, - 5.4232, - 3.7423 + 4.1061, + 8.8731, + 5.1243, + 8.9174, + 5.1022, + 9.283, + 4.084, + 9.2276 ], - "confidence": 1 + "confidence": 0.351 } ], "appearance": { "style": { - "name": "other", - "confidence": 1 + "name": "handwriting", + "confidence": 0.772 } } - }, + } + ] + }, + { + "page": 2, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch" + }, + { + "page": 3, + "angle": 0.4374, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ { - "text": "D", + "text": "Contoso", "boundingBox": [ - 1.0943, - 3.8456, - 1.1753, - 3.8456, - 1.1753, - 3.951, - 1.0943, - 3.951 + 2.8112, + 1.8499, + 4.1393, + 1.8278, + 4.1504, + 2.1601, + 2.8223, + 2.1934 ], "words": [ { - "text": "D", + "text": "Contoso", "boundingBox": [ - 1.0943, - 3.8456, - 1.1753, - 3.8456, - 1.1753, - 3.951, - 1.0943, - 3.951 + 2.8223, + 1.8499, + 4.1283, + 1.8389, + 4.1393, + 2.1601, + 2.8333, + 2.2044 ], - "confidence": 1 + "confidence": 0.994 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "1", + "text": "Contoso", "boundingBox": [ - 3.2589, - 3.845, - 3.3202, - 3.845, - 3.3202, - 3.951, - 3.2589, - 3.951 + 1.959, + 2.7583, + 2.5234, + 2.7915, + 2.5124, + 2.9688, + 1.9479, + 2.9355 ], "words": [ { - "text": "1", + "text": "Contoso", "boundingBox": [ - 3.2589, - 3.845, - 3.3202, - 3.845, - 3.3202, - 3.951, - 3.2589, - 3.951 + 1.9701, + 2.7694, + 2.5013, + 2.7915, + 2.4902, + 2.9688, + 1.959, + 2.9466 ], - "confidence": 1 + "confidence": 0.933 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "12.00", + "text": "123 Main Street", "boundingBox": [ - 5.4232, - 3.8441, - 5.7809, - 3.8441, - 5.7809, - 3.9523, - 5.4232, - 3.9523 + 1.959, + 3.0574, + 2.944, + 3.0796, + 2.944, + 3.2679, + 1.9479, + 3.2568 ], "words": [ { - "text": "12.00", + "text": "123", + "boundingBox": [ + 1.9701, + 3.0685, + 2.1361, + 3.0685, + 2.125, + 3.2679, + 1.959, + 3.2679 + ], + "confidence": 0.994 + }, + { + "text": "Main", + "boundingBox": [ + 2.1693, + 3.0796, + 2.4792, + 3.0796, + 2.4681, + 3.2679, + 2.1582, + 3.2679 + ], + "confidence": 0.994 + }, + { + "text": "Street", "boundingBox": [ - 5.4232, - 3.8441, - 5.7809, - 3.8441, - 5.7809, - 3.9523, - 5.4232, - 3.9523 + 2.5124, + 3.0796, + 2.9551, + 3.0906, + 2.944, + 3.279, + 2.5124, + 3.2679 ], - "confidence": 1 + "confidence": 0.991 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "E", + "text": "Redmond, WA 98052", "boundingBox": [ - 1.0943, - 4.0561, - 1.153, - 4.0561, - 1.153, - 4.1614, - 1.0943, - 4.1614 + 1.9258, + 3.3786, + 3.265, + 3.3676, + 3.265, + 3.567, + 1.9258, + 3.578 ], "words": [ { - "text": "E", + "text": "Redmond,", + "boundingBox": [ + 1.9368, + 3.3786, + 2.5456, + 3.3897, + 2.5456, + 3.578, + 1.9368, + 3.578 + ], + "confidence": 0.94 + }, + { + "text": "WA", + "boundingBox": [ + 2.5898, + 3.3897, + 2.778, + 3.3897, + 2.7669, + 3.578, + 2.5788, + 3.578 + ], + "confidence": 0.997 + }, + { + "text": "98052", "boundingBox": [ - 1.0943, - 4.0561, - 1.153, - 4.0561, - 1.153, - 4.1614, - 1.0943, - 4.1614 + 2.8223, + 3.3786, + 3.265, + 3.3786, + 3.2539, + 3.578, + 2.8112, + 3.578 ], - "confidence": 1 + "confidence": 0.993 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "4", + "text": "123-456-7890", "boundingBox": [ - 3.2486, - 4.0556, - 3.3244, - 4.0556, - 3.3244, - 4.1617, - 3.2486, - 4.1617 + 1.8926, + 3.9878999999999998, + 2.8776, + 4.0101, + 2.8665, + 4.2205, + 1.8926, + 4.1873 ], "words": [ { - "text": "4", + "text": "123-456-7890", "boundingBox": [ - 3.2486, - 4.0556, - 3.3244, - 4.0556, - 3.3244, - 4.1617, - 3.2486, - 4.1617 + 1.8926, + 3.9878999999999998, + 2.8665, + 4.0211, + 2.8665, + 4.2205, + 1.8926, + 4.1984 ], - "confidence": 1 + "confidence": 0.987 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "10.00", + "text": "6/10/2019 13:59", "boundingBox": [ - 5.4232, - 4.0546, - 5.781, - 4.0546, - 5.781, - 4.1627, - 5.4232, - 4.1627 + 1.8704, + 4.6526, + 2.8997, + 4.6526, + 2.8997, + 4.8741, + 1.8704, + 4.863 ], "words": [ { - "text": "10.00", + "text": "6/10/2019", + "boundingBox": [ + 1.8815, + 4.6526, + 2.4792, + 4.6636, + 2.4792, + 4.8741, + 1.8926, + 4.8741 + ], + "confidence": 0.994 + }, + { + "text": "13:59", "boundingBox": [ - 5.4232, - 4.0546, - 5.781, - 4.0546, - 5.781, - 4.1627, - 5.4232, - 4.1627 + 2.5234, + 4.6636, + 2.9108, + 4.6636, + 2.8997, + 4.8741, + 2.5234, + 4.8741 ], - "confidence": 1 + "confidence": 0.996 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "F", + "text": "Sales Associate: Paul", "boundingBox": [ - 1.0943, - 4.2661, - 1.1497, - 4.2661, - 1.1497, - 4.3717, - 1.0943, - 4.3717 + 1.8704, + 4.996, + 3.3203, + 5.007, + 3.3203, + 5.2064, + 1.8704, + 5.1954 ], "words": [ { - "text": "F", + "text": "Sales", "boundingBox": [ - 1.0943, - 4.2661, - 1.1497, - 4.2661, - 1.1497, - 4.3717, - 1.0943, - 4.3717 + 1.8926, + 4.996, + 2.2135, + 5.007, + 2.2135, + 5.2064, + 1.8815, + 5.1954 + ], + "confidence": 0.996 + }, + { + "text": "Associate:", + "boundingBox": [ + 2.2578, + 5.007, + 2.9329, + 5.007, + 2.9329, + 5.2064, + 2.2467, + 5.2064 + ], + "confidence": 0.979 + }, + { + "text": "Paul", + "boundingBox": [ + 2.9772, + 5.007, + 3.3314, + 5.007, + 3.3203, + 5.2064, + 2.9661, + 5.2064 ], - "confidence": 1 + "confidence": 0.991 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "6", + "text": "1 Surface Pro 6", "boundingBox": [ - 3.2534, - 4.2646, - 3.3226, - 4.2646, - 3.3226, - 4.3727, - 3.2534, - 4.3727 + 1.9811, + 5.6606, + 3.0436, + 5.6717, + 3.0436, + 5.8822, + 1.9701, + 5.8711 ], "words": [ + { + "text": "1", + "boundingBox": [ + 1.9811, + 5.6606, + 2.0365, + 5.6606, + 2.0365, + 5.8711, + 1.9811, + 5.8711 + ], + "confidence": 0.994 + }, + { + "text": "Surface", + "boundingBox": [ + 2.0807, + 5.6606, + 2.612, + 5.6717, + 2.6009, + 5.8822, + 2.0697, + 5.8711 + ], + "confidence": 0.949 + }, + { + "text": "Pro", + "boundingBox": [ + 2.6563, + 5.6717, + 2.8665, + 5.6717, + 2.8555, + 5.8822, + 2.6452, + 5.8822 + ], + "confidence": 0.979 + }, { "text": "6", "boundingBox": [ - 3.2534, - 4.2646, - 3.3226, - 4.2646, - 3.3226, - 4.3727, - 3.2534, - 4.3727 + 2.8997, + 5.6717, + 3.0326, + 5.6828, + 3.0215, + 5.8822, + 2.8997, + 5.8822 ], - "confidence": 1 + "confidence": 0.996 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "12.00", + "text": "256GB/Intel Core i5 /", "boundingBox": [ - 5.4232, - 4.2646, - 5.7809, - 4.2646, - 5.7809, - 4.3727, - 5.4232, - 4.3727 + 2.0807, + 5.9929, + 3.5306, + 6.004, + 3.5306, + 6.2256, + 2.0807, + 6.2145 ], "words": [ { - "text": "12.00", + "text": "256GB/Intel", "boundingBox": [ - 5.4232, - 4.2646, - 5.7809, - 4.2646, - 5.7809, - 4.3727, - 5.4232, - 4.3727 + 2.0918, + 6.004, + 2.9329, + 6.004, + 2.9219, + 6.2256, + 2.0918, + 6.2145 ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "G", - "boundingBox": [ - 1.0877, - 4.4746, - 1.1735, - 4.4746, - 1.1735, - 4.5827, - 1.0877, - 4.5827 - ], - "words": [ + "confidence": 0.795 + }, { - "text": "G", + "text": "Core", "boundingBox": [ - 1.0877, - 4.4746, - 1.1735, - 4.4746, - 1.1735, - 4.5827, - 1.0877, - 4.5827 + 2.9661, + 6.004, + 3.2539, + 6.004, + 3.2428, + 6.2256, + 2.9661, + 6.2256 ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "8", - "boundingBox": [ - 3.2514, - 4.4746, - 3.3224, - 4.4746, - 3.3224, - 4.5827, - 3.2514, - 4.5827 - ], - "words": [ + "confidence": 0.991 + }, { - "text": "8", + "text": "i5", "boundingBox": [ - 3.2514, - 4.4746, - 3.3224, - 4.4746, - 3.3224, - 4.5827, - 3.2514, - 4.5827 + 3.2982, + 6.004, + 3.4089, + 6.004, + 3.3978, + 6.2256, + 3.2871, + 6.2256 ], - "confidence": 1 + "confidence": 0.966 + }, + { + "text": "/", + "boundingBox": [ + 3.4421, + 6.004, + 3.5306, + 6.004, + 3.5195, + 6.2256, + 3.431, + 6.2256 + ], + "confidence": 0.964 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "22.00", + "text": "8GB RAM (Black)", "boundingBox": [ - 5.4184, - 4.4746, - 5.781, - 4.4746, - 5.781, - 4.5827, - 5.4184, - 4.5827 + 2.0807, + 6.3364, + 3.2096, + 6.3474, + 3.2096, + 6.569, + 2.0807, + 6.5468 ], "words": [ { - "text": "22.00", + "text": "8GB", + "boundingBox": [ + 2.0807, + 6.3474, + 2.3353, + 6.3474, + 2.3242, + 6.5579, + 2.0807, + 6.5468 + ], + "confidence": 0.994 + }, + { + "text": "RAM", "boundingBox": [ - 5.4184, - 4.4746, - 5.781, - 4.4746, - 5.781, - 4.5827, - 5.4184, - 4.5827 + 2.3685, + 6.3474, + 2.6673, + 6.3474, + 2.6563, + 6.5579, + 2.3685, + 6.5579 ], - "confidence": 1 + "confidence": 0.997 + }, + { + "text": "(Black)", + "boundingBox": [ + 2.7005, + 6.3474, + 3.2096, + 6.3585, + 3.1986, + 6.569, + 2.7005, + 6.5579 + ], + "confidence": 0.994 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Subtotal: 300.00", + "text": "$ 999.00", "boundingBox": [ - 5.5075, - 4.8981, - 6.632, - 4.8981, - 6.632, - 5.0131, - 5.5075, - 5.0131 + 3.7962, + 6.3696, + 4.4271, + 6.3807, + 4.416, + 6.5801, + 3.7852, + 6.5801 ], "words": [ { - "text": "Subtotal:", + "text": "$", "boundingBox": [ - 5.5075, - 4.8981, - 6.1249, - 4.8981, - 6.1249, - 5.0131, - 5.5075, - 5.0131 + 3.7962, + 6.3696, + 3.8626, + 6.3696, + 3.8626, + 6.5801, + 3.7962, + 6.569 ], - "confidence": 1 + "confidence": 0.997 }, { - "text": "300.00", + "text": "999.00", "boundingBox": [ - 6.1794, - 4.9042, - 6.632, - 4.9042, - 6.632, - 5.0131, - 6.1794, - 5.0131 + 3.9069, + 6.3696, + 4.4049, + 6.3696, + 4.4049, + 6.5801, + 3.9069, + 6.5801 ], - "confidence": 1 + "confidence": 0.995 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Tax: 30.00", + "text": "1 SurfacePen", "boundingBox": [ - 5.5034, - 5.1245, - 6.2022, - 5.1245, - 6.2022, - 5.2333, - 5.5034, - 5.2333 + 1.9258, + 7.0453, + 2.8997, + 7.0342, + 2.8997, + 7.2447, + 1.9368, + 7.2558 ], "words": [ { - "text": "Tax:", + "text": "1", "boundingBox": [ - 5.5034, - 5.1263, - 5.7812, - 5.1263, - 5.7812, - 5.2333, - 5.5034, - 5.2333 + 1.9368, + 7.0453, + 2.0033, + 7.0453, + 2.0143, + 7.2669, + 1.9479, + 7.2669 ], - "confidence": 1 + "confidence": 0.994 }, { - "text": "30.00", + "text": "SurfacePen", "boundingBox": [ - 5.836, - 5.1245, - 6.2022, - 5.1245, - 6.2022, - 5.2333, - 5.836, - 5.2333 + 2.0475, + 7.0453, + 2.8887, + 7.0342, + 2.8997, + 7.2447, + 2.0586, + 7.2669 ], - "confidence": 1 + "confidence": 0.994 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Tip: 100.00", + "text": "$ 99.99", "boundingBox": [ - 5.5034, - 5.3412, - 6.2587, - 5.3412, - 6.2587, - 5.481, - 5.5034, - 5.481 + 3.8737, + 7.0675, + 4.4049, + 7.0675, + 4.3939, + 7.289, + 3.8737, + 7.289 ], "words": [ { - "text": "Tip:", + "text": "$", "boundingBox": [ - 5.5034, - 5.3412, - 5.7515, - 5.3412, - 5.7515, - 5.481, - 5.5034, - 5.481 + 3.8737, + 7.0675, + 3.9622, + 7.0675, + 3.9622, + 7.289, + 3.8737, + 7.289 ], - "confidence": 1 + "confidence": 0.994 }, { - "text": "100.00", + "text": "99.99", "boundingBox": [ - 5.811, - 5.3445, - 6.2587, - 5.3445, - 6.2587, - 5.4533, - 5.811, - 5.4533 + 4.0065, + 7.0675, + 4.4049, + 7.0675, + 4.4049, + 7.289, + 4.0065, + 7.289 ], - "confidence": 1 + "confidence": 0.995 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Total: 430.00", + "text": "Sub-Total", "boundingBox": [ - 5.5034, - 5.5583, - 6.3987, - 5.5583, - 6.3987, - 5.6733, - 5.5034, - 5.6733 + 2.3796, + 7.721, + 3.0879, + 7.721, + 3.0879, + 7.9315, + 2.3796, + 7.9204 ], "words": [ { - "text": "Total:", - "boundingBox": [ - 5.5034, - 5.5583, - 5.8915, - 5.5583, - 5.8915, - 5.6733, - 5.5034, - 5.6733 - ], - "confidence": 1 - }, - { - "text": "430.00", + "text": "Sub-Total", "boundingBox": [ - 5.942, - 5.5645, - 6.3987, - 5.5645, - 6.3987, - 5.6733, - 5.942, - 5.6733 + 2.3906, + 7.721, + 3.099, + 7.7321, + 3.0879, + 7.9315, + 2.3906, + 7.9315 ], - "confidence": 1 + "confidence": 0.994 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Signature: ____Bilbo Baggins__________", + "text": "$ 1098.99", "boundingBox": [ - 1.0055, - 6.6553, - 3.8342, - 6.6553, - 3.8342, - 6.7981, - 1.0055, - 6.7981 + 3.752, + 7.7654, + 4.416, + 7.7543, + 4.416, + 7.9537, + 3.752, + 7.9869 ], "words": [ { - "text": "Signature:", - "boundingBox": [ - 1.0055, - 6.6581, - 1.6987, - 6.6581, - 1.6987, - 6.7981, - 1.0055, - 6.7981 - ], - "confidence": 1 - }, - { - "text": "____Bilbo", + "text": "$", "boundingBox": [ - 1.747, - 6.6553, - 2.4278, - 6.6553, - 2.4278, - 6.7981, - 1.747, - 6.7981 + 3.752, + 7.7654, + 3.8184, + 7.7654, + 3.8184, + 7.9869, + 3.763, + 7.9869 ], - "confidence": 1 + "confidence": 0.997 }, { - "text": "Baggins__________", + "text": "1098.99", "boundingBox": [ - 2.4823, - 6.6581, - 3.8342, - 6.6581, - 3.8342, - 6.7981, - 2.4823, - 6.7981 + 3.8626, + 7.7654, + 4.4049, + 7.7543, + 4.416, + 7.9648, + 3.8626, + 7.9869 ], - "confidence": 1 + "confidence": 0.995 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } - } - ] - }, - { - "page": 2, - "angle": 0, - "width": 8.5, - "height": 11, - "unit": "inch" - }, - { - "page": 3, - "angle": 0, - "width": 8.5, - "height": 11, - "unit": "inch", - "lines": [ + }, { - "text": "Company B Invoice", + "text": "Tax", "boundingBox": [ - 0.8861, - 1.1217, - 2.3734, - 1.1217, - 2.3734, - 1.2812, - 0.8861, - 1.2812 + 2.7005, + 8.0644, + 2.9661, + 8.0755, + 2.9551, + 8.2528, + 2.6895, + 8.2417 ], "words": [ { - "text": "Company", - "boundingBox": [ - 0.8861, - 1.1232, - 1.6203, - 1.1232, - 1.6203, - 1.2812, - 0.8861, - 1.2812 - ], - "confidence": 1 - }, - { - "text": "B", - "boundingBox": [ - 1.6836, - 1.1248, - 1.764, - 1.1248, - 1.764, - 1.2469, - 1.6836, - 1.2469 - ], - "confidence": 1 - }, - { - "text": "Invoice", + "text": "Tax", "boundingBox": [ - 1.8336, - 1.1217, - 2.3734, - 1.1217, - 2.3734, - 1.2485, - 1.8336, - 1.2485 + 2.7005, + 8.0644, + 2.9551, + 8.0755, + 2.9551, + 8.2528, + 2.6895, + 8.2417 ], - "confidence": 1 + "confidence": 0.997 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Invoice For:", + "text": "$ 104.40", "boundingBox": [ - 6.0211, - 1.0656, - 7.0357, - 1.0656, - 7.0357, - 1.2121, - 6.0211, - 1.2121 + 3.8073, + 8.0977, + 4.4049, + 8.0977, + 4.4049, + 8.3082, + 3.8073, + 8.3192 ], "words": [ { - "text": "Invoice", + "text": "$", "boundingBox": [ - 6.0211, - 1.0656, - 6.6362, - 1.0656, - 6.6362, - 1.2121, - 6.0211, - 1.2121 + 3.8073, + 8.0977, + 3.8737, + 8.0977, + 3.8737, + 8.3192, + 3.8073, + 8.3192 ], - "confidence": 1 + "confidence": 0.994 }, { - "text": "For:", + "text": "104.40", "boundingBox": [ - 6.7147, - 1.0691, - 7.0357, - 1.0691, - 7.0357, - 1.2121, - 6.7147, - 1.2121 + 3.918, + 8.0977, + 4.3939, + 8.0977, + 4.3939, + 8.3192, + 3.918, + 8.3192 ], - "confidence": 1 + "confidence": 0.995 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Address:", + "text": "Total", "boundingBox": [ - 0.8791, - 1.4825, - 1.5657, - 1.4825, - 1.5657, - 1.6155, - 0.8791, - 1.6155 + 2.623, + 8.7734, + 2.9993, + 8.7623, + 2.9993, + 8.9617, + 2.6341, + 8.9728 ], "words": [ { - "text": "Address:", + "text": "Total", "boundingBox": [ - 0.8791, - 1.4825, - 1.5657, - 1.4825, - 1.5657, - 1.6155, - 0.8791, - 1.6155 + 2.623, + 8.7734, + 2.9883, + 8.7623, + 2.9993, + 8.9617, + 2.6341, + 8.9728 ], - "confidence": 1 + "confidence": 0.989 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Frodo Baggins", + "text": "$ 1203.39", "boundingBox": [ - 6.0164, - 1.4506, - 6.9506, - 1.4506, - 6.9506, - 1.5931, - 6.0164, - 1.5931 + 3.7188, + 8.7623, + 4.3828, + 8.8177, + 4.3717, + 9.0282, + 3.7077, + 8.9728 ], "words": [ { - "text": "Frodo", + "text": "$", "boundingBox": [ - 6.0164, - 1.4506, - 6.3895, - 1.4506, - 6.3895, - 1.5649, - 6.0164, - 1.5649 + 3.7298, + 8.7623, + 3.7962, + 8.7734, + 3.7852, + 8.9839, + 3.7188, + 8.9839 ], - "confidence": 1 + "confidence": 0.994 }, { - "text": "Baggins", + "text": "1203.39", "boundingBox": [ - 6.45, - 1.4556, - 6.9506, - 1.4556, - 6.9506, - 1.5931, - 6.45, - 1.5931 + 3.8405, + 8.7734, + 4.3939, + 8.8288, + 4.3717, + 9.0393, + 3.8294, + 8.995 ], - "confidence": 1 + "confidence": 0.995 } ], "appearance": { "style": { "name": "other", - "confidence": 1 - } - } - }, - { - "text": "123 Hobbit Lane", - "boundingBox": [ - 6.0165, - 1.6707, - 7.1006, - 1.6707, - 7.1006, - 1.7854, - 6.0165, - 1.7854 - ], - "words": [ - { - "text": "123", - "boundingBox": [ - 6.0165, - 1.6772, - 6.2434, - 1.6772, - 6.2434, - 1.7854, - 6.0165, - 1.7854 - ], - "confidence": 1 - }, - { - "text": "Hobbit", - "boundingBox": [ - 6.3033, - 1.6707, - 6.7463, - 1.6707, - 6.7463, - 1.7854, - 6.3033, - 1.7854 - ], - "confidence": 1 - }, - { - "text": "Lane", - "boundingBox": [ - 6.803, - 1.6782, - 7.1006, - 1.6782, - 7.1006, - 1.7854, - 6.803, - 1.7854 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "567 Main St.", - "boundingBox": [ - 0.8852, - 1.846, - 1.713, - 1.846, - 1.713, - 1.9554, - 0.8852, - 1.9554 - ], - "words": [ - { - "text": "567", - "boundingBox": [ - 0.8852, - 1.8472, - 1.1203, - 1.8472, - 1.1203, - 1.9554, - 0.8852, - 1.9554 - ], - "confidence": 1 - }, - { - "text": "Main", - "boundingBox": [ - 1.1777, - 1.846, - 1.5022, - 1.846, - 1.5022, - 1.9554, - 1.1777, - 1.9554 - ], - "confidence": 1 - }, - { - "text": "St.", - "boundingBox": [ - 1.5558, - 1.8472, - 1.713, - 1.8472, - 1.713, - 1.9554, - 1.5558, - 1.9554 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Redmond, WA", - "boundingBox": [ - 6.0164, - 1.891, - 6.9793, - 1.891, - 6.9793, - 2.0275, - 6.0164, - 2.0275 - ], - "words": [ - { - "text": "Redmond,", - "boundingBox": [ - 6.0164, - 1.891, - 6.6861, - 1.891, - 6.6861, - 2.0275, - 6.0164, - 2.0275 - ], - "confidence": 1 - }, - { - "text": "WA", - "boundingBox": [ - 6.7408, - 1.8982, - 6.9793, - 1.8982, - 6.9793, - 2.0044, - 6.7408, - 2.0044 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Redmond, WA", - "boundingBox": [ - 0.891, - 2.061, - 1.8537, - 2.061, - 1.8537, - 2.1975, - 0.891, - 2.1975 - ], - "words": [ - { - "text": "Redmond,", - "boundingBox": [ - 0.891, - 2.061, - 1.5605, - 2.061, - 1.5605, - 2.1975, - 0.891, - 2.1975 - ], - "confidence": 1 - }, - { - "text": "WA", - "boundingBox": [ - 1.6152, - 2.0682, - 1.8537, - 2.0682, - 1.8537, - 2.1744, - 1.6152, - 2.1744 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "555-555-5555", - "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 - ], - "words": [ - { - "text": "555-555-5555", - "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "555-555-5555", - "boundingBox": [ - 0.8852, - 2.2887, - 1.8119, - 2.2887, - 1.8119, - 2.3954, - 0.8852, - 2.3954 - ], - "words": [ - { - "text": "555-555-5555", - "boundingBox": [ - 0.8852, - 2.2887, - 1.8119, - 2.2887, - 1.8119, - 2.3954, - 0.8852, - 2.3954 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Item", - "boundingBox": [ - 1.0943, - 3.0018, - 1.3842, - 3.0018, - 1.3842, - 3.109, - 1.0943, - 3.109 - ], - "words": [ - { - "text": "Item", - "boundingBox": [ - 1.0943, - 3.0018, - 1.3842, - 3.0018, - 1.3842, - 3.109, - 1.0943, - 3.109 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Quantity", - "boundingBox": [ - 3.2527, - 2.9996, - 3.8367, - 2.9996, - 3.8367, - 3.1371, - 3.2527, - 3.1371 - ], - "words": [ - { - "text": "Quantity", - "boundingBox": [ - 3.2527, - 2.9996, - 3.8367, - 2.9996, - 3.8367, - 3.1371, - 3.2527, - 3.1371 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Price", - "boundingBox": [ - 5.423, - 2.9996, - 5.7372, - 2.9996, - 5.7372, - 3.109, - 5.423, - 3.109 - ], - "words": [ - { - "text": "Price", - "boundingBox": [ - 5.423, - 2.9996, - 5.7372, - 2.9996, - 5.7372, - 3.109, - 5.423, - 3.109 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "A", - "boundingBox": [ - 1.0832, - 3.2118, - 1.174, - 3.2118, - 1.174, - 3.318, - 1.0832, - 3.318 - ], - "words": [ - { - "text": "A", - "boundingBox": [ - 1.0832, - 3.2118, - 1.174, - 3.2118, - 1.174, - 3.318, - 1.0832, - 3.318 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "10", - "boundingBox": [ - 3.2589, - 3.2108, - 3.4067, - 3.2108, - 3.4067, - 3.319, - 3.2589, - 3.319 - ], - "words": [ - { - "text": "10", - "boundingBox": [ - 3.2589, - 3.2108, - 3.4067, - 3.2108, - 3.4067, - 3.319, - 3.2589, - 3.319 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "100.99", - "boundingBox": [ - 5.4232, - 3.2108, - 5.8617, - 3.2108, - 5.8617, - 3.319, - 5.4232, - 3.319 - ], - "words": [ - { - "text": "100.99", - "boundingBox": [ - 5.4232, - 3.2108, - 5.8617, - 3.2108, - 5.8617, - 3.319, - 5.4232, - 3.319 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "B", - "boundingBox": [ - 1.0943, - 3.4256, - 1.1637, - 3.4256, - 1.1637, - 3.531, - 1.0943, - 3.531 - ], - "words": [ - { - "text": "B", - "boundingBox": [ - 1.0943, - 3.4256, - 1.1637, - 3.4256, - 1.1637, - 3.531, - 1.0943, - 3.531 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "20", - "boundingBox": [ - 3.2541, - 3.4241, - 3.4067, - 3.4241, - 3.4067, - 3.5323, - 3.2541, - 3.5323 - ], - "words": [ - { - "text": "20", - "boundingBox": [ - 3.2541, - 3.4241, - 3.4067, - 3.4241, - 3.4067, - 3.5323, - 3.2541, - 3.5323 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "140.67", - "boundingBox": [ - 5.4232, - 3.4241, - 5.8622, - 3.4241, - 5.8622, - 3.5323, - 5.4232, - 3.5323 - ], - "words": [ - { - "text": "140.67", - "boundingBox": [ - 5.4232, - 3.4241, - 5.8622, - 3.4241, - 5.8622, - 3.5323, - 5.4232, - 3.5323 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "C", - "boundingBox": [ - 1.0882, - 3.6343, - 1.1647, - 3.6343, - 1.1647, - 3.7421, - 1.0882, - 3.7421 - ], - "words": [ - { - "text": "C", - "boundingBox": [ - 1.0882, - 3.6343, - 1.1647, - 3.6343, - 1.1647, - 3.7421, - 1.0882, - 3.7421 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "40", - "boundingBox": [ - 3.2486, - 3.6341, - 3.4067, - 3.6341, - 3.4067, - 3.7423, - 3.2486, - 3.7423 - ], - "words": [ - { - "text": "40", - "boundingBox": [ - 3.2486, - 3.6341, - 3.4067, - 3.6341, - 3.4067, - 3.7423, - 3.2486, - 3.7423 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "150.66", - "boundingBox": [ - 5.4232, - 3.6341, - 5.8634, - 3.6341, - 5.8634, - 3.7423, - 5.4232, - 3.7423 - ], - "words": [ - { - "text": "150.66", - "boundingBox": [ - 5.4232, - 3.6341, - 5.8634, - 3.6341, - 5.8634, - 3.7423, - 5.4232, - 3.7423 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "D", - "boundingBox": [ - 1.0943, - 3.8456, - 1.1753, - 3.8456, - 1.1753, - 3.951, - 1.0943, - 3.951 - ], - "words": [ - { - "text": "D", - "boundingBox": [ - 1.0943, - 3.8456, - 1.1753, - 3.8456, - 1.1753, - 3.951, - 1.0943, - 3.951 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "10", - "boundingBox": [ - 3.2589, - 3.8441, - 3.4067, - 3.8441, - 3.4067, - 3.9523, - 3.2589, - 3.9523 - ], - "words": [ - { - "text": "10", - "boundingBox": [ - 3.2589, - 3.8441, - 3.4067, - 3.8441, - 3.4067, - 3.9523, - 3.2589, - 3.9523 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "120.00", - "boundingBox": [ - 5.4232, - 3.8441, - 5.8642, - 3.8441, - 5.8642, - 3.9523, - 5.4232, - 3.9523 - ], - "words": [ - { - "text": "120.00", - "boundingBox": [ - 5.4232, - 3.8441, - 5.8642, - 3.8441, - 5.8642, - 3.9523, - 5.4232, - 3.9523 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "E", - "boundingBox": [ - 1.0943, - 4.0561, - 1.153, - 4.0561, - 1.153, - 4.1614, - 1.0943, - 4.1614 - ], - "words": [ - { - "text": "E", - "boundingBox": [ - 1.0943, - 4.0561, - 1.153, - 4.0561, - 1.153, - 4.1614, - 1.0943, - 4.1614 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "40", - "boundingBox": [ - 3.2486, - 4.0546, - 3.4067, - 4.0546, - 3.4067, - 4.1627, - 3.2486, - 4.1627 - ], - "words": [ - { - "text": "40", - "boundingBox": [ - 3.2486, - 4.0546, - 3.4067, - 4.0546, - 3.4067, - 4.1627, - 3.2486, - 4.1627 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "100.00", - "boundingBox": [ - 5.4232, - 4.0546, - 5.8644, - 4.0546, - 5.8644, - 4.1627, - 5.4232, - 4.1627 - ], - "words": [ - { - "text": "100.00", - "boundingBox": [ - 5.4232, - 4.0546, - 5.8644, - 4.0546, - 5.8644, - 4.1627, - 5.4232, - 4.1627 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "F", - "boundingBox": [ - 1.0943, - 4.2661, - 1.1497, - 4.2661, - 1.1497, - 4.3717, - 1.0943, - 4.3717 - ], - "words": [ - { - "text": "F", - "boundingBox": [ - 1.0943, - 4.2661, - 1.1497, - 4.2661, - 1.1497, - 4.3717, - 1.0943, - 4.3717 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "60", - "boundingBox": [ - 3.2534, - 4.2646, - 3.4067, - 4.2646, - 3.4067, - 4.3727, - 3.2534, - 4.3727 - ], - "words": [ - { - "text": "60", - "boundingBox": [ - 3.2534, - 4.2646, - 3.4067, - 4.2646, - 3.4067, - 4.3727, - 3.2534, - 4.3727 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "120.00", - "boundingBox": [ - 5.4232, - 4.2646, - 5.8642, - 4.2646, - 5.8642, - 4.3727, - 5.4232, - 4.3727 - ], - "words": [ - { - "text": "120.00", - "boundingBox": [ - 5.4232, - 4.2646, - 5.8642, - 4.2646, - 5.8642, - 4.3727, - 5.4232, - 4.3727 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "G", - "boundingBox": [ - 1.0877, - 4.4746, - 1.1735, - 4.4746, - 1.1735, - 4.5827, - 1.0877, - 4.5827 - ], - "words": [ - { - "text": "G", - "boundingBox": [ - 1.0877, - 4.4746, - 1.1735, - 4.4746, - 1.1735, - 4.5827, - 1.0877, - 4.5827 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "80", - "boundingBox": [ - 3.2514, - 4.4746, - 3.4067, - 4.4746, - 3.4067, - 4.5827, - 3.2514, - 4.5827 - ], - "words": [ - { - "text": "80", - "boundingBox": [ - 3.2514, - 4.4746, - 3.4067, - 4.4746, - 3.4067, - 4.5827, - 3.2514, - 4.5827 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "220.00", - "boundingBox": [ - 5.4184, - 4.4746, - 5.8644, - 4.4746, - 5.8644, - 4.5827, - 5.4184, - 4.5827 - ], - "words": [ - { - "text": "220.00", - "boundingBox": [ - 5.4184, - 4.4746, - 5.8644, - 4.4746, - 5.8644, - 4.5827, - 5.4184, - 4.5827 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Subtotal: 3000.00", - "boundingBox": [ - 5.5075, - 4.8981, - 6.7158, - 4.8981, - 6.7158, - 5.0131, - 5.5075, - 5.0131 - ], - "words": [ - { - "text": "Subtotal:", - "boundingBox": [ - 5.5075, - 4.8981, - 6.1249, - 4.8981, - 6.1249, - 5.0131, - 5.5075, - 5.0131 - ], - "confidence": 1 - }, - { - "text": "3000.00", - "boundingBox": [ - 6.1794, - 4.9042, - 6.7158, - 4.9042, - 6.7158, - 5.0131, - 6.1794, - 5.0131 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Tax: 300.00", - "boundingBox": [ - 5.5034, - 5.1245, - 6.2887, - 5.1245, - 6.2887, - 5.2333, - 5.5034, - 5.2333 - ], - "words": [ - { - "text": "Tax:", - "boundingBox": [ - 5.5034, - 5.1263, - 5.7812, - 5.1263, - 5.7812, - 5.2333, - 5.5034, - 5.2333 - ], - "confidence": 1 - }, - { - "text": "300.00", - "boundingBox": [ - 5.836, - 5.1245, - 6.2887, - 5.1245, - 6.2887, - 5.2333, - 5.836, - 5.2333 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Tip: 1000.00", - "boundingBox": [ - 5.5034, - 5.3412, - 6.3422, - 5.3412, - 6.3422, - 5.481, - 5.5034, - 5.481 - ], - "words": [ - { - "text": "Tip:", - "boundingBox": [ - 5.5034, - 5.3412, - 5.7515, - 5.3412, - 5.7515, - 5.481, - 5.5034, - 5.481 - ], - "confidence": 1 - }, - { - "text": "1000.00", - "boundingBox": [ - 5.811, - 5.3445, - 6.3422, - 5.3445, - 6.3422, - 5.4533, - 5.811, - 5.4533 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Total: 4300.00", - "boundingBox": [ - 5.5034, - 5.5583, - 6.4825, - 5.5583, - 6.4825, - 5.6733, - 5.5034, - 5.6733 - ], - "words": [ - { - "text": "Total:", - "boundingBox": [ - 5.5034, - 5.5583, - 5.8915, - 5.5583, - 5.8915, - 5.6733, - 5.5034, - 5.6733 - ], - "confidence": 1 - }, - { - "text": "4300.00", - "boundingBox": [ - 5.942, - 5.5645, - 6.4825, - 5.5645, - 6.4825, - 5.6733, - 5.942, - 5.6733 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Signature: ____Frodo Baggins__________", - "boundingBox": [ - 1.0055, - 6.6556, - 3.8842, - 6.6556, - 3.8842, - 6.7981, - 1.0055, - 6.7981 - ], - "words": [ - { - "text": "Signature:", - "boundingBox": [ - 1.0055, - 6.6581, - 1.6987, - 6.6581, - 1.6987, - 6.7981, - 1.0055, - 6.7981 - ], - "confidence": 1 - }, - { - "text": "____Frodo", - "boundingBox": [ - 1.747, - 6.6556, - 2.4778, - 6.6556, - 2.4778, - 6.7981, - 1.747, - 6.7981 - ], - "confidence": 1 - }, - { - "text": "Baggins__________", - "boundingBox": [ - 2.5325, - 6.6581, - 3.8842, - 6.6581, - 3.8842, - 6.7981, - 2.5325, - 6.7981 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 + "confidence": 0.878 } } } @@ -3380,179 +2057,64 @@ { "type": "object", "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 1, - "text": "1", - "boundingBox": [ - 3.2589, - 3.2116, - 3.3202, - 3.2116, - 3.3202, - 3.3176, - 3.2589, - 3.3176 - ], - "page": 1, - "confidence": 0.971, - "elements": [ - "#/readResults/0/lines/14/words/0" - ] - }, - "TotalPrice": { - "type": "number", - "valueNumber": 10.99, - "text": "10.99", - "boundingBox": [ - 5.4232, - 3.2108, - 5.7784, - 3.2108, - 5.7784, - 3.319, - 5.4232, - 3.319 - ], - "page": 1, - "confidence": 0.952, - "elements": [ - "#/readResults/0/lines/15/words/0" - ] - } - } - }, - { - "type": "object", - "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 2, - "text": "2", - "boundingBox": [ - 3.2541, - 3.4241, - 3.3199, - 3.4241, - 3.3199, - 3.531, - 3.2541, - 3.531 - ], - "page": 1, - "confidence": 0.971, - "elements": [ - "#/readResults/0/lines/17/words/0" - ] - }, - "TotalPrice": { - "type": "number", - "valueNumber": 14.67, - "text": "14.67", - "boundingBox": [ - 5.4232, - 3.4241, - 5.7789, - 3.4241, - 5.7789, - 3.5323, - 5.4232, - 3.5323 - ], - "page": 1, - "confidence": 0.954, - "elements": [ - "#/readResults/0/lines/18/words/0" - ] - } - } - }, - { - "type": "object", - "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 4, - "text": "4", + "Name": { + "type": "string", + "valueString": "Cappuccino", + "text": "Cappuccino", "boundingBox": [ - 3.2486, - 3.6351, - 3.3244, - 3.6351, - 3.3244, - 3.7413, - 3.2486, - 3.7413 + 1.8926, + 5.7492, + 3.0104, + 5.7936, + 2.9993, + 6.0705, + 1.8926, + 6.0373 ], "page": 1, - "confidence": 0.971, + "confidence": 0.735, "elements": [ - "#/readResults/0/lines/20/words/0" + "#/readResults/0/lines/7/words/1" ] }, - "TotalPrice": { - "type": "number", - "valueNumber": 15.66, - "text": "15.66", - "boundingBox": [ - 5.4232, - 3.6341, - 5.78, - 3.6341, - 5.78, - 3.7423, - 5.4232, - 3.7423 - ], - "page": 1, - "confidence": 0.958, - "elements": [ - "#/readResults/0/lines/21/words/0" - ] - } - } - }, - { - "type": "object", - "valueObject": { "Quantity": { "type": "number", "valueNumber": 1, "text": "1", "boundingBox": [ - 3.2589, - 3.845, - 3.3202, - 3.845, - 3.3202, - 3.951, - 3.2589, - 3.951 + 1.6934, + 5.7382, + 1.8372, + 5.7492, + 1.8372, + 6.0262, + 1.6934, + 6.0262 ], "page": 1, - "confidence": 0.971, + "confidence": 0.966, "elements": [ - "#/readResults/0/lines/23/words/0" + "#/readResults/0/lines/7/words/0" ] }, "TotalPrice": { "type": "number", - "valueNumber": 12, - "text": "12.00", + "valueNumber": 2.2, + "text": "$2.20", "boundingBox": [ - 5.4232, - 3.8441, - 5.7809, - 3.8441, - 5.7809, - 3.9523, - 5.4232, - 3.9523 + 4.3053, + 5.7492, + 4.7923, + 5.716, + 4.8034, + 5.9597, + 4.3164, + 5.9929 ], "page": 1, - "confidence": 0.957, + "confidence": 0.977, "elements": [ - "#/readResults/0/lines/24/words/0" + "#/readResults/0/lines/8/words/0" ] } } @@ -3560,134 +2122,66 @@ { "type": "object", "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 4, - "text": "4", + "Name": { + "type": "string", + "valueString": "BACON \u0026 EGGS", + "text": "BACON \u0026 EGGS", "boundingBox": [ - 3.2486, - 4.0556, - 3.3244, - 4.0556, - 3.3244, - 4.1617, - 3.2486, - 4.1617 + 1.8704, + 6.5015, + 3.2342, + 6.5136, + 3.2318, + 6.7805, + 1.868, + 6.7684 ], "page": 1, - "confidence": 0.971, + "confidence": 0.903, "elements": [ - "#/readResults/0/lines/26/words/0" + "#/readResults/0/lines/9/words/1", + "#/readResults/0/lines/9/words/2", + "#/readResults/0/lines/9/words/3" ] }, - "TotalPrice": { - "type": "number", - "valueNumber": 10, - "text": "10.00", - "boundingBox": [ - 5.4232, - 4.0546, - 5.781, - 4.0546, - 5.781, - 4.1627, - 5.4232, - 4.1627 - ], - "page": 1, - "confidence": 0.961, - "elements": [ - "#/readResults/0/lines/27/words/0" - ] - } - } - }, - { - "type": "object", - "valueObject": { "Quantity": { "type": "number", - "valueNumber": 6, - "text": "6", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 3.2534, - 4.2646, - 3.3226, - 4.2646, - 3.3226, - 4.3727, - 3.2534, - 4.3727 + 1.6602, + 6.4914, + 1.804, + 6.4914, + 1.804, + 6.7684, + 1.6602, + 6.7684 ], "page": 1, - "confidence": 0.971, + "confidence": 0.966, "elements": [ - "#/readResults/0/lines/29/words/0" + "#/readResults/0/lines/9/words/0" ] }, "TotalPrice": { "type": "number", - "valueNumber": 12, - "text": "12.00", - "boundingBox": [ - 5.4232, - 4.2646, - 5.7809, - 4.2646, - 5.7809, - 4.3727, - 5.4232, - 4.3727 - ], - "page": 1, - "confidence": 0.549, - "elements": [ - "#/readResults/0/lines/30/words/0" - ] - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 22, - "text": "22.00", + "valueNumber": 9.5, + "text": "$9.5", "boundingBox": [ - 5.4184, - 4.4746, - 5.781, - 4.4746, - 5.781, - 4.5827, - 5.4184, - 4.5827 + 4.3828, + 6.8459, + 4.8034, + 6.8348, + 4.8145, + 7.1229, + 4.3828, + 7.1339 ], "page": 1, - "confidence": 0.394, + "confidence": 0.917, "elements": [ - "#/readResults/0/lines/33/words/0" - ] - }, - "Quantity": { - "type": "number", - "valueNumber": 8, - "text": "8", - "boundingBox": [ - 3.2514, - 4.4746, - 3.3224, - 4.4746, - 3.3224, - 4.5827, - 3.2514, - 4.5827 - ], - "page": 1, - "confidence": 0.97, - "elements": [ - "#/readResults/0/lines/32/words/0" + "#/readResults/0/lines/11/words/0" ] } } @@ -3696,152 +2190,174 @@ }, "MerchantAddress": { "type": "string", - "valueString": "567 Main St. Redmond, WA", - "text": "567 Main St. Redmond, WA", - "boundingBox": [ - 0.8852, - 1.846, - 1.8537, - 1.846, - 1.8537, - 2.1975, - 0.8852, - 2.1975 + "valueString": "123 Main Street Redmond, WA 98052", + "text": "123 Main Street Redmond, WA 98052", + "boundingBox": [ + 1.893, + 3.0221, + 3.5405, + 3.3517, + 3.4293, + 3.9076, + 1.7818, + 3.578 ], "page": 1, - "confidence": 0.97, + "confidence": 0.973, "elements": [ - "#/readResults/0/lines/5/words/0", - "#/readResults/0/lines/5/words/1", - "#/readResults/0/lines/5/words/2", - "#/readResults/0/lines/7/words/0", - "#/readResults/0/lines/7/words/1" + "#/readResults/0/lines/2/words/0", + "#/readResults/0/lines/2/words/1", + "#/readResults/0/lines/2/words/2", + "#/readResults/0/lines/3/words/0", + "#/readResults/0/lines/3/words/1", + "#/readResults/0/lines/3/words/2" ] }, "MerchantName": { "type": "string", - "valueString": "Bilbo Baggins", - "text": "Bilbo Baggins", - "boundingBox": [ - 6.0164, - 1.4503, - 6.8967, - 1.4503, - 6.8967, - 1.5931, - 6.0164, - 1.5931 + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 1.9147, + 2.6918, + 2.5677, + 2.8691, + 2.5124, + 3.0685, + 1.8704, + 2.8912 ], "page": 1, - "confidence": 0.661, + "confidence": 0.973, "elements": [ - "#/readResults/0/lines/3/words/0", - "#/readResults/0/lines/3/words/1" + "#/readResults/0/lines/0/words/0" ] }, "MerchantPhoneNumber": { "type": "phoneNumber", - "valuePhoneNumber": "\u002B15555555555", - "text": "555-555-5555", - "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 + "valuePhoneNumber": "\u002B19876543210", + "text": "987-654-3210", + "boundingBox": [ + 1.8151, + 3.999, + 2.9661, + 4.1541, + 2.9329, + 4.3756, + 1.793, + 4.2205 ], "page": 1, "confidence": 0.987, "elements": [ - "#/readResults/0/lines/8/words/0" + "#/readResults/0/lines/4/words/0" ] }, "ReceiptType": { "type": "string", "valueString": "Itemized", - "confidence": 0.994 + "confidence": 0.989 }, "Subtotal": { "type": "number", - "valueNumber": 300, - "text": "300.00", - "boundingBox": [ - 6.1794, - 4.9042, - 6.632, - 4.9042, - 6.632, - 5.0131, - 6.1794, - 5.0131 + "valueNumber": 11.7, + "text": "$ 11.70", + "boundingBox": [ + 4.2611, + 7.6546, + 4.9251, + 7.6546, + 4.9251, + 7.9648, + 4.2611, + 7.9648 ], "page": 1, - "confidence": 0.983, + "confidence": 0.777, "elements": [ - "#/readResults/0/lines/34/words/1" + "#/readResults/0/lines/13/words/0", + "#/readResults/0/lines/13/words/1" ] }, "Tax": { "type": "number", - "valueNumber": 30, - "text": "30.00", - "boundingBox": [ - 5.836, - 5.1245, - 6.2022, - 5.1245, - 6.2022, - 5.2333, - 5.836, - 5.2333 + "valueNumber": 1.17, + "text": "$ 1.17", + "boundingBox": [ + 4.3745, + 8.0029, + 4.9488, + 8.044, + 4.9227, + 8.4085, + 4.3484, + 8.3674 ], "page": 1, - "confidence": 0.987, + "confidence": 0.985, "elements": [ - "#/readResults/0/lines/35/words/1" + "#/readResults/0/lines/15/words/0", + "#/readResults/0/lines/15/words/1" ] }, - "Tip": { + "Total": { "type": "number", - "valueNumber": 100, - "text": "100.00", + "valueNumber": 14.5, + "text": "$14.50", + "boundingBox": [ + 4.1061, + 8.8731, + 5.1243, + 8.9174, + 5.1022, + 9.283, + 4.084, + 9.2276 + ], + "page": 1, + "confidence": 0.958, + "elements": [ + "#/readResults/0/lines/19/words/0" + ] + }, + "TransactionDate": { + "type": "date", + "valueDate": "2019-06-10", + "text": "6/10/2019", "boundingBox": [ - 5.811, - 5.3445, - 6.2587, - 5.3445, - 6.2587, - 5.4533, - 5.811, - 5.4533 + 1.7819, + 4.6636, + 2.5456, + 4.7301, + 2.5234, + 4.996, + 1.7598, + 4.9406 ], "page": 1, - "confidence": 0.942, + "confidence": 0.987, "elements": [ - "#/readResults/0/lines/36/words/1" + "#/readResults/0/lines/5/words/0" ] }, - "Total": { - "type": "number", - "valueNumber": 430, - "text": "430.00", + "TransactionTime": { + "type": "time", + "valueTime": "13:59:00", + "text": "13:59", "boundingBox": [ - 5.942, - 5.5645, - 6.3987, - 5.5645, - 6.3987, - 5.6733, - 5.942, - 5.6733 + 2.6009, + 4.7412, + 3.0436, + 4.7744, + 3.0215, + 5.0181, + 2.5788, + 4.996 ], "page": 1, - "confidence": 0.981, + "confidence": 0.984, "elements": [ - "#/readResults/0/lines/37/words/1" + "#/readResults/0/lines/5/words/1" ] } } @@ -3867,224 +2383,67 @@ { "type": "object", "valueObject": { - "Price": { - "type": "number", - "valueNumber": 10, - "text": "10", - "boundingBox": [ - 3.2589, - 3.2108, - 3.4067, - 3.2108, - 3.4067, - 3.319, - 3.2589, - 3.319 - ], - "page": 3, - "confidence": 0.487, - "elements": [ - "#/readResults/2/lines/14/words/0" - ] - }, - "TotalPrice": { - "type": "number", - "valueNumber": 100.99, - "text": "100.99", - "boundingBox": [ - 5.4232, - 3.2108, - 5.8617, - 3.2108, - 5.8617, - 3.319, - 5.4232, - 3.319 - ], - "page": 3, - "confidence": 0.929, - "elements": [ - "#/readResults/2/lines/15/words/0" - ] - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 20, - "text": "20", - "boundingBox": [ - 3.2541, - 3.4241, - 3.4067, - 3.4241, - 3.4067, - 3.5323, - 3.2541, - 3.5323 - ], - "page": 3, - "confidence": 0.277, - "elements": [ - "#/readResults/2/lines/17/words/0" - ] - }, - "TotalPrice": { - "type": "number", - "valueNumber": 140.67, - "text": "140.67", - "boundingBox": [ - 5.4232, - 3.4241, - 5.8622, - 3.4241, - 5.8622, - 3.5323, - 5.4232, - 3.5323 - ], - "page": 3, - "confidence": 0.929, - "elements": [ - "#/readResults/2/lines/18/words/0" - ] - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 40, - "text": "40", - "boundingBox": [ - 3.2486, - 3.6341, - 3.4067, - 3.6341, - 3.4067, - 3.7423, - 3.2486, - 3.7423 - ], - "page": 3, - "confidence": 0.544, - "elements": [ - "#/readResults/2/lines/20/words/0" - ] - }, - "TotalPrice": { - "type": "number", - "valueNumber": 150.66, - "text": "150.66", - "boundingBox": [ - 5.4232, - 3.6341, - 5.8634, - 3.6341, - 5.8634, - 3.7423, - 5.4232, - 3.7423 - ], - "page": 3, - "confidence": 0.922, - "elements": [ - "#/readResults/2/lines/21/words/0" - ] - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 10, - "text": "10", + "Name": { + "type": "string", + "valueString": "Surface Pro 6", + "text": "Surface Pro 6", "boundingBox": [ - 3.2589, - 3.8441, - 3.4067, - 3.8441, - 3.4067, - 3.9523, - 3.2589, - 3.9523 + 2.0742, + 5.6545, + 3.0328, + 5.6745, + 3.0282, + 5.8911, + 2.0697, + 5.8711 ], "page": 3, - "confidence": 0.395, + "confidence": 0.855, "elements": [ - "#/readResults/2/lines/23/words/0" + "#/readResults/2/lines/7/words/1", + "#/readResults/2/lines/7/words/2", + "#/readResults/2/lines/7/words/3" ] }, - "TotalPrice": { - "type": "number", - "valueNumber": 120, - "text": "120.00", - "boundingBox": [ - 5.4232, - 3.8441, - 5.8642, - 3.8441, - 5.8642, - 3.9523, - 5.4232, - 3.9523 - ], - "page": 3, - "confidence": 0.958, - "elements": [ - "#/readResults/2/lines/24/words/0" - ] - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { + "Quantity": { "type": "number", - "valueNumber": 40, - "text": "40", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 3.2486, - 4.0546, - 3.4067, - 4.0546, - 3.4067, - 4.1627, - 3.2486, - 4.1627 + 1.9811, + 5.6606, + 2.0365, + 5.6606, + 2.0365, + 5.8711, + 1.9811, + 5.8711 ], "page": 3, - "confidence": 0.547, + "confidence": 0.961, "elements": [ - "#/readResults/2/lines/26/words/0" + "#/readResults/2/lines/7/words/0" ] }, "TotalPrice": { "type": "number", - "valueNumber": 100, - "text": "100.00", + "valueNumber": 999, + "text": "$ 999.00", "boundingBox": [ - 5.4232, - 4.0546, - 5.8644, - 4.0546, - 5.8644, - 4.1627, - 5.4232, - 4.1627 + 3.8004, + 6.3191, + 4.4224, + 6.3711, + 4.4011, + 6.6251, + 3.7792, + 6.5731 ], "page": 3, - "confidence": 0.924, + "confidence": 0.935, "elements": [ - "#/readResults/2/lines/27/words/0" + "#/readResults/2/lines/10/words/0", + "#/readResults/2/lines/10/words/1" ] } } @@ -4092,89 +2451,65 @@ { "type": "object", "valueObject": { - "Price": { - "type": "number", - "valueNumber": 60, - "text": "60", + "Name": { + "type": "string", + "valueString": "SurfacePen", + "text": "SurfacePen", "boundingBox": [ - 3.2534, - 4.2646, - 3.4067, - 4.2646, - 3.4067, - 4.3727, - 3.2534, - 4.3727 + 2.0475, + 7.0453, + 2.8887, + 7.0342, + 2.8997, + 7.2447, + 2.0586, + 7.2669 ], "page": 3, - "confidence": 0.396, + "confidence": 0.479, "elements": [ - "#/readResults/2/lines/29/words/0" + "#/readResults/2/lines/11/words/1" ] }, - "TotalPrice": { + "Quantity": { "type": "number", - "valueNumber": 120, - "text": "120.00", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 5.4232, - 4.2646, - 5.8642, - 4.2646, - 5.8642, - 4.3727, - 5.4232, - 4.3727 + 1.9368, + 7.0453, + 2.0033, + 7.0453, + 2.0143, + 7.2669, + 1.9479, + 7.2669 ], "page": 3, "confidence": 0.961, "elements": [ - "#/readResults/2/lines/30/words/0" - ] - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 80, - "text": "80", - "boundingBox": [ - 3.2514, - 4.4746, - 3.4067, - 4.4746, - 3.4067, - 4.5827, - 3.2514, - 4.5827 - ], - "page": 3, - "confidence": 0.966, - "elements": [ - "#/readResults/2/lines/32/words/0" + "#/readResults/2/lines/11/words/0" ] }, "TotalPrice": { "type": "number", - "valueNumber": 220, - "text": "220.00", + "valueNumber": 99.99, + "text": "$ 99.99", "boundingBox": [ - 5.4184, - 4.4746, - 5.8644, - 4.4746, - 5.8644, - 4.5827, - 5.4184, - 4.5827 + 3.8737, + 7.0675, + 4.4049, + 7.0675, + 4.4049, + 7.289, + 3.8737, + 7.289 ], "page": 3, - "confidence": 0.954, + "confidence": 0.935, "elements": [ - "#/readResults/2/lines/33/words/0" + "#/readResults/2/lines/12/words/0", + "#/readResults/2/lines/12/words/1" ] } } @@ -4183,131 +2518,174 @@ }, "MerchantAddress": { "type": "string", - "valueString": "567 Main St. Redmond, WA", - "text": "567 Main St. Redmond, WA", - "boundingBox": [ - 0.8852, - 1.846, - 1.8537, - 1.846, - 1.8537, - 2.1975, - 0.8852, - 2.1975 + "valueString": "123 Main Street Redmond, WA 98052", + "text": "123 Main Street Redmond, WA 98052", + "boundingBox": [ + 1.9368, + 3.0685, + 3.265, + 3.0685, + 3.265, + 3.578, + 1.9368, + 3.578 + ], + "page": 3, + "confidence": 0.976, + "elements": [ + "#/readResults/2/lines/2/words/0", + "#/readResults/2/lines/2/words/1", + "#/readResults/2/lines/2/words/2", + "#/readResults/2/lines/3/words/0", + "#/readResults/2/lines/3/words/1", + "#/readResults/2/lines/3/words/2" + ] + }, + "MerchantName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 1.9701, + 2.7694, + 2.5013, + 2.7915, + 2.4902, + 2.9688, + 1.959, + 2.9466 ], "page": 3, - "confidence": 0.962, + "confidence": 0.974, "elements": [ - "#/readResults/2/lines/5/words/0", - "#/readResults/2/lines/5/words/1", - "#/readResults/2/lines/5/words/2", - "#/readResults/2/lines/7/words/0", - "#/readResults/2/lines/7/words/1" + "#/readResults/2/lines/1/words/0" ] }, "MerchantPhoneNumber": { "type": "phoneNumber", - "valuePhoneNumber": "\u002B15555555555", - "text": "555-555-5555", + "text": "123-456-7890", "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 + 1.8926, + 3.9878999999999998, + 2.8665, + 4.0211, + 2.8665, + 4.2205, + 1.8926, + 4.1984 ], "page": 3, - "confidence": 0.987, + "confidence": 0.988, "elements": [ - "#/readResults/2/lines/8/words/0" + "#/readResults/2/lines/4/words/0" ] }, "ReceiptType": { "type": "string", "valueString": "Itemized", - "confidence": 0.989 + "confidence": 0.99 }, "Subtotal": { "type": "number", - "valueNumber": 3000, - "text": "3000.00", - "boundingBox": [ - 6.1794, - 4.9042, - 6.7158, - 4.9042, - 6.7158, - 5.0131, - 6.1794, - 5.0131 + "valueNumber": 1098.99, + "text": "$ 1098.99", + "boundingBox": [ + 3.752, + 7.7543, + 4.416, + 7.7543, + 4.416, + 7.9869, + 3.752, + 7.9869 ], "page": 3, - "confidence": 0.982, + "confidence": 0.776, "elements": [ - "#/readResults/2/lines/34/words/1" + "#/readResults/2/lines/14/words/0", + "#/readResults/2/lines/14/words/1" ] }, "Tax": { "type": "number", - "valueNumber": 300, - "text": "300.00", - "boundingBox": [ - 5.836, - 5.1245, - 6.2887, - 5.1245, - 6.2887, - 5.2333, - 5.836, - 5.2333 + "valueNumber": 104.4, + "text": "$ 104.40", + "boundingBox": [ + 3.8073, + 8.0977, + 4.3939, + 8.0977, + 4.3939, + 8.3192, + 3.8073, + 8.3192 ], "page": 3, - "confidence": 0.987, + "confidence": 0.986, "elements": [ - "#/readResults/2/lines/35/words/1" + "#/readResults/2/lines/16/words/0", + "#/readResults/2/lines/16/words/1" ] }, - "Tip": { + "Total": { "type": "number", - "valueNumber": 1000, - "text": "1000.00", + "valueNumber": 1203.39, + "text": "$ 1203.39", + "boundingBox": [ + 3.7298, + 8.7623, + 4.3944, + 8.8228, + 4.3743, + 9.0446, + 3.7096, + 8.9841 + ], + "page": 3, + "confidence": 0.973, + "elements": [ + "#/readResults/2/lines/18/words/0", + "#/readResults/2/lines/18/words/1" + ] + }, + "TransactionDate": { + "type": "date", + "valueDate": "2019-06-10", + "text": "6/10/2019", "boundingBox": [ - 5.811, - 5.3445, - 6.3422, - 5.3445, - 6.3422, - 5.4533, - 5.811, - 5.4533 + 1.8815, + 4.6526, + 2.4792, + 4.6636, + 2.4792, + 4.8741, + 1.8926, + 4.8741 ], "page": 3, - "confidence": 0.789, + "confidence": 0.987, "elements": [ - "#/readResults/2/lines/36/words/1" + "#/readResults/2/lines/5/words/0" ] }, - "Total": { - "type": "number", - "valueNumber": 4300, - "text": "4300.00", + "TransactionTime": { + "type": "time", + "valueTime": "13:59:00", + "text": "13:59", "boundingBox": [ - 5.942, - 5.5645, - 6.4825, - 5.5645, - 6.4825, - 5.6733, - 5.942, - 5.6733 + 2.5234, + 4.6636, + 2.9108, + 4.6636, + 2.8997, + 4.8741, + 2.5234, + 4.8741 ], "page": 3, - "confidence": 0.98, + "confidence": 0.986, "elements": [ - "#/readResults/2/lines/37/words/1" + "#/readResults/2/lines/5/words/1" ] } } @@ -4319,7 +2697,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-canada-central.cognitiveservices.azure.com/", "RandomSeed": "156614949" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPageAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPageAsync.json index 2d88697eb7d2..c6bab6edf522 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPageAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPageAsync.json @@ -1,3453 +1,2076 @@ { "Entries": [ { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "108935", + "Content-Length": "252962", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d36dc7c343dac742906fe66ec28faa56-52cd704a9a9abe43-00", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-068ff6d3282b3a42ac6c9dc22019036b-09f0c1300108f346-00", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7b5c1b275047fce87c4a45aa5dce0d98", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "e7c6bf09-5070-44bd-8d3e-f1ada21fd947", + "apim-request-id": "57290675-6ddc-4073-9d6f-7d3cf80896c9", "Content-Length": "0", - "Date": "Wed, 24 Mar 2021 21:49:16 GMT", - "Operation-Location": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/e7c6bf09-5070-44bd-8d3e-f1ada21fd947", + "Date": "Thu, 06 May 2021 18:32:19 GMT", + "Operation-Location": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/57290675-6ddc-4073-9d6f-7d3cf80896c9", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "267" + "x-envoy-upstream-service-time": "105" }, "ResponseBody": [] }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/e7c6bf09-5070-44bd-8d3e-f1ada21fd947", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/57290675-6ddc-4073-9d6f-7d3cf80896c9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e77295d8eda9d21d1ee7e18f16698e97", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ae74867a-a409-4cc5-aeda-76da81528a83", - "Content-Length": "109", + "apim-request-id": "56b4a736-bb2a-4537-82fb-b2b38c1525ad", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:49:16 GMT", + "Date": "Thu, 06 May 2021 18:32:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2021-03-24T21:49:16Z", - "lastUpdatedDateTime": "2021-03-24T21:49:16Z" + "status": "running", + "createdDateTime": "2021-05-06T18:32:19Z", + "lastUpdatedDateTime": "2021-05-06T18:32:20Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/e7c6bf09-5070-44bd-8d3e-f1ada21fd947", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/57290675-6ddc-4073-9d6f-7d3cf80896c9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4054b13d5560074084994921f9674be5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d2511148-62e2-461a-9ffc-912e6d021933", + "apim-request-id": "0b8b193b-8dd4-40f8-811f-2d7c6c611589", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:49:17 GMT", + "Date": "Thu, 06 May 2021 18:32:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-24T21:49:16Z", - "lastUpdatedDateTime": "2021-03-24T21:49:17Z" + "createdDateTime": "2021-05-06T18:32:19Z", + "lastUpdatedDateTime": "2021-05-06T18:32:20Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/e7c6bf09-5070-44bd-8d3e-f1ada21fd947", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/57290675-6ddc-4073-9d6f-7d3cf80896c9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "bdd22c03b43f3a1bfd895d5f6e58e512", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "75312e7a-4343-4da4-aa0f-64aca4905ef7", + "apim-request-id": "431abd91-759f-4914-abc3-ba9cdf7986a6", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:49:18 GMT", + "Date": "Thu, 06 May 2021 18:32:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-24T21:49:16Z", - "lastUpdatedDateTime": "2021-03-24T21:49:17Z" + "createdDateTime": "2021-05-06T18:32:19Z", + "lastUpdatedDateTime": "2021-05-06T18:32:20Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/e7c6bf09-5070-44bd-8d3e-f1ada21fd947", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/57290675-6ddc-4073-9d6f-7d3cf80896c9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ac6cadbccd7a8237546a630fa3fcd8b6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3bb2c816-b230-43a9-ae52-50c5e9842d13", + "apim-request-id": "e8a5c28b-9680-455f-b062-56faf3344bf5", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:49:19 GMT", + "Date": "Thu, 06 May 2021 18:32:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-24T21:49:16Z", - "lastUpdatedDateTime": "2021-03-24T21:49:17Z" + "createdDateTime": "2021-05-06T18:32:19Z", + "lastUpdatedDateTime": "2021-05-06T18:32:20Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/e7c6bf09-5070-44bd-8d3e-f1ada21fd947", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/57290675-6ddc-4073-9d6f-7d3cf80896c9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ea8bfc9bd1978957951a42d7f8e1982b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9372c762-5b86-4984-a7d4-c22d7c2ec734", + "apim-request-id": "a9434781-2c62-47ee-ba35-0a91e659f416", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:49:20 GMT", + "Date": "Thu, 06 May 2021 18:32:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-24T21:49:16Z", - "lastUpdatedDateTime": "2021-03-24T21:49:17Z" + "createdDateTime": "2021-05-06T18:32:19Z", + "lastUpdatedDateTime": "2021-05-06T18:32:20Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/e7c6bf09-5070-44bd-8d3e-f1ada21fd947", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/57290675-6ddc-4073-9d6f-7d3cf80896c9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4c6537b49efa366bf44f68d4500b9601", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "90d78236-280f-4acf-a1d2-78d5bc0a9c11", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:49:21 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "14" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2021-03-24T21:49:16Z", - "lastUpdatedDateTime": "2021-03-24T21:49:17Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/e7c6bf09-5070-44bd-8d3e-f1ada21fd947", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "72c3a6b0fbcdea7b55e3175f8a608a73", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d2ac1c94-acd8-4ee4-8b27-de266240bb0e", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:49:23 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "12" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2021-03-24T21:49:16Z", - "lastUpdatedDateTime": "2021-03-24T21:49:17Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/e7c6bf09-5070-44bd-8d3e-f1ada21fd947", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210324.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "6c5b38d28c97fdbc9055f64769833889", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9ee2cd2c-9735-4c52-bdb9-652111c1c8ff", - "Content-Length": "33712", + "apim-request-id": "b20e04ea-4aa4-4b07-b1ef-f1deaf7bc12c", + "Content-Length": "22124", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 24 Mar 2021 21:49:24 GMT", + "Date": "Thu, 06 May 2021 18:32:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2021-03-24T21:49:16Z", - "lastUpdatedDateTime": "2021-03-24T21:49:24Z", + "createdDateTime": "2021-05-06T18:32:19Z", + "lastUpdatedDateTime": "2021-05-06T18:32:25Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 0, + "angle": 0.5729, "width": 8.5, "height": 11, "unit": "inch", "lines": [ { - "text": "Company A Invoice", + "text": "Contoso", "boundingBox": [ - 0.8861, - 1.1217, - 2.3783, - 1.1217, - 2.3783, - 1.2812, - 0.8861, - 1.2812 + 1.9036, + 2.6918, + 2.5677, + 2.8691, + 2.5124, + 3.0685, + 1.8594, + 2.8912 ], "words": [ { - "text": "Company", - "boundingBox": [ - 0.8861, - 1.1232, - 1.6203, - 1.1232, - 1.6203, - 1.2812, - 0.8861, - 1.2812 - ], - "confidence": 1 - }, - { - "text": "A", - "boundingBox": [ - 1.6696, - 1.1242, - 1.7749, - 1.1242, - 1.7749, - 1.2473, - 1.6696, - 1.2473 - ], - "confidence": 1 - }, - { - "text": "Invoice", + "text": "Contoso", "boundingBox": [ - 1.8389, - 1.1217, - 2.3783, - 1.1217, - 2.3783, - 1.2485, - 1.8389, - 1.2485 + 1.9147, + 2.6918, + 2.5677, + 2.8691, + 2.5124, + 3.0685, + 1.8704, + 2.8912 ], - "confidence": 1 + "confidence": 0.755 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Invoice For:", + "text": "Contoso", "boundingBox": [ - 6.0211, - 1.0656, - 7.0357, - 1.0656, - 7.0357, - 1.2121, - 6.0211, - 1.2121 + 2.8776, + 2.5146, + 4.2611, + 2.3817, + 4.2943, + 2.6918, + 2.8997, + 2.8248 ], "words": [ { - "text": "Invoice", - "boundingBox": [ - 6.0211, - 1.0656, - 6.6362, - 1.0656, - 6.6362, - 1.2121, - 6.0211, - 1.2121 - ], - "confidence": 1 - }, - { - "text": "For:", + "text": "Contoso", "boundingBox": [ - 6.7147, - 1.0691, - 7.0357, - 1.0691, - 7.0357, - 1.2121, - 6.7147, - 1.2121 + 2.8776, + 2.5257, + 4.2057, + 2.3927, + 4.2279, + 2.7029, + 2.8997, + 2.8248 ], - "confidence": 1 + "confidence": 0.996 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Address:", + "text": "123 Main Street", "boundingBox": [ - 0.8791, - 1.4825, - 1.5657, - 1.4825, - 1.5657, - 1.6155, - 0.8791, - 1.6155 + 1.8815, + 3.0131, + 3.11, + 3.2679, + 3.0547, + 3.4894, + 1.8483, + 3.2457 ], "words": [ { - "text": "Address:", + "text": "123", + "boundingBox": [ + 1.8926, + 3.0242, + 2.125, + 3.0685, + 2.0918, + 3.3011, + 1.8483, + 3.2457 + ], + "confidence": 0.994 + }, + { + "text": "Main", + "boundingBox": [ + 2.1803, + 3.0796, + 2.5566, + 3.1682, + 2.5124, + 3.3897, + 2.1361, + 3.3122 + ], + "confidence": 0.994 + }, + { + "text": "Street", "boundingBox": [ - 0.8791, - 1.4825, - 1.5657, - 1.4825, - 1.5657, - 1.6155, - 0.8791, - 1.6155 + 2.6009, + 3.1793, + 3.099, + 3.29, + 3.0547, + 3.4894, + 2.5566, + 3.4008 ], - "confidence": 1 + "confidence": 0.996 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Bilbo Baggins", + "text": "Redmond, WA 98052", "boundingBox": [ - 6.0164, - 1.4503, - 6.8967, - 1.4503, - 6.8967, - 1.5931, - 6.0164, - 1.5931 + 1.8594, + 3.3454, + 3.4863, + 3.5559, + 3.4531, + 3.7996, + 1.8372, + 3.6002 ], "words": [ { - "text": "Bilbo", + "text": "Redmond,", + "boundingBox": [ + 1.8704, + 3.3565, + 2.623, + 3.4783, + 2.6009, + 3.711, + 1.8372, + 3.5891 + ], + "confidence": 0.993 + }, + { + "text": "WA", "boundingBox": [ - 6.0164, - 1.4503, - 6.3392, - 1.4503, - 6.3392, - 1.5649, - 6.0164, - 1.5649 + 2.6673, + 3.4783, + 2.8997, + 3.5116, + 2.8776, + 3.7442, + 2.6452, + 3.7221 ], - "confidence": 1 + "confidence": 0.996 }, { - "text": "Baggins", + "text": "98052", "boundingBox": [ - 6.396, - 1.4556, - 6.8967, - 1.4556, - 6.8967, - 1.5931, - 6.396, - 1.5931 + 2.944, + 3.5227, + 3.4642, + 3.567, + 3.4531, + 3.7885, + 2.9329, + 3.7553 ], - "confidence": 1 + "confidence": 0.993 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "123 Hobbit Lane", + "text": "987-654-3210", "boundingBox": [ - 6.0165, - 1.6707, - 7.1006, - 1.6707, - 7.1006, - 1.7854, - 6.0165, - 1.7854 + 1.8151, + 3.9878999999999998, + 2.9661, + 4.143, + 2.9329, + 4.3756, + 1.793, + 4.2205 ], "words": [ { - "text": "123", - "boundingBox": [ - 6.0165, - 1.6772, - 6.2434, - 1.6772, - 6.2434, - 1.7854, - 6.0165, - 1.7854 - ], - "confidence": 1 - }, - { - "text": "Hobbit", - "boundingBox": [ - 6.3033, - 1.6707, - 6.7463, - 1.6707, - 6.7463, - 1.7854, - 6.3033, - 1.7854 - ], - "confidence": 1 - }, - { - "text": "Lane", + "text": "987-654-3210", "boundingBox": [ - 6.803, - 1.6782, - 7.1006, - 1.6782, - 7.1006, - 1.7854, - 6.803, - 1.7854 + 1.8151, + 3.999, + 2.9661, + 4.1541, + 2.9329, + 4.3756, + 1.793, + 4.2205 ], - "confidence": 1 + "confidence": 0.987 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "567 Main St.", + "text": "6/10/2019 13:59", "boundingBox": [ - 0.8852, - 1.846, - 1.713, - 1.846, - 1.713, - 1.9554, - 0.8852, - 1.9554 + 1.7708, + 4.6636, + 3.0547, + 4.7523, + 3.0326, + 5.0181, + 1.7598, + 4.9295 ], "words": [ { - "text": "567", - "boundingBox": [ - 0.8852, - 1.8472, - 1.1203, - 1.8472, - 1.1203, - 1.9554, - 0.8852, - 1.9554 - ], - "confidence": 1 - }, - { - "text": "Main", + "text": "6/10/2019", "boundingBox": [ - 1.1777, - 1.846, - 1.5022, - 1.846, - 1.5022, - 1.9554, - 1.1777, - 1.9554 + 1.7819, + 4.6636, + 2.5456, + 4.7301, + 2.5234, + 4.996, + 1.7598, + 4.9406 ], - "confidence": 1 + "confidence": 0.993 }, { - "text": "St.", + "text": "13:59", "boundingBox": [ - 1.5558, - 1.8472, - 1.713, - 1.8472, - 1.713, - 1.9554, - 1.5558, - 1.9554 + 2.6009, + 4.7412, + 3.0436, + 4.7744, + 3.0215, + 5.0181, + 2.5788, + 4.996 ], - "confidence": 1 + "confidence": 0.996 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Redmond, WA", + "text": "Sales Associate: Paul", "boundingBox": [ - 6.0164, - 1.891, - 6.9793, - 1.891, - 6.9793, - 2.0275, - 6.0164, - 2.0275 + 1.7487, + 5.0292, + 3.597, + 5.1067, + 3.5859, + 5.3615, + 1.7376, + 5.284 ], "words": [ { - "text": "Redmond,", + "text": "Sales", "boundingBox": [ - 6.0164, - 1.891, - 6.6861, - 1.891, - 6.6861, - 2.0275, - 6.0164, - 2.0275 + 1.7708, + 5.0403, + 2.2135, + 5.0735, + 2.2025, + 5.3061, + 1.7487, + 5.2618 ], - "confidence": 1 + "confidence": 0.996 }, { - "text": "WA", + "text": "Associate:", + "boundingBox": [ + 2.2578, + 5.0735, + 3.1211, + 5.1067, + 3.11, + 5.3505, + 2.2467, + 5.3061 + ], + "confidence": 0.922 + }, + { + "text": "Paul", "boundingBox": [ - 6.7408, - 1.8982, - 6.9793, - 1.8982, - 6.9793, - 2.0044, - 6.7408, - 2.0044 + 3.1654, + 5.1067, + 3.6081, + 5.1067, + 3.597, + 5.3615, + 3.1543, + 5.3505 ], - "confidence": 1 + "confidence": 0.991 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Redmond, WA", + "text": "1 Cappuccino", "boundingBox": [ - 0.891, - 2.061, - 1.8537, - 2.061, - 1.8537, - 2.1975, - 0.891, - 2.1975 + 1.6934, + 5.7382, + 2.9993, + 5.7936, + 2.9883, + 6.0705, + 1.6823, + 6.0262 ], "words": [ { - "text": "Redmond,", + "text": "1", "boundingBox": [ - 0.891, - 2.061, - 1.5605, - 2.061, - 1.5605, - 2.1975, - 0.891, - 2.1975 + 1.6934, + 5.7382, + 1.8372, + 5.7492, + 1.8372, + 6.0262, + 1.6934, + 6.0262 ], - "confidence": 1 + "confidence": 0.995 }, { - "text": "WA", + "text": "Cappuccino", "boundingBox": [ - 1.6152, - 2.0682, - 1.8537, - 2.0682, - 1.8537, - 2.1744, - 1.6152, - 2.1744 + 1.8926, + 5.7492, + 3.0104, + 5.7936, + 2.9993, + 6.0705, + 1.8926, + 6.0373 ], - "confidence": 1 + "confidence": 0.705 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "555-555-5555", + "text": "$2.20", "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 + 4.2943, + 5.7492, + 4.8034, + 5.716, + 4.8034, + 5.9597, + 4.3164, + 5.9929 ], "words": [ { - "text": "555-555-5555", + "text": "$2.20", "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 + 4.3053, + 5.7492, + 4.7923, + 5.716, + 4.8034, + 5.9597, + 4.3164, + 5.9929 ], - "confidence": 1 + "confidence": 0.996 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "555-555-5555", + "text": "1 BACON \u0026 EGGS", "boundingBox": [ - 0.8852, - 2.2887, - 1.8119, - 2.2887, - 1.8119, - 2.3954, - 0.8852, - 2.3954 + 1.6491, + 6.4914, + 3.2318, + 6.5025, + 3.2318, + 6.7684, + 1.6491, + 6.7573 ], "words": [ { - "text": "555-555-5555", + "text": "1", + "boundingBox": [ + 1.6602, + 6.4914, + 1.804, + 6.4914, + 1.804, + 6.7684, + 1.6602, + 6.7684 + ], + "confidence": 0.996 + }, + { + "text": "BACON", + "boundingBox": [ + 1.8704, + 6.5025, + 2.5013, + 6.5136, + 2.4902, + 6.7684, + 1.8704, + 6.7684 + ], + "confidence": 0.996 + }, + { + "text": "\u0026", + "boundingBox": [ + 2.5456, + 6.5136, + 2.6784, + 6.5136, + 2.6673, + 6.7684, + 2.5456, + 6.7684 + ], + "confidence": 0.996 + }, + { + "text": "EGGS", "boundingBox": [ - 0.8852, - 2.2887, - 1.8119, - 2.2887, - 1.8119, - 2.3954, - 0.8852, - 2.3954 + 2.7337, + 6.5136, + 3.2318, + 6.5136, + 3.2318, + 6.7795, + 2.7227, + 6.7684 ], - "confidence": 1 + "confidence": 0.994 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Item", + "text": "Sunny-side-up", "boundingBox": [ - 1.0943, - 3.0018, - 1.3842, - 3.0018, - 1.3842, - 3.109, - 1.0943, - 3.109 + 1.9811, + 6.9124, + 3.2539, + 6.9124, + 3.2539, + 7.1893, + 1.9811, + 7.1782 ], "words": [ { - "text": "Item", + "text": "Sunny-side-up", "boundingBox": [ - 1.0943, - 3.0018, - 1.3842, - 3.0018, - 1.3842, - 3.109, - 1.0943, - 3.109 + 2.0033, + 6.9124, + 3.265, + 6.9235, + 3.2539, + 7.2004, + 2.0033, + 7.1893 ], - "confidence": 1 + "confidence": 0.994 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Quantity", + "text": "$9.5", "boundingBox": [ - 3.2527, - 2.9996, - 3.8367, - 2.9996, - 3.8367, - 3.1371, - 3.2527, - 3.1371 + 4.3717, + 6.8459, + 4.8145, + 6.8348, + 4.8145, + 7.1229, + 4.3717, + 7.1339 ], "words": [ { - "text": "Quantity", + "text": "$9.5", "boundingBox": [ - 3.2527, - 2.9996, - 3.8367, - 2.9996, - 3.8367, - 3.1371, - 3.2527, - 3.1371 + 4.3828, + 6.8459, + 4.8034, + 6.8348, + 4.8145, + 7.1229, + 4.3828, + 7.1339 ], - "confidence": 1 + "confidence": 0.991 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Price", + "text": "Sub-Total", "boundingBox": [ - 5.423, - 2.9996, - 5.7372, - 2.9996, - 5.7372, - 3.109, - 5.423, - 3.109 + 2.291, + 7.6878, + 3.2982, + 7.6657, + 3.3092, + 7.9426, + 2.291, + 7.9757999999999996 ], "words": [ { - "text": "Price", + "text": "Sub-Total", "boundingBox": [ - 5.423, - 2.9996, - 5.7372, - 2.9996, - 5.7372, - 3.109, - 5.423, - 3.109 + 2.3021, + 7.6878, + 3.3092, + 7.6657, + 3.3092, + 7.9537, + 2.3021, + 7.9869 ], - "confidence": 1 + "confidence": 0.892 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "A", + "text": "$ 11.70", "boundingBox": [ - 1.0832, - 3.2118, - 1.174, - 3.2118, - 1.174, - 3.318, - 1.0832, - 3.318 + 4.2611, + 7.6546, + 4.9251, + 7.6546, + 4.9141, + 7.9537, + 4.2721, + 7.9648 ], "words": [ { - "text": "A", + "text": "$", + "boundingBox": [ + 4.2611, + 7.6546, + 4.3385, + 7.6546, + 4.3385, + 7.9648, + 4.2611, + 7.9648 + ], + "confidence": 0.994 + }, + { + "text": "11.70", "boundingBox": [ - 1.0832, - 3.2118, - 1.174, - 3.2118, - 1.174, - 3.318, - 1.0832, - 3.318 + 4.3939, + 7.6546, + 4.9141, + 7.6546, + 4.9251, + 7.9537, + 4.4049, + 7.9648 ], - "confidence": 1 + "confidence": 0.996 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "1", + "text": "Tax", "boundingBox": [ - 3.2589, - 3.2116, - 3.3202, - 3.2116, - 3.3202, - 3.3176, - 3.2589, - 3.3176 + 2.3021, + 8.1088, + 2.6895, + 8.1088, + 2.7005, + 8.3746, + 2.3021, + 8.3857 ], "words": [ { - "text": "1", + "text": "Tax", "boundingBox": [ - 3.2589, - 3.2116, - 3.3202, - 3.2116, - 3.3202, - 3.3176, - 3.2589, - 3.3176 + 2.3021, + 8.1088, + 2.6895, + 8.1088, + 2.6895, + 8.3857, + 2.3021, + 8.3857 ], - "confidence": 1 + "confidence": 0.994 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "10.99", + "text": "$ 1.17", "boundingBox": [ - 5.4232, - 3.2108, - 5.7784, - 3.2108, - 5.7784, - 3.319, - 5.4232, - 3.319 + 4.3828, + 8.0423, + 4.9362, + 8.0534, + 4.9251, + 8.3746, + 4.3717, + 8.3746 ], "words": [ { - "text": "10.99", + "text": "$", + "boundingBox": [ + 4.3717, + 8.0423, + 4.4492, + 8.0423, + 4.4492, + 8.3746, + 4.3717, + 8.3635 + ], + "confidence": 0.994 + }, + { + "text": "1.17", "boundingBox": [ - 5.4232, - 3.2108, - 5.7784, - 3.2108, - 5.7784, - 3.319, - 5.4232, - 3.319 + 4.5156, + 8.0423, + 4.9251, + 8.0423, + 4.9251, + 8.3746, + 4.5156, + 8.3746 ], - "confidence": 1 + "confidence": 0.992 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "B", + "text": "Tip", "boundingBox": [ - 1.0943, - 3.4256, - 1.1637, - 3.4256, - 1.1637, - 3.531, - 1.0943, - 3.531 + 2.2689, + 8.4965, + 2.612, + 8.5076, + 2.6009, + 8.8399, + 2.2689, + 8.8288 ], "words": [ { - "text": "B", + "text": "Tip", "boundingBox": [ - 1.0943, - 3.4256, - 1.1637, - 3.4256, - 1.1637, - 3.531, - 1.0943, - 3.531 + 2.2799, + 8.4965, + 2.6009, + 8.5076, + 2.5898, + 8.8399, + 2.2799, + 8.8288 ], - "confidence": 1 + "confidence": 0.994 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "2", + "text": "$ 11623", "boundingBox": [ - 3.2541, - 3.4241, - 3.3199, - 3.4241, - 3.3199, - 3.531, - 3.2541, - 3.531 + 4.084, + 8.4079, + 4.8809, + 8.4079, + 4.8698, + 8.7734, + 4.0729, + 8.7734 ], "words": [ { - "text": "2", + "text": "$", + "boundingBox": [ + 4.0729, + 8.4079, + 4.1615, + 8.4079, + 4.1615, + 8.7734, + 4.0729, + 8.7734 + ], + "confidence": 0.999 + }, + { + "text": "11623", "boundingBox": [ - 3.2541, - 3.4241, - 3.3199, - 3.4241, - 3.3199, - 3.531, - 3.2541, - 3.531 + 4.2389, + 8.4079, + 4.8477, + 8.4079, + 4.8477, + 8.7734, + 4.2389, + 8.7734 ], - "confidence": 1 + "confidence": 0.27 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.469 } } }, { - "text": "14.67", + "text": "Total", "boundingBox": [ - 5.4232, - 3.4241, - 5.7789, - 3.4241, - 5.7789, - 3.5323, - 5.4232, - 3.5323 + 2.2799, + 8.9507, + 2.8223, + 8.9285, + 2.8223, + 9.2165, + 2.2799, + 9.2387 ], "words": [ { - "text": "14.67", + "text": "Total", "boundingBox": [ - 5.4232, - 3.4241, - 5.7789, - 3.4241, - 5.7789, - 3.5323, - 5.4232, - 3.5323 + 2.2799, + 8.9507, + 2.8223, + 8.9285, + 2.8333, + 9.2054, + 2.291, + 9.2276 ], - "confidence": 1 + "confidence": 0.979 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "C", + "text": "$14.50", "boundingBox": [ - 1.0882, - 3.6343, - 1.1647, - 3.6343, - 1.1647, - 3.7421, - 1.0882, - 3.7421 + 4.0951, + 8.8731, + 5.1576, + 8.9174, + 5.1465, + 9.2719, + 4.084, + 9.2276 ], "words": [ { - "text": "C", + "text": "$14.50", "boundingBox": [ - 1.0882, - 3.6343, - 1.1647, - 3.6343, - 1.1647, - 3.7421, - 1.0882, - 3.7421 + 4.1061, + 8.8731, + 5.1243, + 8.9174, + 5.1022, + 9.283, + 4.084, + 9.2276 ], - "confidence": 1 + "confidence": 0.351 } ], "appearance": { "style": { - "name": "other", - "confidence": 1 + "name": "handwriting", + "confidence": 0.772 } } - }, + } + ] + }, + { + "page": 2, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch" + }, + { + "page": 3, + "angle": 0.4374, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ { - "text": "4", + "text": "Contoso", "boundingBox": [ - 3.2486, - 3.6351, - 3.3244, - 3.6351, - 3.3244, - 3.7413, - 3.2486, - 3.7413 + 2.8112, + 1.8499, + 4.1393, + 1.8278, + 4.1504, + 2.1601, + 2.8223, + 2.1934 ], "words": [ { - "text": "4", + "text": "Contoso", "boundingBox": [ - 3.2486, - 3.6351, - 3.3244, - 3.6351, - 3.3244, - 3.7413, - 3.2486, - 3.7413 + 2.8223, + 1.8499, + 4.1283, + 1.8389, + 4.1393, + 2.1601, + 2.8333, + 2.2044 ], - "confidence": 1 + "confidence": 0.994 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "15.66", + "text": "Contoso", "boundingBox": [ - 5.4232, - 3.6341, - 5.78, - 3.6341, - 5.78, - 3.7423, - 5.4232, - 3.7423 + 1.959, + 2.7583, + 2.5234, + 2.7915, + 2.5124, + 2.9688, + 1.9479, + 2.9355 ], "words": [ { - "text": "15.66", + "text": "Contoso", "boundingBox": [ - 5.4232, - 3.6341, - 5.78, - 3.6341, - 5.78, - 3.7423, - 5.4232, - 3.7423 + 1.9701, + 2.7694, + 2.5013, + 2.7915, + 2.4902, + 2.9688, + 1.959, + 2.9466 ], - "confidence": 1 + "confidence": 0.933 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "D", + "text": "123 Main Street", "boundingBox": [ - 1.0943, - 3.8456, - 1.1753, - 3.8456, - 1.1753, - 3.951, - 1.0943, - 3.951 + 1.959, + 3.0574, + 2.944, + 3.0796, + 2.944, + 3.2679, + 1.9479, + 3.2568 ], "words": [ { - "text": "D", + "text": "123", + "boundingBox": [ + 1.9701, + 3.0685, + 2.1361, + 3.0685, + 2.125, + 3.2679, + 1.959, + 3.2679 + ], + "confidence": 0.994 + }, + { + "text": "Main", + "boundingBox": [ + 2.1693, + 3.0796, + 2.4792, + 3.0796, + 2.4681, + 3.2679, + 2.1582, + 3.2679 + ], + "confidence": 0.994 + }, + { + "text": "Street", "boundingBox": [ - 1.0943, - 3.8456, - 1.1753, - 3.8456, - 1.1753, - 3.951, - 1.0943, - 3.951 + 2.5124, + 3.0796, + 2.9551, + 3.0906, + 2.944, + 3.279, + 2.5124, + 3.2679 ], - "confidence": 1 + "confidence": 0.991 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "1", + "text": "Redmond, WA 98052", "boundingBox": [ - 3.2589, - 3.845, - 3.3202, - 3.845, - 3.3202, - 3.951, - 3.2589, - 3.951 + 1.9258, + 3.3786, + 3.265, + 3.3676, + 3.265, + 3.567, + 1.9258, + 3.578 ], "words": [ { - "text": "1", + "text": "Redmond,", + "boundingBox": [ + 1.9368, + 3.3786, + 2.5456, + 3.3897, + 2.5456, + 3.578, + 1.9368, + 3.578 + ], + "confidence": 0.94 + }, + { + "text": "WA", + "boundingBox": [ + 2.5898, + 3.3897, + 2.778, + 3.3897, + 2.7669, + 3.578, + 2.5788, + 3.578 + ], + "confidence": 0.997 + }, + { + "text": "98052", "boundingBox": [ - 3.2589, - 3.845, - 3.3202, - 3.845, - 3.3202, - 3.951, - 3.2589, - 3.951 + 2.8223, + 3.3786, + 3.265, + 3.3786, + 3.2539, + 3.578, + 2.8112, + 3.578 ], - "confidence": 1 + "confidence": 0.993 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "12.00", + "text": "123-456-7890", "boundingBox": [ - 5.4232, - 3.8441, - 5.7809, - 3.8441, - 5.7809, - 3.9523, - 5.4232, - 3.9523 + 1.8926, + 3.9878999999999998, + 2.8776, + 4.0101, + 2.8665, + 4.2205, + 1.8926, + 4.1873 ], "words": [ { - "text": "12.00", + "text": "123-456-7890", "boundingBox": [ - 5.4232, - 3.8441, - 5.7809, - 3.8441, - 5.7809, - 3.9523, - 5.4232, - 3.9523 + 1.8926, + 3.9878999999999998, + 2.8665, + 4.0211, + 2.8665, + 4.2205, + 1.8926, + 4.1984 ], - "confidence": 1 + "confidence": 0.987 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "E", + "text": "6/10/2019 13:59", "boundingBox": [ - 1.0943, - 4.0561, - 1.153, - 4.0561, - 1.153, - 4.1614, - 1.0943, - 4.1614 + 1.8704, + 4.6526, + 2.8997, + 4.6526, + 2.8997, + 4.8741, + 1.8704, + 4.863 ], "words": [ { - "text": "E", + "text": "6/10/2019", + "boundingBox": [ + 1.8815, + 4.6526, + 2.4792, + 4.6636, + 2.4792, + 4.8741, + 1.8926, + 4.8741 + ], + "confidence": 0.994 + }, + { + "text": "13:59", "boundingBox": [ - 1.0943, - 4.0561, - 1.153, - 4.0561, - 1.153, - 4.1614, - 1.0943, - 4.1614 + 2.5234, + 4.6636, + 2.9108, + 4.6636, + 2.8997, + 4.8741, + 2.5234, + 4.8741 ], - "confidence": 1 + "confidence": 0.996 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "4", + "text": "Sales Associate: Paul", "boundingBox": [ - 3.2486, - 4.0556, - 3.3244, - 4.0556, - 3.3244, - 4.1617, - 3.2486, - 4.1617 + 1.8704, + 4.996, + 3.3203, + 5.007, + 3.3203, + 5.2064, + 1.8704, + 5.1954 ], "words": [ { - "text": "4", + "text": "Sales", + "boundingBox": [ + 1.8926, + 4.996, + 2.2135, + 5.007, + 2.2135, + 5.2064, + 1.8815, + 5.1954 + ], + "confidence": 0.996 + }, + { + "text": "Associate:", + "boundingBox": [ + 2.2578, + 5.007, + 2.9329, + 5.007, + 2.9329, + 5.2064, + 2.2467, + 5.2064 + ], + "confidence": 0.979 + }, + { + "text": "Paul", "boundingBox": [ - 3.2486, - 4.0556, - 3.3244, - 4.0556, - 3.3244, - 4.1617, - 3.2486, - 4.1617 + 2.9772, + 5.007, + 3.3314, + 5.007, + 3.3203, + 5.2064, + 2.9661, + 5.2064 ], - "confidence": 1 + "confidence": 0.991 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "10.00", + "text": "1 Surface Pro 6", "boundingBox": [ - 5.4232, - 4.0546, - 5.781, - 4.0546, - 5.781, - 4.1627, - 5.4232, - 4.1627 + 1.9811, + 5.6606, + 3.0436, + 5.6717, + 3.0436, + 5.8822, + 1.9701, + 5.8711 ], "words": [ { - "text": "10.00", + "text": "1", + "boundingBox": [ + 1.9811, + 5.6606, + 2.0365, + 5.6606, + 2.0365, + 5.8711, + 1.9811, + 5.8711 + ], + "confidence": 0.994 + }, + { + "text": "Surface", + "boundingBox": [ + 2.0807, + 5.6606, + 2.612, + 5.6717, + 2.6009, + 5.8822, + 2.0697, + 5.8711 + ], + "confidence": 0.949 + }, + { + "text": "Pro", "boundingBox": [ - 5.4232, - 4.0546, - 5.781, - 4.0546, - 5.781, - 4.1627, - 5.4232, - 4.1627 + 2.6563, + 5.6717, + 2.8665, + 5.6717, + 2.8555, + 5.8822, + 2.6452, + 5.8822 ], - "confidence": 1 + "confidence": 0.979 + }, + { + "text": "6", + "boundingBox": [ + 2.8997, + 5.6717, + 3.0326, + 5.6828, + 3.0215, + 5.8822, + 2.8997, + 5.8822 + ], + "confidence": 0.996 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "F", + "text": "256GB/Intel Core i5 /", "boundingBox": [ - 1.0943, - 4.2661, - 1.1497, - 4.2661, - 1.1497, - 4.3717, - 1.0943, - 4.3717 + 2.0807, + 5.9929, + 3.5306, + 6.004, + 3.5306, + 6.2256, + 2.0807, + 6.2145 ], "words": [ { - "text": "F", + "text": "256GB/Intel", "boundingBox": [ - 1.0943, - 4.2661, - 1.1497, - 4.2661, - 1.1497, - 4.3717, - 1.0943, - 4.3717 + 2.0918, + 6.004, + 2.9329, + 6.004, + 2.9219, + 6.2256, + 2.0918, + 6.2145 + ], + "confidence": 0.795 + }, + { + "text": "Core", + "boundingBox": [ + 2.9661, + 6.004, + 3.2539, + 6.004, + 3.2428, + 6.2256, + 2.9661, + 6.2256 + ], + "confidence": 0.991 + }, + { + "text": "i5", + "boundingBox": [ + 3.2982, + 6.004, + 3.4089, + 6.004, + 3.3978, + 6.2256, + 3.2871, + 6.2256 + ], + "confidence": 0.966 + }, + { + "text": "/", + "boundingBox": [ + 3.4421, + 6.004, + 3.5306, + 6.004, + 3.5195, + 6.2256, + 3.431, + 6.2256 ], - "confidence": 1 + "confidence": 0.964 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "6", + "text": "8GB RAM (Black)", "boundingBox": [ - 3.2534, - 4.2646, - 3.3226, - 4.2646, - 3.3226, - 4.3727, - 3.2534, - 4.3727 + 2.0807, + 6.3364, + 3.2096, + 6.3474, + 3.2096, + 6.569, + 2.0807, + 6.5468 ], "words": [ { - "text": "6", + "text": "8GB", + "boundingBox": [ + 2.0807, + 6.3474, + 2.3353, + 6.3474, + 2.3242, + 6.5579, + 2.0807, + 6.5468 + ], + "confidence": 0.994 + }, + { + "text": "RAM", "boundingBox": [ - 3.2534, - 4.2646, - 3.3226, - 4.2646, - 3.3226, - 4.3727, - 3.2534, - 4.3727 + 2.3685, + 6.3474, + 2.6673, + 6.3474, + 2.6563, + 6.5579, + 2.3685, + 6.5579 ], - "confidence": 1 + "confidence": 0.997 + }, + { + "text": "(Black)", + "boundingBox": [ + 2.7005, + 6.3474, + 3.2096, + 6.3585, + 3.1986, + 6.569, + 2.7005, + 6.5579 + ], + "confidence": 0.994 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "12.00", + "text": "$ 999.00", "boundingBox": [ - 5.4232, - 4.2646, - 5.7809, - 4.2646, - 5.7809, - 4.3727, - 5.4232, - 4.3727 + 3.7962, + 6.3696, + 4.4271, + 6.3807, + 4.416, + 6.5801, + 3.7852, + 6.5801 ], "words": [ { - "text": "12.00", + "text": "$", + "boundingBox": [ + 3.7962, + 6.3696, + 3.8626, + 6.3696, + 3.8626, + 6.5801, + 3.7962, + 6.569 + ], + "confidence": 0.997 + }, + { + "text": "999.00", "boundingBox": [ - 5.4232, - 4.2646, - 5.7809, - 4.2646, - 5.7809, - 4.3727, - 5.4232, - 4.3727 + 3.9069, + 6.3696, + 4.4049, + 6.3696, + 4.4049, + 6.5801, + 3.9069, + 6.5801 ], - "confidence": 1 + "confidence": 0.995 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "G", + "text": "1 SurfacePen", "boundingBox": [ - 1.0877, - 4.4746, - 1.1735, - 4.4746, - 1.1735, - 4.5827, - 1.0877, - 4.5827 + 1.9258, + 7.0453, + 2.8997, + 7.0342, + 2.8997, + 7.2447, + 1.9368, + 7.2558 ], "words": [ { - "text": "G", + "text": "1", + "boundingBox": [ + 1.9368, + 7.0453, + 2.0033, + 7.0453, + 2.0143, + 7.2669, + 1.9479, + 7.2669 + ], + "confidence": 0.994 + }, + { + "text": "SurfacePen", "boundingBox": [ - 1.0877, - 4.4746, - 1.1735, - 4.4746, - 1.1735, - 4.5827, - 1.0877, - 4.5827 + 2.0475, + 7.0453, + 2.8887, + 7.0342, + 2.8997, + 7.2447, + 2.0586, + 7.2669 ], - "confidence": 1 + "confidence": 0.994 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "8", + "text": "$ 99.99", "boundingBox": [ - 3.2514, - 4.4746, - 3.3224, - 4.4746, - 3.3224, - 4.5827, - 3.2514, - 4.5827 + 3.8737, + 7.0675, + 4.4049, + 7.0675, + 4.3939, + 7.289, + 3.8737, + 7.289 ], "words": [ { - "text": "8", + "text": "$", + "boundingBox": [ + 3.8737, + 7.0675, + 3.9622, + 7.0675, + 3.9622, + 7.289, + 3.8737, + 7.289 + ], + "confidence": 0.994 + }, + { + "text": "99.99", "boundingBox": [ - 3.2514, - 4.4746, - 3.3224, - 4.4746, - 3.3224, - 4.5827, - 3.2514, - 4.5827 + 4.0065, + 7.0675, + 4.4049, + 7.0675, + 4.4049, + 7.289, + 4.0065, + 7.289 ], - "confidence": 1 + "confidence": 0.995 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "22.00", + "text": "Sub-Total", "boundingBox": [ - 5.4184, - 4.4746, - 5.781, - 4.4746, - 5.781, - 4.5827, - 5.4184, - 4.5827 + 2.3796, + 7.721, + 3.0879, + 7.721, + 3.0879, + 7.9315, + 2.3796, + 7.9204 ], "words": [ { - "text": "22.00", + "text": "Sub-Total", "boundingBox": [ - 5.4184, - 4.4746, - 5.781, - 4.4746, - 5.781, - 4.5827, - 5.4184, - 4.5827 + 2.3906, + 7.721, + 3.099, + 7.7321, + 3.0879, + 7.9315, + 2.3906, + 7.9315 ], - "confidence": 1 + "confidence": 0.994 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Subtotal: 300.00", + "text": "$ 1098.99", "boundingBox": [ - 5.5075, - 4.8981, - 6.632, - 4.8981, - 6.632, - 5.0131, - 5.5075, - 5.0131 + 3.752, + 7.7654, + 4.416, + 7.7543, + 4.416, + 7.9537, + 3.752, + 7.9869 ], "words": [ { - "text": "Subtotal:", + "text": "$", "boundingBox": [ - 5.5075, - 4.8981, - 6.1249, - 4.8981, - 6.1249, - 5.0131, - 5.5075, - 5.0131 + 3.752, + 7.7654, + 3.8184, + 7.7654, + 3.8184, + 7.9869, + 3.763, + 7.9869 ], - "confidence": 1 + "confidence": 0.997 }, { - "text": "300.00", + "text": "1098.99", "boundingBox": [ - 6.1794, - 4.9042, - 6.632, - 4.9042, - 6.632, - 5.0131, - 6.1794, - 5.0131 + 3.8626, + 7.7654, + 4.4049, + 7.7543, + 4.416, + 7.9648, + 3.8626, + 7.9869 ], - "confidence": 1 + "confidence": 0.995 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Tax: 30.00", + "text": "Tax", "boundingBox": [ - 5.5034, - 5.1245, - 6.2022, - 5.1245, - 6.2022, - 5.2333, - 5.5034, - 5.2333 + 2.7005, + 8.0644, + 2.9661, + 8.0755, + 2.9551, + 8.2528, + 2.6895, + 8.2417 ], "words": [ { - "text": "Tax:", - "boundingBox": [ - 5.5034, - 5.1263, - 5.7812, - 5.1263, - 5.7812, - 5.2333, - 5.5034, - 5.2333 - ], - "confidence": 1 - }, - { - "text": "30.00", + "text": "Tax", "boundingBox": [ - 5.836, - 5.1245, - 6.2022, - 5.1245, - 6.2022, - 5.2333, - 5.836, - 5.2333 + 2.7005, + 8.0644, + 2.9551, + 8.0755, + 2.9551, + 8.2528, + 2.6895, + 8.2417 ], - "confidence": 1 + "confidence": 0.997 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Tip: 100.00", + "text": "$ 104.40", "boundingBox": [ - 5.5034, - 5.3412, - 6.2587, - 5.3412, - 6.2587, - 5.481, - 5.5034, - 5.481 + 3.8073, + 8.0977, + 4.4049, + 8.0977, + 4.4049, + 8.3082, + 3.8073, + 8.3192 ], "words": [ { - "text": "Tip:", + "text": "$", "boundingBox": [ - 5.5034, - 5.3412, - 5.7515, - 5.3412, - 5.7515, - 5.481, - 5.5034, - 5.481 + 3.8073, + 8.0977, + 3.8737, + 8.0977, + 3.8737, + 8.3192, + 3.8073, + 8.3192 ], - "confidence": 1 + "confidence": 0.994 }, { - "text": "100.00", + "text": "104.40", "boundingBox": [ - 5.811, - 5.3445, - 6.2587, - 5.3445, - 6.2587, - 5.4533, - 5.811, - 5.4533 + 3.918, + 8.0977, + 4.3939, + 8.0977, + 4.3939, + 8.3192, + 3.918, + 8.3192 ], - "confidence": 1 + "confidence": 0.995 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Total: 430.00", + "text": "Total", "boundingBox": [ - 5.5034, - 5.5583, - 6.3987, - 5.5583, - 6.3987, - 5.6733, - 5.5034, - 5.6733 + 2.623, + 8.7734, + 2.9993, + 8.7623, + 2.9993, + 8.9617, + 2.6341, + 8.9728 ], "words": [ { - "text": "Total:", - "boundingBox": [ - 5.5034, - 5.5583, - 5.8915, - 5.5583, - 5.8915, - 5.6733, - 5.5034, - 5.6733 - ], - "confidence": 1 - }, - { - "text": "430.00", + "text": "Total", "boundingBox": [ - 5.942, - 5.5645, - 6.3987, - 5.5645, - 6.3987, - 5.6733, - 5.942, - 5.6733 + 2.623, + 8.7734, + 2.9883, + 8.7623, + 2.9993, + 8.9617, + 2.6341, + 8.9728 ], - "confidence": 1 + "confidence": 0.989 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } }, { - "text": "Signature: ____Bilbo Baggins__________", + "text": "$ 1203.39", "boundingBox": [ - 1.0055, - 6.6553, - 3.8342, - 6.6553, - 3.8342, - 6.7981, - 1.0055, - 6.7981 + 3.7188, + 8.7623, + 4.3828, + 8.8177, + 4.3717, + 9.0282, + 3.7077, + 8.9728 ], "words": [ { - "text": "Signature:", - "boundingBox": [ - 1.0055, - 6.6581, - 1.6987, - 6.6581, - 1.6987, - 6.7981, - 1.0055, - 6.7981 - ], - "confidence": 1 - }, - { - "text": "____Bilbo", + "text": "$", "boundingBox": [ - 1.747, - 6.6553, - 2.4278, - 6.6553, - 2.4278, - 6.7981, - 1.747, - 6.7981 + 3.7298, + 8.7623, + 3.7962, + 8.7734, + 3.7852, + 8.9839, + 3.7188, + 8.9839 ], - "confidence": 1 + "confidence": 0.994 }, { - "text": "Baggins__________", + "text": "1203.39", "boundingBox": [ - 2.4823, - 6.6581, - 3.8342, - 6.6581, - 3.8342, - 6.7981, - 2.4823, - 6.7981 + 3.8405, + 8.7734, + 4.3939, + 8.8288, + 4.3717, + 9.0393, + 3.8294, + 8.995 ], - "confidence": 1 + "confidence": 0.995 } ], "appearance": { "style": { "name": "other", - "confidence": 1 + "confidence": 0.878 } } } ] - }, - { - "page": 2, - "angle": 0, - "width": 8.5, - "height": 11, - "unit": "inch" - }, - { - "page": 3, - "angle": 0, - "width": 8.5, - "height": 11, - "unit": "inch", - "lines": [ - { - "text": "Company B Invoice", - "boundingBox": [ - 0.8861, - 1.1217, - 2.3734, - 1.1217, - 2.3734, - 1.2812, - 0.8861, - 1.2812 - ], - "words": [ - { - "text": "Company", - "boundingBox": [ - 0.8861, - 1.1232, - 1.6203, - 1.1232, - 1.6203, - 1.2812, - 0.8861, - 1.2812 - ], - "confidence": 1 - }, - { - "text": "B", - "boundingBox": [ - 1.6836, - 1.1248, - 1.764, - 1.1248, - 1.764, - 1.2469, - 1.6836, - 1.2469 - ], - "confidence": 1 - }, - { - "text": "Invoice", - "boundingBox": [ - 1.8336, - 1.1217, - 2.3734, - 1.1217, - 2.3734, - 1.2485, - 1.8336, - 1.2485 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Invoice For:", - "boundingBox": [ - 6.0211, - 1.0656, - 7.0357, - 1.0656, - 7.0357, - 1.2121, - 6.0211, - 1.2121 - ], - "words": [ - { - "text": "Invoice", - "boundingBox": [ - 6.0211, - 1.0656, - 6.6362, - 1.0656, - 6.6362, - 1.2121, - 6.0211, - 1.2121 - ], - "confidence": 1 - }, - { - "text": "For:", - "boundingBox": [ - 6.7147, - 1.0691, - 7.0357, - 1.0691, - 7.0357, - 1.2121, - 6.7147, - 1.2121 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Address:", - "boundingBox": [ - 0.8791, - 1.4825, - 1.5657, - 1.4825, - 1.5657, - 1.6155, - 0.8791, - 1.6155 - ], - "words": [ - { - "text": "Address:", - "boundingBox": [ - 0.8791, - 1.4825, - 1.5657, - 1.4825, - 1.5657, - 1.6155, - 0.8791, - 1.6155 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Frodo Baggins", - "boundingBox": [ - 6.0164, - 1.4506, - 6.9506, - 1.4506, - 6.9506, - 1.5931, - 6.0164, - 1.5931 - ], - "words": [ - { - "text": "Frodo", - "boundingBox": [ - 6.0164, - 1.4506, - 6.3895, - 1.4506, - 6.3895, - 1.5649, - 6.0164, - 1.5649 - ], - "confidence": 1 - }, - { - "text": "Baggins", - "boundingBox": [ - 6.45, - 1.4556, - 6.9506, - 1.4556, - 6.9506, - 1.5931, - 6.45, - 1.5931 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "123 Hobbit Lane", - "boundingBox": [ - 6.0165, - 1.6707, - 7.1006, - 1.6707, - 7.1006, - 1.7854, - 6.0165, - 1.7854 - ], - "words": [ - { - "text": "123", - "boundingBox": [ - 6.0165, - 1.6772, - 6.2434, - 1.6772, - 6.2434, - 1.7854, - 6.0165, - 1.7854 - ], - "confidence": 1 - }, - { - "text": "Hobbit", - "boundingBox": [ - 6.3033, - 1.6707, - 6.7463, - 1.6707, - 6.7463, - 1.7854, - 6.3033, - 1.7854 - ], - "confidence": 1 - }, - { - "text": "Lane", - "boundingBox": [ - 6.803, - 1.6782, - 7.1006, - 1.6782, - 7.1006, - 1.7854, - 6.803, - 1.7854 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "567 Main St.", - "boundingBox": [ - 0.8852, - 1.846, - 1.713, - 1.846, - 1.713, - 1.9554, - 0.8852, - 1.9554 - ], - "words": [ - { - "text": "567", - "boundingBox": [ - 0.8852, - 1.8472, - 1.1203, - 1.8472, - 1.1203, - 1.9554, - 0.8852, - 1.9554 - ], - "confidence": 1 - }, - { - "text": "Main", - "boundingBox": [ - 1.1777, - 1.846, - 1.5022, - 1.846, - 1.5022, - 1.9554, - 1.1777, - 1.9554 - ], - "confidence": 1 - }, - { - "text": "St.", - "boundingBox": [ - 1.5558, - 1.8472, - 1.713, - 1.8472, - 1.713, - 1.9554, - 1.5558, - 1.9554 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Redmond, WA", - "boundingBox": [ - 6.0164, - 1.891, - 6.9793, - 1.891, - 6.9793, - 2.0275, - 6.0164, - 2.0275 - ], - "words": [ - { - "text": "Redmond,", - "boundingBox": [ - 6.0164, - 1.891, - 6.6861, - 1.891, - 6.6861, - 2.0275, - 6.0164, - 2.0275 - ], - "confidence": 1 - }, - { - "text": "WA", - "boundingBox": [ - 6.7408, - 1.8982, - 6.9793, - 1.8982, - 6.9793, - 2.0044, - 6.7408, - 2.0044 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Redmond, WA", - "boundingBox": [ - 0.891, - 2.061, - 1.8537, - 2.061, - 1.8537, - 2.1975, - 0.891, - 2.1975 - ], - "words": [ - { - "text": "Redmond,", - "boundingBox": [ - 0.891, - 2.061, - 1.5605, - 2.061, - 1.5605, - 2.1975, - 0.891, - 2.1975 - ], - "confidence": 1 - }, - { - "text": "WA", - "boundingBox": [ - 1.6152, - 2.0682, - 1.8537, - 2.0682, - 1.8537, - 2.1744, - 1.6152, - 2.1744 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "555-555-5555", - "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 - ], - "words": [ - { - "text": "555-555-5555", - "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "555-555-5555", - "boundingBox": [ - 0.8852, - 2.2887, - 1.8119, - 2.2887, - 1.8119, - 2.3954, - 0.8852, - 2.3954 - ], - "words": [ - { - "text": "555-555-5555", - "boundingBox": [ - 0.8852, - 2.2887, - 1.8119, - 2.2887, - 1.8119, - 2.3954, - 0.8852, - 2.3954 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Item", - "boundingBox": [ - 1.0943, - 3.0018, - 1.3842, - 3.0018, - 1.3842, - 3.109, - 1.0943, - 3.109 - ], - "words": [ - { - "text": "Item", - "boundingBox": [ - 1.0943, - 3.0018, - 1.3842, - 3.0018, - 1.3842, - 3.109, - 1.0943, - 3.109 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Quantity", - "boundingBox": [ - 3.2527, - 2.9996, - 3.8367, - 2.9996, - 3.8367, - 3.1371, - 3.2527, - 3.1371 - ], - "words": [ - { - "text": "Quantity", - "boundingBox": [ - 3.2527, - 2.9996, - 3.8367, - 2.9996, - 3.8367, - 3.1371, - 3.2527, - 3.1371 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Price", - "boundingBox": [ - 5.423, - 2.9996, - 5.7372, - 2.9996, - 5.7372, - 3.109, - 5.423, - 3.109 - ], - "words": [ - { - "text": "Price", - "boundingBox": [ - 5.423, - 2.9996, - 5.7372, - 2.9996, - 5.7372, - 3.109, - 5.423, - 3.109 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "A", - "boundingBox": [ - 1.0832, - 3.2118, - 1.174, - 3.2118, - 1.174, - 3.318, - 1.0832, - 3.318 - ], - "words": [ - { - "text": "A", - "boundingBox": [ - 1.0832, - 3.2118, - 1.174, - 3.2118, - 1.174, - 3.318, - 1.0832, - 3.318 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "10", - "boundingBox": [ - 3.2589, - 3.2108, - 3.4067, - 3.2108, - 3.4067, - 3.319, - 3.2589, - 3.319 - ], - "words": [ - { - "text": "10", - "boundingBox": [ - 3.2589, - 3.2108, - 3.4067, - 3.2108, - 3.4067, - 3.319, - 3.2589, - 3.319 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "100.99", - "boundingBox": [ - 5.4232, - 3.2108, - 5.8617, - 3.2108, - 5.8617, - 3.319, - 5.4232, - 3.319 - ], - "words": [ - { - "text": "100.99", - "boundingBox": [ - 5.4232, - 3.2108, - 5.8617, - 3.2108, - 5.8617, - 3.319, - 5.4232, - 3.319 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "B", - "boundingBox": [ - 1.0943, - 3.4256, - 1.1637, - 3.4256, - 1.1637, - 3.531, - 1.0943, - 3.531 - ], - "words": [ - { - "text": "B", - "boundingBox": [ - 1.0943, - 3.4256, - 1.1637, - 3.4256, - 1.1637, - 3.531, - 1.0943, - 3.531 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "20", - "boundingBox": [ - 3.2541, - 3.4241, - 3.4067, - 3.4241, - 3.4067, - 3.5323, - 3.2541, - 3.5323 - ], - "words": [ - { - "text": "20", - "boundingBox": [ - 3.2541, - 3.4241, - 3.4067, - 3.4241, - 3.4067, - 3.5323, - 3.2541, - 3.5323 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "140.67", - "boundingBox": [ - 5.4232, - 3.4241, - 5.8622, - 3.4241, - 5.8622, - 3.5323, - 5.4232, - 3.5323 - ], - "words": [ - { - "text": "140.67", - "boundingBox": [ - 5.4232, - 3.4241, - 5.8622, - 3.4241, - 5.8622, - 3.5323, - 5.4232, - 3.5323 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "C", - "boundingBox": [ - 1.0882, - 3.6343, - 1.1647, - 3.6343, - 1.1647, - 3.7421, - 1.0882, - 3.7421 - ], - "words": [ - { - "text": "C", - "boundingBox": [ - 1.0882, - 3.6343, - 1.1647, - 3.6343, - 1.1647, - 3.7421, - 1.0882, - 3.7421 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "40", - "boundingBox": [ - 3.2486, - 3.6341, - 3.4067, - 3.6341, - 3.4067, - 3.7423, - 3.2486, - 3.7423 - ], - "words": [ - { - "text": "40", - "boundingBox": [ - 3.2486, - 3.6341, - 3.4067, - 3.6341, - 3.4067, - 3.7423, - 3.2486, - 3.7423 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "150.66", - "boundingBox": [ - 5.4232, - 3.6341, - 5.8634, - 3.6341, - 5.8634, - 3.7423, - 5.4232, - 3.7423 - ], - "words": [ - { - "text": "150.66", - "boundingBox": [ - 5.4232, - 3.6341, - 5.8634, - 3.6341, - 5.8634, - 3.7423, - 5.4232, - 3.7423 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "D", - "boundingBox": [ - 1.0943, - 3.8456, - 1.1753, - 3.8456, - 1.1753, - 3.951, - 1.0943, - 3.951 - ], - "words": [ - { - "text": "D", - "boundingBox": [ - 1.0943, - 3.8456, - 1.1753, - 3.8456, - 1.1753, - 3.951, - 1.0943, - 3.951 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "10", - "boundingBox": [ - 3.2589, - 3.8441, - 3.4067, - 3.8441, - 3.4067, - 3.9523, - 3.2589, - 3.9523 - ], - "words": [ - { - "text": "10", - "boundingBox": [ - 3.2589, - 3.8441, - 3.4067, - 3.8441, - 3.4067, - 3.9523, - 3.2589, - 3.9523 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "120.00", - "boundingBox": [ - 5.4232, - 3.8441, - 5.8642, - 3.8441, - 5.8642, - 3.9523, - 5.4232, - 3.9523 - ], - "words": [ - { - "text": "120.00", - "boundingBox": [ - 5.4232, - 3.8441, - 5.8642, - 3.8441, - 5.8642, - 3.9523, - 5.4232, - 3.9523 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "E", - "boundingBox": [ - 1.0943, - 4.0561, - 1.153, - 4.0561, - 1.153, - 4.1614, - 1.0943, - 4.1614 - ], - "words": [ - { - "text": "E", - "boundingBox": [ - 1.0943, - 4.0561, - 1.153, - 4.0561, - 1.153, - 4.1614, - 1.0943, - 4.1614 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "40", - "boundingBox": [ - 3.2486, - 4.0546, - 3.4067, - 4.0546, - 3.4067, - 4.1627, - 3.2486, - 4.1627 - ], - "words": [ - { - "text": "40", - "boundingBox": [ - 3.2486, - 4.0546, - 3.4067, - 4.0546, - 3.4067, - 4.1627, - 3.2486, - 4.1627 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "100.00", - "boundingBox": [ - 5.4232, - 4.0546, - 5.8644, - 4.0546, - 5.8644, - 4.1627, - 5.4232, - 4.1627 - ], - "words": [ - { - "text": "100.00", - "boundingBox": [ - 5.4232, - 4.0546, - 5.8644, - 4.0546, - 5.8644, - 4.1627, - 5.4232, - 4.1627 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "F", - "boundingBox": [ - 1.0943, - 4.2661, - 1.1497, - 4.2661, - 1.1497, - 4.3717, - 1.0943, - 4.3717 - ], - "words": [ - { - "text": "F", - "boundingBox": [ - 1.0943, - 4.2661, - 1.1497, - 4.2661, - 1.1497, - 4.3717, - 1.0943, - 4.3717 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "60", - "boundingBox": [ - 3.2534, - 4.2646, - 3.4067, - 4.2646, - 3.4067, - 4.3727, - 3.2534, - 4.3727 - ], - "words": [ - { - "text": "60", - "boundingBox": [ - 3.2534, - 4.2646, - 3.4067, - 4.2646, - 3.4067, - 4.3727, - 3.2534, - 4.3727 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "120.00", - "boundingBox": [ - 5.4232, - 4.2646, - 5.8642, - 4.2646, - 5.8642, - 4.3727, - 5.4232, - 4.3727 - ], - "words": [ - { - "text": "120.00", - "boundingBox": [ - 5.4232, - 4.2646, - 5.8642, - 4.2646, - 5.8642, - 4.3727, - 5.4232, - 4.3727 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "G", - "boundingBox": [ - 1.0877, - 4.4746, - 1.1735, - 4.4746, - 1.1735, - 4.5827, - 1.0877, - 4.5827 - ], - "words": [ - { - "text": "G", - "boundingBox": [ - 1.0877, - 4.4746, - 1.1735, - 4.4746, - 1.1735, - 4.5827, - 1.0877, - 4.5827 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "80", - "boundingBox": [ - 3.2514, - 4.4746, - 3.4067, - 4.4746, - 3.4067, - 4.5827, - 3.2514, - 4.5827 - ], - "words": [ - { - "text": "80", - "boundingBox": [ - 3.2514, - 4.4746, - 3.4067, - 4.4746, - 3.4067, - 4.5827, - 3.2514, - 4.5827 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "220.00", - "boundingBox": [ - 5.4184, - 4.4746, - 5.8644, - 4.4746, - 5.8644, - 4.5827, - 5.4184, - 4.5827 - ], - "words": [ - { - "text": "220.00", - "boundingBox": [ - 5.4184, - 4.4746, - 5.8644, - 4.4746, - 5.8644, - 4.5827, - 5.4184, - 4.5827 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Subtotal: 3000.00", - "boundingBox": [ - 5.5075, - 4.8981, - 6.7158, - 4.8981, - 6.7158, - 5.0131, - 5.5075, - 5.0131 - ], - "words": [ - { - "text": "Subtotal:", - "boundingBox": [ - 5.5075, - 4.8981, - 6.1249, - 4.8981, - 6.1249, - 5.0131, - 5.5075, - 5.0131 - ], - "confidence": 1 - }, - { - "text": "3000.00", - "boundingBox": [ - 6.1794, - 4.9042, - 6.7158, - 4.9042, - 6.7158, - 5.0131, - 6.1794, - 5.0131 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Tax: 300.00", - "boundingBox": [ - 5.5034, - 5.1245, - 6.2887, - 5.1245, - 6.2887, - 5.2333, - 5.5034, - 5.2333 - ], - "words": [ - { - "text": "Tax:", - "boundingBox": [ - 5.5034, - 5.1263, - 5.7812, - 5.1263, - 5.7812, - 5.2333, - 5.5034, - 5.2333 - ], - "confidence": 1 - }, - { - "text": "300.00", - "boundingBox": [ - 5.836, - 5.1245, - 6.2887, - 5.1245, - 6.2887, - 5.2333, - 5.836, - 5.2333 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Tip: 1000.00", - "boundingBox": [ - 5.5034, - 5.3412, - 6.3422, - 5.3412, - 6.3422, - 5.481, - 5.5034, - 5.481 - ], - "words": [ - { - "text": "Tip:", - "boundingBox": [ - 5.5034, - 5.3412, - 5.7515, - 5.3412, - 5.7515, - 5.481, - 5.5034, - 5.481 - ], - "confidence": 1 - }, - { - "text": "1000.00", - "boundingBox": [ - 5.811, - 5.3445, - 6.3422, - 5.3445, - 6.3422, - 5.4533, - 5.811, - 5.4533 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Total: 4300.00", - "boundingBox": [ - 5.5034, - 5.5583, - 6.4825, - 5.5583, - 6.4825, - 5.6733, - 5.5034, - 5.6733 - ], - "words": [ - { - "text": "Total:", - "boundingBox": [ - 5.5034, - 5.5583, - 5.8915, - 5.5583, - 5.8915, - 5.6733, - 5.5034, - 5.6733 - ], - "confidence": 1 - }, - { - "text": "4300.00", - "boundingBox": [ - 5.942, - 5.5645, - 6.4825, - 5.5645, - 6.4825, - 5.6733, - 5.942, - 5.6733 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - }, - { - "text": "Signature: ____Frodo Baggins__________", - "boundingBox": [ - 1.0055, - 6.6556, - 3.8842, - 6.6556, - 3.8842, - 6.7981, - 1.0055, - 6.7981 - ], - "words": [ - { - "text": "Signature:", - "boundingBox": [ - 1.0055, - 6.6581, - 1.6987, - 6.6581, - 1.6987, - 6.7981, - 1.0055, - 6.7981 - ], - "confidence": 1 - }, - { - "text": "____Frodo", - "boundingBox": [ - 1.747, - 6.6556, - 2.4778, - 6.6556, - 2.4778, - 6.7981, - 1.747, - 6.7981 - ], - "confidence": 1 - }, - { - "text": "Baggins__________", - "boundingBox": [ - 2.5325, - 6.6581, - 3.8842, - 6.6581, - 3.8842, - 6.7981, - 2.5325, - 6.7981 - ], - "confidence": 1 - } - ], - "appearance": { - "style": { - "name": "other", - "confidence": 1 - } - } - } - ] - } - ], - "documentResults": [ + } + ], + "documentResults": [ { "docType": "prebuilt:receipt", "pageRange": [ @@ -3461,179 +2084,64 @@ { "type": "object", "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 1, - "text": "1", - "boundingBox": [ - 3.2589, - 3.2116, - 3.3202, - 3.2116, - 3.3202, - 3.3176, - 3.2589, - 3.3176 - ], - "page": 1, - "confidence": 0.971, - "elements": [ - "#/readResults/0/lines/14/words/0" - ] - }, - "TotalPrice": { - "type": "number", - "valueNumber": 10.99, - "text": "10.99", - "boundingBox": [ - 5.4232, - 3.2108, - 5.7784, - 3.2108, - 5.7784, - 3.319, - 5.4232, - 3.319 - ], - "page": 1, - "confidence": 0.952, - "elements": [ - "#/readResults/0/lines/15/words/0" - ] - } - } - }, - { - "type": "object", - "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 2, - "text": "2", - "boundingBox": [ - 3.2541, - 3.4241, - 3.3199, - 3.4241, - 3.3199, - 3.531, - 3.2541, - 3.531 - ], - "page": 1, - "confidence": 0.971, - "elements": [ - "#/readResults/0/lines/17/words/0" - ] - }, - "TotalPrice": { - "type": "number", - "valueNumber": 14.67, - "text": "14.67", - "boundingBox": [ - 5.4232, - 3.4241, - 5.7789, - 3.4241, - 5.7789, - 3.5323, - 5.4232, - 3.5323 - ], - "page": 1, - "confidence": 0.954, - "elements": [ - "#/readResults/0/lines/18/words/0" - ] - } - } - }, - { - "type": "object", - "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 4, - "text": "4", + "Name": { + "type": "string", + "valueString": "Cappuccino", + "text": "Cappuccino", "boundingBox": [ - 3.2486, - 3.6351, - 3.3244, - 3.6351, - 3.3244, - 3.7413, - 3.2486, - 3.7413 + 1.8926, + 5.7492, + 3.0104, + 5.7936, + 2.9993, + 6.0705, + 1.8926, + 6.0373 ], "page": 1, - "confidence": 0.971, + "confidence": 0.735, "elements": [ - "#/readResults/0/lines/20/words/0" + "#/readResults/0/lines/7/words/1" ] }, - "TotalPrice": { - "type": "number", - "valueNumber": 15.66, - "text": "15.66", - "boundingBox": [ - 5.4232, - 3.6341, - 5.78, - 3.6341, - 5.78, - 3.7423, - 5.4232, - 3.7423 - ], - "page": 1, - "confidence": 0.958, - "elements": [ - "#/readResults/0/lines/21/words/0" - ] - } - } - }, - { - "type": "object", - "valueObject": { "Quantity": { "type": "number", "valueNumber": 1, "text": "1", "boundingBox": [ - 3.2589, - 3.845, - 3.3202, - 3.845, - 3.3202, - 3.951, - 3.2589, - 3.951 + 1.6934, + 5.7382, + 1.8372, + 5.7492, + 1.8372, + 6.0262, + 1.6934, + 6.0262 ], "page": 1, - "confidence": 0.971, + "confidence": 0.966, "elements": [ - "#/readResults/0/lines/23/words/0" + "#/readResults/0/lines/7/words/0" ] }, "TotalPrice": { "type": "number", - "valueNumber": 12, - "text": "12.00", + "valueNumber": 2.2, + "text": "$2.20", "boundingBox": [ - 5.4232, - 3.8441, - 5.7809, - 3.8441, - 5.7809, - 3.9523, - 5.4232, - 3.9523 + 4.3053, + 5.7492, + 4.7923, + 5.716, + 4.8034, + 5.9597, + 4.3164, + 5.9929 ], "page": 1, - "confidence": 0.957, + "confidence": 0.977, "elements": [ - "#/readResults/0/lines/24/words/0" + "#/readResults/0/lines/8/words/0" ] } } @@ -3641,134 +2149,66 @@ { "type": "object", "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 4, - "text": "4", + "Name": { + "type": "string", + "valueString": "BACON \u0026 EGGS", + "text": "BACON \u0026 EGGS", "boundingBox": [ - 3.2486, - 4.0556, - 3.3244, - 4.0556, - 3.3244, - 4.1617, - 3.2486, - 4.1617 + 1.8704, + 6.5015, + 3.2342, + 6.5136, + 3.2318, + 6.7805, + 1.868, + 6.7684 ], "page": 1, - "confidence": 0.971, + "confidence": 0.903, "elements": [ - "#/readResults/0/lines/26/words/0" + "#/readResults/0/lines/9/words/1", + "#/readResults/0/lines/9/words/2", + "#/readResults/0/lines/9/words/3" ] }, - "TotalPrice": { - "type": "number", - "valueNumber": 10, - "text": "10.00", - "boundingBox": [ - 5.4232, - 4.0546, - 5.781, - 4.0546, - 5.781, - 4.1627, - 5.4232, - 4.1627 - ], - "page": 1, - "confidence": 0.961, - "elements": [ - "#/readResults/0/lines/27/words/0" - ] - } - } - }, - { - "type": "object", - "valueObject": { "Quantity": { "type": "number", - "valueNumber": 6, - "text": "6", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 3.2534, - 4.2646, - 3.3226, - 4.2646, - 3.3226, - 4.3727, - 3.2534, - 4.3727 + 1.6602, + 6.4914, + 1.804, + 6.4914, + 1.804, + 6.7684, + 1.6602, + 6.7684 ], "page": 1, - "confidence": 0.971, + "confidence": 0.966, "elements": [ - "#/readResults/0/lines/29/words/0" + "#/readResults/0/lines/9/words/0" ] }, "TotalPrice": { "type": "number", - "valueNumber": 12, - "text": "12.00", - "boundingBox": [ - 5.4232, - 4.2646, - 5.7809, - 4.2646, - 5.7809, - 4.3727, - 5.4232, - 4.3727 - ], - "page": 1, - "confidence": 0.549, - "elements": [ - "#/readResults/0/lines/30/words/0" - ] - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 22, - "text": "22.00", + "valueNumber": 9.5, + "text": "$9.5", "boundingBox": [ - 5.4184, - 4.4746, - 5.781, - 4.4746, - 5.781, - 4.5827, - 5.4184, - 4.5827 + 4.3828, + 6.8459, + 4.8034, + 6.8348, + 4.8145, + 7.1229, + 4.3828, + 7.1339 ], "page": 1, - "confidence": 0.394, + "confidence": 0.917, "elements": [ - "#/readResults/0/lines/33/words/0" - ] - }, - "Quantity": { - "type": "number", - "valueNumber": 8, - "text": "8", - "boundingBox": [ - 3.2514, - 4.4746, - 3.3224, - 4.4746, - 3.3224, - 4.5827, - 3.2514, - 4.5827 - ], - "page": 1, - "confidence": 0.97, - "elements": [ - "#/readResults/0/lines/32/words/0" + "#/readResults/0/lines/11/words/0" ] } } @@ -3777,152 +2217,174 @@ }, "MerchantAddress": { "type": "string", - "valueString": "567 Main St. Redmond, WA", - "text": "567 Main St. Redmond, WA", - "boundingBox": [ - 0.8852, - 1.846, - 1.8537, - 1.846, - 1.8537, - 2.1975, - 0.8852, - 2.1975 + "valueString": "123 Main Street Redmond, WA 98052", + "text": "123 Main Street Redmond, WA 98052", + "boundingBox": [ + 1.893, + 3.0221, + 3.5405, + 3.3517, + 3.4293, + 3.9076, + 1.7818, + 3.578 ], "page": 1, - "confidence": 0.97, + "confidence": 0.973, "elements": [ - "#/readResults/0/lines/5/words/0", - "#/readResults/0/lines/5/words/1", - "#/readResults/0/lines/5/words/2", - "#/readResults/0/lines/7/words/0", - "#/readResults/0/lines/7/words/1" + "#/readResults/0/lines/2/words/0", + "#/readResults/0/lines/2/words/1", + "#/readResults/0/lines/2/words/2", + "#/readResults/0/lines/3/words/0", + "#/readResults/0/lines/3/words/1", + "#/readResults/0/lines/3/words/2" ] }, "MerchantName": { "type": "string", - "valueString": "Bilbo Baggins", - "text": "Bilbo Baggins", - "boundingBox": [ - 6.0164, - 1.4503, - 6.8967, - 1.4503, - 6.8967, - 1.5931, - 6.0164, - 1.5931 + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 1.9147, + 2.6918, + 2.5677, + 2.8691, + 2.5124, + 3.0685, + 1.8704, + 2.8912 ], "page": 1, - "confidence": 0.661, + "confidence": 0.973, "elements": [ - "#/readResults/0/lines/3/words/0", - "#/readResults/0/lines/3/words/1" + "#/readResults/0/lines/0/words/0" ] }, "MerchantPhoneNumber": { "type": "phoneNumber", - "valuePhoneNumber": "\u002B15555555555", - "text": "555-555-5555", - "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 + "valuePhoneNumber": "\u002B19876543210", + "text": "987-654-3210", + "boundingBox": [ + 1.8151, + 3.999, + 2.9661, + 4.1541, + 2.9329, + 4.3756, + 1.793, + 4.2205 ], "page": 1, "confidence": 0.987, "elements": [ - "#/readResults/0/lines/8/words/0" + "#/readResults/0/lines/4/words/0" ] }, "ReceiptType": { "type": "string", "valueString": "Itemized", - "confidence": 0.994 + "confidence": 0.989 }, "Subtotal": { "type": "number", - "valueNumber": 300, - "text": "300.00", - "boundingBox": [ - 6.1794, - 4.9042, - 6.632, - 4.9042, - 6.632, - 5.0131, - 6.1794, - 5.0131 + "valueNumber": 11.7, + "text": "$ 11.70", + "boundingBox": [ + 4.2611, + 7.6546, + 4.9251, + 7.6546, + 4.9251, + 7.9648, + 4.2611, + 7.9648 ], "page": 1, - "confidence": 0.983, + "confidence": 0.777, "elements": [ - "#/readResults/0/lines/34/words/1" + "#/readResults/0/lines/13/words/0", + "#/readResults/0/lines/13/words/1" ] }, "Tax": { "type": "number", - "valueNumber": 30, - "text": "30.00", - "boundingBox": [ - 5.836, - 5.1245, - 6.2022, - 5.1245, - 6.2022, - 5.2333, - 5.836, - 5.2333 + "valueNumber": 1.17, + "text": "$ 1.17", + "boundingBox": [ + 4.3745, + 8.0029, + 4.9488, + 8.044, + 4.9227, + 8.4085, + 4.3484, + 8.3674 ], "page": 1, - "confidence": 0.987, + "confidence": 0.985, "elements": [ - "#/readResults/0/lines/35/words/1" + "#/readResults/0/lines/15/words/0", + "#/readResults/0/lines/15/words/1" ] }, - "Tip": { + "Total": { "type": "number", - "valueNumber": 100, - "text": "100.00", + "valueNumber": 14.5, + "text": "$14.50", + "boundingBox": [ + 4.1061, + 8.8731, + 5.1243, + 8.9174, + 5.1022, + 9.283, + 4.084, + 9.2276 + ], + "page": 1, + "confidence": 0.958, + "elements": [ + "#/readResults/0/lines/19/words/0" + ] + }, + "TransactionDate": { + "type": "date", + "valueDate": "2019-06-10", + "text": "6/10/2019", "boundingBox": [ - 5.811, - 5.3445, - 6.2587, - 5.3445, - 6.2587, - 5.4533, - 5.811, - 5.4533 + 1.7819, + 4.6636, + 2.5456, + 4.7301, + 2.5234, + 4.996, + 1.7598, + 4.9406 ], "page": 1, - "confidence": 0.942, + "confidence": 0.987, "elements": [ - "#/readResults/0/lines/36/words/1" + "#/readResults/0/lines/5/words/0" ] }, - "Total": { - "type": "number", - "valueNumber": 430, - "text": "430.00", + "TransactionTime": { + "type": "time", + "valueTime": "13:59:00", + "text": "13:59", "boundingBox": [ - 5.942, - 5.5645, - 6.3987, - 5.5645, - 6.3987, - 5.6733, - 5.942, - 5.6733 + 2.6009, + 4.7412, + 3.0436, + 4.7744, + 3.0215, + 5.0181, + 2.5788, + 4.996 ], "page": 1, - "confidence": 0.981, + "confidence": 0.984, "elements": [ - "#/readResults/0/lines/37/words/1" + "#/readResults/0/lines/5/words/1" ] } } @@ -3948,224 +2410,67 @@ { "type": "object", "valueObject": { - "Price": { - "type": "number", - "valueNumber": 10, - "text": "10", - "boundingBox": [ - 3.2589, - 3.2108, - 3.4067, - 3.2108, - 3.4067, - 3.319, - 3.2589, - 3.319 - ], - "page": 3, - "confidence": 0.487, - "elements": [ - "#/readResults/2/lines/14/words/0" - ] - }, - "TotalPrice": { - "type": "number", - "valueNumber": 100.99, - "text": "100.99", - "boundingBox": [ - 5.4232, - 3.2108, - 5.8617, - 3.2108, - 5.8617, - 3.319, - 5.4232, - 3.319 - ], - "page": 3, - "confidence": 0.929, - "elements": [ - "#/readResults/2/lines/15/words/0" - ] - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 20, - "text": "20", - "boundingBox": [ - 3.2541, - 3.4241, - 3.4067, - 3.4241, - 3.4067, - 3.5323, - 3.2541, - 3.5323 - ], - "page": 3, - "confidence": 0.277, - "elements": [ - "#/readResults/2/lines/17/words/0" - ] - }, - "TotalPrice": { - "type": "number", - "valueNumber": 140.67, - "text": "140.67", - "boundingBox": [ - 5.4232, - 3.4241, - 5.8622, - 3.4241, - 5.8622, - 3.5323, - 5.4232, - 3.5323 - ], - "page": 3, - "confidence": 0.929, - "elements": [ - "#/readResults/2/lines/18/words/0" - ] - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 40, - "text": "40", - "boundingBox": [ - 3.2486, - 3.6341, - 3.4067, - 3.6341, - 3.4067, - 3.7423, - 3.2486, - 3.7423 - ], - "page": 3, - "confidence": 0.544, - "elements": [ - "#/readResults/2/lines/20/words/0" - ] - }, - "TotalPrice": { - "type": "number", - "valueNumber": 150.66, - "text": "150.66", - "boundingBox": [ - 5.4232, - 3.6341, - 5.8634, - 3.6341, - 5.8634, - 3.7423, - 5.4232, - 3.7423 - ], - "page": 3, - "confidence": 0.922, - "elements": [ - "#/readResults/2/lines/21/words/0" - ] - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 10, - "text": "10", + "Name": { + "type": "string", + "valueString": "Surface Pro 6", + "text": "Surface Pro 6", "boundingBox": [ - 3.2589, - 3.8441, - 3.4067, - 3.8441, - 3.4067, - 3.9523, - 3.2589, - 3.9523 + 2.0742, + 5.6545, + 3.0328, + 5.6745, + 3.0282, + 5.8911, + 2.0697, + 5.8711 ], "page": 3, - "confidence": 0.395, + "confidence": 0.855, "elements": [ - "#/readResults/2/lines/23/words/0" + "#/readResults/2/lines/7/words/1", + "#/readResults/2/lines/7/words/2", + "#/readResults/2/lines/7/words/3" ] }, - "TotalPrice": { - "type": "number", - "valueNumber": 120, - "text": "120.00", - "boundingBox": [ - 5.4232, - 3.8441, - 5.8642, - 3.8441, - 5.8642, - 3.9523, - 5.4232, - 3.9523 - ], - "page": 3, - "confidence": 0.958, - "elements": [ - "#/readResults/2/lines/24/words/0" - ] - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { + "Quantity": { "type": "number", - "valueNumber": 40, - "text": "40", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 3.2486, - 4.0546, - 3.4067, - 4.0546, - 3.4067, - 4.1627, - 3.2486, - 4.1627 + 1.9811, + 5.6606, + 2.0365, + 5.6606, + 2.0365, + 5.8711, + 1.9811, + 5.8711 ], "page": 3, - "confidence": 0.547, + "confidence": 0.961, "elements": [ - "#/readResults/2/lines/26/words/0" + "#/readResults/2/lines/7/words/0" ] }, "TotalPrice": { "type": "number", - "valueNumber": 100, - "text": "100.00", + "valueNumber": 999, + "text": "$ 999.00", "boundingBox": [ - 5.4232, - 4.0546, - 5.8644, - 4.0546, - 5.8644, - 4.1627, - 5.4232, - 4.1627 + 3.8004, + 6.3191, + 4.4224, + 6.3711, + 4.4011, + 6.6251, + 3.7792, + 6.5731 ], "page": 3, - "confidence": 0.924, + "confidence": 0.935, "elements": [ - "#/readResults/2/lines/27/words/0" + "#/readResults/2/lines/10/words/0", + "#/readResults/2/lines/10/words/1" ] } } @@ -4173,89 +2478,65 @@ { "type": "object", "valueObject": { - "Price": { - "type": "number", - "valueNumber": 60, - "text": "60", + "Name": { + "type": "string", + "valueString": "SurfacePen", + "text": "SurfacePen", "boundingBox": [ - 3.2534, - 4.2646, - 3.4067, - 4.2646, - 3.4067, - 4.3727, - 3.2534, - 4.3727 + 2.0475, + 7.0453, + 2.8887, + 7.0342, + 2.8997, + 7.2447, + 2.0586, + 7.2669 ], "page": 3, - "confidence": 0.396, + "confidence": 0.479, "elements": [ - "#/readResults/2/lines/29/words/0" + "#/readResults/2/lines/11/words/1" ] }, - "TotalPrice": { + "Quantity": { "type": "number", - "valueNumber": 120, - "text": "120.00", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 5.4232, - 4.2646, - 5.8642, - 4.2646, - 5.8642, - 4.3727, - 5.4232, - 4.3727 + 1.9368, + 7.0453, + 2.0033, + 7.0453, + 2.0143, + 7.2669, + 1.9479, + 7.2669 ], "page": 3, "confidence": 0.961, "elements": [ - "#/readResults/2/lines/30/words/0" - ] - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 80, - "text": "80", - "boundingBox": [ - 3.2514, - 4.4746, - 3.4067, - 4.4746, - 3.4067, - 4.5827, - 3.2514, - 4.5827 - ], - "page": 3, - "confidence": 0.966, - "elements": [ - "#/readResults/2/lines/32/words/0" + "#/readResults/2/lines/11/words/0" ] }, "TotalPrice": { "type": "number", - "valueNumber": 220, - "text": "220.00", + "valueNumber": 99.99, + "text": "$ 99.99", "boundingBox": [ - 5.4184, - 4.4746, - 5.8644, - 4.4746, - 5.8644, - 4.5827, - 5.4184, - 4.5827 + 3.8737, + 7.0675, + 4.4049, + 7.0675, + 4.4049, + 7.289, + 3.8737, + 7.289 ], "page": 3, - "confidence": 0.954, + "confidence": 0.935, "elements": [ - "#/readResults/2/lines/33/words/0" + "#/readResults/2/lines/12/words/0", + "#/readResults/2/lines/12/words/1" ] } } @@ -4264,131 +2545,174 @@ }, "MerchantAddress": { "type": "string", - "valueString": "567 Main St. Redmond, WA", - "text": "567 Main St. Redmond, WA", - "boundingBox": [ - 0.8852, - 1.846, - 1.8537, - 1.846, - 1.8537, - 2.1975, - 0.8852, - 2.1975 + "valueString": "123 Main Street Redmond, WA 98052", + "text": "123 Main Street Redmond, WA 98052", + "boundingBox": [ + 1.9368, + 3.0685, + 3.265, + 3.0685, + 3.265, + 3.578, + 1.9368, + 3.578 + ], + "page": 3, + "confidence": 0.976, + "elements": [ + "#/readResults/2/lines/2/words/0", + "#/readResults/2/lines/2/words/1", + "#/readResults/2/lines/2/words/2", + "#/readResults/2/lines/3/words/0", + "#/readResults/2/lines/3/words/1", + "#/readResults/2/lines/3/words/2" + ] + }, + "MerchantName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 1.9701, + 2.7694, + 2.5013, + 2.7915, + 2.4902, + 2.9688, + 1.959, + 2.9466 ], "page": 3, - "confidence": 0.962, + "confidence": 0.974, "elements": [ - "#/readResults/2/lines/5/words/0", - "#/readResults/2/lines/5/words/1", - "#/readResults/2/lines/5/words/2", - "#/readResults/2/lines/7/words/0", - "#/readResults/2/lines/7/words/1" + "#/readResults/2/lines/1/words/0" ] }, "MerchantPhoneNumber": { "type": "phoneNumber", - "valuePhoneNumber": "\u002B15555555555", - "text": "555-555-5555", + "text": "123-456-7890", "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 + 1.8926, + 3.9878999999999998, + 2.8665, + 4.0211, + 2.8665, + 4.2205, + 1.8926, + 4.1984 ], "page": 3, - "confidence": 0.987, + "confidence": 0.988, "elements": [ - "#/readResults/2/lines/8/words/0" + "#/readResults/2/lines/4/words/0" ] }, "ReceiptType": { "type": "string", "valueString": "Itemized", - "confidence": 0.989 + "confidence": 0.99 }, "Subtotal": { "type": "number", - "valueNumber": 3000, - "text": "3000.00", - "boundingBox": [ - 6.1794, - 4.9042, - 6.7158, - 4.9042, - 6.7158, - 5.0131, - 6.1794, - 5.0131 + "valueNumber": 1098.99, + "text": "$ 1098.99", + "boundingBox": [ + 3.752, + 7.7543, + 4.416, + 7.7543, + 4.416, + 7.9869, + 3.752, + 7.9869 ], "page": 3, - "confidence": 0.982, + "confidence": 0.776, "elements": [ - "#/readResults/2/lines/34/words/1" + "#/readResults/2/lines/14/words/0", + "#/readResults/2/lines/14/words/1" ] }, "Tax": { "type": "number", - "valueNumber": 300, - "text": "300.00", - "boundingBox": [ - 5.836, - 5.1245, - 6.2887, - 5.1245, - 6.2887, - 5.2333, - 5.836, - 5.2333 + "valueNumber": 104.4, + "text": "$ 104.40", + "boundingBox": [ + 3.8073, + 8.0977, + 4.3939, + 8.0977, + 4.3939, + 8.3192, + 3.8073, + 8.3192 ], "page": 3, - "confidence": 0.987, + "confidence": 0.986, "elements": [ - "#/readResults/2/lines/35/words/1" + "#/readResults/2/lines/16/words/0", + "#/readResults/2/lines/16/words/1" ] }, - "Tip": { + "Total": { "type": "number", - "valueNumber": 1000, - "text": "1000.00", + "valueNumber": 1203.39, + "text": "$ 1203.39", + "boundingBox": [ + 3.7298, + 8.7623, + 4.3944, + 8.8228, + 4.3743, + 9.0446, + 3.7096, + 8.9841 + ], + "page": 3, + "confidence": 0.973, + "elements": [ + "#/readResults/2/lines/18/words/0", + "#/readResults/2/lines/18/words/1" + ] + }, + "TransactionDate": { + "type": "date", + "valueDate": "2019-06-10", + "text": "6/10/2019", "boundingBox": [ - 5.811, - 5.3445, - 6.3422, - 5.3445, - 6.3422, - 5.4533, - 5.811, - 5.4533 + 1.8815, + 4.6526, + 2.4792, + 4.6636, + 2.4792, + 4.8741, + 1.8926, + 4.8741 ], "page": 3, - "confidence": 0.789, + "confidence": 0.987, "elements": [ - "#/readResults/2/lines/36/words/1" + "#/readResults/2/lines/5/words/0" ] }, - "Total": { - "type": "number", - "valueNumber": 4300, - "text": "4300.00", + "TransactionTime": { + "type": "time", + "valueTime": "13:59:00", + "text": "13:59", "boundingBox": [ - 5.942, - 5.5645, - 6.4825, - 5.5645, - 6.4825, - 5.6733, - 5.942, - 5.6733 + 2.5234, + 4.6636, + 2.9108, + 4.6636, + 2.8997, + 4.8741, + 2.5234, + 4.8741 ], "page": 3, - "confidence": 0.98, + "confidence": 0.986, "elements": [ - "#/readResults/2/lines/37/words/1" + "#/readResults/2/lines/5/words/1" ] } } @@ -4400,7 +2724,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-canada-central.cognitiveservices.azure.com/", "RandomSeed": "769923017" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithMultiplePageArgument(%1%,%3%,2).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithMultiplePageArgument(%1%,%3%,2).json index c61a7405d671..151fe1dbeba1 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithMultiplePageArgument(%1%,%3%,2).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithMultiplePageArgument(%1%,%3%,2).json @@ -1,177 +1,150 @@ { "Entries": [ { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=false\u0026pages=1%2C3", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=false\u0026pages=1%2C3", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "108935", + "Content-Length": "252962", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-519f1bae86a0074896682c700f82e9c5-4e196287a84bc74b-00", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-619f90be23eb3945bb78d1ac7f7e0c1d-9b362933a2347142-00", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "752c352d810208cc970ac41df5db0a2d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "e9775c46-a5fe-49b5-9a21-58520df3fadd", + "apim-request-id": "15e8b778-1c9c-4f64-a669-a4e3b72511c8", "Content-Length": "0", - "Date": "Mon, 29 Mar 2021 17:17:30 GMT", - "Operation-Location": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/e9775c46-a5fe-49b5-9a21-58520df3fadd", + "Date": "Thu, 06 May 2021 18:32:00 GMT", + "Operation-Location": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/15e8b778-1c9c-4f64-a669-a4e3b72511c8", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "85" + "x-envoy-upstream-service-time": "93" }, "ResponseBody": [] }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/e9775c46-a5fe-49b5-9a21-58520df3fadd", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/15e8b778-1c9c-4f64-a669-a4e3b72511c8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2d3d1af2aab1df4aaf10da5ad7479844", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5f46feed-2ff5-4f2d-94e4-641f86ccbef9", - "Content-Length": "109", + "apim-request-id": "4e4ec699-c023-4067-80dd-0976aa68dd07", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:31 GMT", + "Date": "Thu, 06 May 2021 18:32:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2021-03-29T17:17:31Z", - "lastUpdatedDateTime": "2021-03-29T17:17:31Z" + "status": "running", + "createdDateTime": "2021-05-06T18:32:00Z", + "lastUpdatedDateTime": "2021-05-06T18:32:00Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/e9775c46-a5fe-49b5-9a21-58520df3fadd", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/15e8b778-1c9c-4f64-a669-a4e3b72511c8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "6feba71629569406ff5a2d9e5b6570b0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ea22a91c-49cb-42fd-9d8a-708880a6a93d", + "apim-request-id": "bcb055f2-1fbe-477f-9171-b37c75d37459", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:32 GMT", + "Date": "Thu, 06 May 2021 18:32:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:17:31Z", - "lastUpdatedDateTime": "2021-03-29T17:17:31Z" + "createdDateTime": "2021-05-06T18:32:00Z", + "lastUpdatedDateTime": "2021-05-06T18:32:00Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/e9775c46-a5fe-49b5-9a21-58520df3fadd", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/15e8b778-1c9c-4f64-a669-a4e3b72511c8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e2f87e3397f782abea4dc5f1a671304f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a322cd2b-91c3-4355-9faa-63c1092ec809", + "apim-request-id": "ba3b170f-c474-465e-95fb-2826668a2021", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:33 GMT", + "Date": "Thu, 06 May 2021 18:32:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:17:31Z", - "lastUpdatedDateTime": "2021-03-29T17:17:31Z" + "createdDateTime": "2021-05-06T18:32:00Z", + "lastUpdatedDateTime": "2021-05-06T18:32:00Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/e9775c46-a5fe-49b5-9a21-58520df3fadd", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/15e8b778-1c9c-4f64-a669-a4e3b72511c8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4e077f719af0c9d713a82d567dac834a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1d2dfa3b-14db-429b-a00e-5644767ccd21", - "Content-Length": "106", + "apim-request-id": "4622809a-d2cd-4e96-ab7f-453f0f897411", + "Content-Length": "5625", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:34 GMT", + "Date": "Thu, 06 May 2021 18:32:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "18" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2021-03-29T17:17:31Z", - "lastUpdatedDateTime": "2021-03-29T17:17:31Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/e9775c46-a5fe-49b5-9a21-58520df3fadd", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "58262aa0b54e7e4cfb6884096315ee8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2c43d6a8-51ff-42d9-9cd9-81bada5ce59e", - "Content-Length": "7863", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:35 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2021-03-29T17:17:31Z", - "lastUpdatedDateTime": "2021-03-29T17:17:35Z", + "createdDateTime": "2021-05-06T18:32:00Z", + "lastUpdatedDateTime": "2021-05-06T18:32:04Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 0, + "angle": 0.5729, "width": 8.5, "height": 11, "unit": "inch" }, { "page": 3, - "angle": 0, + "angle": 0.4374, "width": 8.5, "height": 11, "unit": "inch" @@ -191,273 +164,112 @@ { "type": "object", "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 1, - "text": "1", - "boundingBox": [ - 3.2589, - 3.2116, - 3.3202, - 3.2116, - 3.3202, - 3.3176, - 3.2589, - 3.3176 - ], - "page": 1, - "confidence": 0.971 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 10.99, - "text": "10.99", - "boundingBox": [ - 5.4232, - 3.2108, - 5.7784, - 3.2108, - 5.7784, - 3.319, - 5.4232, - 3.319 - ], - "page": 1, - "confidence": 0.952 - } - } - }, - { - "type": "object", - "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 2, - "text": "2", - "boundingBox": [ - 3.2541, - 3.4241, - 3.3199, - 3.4241, - 3.3199, - 3.531, - 3.2541, - 3.531 - ], - "page": 1, - "confidence": 0.971 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 14.67, - "text": "14.67", - "boundingBox": [ - 5.4232, - 3.4241, - 5.7789, - 3.4241, - 5.7789, - 3.5323, - 5.4232, - 3.5323 - ], - "page": 1, - "confidence": 0.954 - } - } - }, - { - "type": "object", - "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 4, - "text": "4", + "Name": { + "type": "string", + "valueString": "Cappuccino", + "text": "Cappuccino", "boundingBox": [ - 3.2486, - 3.6351, - 3.3244, - 3.6351, - 3.3244, - 3.7413, - 3.2486, - 3.7413 + 1.8926, + 5.7492, + 3.0104, + 5.7936, + 2.9993, + 6.0705, + 1.8926, + 6.0373 ], "page": 1, - "confidence": 0.971 + "confidence": 0.735 }, - "TotalPrice": { - "type": "number", - "valueNumber": 15.66, - "text": "15.66", - "boundingBox": [ - 5.4232, - 3.6341, - 5.78, - 3.6341, - 5.78, - 3.7423, - 5.4232, - 3.7423 - ], - "page": 1, - "confidence": 0.958 - } - } - }, - { - "type": "object", - "valueObject": { "Quantity": { "type": "number", "valueNumber": 1, "text": "1", "boundingBox": [ - 3.2589, - 3.845, - 3.3202, - 3.845, - 3.3202, - 3.951, - 3.2589, - 3.951 + 1.6934, + 5.7382, + 1.8372, + 5.7492, + 1.8372, + 6.0262, + 1.6934, + 6.0262 ], "page": 1, - "confidence": 0.971 + "confidence": 0.966 }, "TotalPrice": { "type": "number", - "valueNumber": 12, - "text": "12.00", + "valueNumber": 2.2, + "text": "$2.20", "boundingBox": [ - 5.4232, - 3.8441, - 5.7809, - 3.8441, - 5.7809, - 3.9523, - 5.4232, - 3.9523 + 4.3053, + 5.7492, + 4.7923, + 5.716, + 4.8034, + 5.9597, + 4.3164, + 5.9929 ], "page": 1, - "confidence": 0.957 + "confidence": 0.977 } } }, { "type": "object", "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 4, - "text": "4", + "Name": { + "type": "string", + "valueString": "BACON \u0026 EGGS", + "text": "BACON \u0026 EGGS", "boundingBox": [ - 3.2486, - 4.0556, - 3.3244, - 4.0556, - 3.3244, - 4.1617, - 3.2486, - 4.1617 + 1.8704, + 6.5015, + 3.2342, + 6.5136, + 3.2318, + 6.7805, + 1.868, + 6.7684 ], "page": 1, - "confidence": 0.971 + "confidence": 0.903 }, - "TotalPrice": { - "type": "number", - "valueNumber": 10, - "text": "10.00", - "boundingBox": [ - 5.4232, - 4.0546, - 5.781, - 4.0546, - 5.781, - 4.1627, - 5.4232, - 4.1627 - ], - "page": 1, - "confidence": 0.961 - } - } - }, - { - "type": "object", - "valueObject": { "Quantity": { "type": "number", - "valueNumber": 6, - "text": "6", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 3.2534, - 4.2646, - 3.3226, - 4.2646, - 3.3226, - 4.3727, - 3.2534, - 4.3727 + 1.6602, + 6.4914, + 1.804, + 6.4914, + 1.804, + 6.7684, + 1.6602, + 6.7684 ], "page": 1, - "confidence": 0.971 + "confidence": 0.966 }, "TotalPrice": { "type": "number", - "valueNumber": 12, - "text": "12.00", - "boundingBox": [ - 5.4232, - 4.2646, - 5.7809, - 4.2646, - 5.7809, - 4.3727, - 5.4232, - 4.3727 - ], - "page": 1, - "confidence": 0.549 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 22, - "text": "22.00", + "valueNumber": 9.5, + "text": "$9.5", "boundingBox": [ - 5.4184, - 4.4746, - 5.781, - 4.4746, - 5.781, - 4.5827, - 5.4184, - 4.5827 + 4.3828, + 6.8459, + 4.8034, + 6.8348, + 4.8145, + 7.1229, + 4.3828, + 7.1339 ], "page": 1, - "confidence": 0.394 - }, - "Quantity": { - "type": "number", - "valueNumber": 8, - "text": "8", - "boundingBox": [ - 3.2514, - 4.4746, - 3.3224, - 4.4746, - 3.3224, - 4.5827, - 3.2514, - 4.5827 - ], - "page": 1, - "confidence": 0.97 + "confidence": 0.917 } } } @@ -465,51 +277,51 @@ }, "MerchantAddress": { "type": "string", - "valueString": "567 Main St. Redmond, WA", - "text": "567 Main St. Redmond, WA", + "valueString": "123 Main Street Redmond, WA 98052", + "text": "123 Main Street Redmond, WA 98052", "boundingBox": [ - 0.8852, - 1.846, - 1.8537, - 1.846, - 1.8537, - 2.1975, - 0.8852, - 2.1975 + 1.893, + 3.0221, + 3.5405, + 3.3517, + 3.4293, + 3.9076, + 1.7818, + 3.578 ], "page": 1, - "confidence": 0.97 + "confidence": 0.973 }, "MerchantName": { "type": "string", - "valueString": "Bilbo Baggins", - "text": "Bilbo Baggins", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 6.0164, - 1.4503, - 6.8967, - 1.4503, - 6.8967, - 1.5931, - 6.0164, - 1.5931 + 1.9147, + 2.6918, + 2.5677, + 2.8691, + 2.5124, + 3.0685, + 1.8704, + 2.8912 ], "page": 1, - "confidence": 0.661 + "confidence": 0.973 }, "MerchantPhoneNumber": { "type": "phoneNumber", - "valuePhoneNumber": "\u002B15555555555", - "text": "555-555-5555", + "valuePhoneNumber": "\u002B19876543210", + "text": "987-654-3210", "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 + 1.8151, + 3.999, + 2.9661, + 4.1541, + 2.9329, + 4.3756, + 1.793, + 4.2205 ], "page": 1, "confidence": 0.987 @@ -517,75 +329,92 @@ "ReceiptType": { "type": "string", "valueString": "Itemized", - "confidence": 0.994 + "confidence": 0.989 }, "Subtotal": { "type": "number", - "valueNumber": 300, - "text": "300.00", + "valueNumber": 11.7, + "text": "$ 11.70", "boundingBox": [ - 6.1794, - 4.9042, - 6.632, - 4.9042, - 6.632, - 5.0131, - 6.1794, - 5.0131 + 4.2611, + 7.6546, + 4.9251, + 7.6546, + 4.9251, + 7.9648, + 4.2611, + 7.9648 ], "page": 1, - "confidence": 0.983 + "confidence": 0.777 }, "Tax": { "type": "number", - "valueNumber": 30, - "text": "30.00", + "valueNumber": 1.17, + "text": "$ 1.17", "boundingBox": [ - 5.836, - 5.1245, - 6.2022, - 5.1245, - 6.2022, - 5.2333, - 5.836, - 5.2333 + 4.3745, + 8.0029, + 4.9488, + 8.044, + 4.9227, + 8.4085, + 4.3484, + 8.3674 ], "page": 1, - "confidence": 0.987 + "confidence": 0.985 }, - "Tip": { + "Total": { "type": "number", - "valueNumber": 100, - "text": "100.00", + "valueNumber": 14.5, + "text": "$14.50", "boundingBox": [ - 5.811, - 5.3445, - 6.2587, - 5.3445, - 6.2587, - 5.4533, - 5.811, - 5.4533 + 4.1061, + 8.8731, + 5.1243, + 8.9174, + 5.1022, + 9.283, + 4.084, + 9.2276 ], "page": 1, - "confidence": 0.942 + "confidence": 0.958 }, - "Total": { - "type": "number", - "valueNumber": 430, - "text": "430.00", + "TransactionDate": { + "type": "date", + "valueDate": "2019-06-10", + "text": "6/10/2019", + "boundingBox": [ + 1.7819, + 4.6636, + 2.5456, + 4.7301, + 2.5234, + 4.996, + 1.7598, + 4.9406 + ], + "page": 1, + "confidence": 0.987 + }, + "TransactionTime": { + "type": "time", + "valueTime": "13:59:00", + "text": "13:59", "boundingBox": [ - 5.942, - 5.5645, - 6.3987, - 5.5645, - 6.3987, - 5.6733, - 5.942, - 5.6733 + 2.6009, + 4.7412, + 3.0436, + 4.7744, + 3.0215, + 5.0181, + 2.5788, + 4.996 ], "page": 1, - "confidence": 0.981 + "confidence": 0.984 } } }, @@ -602,273 +431,112 @@ { "type": "object", "valueObject": { - "Price": { - "type": "number", - "valueNumber": 10, - "text": "10", + "Name": { + "type": "string", + "valueString": "Surface Pro 6", + "text": "Surface Pro 6", "boundingBox": [ - 3.2589, - 3.2108, - 3.4067, - 3.2108, - 3.4067, - 3.319, - 3.2589, - 3.319 + 2.0742, + 5.6545, + 3.0328, + 5.6745, + 3.0282, + 5.8911, + 2.0697, + 5.8711 ], "page": 3, - "confidence": 0.487 + "confidence": 0.855 }, - "TotalPrice": { - "type": "number", - "valueNumber": 100.99, - "text": "100.99", - "boundingBox": [ - 5.4232, - 3.2108, - 5.8617, - 3.2108, - 5.8617, - 3.319, - 5.4232, - 3.319 - ], - "page": 3, - "confidence": 0.929 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 20, - "text": "20", - "boundingBox": [ - 3.2541, - 3.4241, - 3.4067, - 3.4241, - 3.4067, - 3.5323, - 3.2541, - 3.5323 - ], - "page": 3, - "confidence": 0.277 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 140.67, - "text": "140.67", - "boundingBox": [ - 5.4232, - 3.4241, - 5.8622, - 3.4241, - 5.8622, - 3.5323, - 5.4232, - 3.5323 - ], - "page": 3, - "confidence": 0.929 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 40, - "text": "40", - "boundingBox": [ - 3.2486, - 3.6341, - 3.4067, - 3.6341, - 3.4067, - 3.7423, - 3.2486, - 3.7423 - ], - "page": 3, - "confidence": 0.544 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 150.66, - "text": "150.66", - "boundingBox": [ - 5.4232, - 3.6341, - 5.8634, - 3.6341, - 5.8634, - 3.7423, - 5.4232, - 3.7423 - ], - "page": 3, - "confidence": 0.922 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 10, - "text": "10", - "boundingBox": [ - 3.2589, - 3.8441, - 3.4067, - 3.8441, - 3.4067, - 3.9523, - 3.2589, - 3.9523 - ], - "page": 3, - "confidence": 0.395 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 120, - "text": "120.00", - "boundingBox": [ - 5.4232, - 3.8441, - 5.8642, - 3.8441, - 5.8642, - 3.9523, - 5.4232, - 3.9523 - ], - "page": 3, - "confidence": 0.958 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { + "Quantity": { "type": "number", - "valueNumber": 40, - "text": "40", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 3.2486, - 4.0546, - 3.4067, - 4.0546, - 3.4067, - 4.1627, - 3.2486, - 4.1627 + 1.9811, + 5.6606, + 2.0365, + 5.6606, + 2.0365, + 5.8711, + 1.9811, + 5.8711 ], "page": 3, - "confidence": 0.547 + "confidence": 0.961 }, "TotalPrice": { "type": "number", - "valueNumber": 100, - "text": "100.00", + "valueNumber": 999, + "text": "$ 999.00", "boundingBox": [ - 5.4232, - 4.0546, - 5.8644, - 4.0546, - 5.8644, - 4.1627, - 5.4232, - 4.1627 + 3.8004, + 6.3191, + 4.4224, + 6.3711, + 4.4011, + 6.6251, + 3.7792, + 6.5731 ], "page": 3, - "confidence": 0.924 + "confidence": 0.935 } } }, { "type": "object", "valueObject": { - "Price": { - "type": "number", - "valueNumber": 60, - "text": "60", + "Name": { + "type": "string", + "valueString": "SurfacePen", + "text": "SurfacePen", "boundingBox": [ - 3.2534, - 4.2646, - 3.4067, - 4.2646, - 3.4067, - 4.3727, - 3.2534, - 4.3727 + 2.0475, + 7.0453, + 2.8887, + 7.0342, + 2.8997, + 7.2447, + 2.0586, + 7.2669 ], "page": 3, - "confidence": 0.396 + "confidence": 0.479 }, - "TotalPrice": { + "Quantity": { "type": "number", - "valueNumber": 120, - "text": "120.00", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 5.4232, - 4.2646, - 5.8642, - 4.2646, - 5.8642, - 4.3727, - 5.4232, - 4.3727 + 1.9368, + 7.0453, + 2.0033, + 7.0453, + 2.0143, + 7.2669, + 1.9479, + 7.2669 ], "page": 3, "confidence": 0.961 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 80, - "text": "80", - "boundingBox": [ - 3.2514, - 4.4746, - 3.4067, - 4.4746, - 3.4067, - 4.5827, - 3.2514, - 4.5827 - ], - "page": 3, - "confidence": 0.966 }, "TotalPrice": { "type": "number", - "valueNumber": 220, - "text": "220.00", + "valueNumber": 99.99, + "text": "$ 99.99", "boundingBox": [ - 5.4184, - 4.4746, - 5.8644, - 4.4746, - 5.8644, - 4.5827, - 5.4184, - 4.5827 + 3.8737, + 7.0675, + 4.4049, + 7.0675, + 4.4049, + 7.289, + 3.8737, + 7.289 ], "page": 3, - "confidence": 0.954 + "confidence": 0.935 } } } @@ -876,110 +544,143 @@ }, "MerchantAddress": { "type": "string", - "valueString": "567 Main St. Redmond, WA", - "text": "567 Main St. Redmond, WA", + "valueString": "123 Main Street Redmond, WA 98052", + "text": "123 Main Street Redmond, WA 98052", + "boundingBox": [ + 1.9368, + 3.0685, + 3.265, + 3.0685, + 3.265, + 3.578, + 1.9368, + 3.578 + ], + "page": 3, + "confidence": 0.976 + }, + "MerchantName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 0.8852, - 1.846, - 1.8537, - 1.846, - 1.8537, - 2.1975, - 0.8852, - 2.1975 + 1.9701, + 2.7694, + 2.5013, + 2.7915, + 2.4902, + 2.9688, + 1.959, + 2.9466 ], "page": 3, - "confidence": 0.962 + "confidence": 0.974 }, "MerchantPhoneNumber": { "type": "phoneNumber", - "valuePhoneNumber": "\u002B15555555555", - "text": "555-555-5555", + "text": "123-456-7890", "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 + 1.8926, + 3.9878999999999998, + 2.8665, + 4.0211, + 2.8665, + 4.2205, + 1.8926, + 4.1984 ], "page": 3, - "confidence": 0.987 + "confidence": 0.988 }, "ReceiptType": { "type": "string", "valueString": "Itemized", - "confidence": 0.989 + "confidence": 0.99 }, "Subtotal": { "type": "number", - "valueNumber": 3000, - "text": "3000.00", + "valueNumber": 1098.99, + "text": "$ 1098.99", "boundingBox": [ - 6.1794, - 4.9042, - 6.7158, - 4.9042, - 6.7158, - 5.0131, - 6.1794, - 5.0131 + 3.752, + 7.7543, + 4.416, + 7.7543, + 4.416, + 7.9869, + 3.752, + 7.9869 ], "page": 3, - "confidence": 0.982 + "confidence": 0.776 }, "Tax": { "type": "number", - "valueNumber": 300, - "text": "300.00", + "valueNumber": 104.4, + "text": "$ 104.40", "boundingBox": [ - 5.836, - 5.1245, - 6.2887, - 5.1245, - 6.2887, - 5.2333, - 5.836, - 5.2333 + 3.8073, + 8.0977, + 4.3939, + 8.0977, + 4.3939, + 8.3192, + 3.8073, + 8.3192 ], "page": 3, - "confidence": 0.987 + "confidence": 0.986 }, - "Tip": { + "Total": { "type": "number", - "valueNumber": 1000, - "text": "1000.00", + "valueNumber": 1203.39, + "text": "$ 1203.39", "boundingBox": [ - 5.811, - 5.3445, - 6.3422, - 5.3445, - 6.3422, - 5.4533, - 5.811, - 5.4533 + 3.7298, + 8.7623, + 4.3944, + 8.8228, + 4.3743, + 9.0446, + 3.7096, + 8.9841 ], "page": 3, - "confidence": 0.789 + "confidence": 0.973 }, - "Total": { - "type": "number", - "valueNumber": 4300, - "text": "4300.00", + "TransactionDate": { + "type": "date", + "valueDate": "2019-06-10", + "text": "6/10/2019", + "boundingBox": [ + 1.8815, + 4.6526, + 2.4792, + 4.6636, + 2.4792, + 4.8741, + 1.8926, + 4.8741 + ], + "page": 3, + "confidence": 0.987 + }, + "TransactionTime": { + "type": "time", + "valueTime": "13:59:00", + "text": "13:59", "boundingBox": [ - 5.942, - 5.5645, - 6.4825, - 5.5645, - 6.4825, - 5.6733, - 5.942, - 5.6733 + 2.5234, + 4.6636, + 2.9108, + 4.6636, + 2.8997, + 4.8741, + 2.5234, + 4.8741 ], "page": 3, - "confidence": 0.98 + "confidence": 0.986 } } } @@ -990,7 +691,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-canada-central.cognitiveservices.azure.com/", "RandomSeed": "1516201228" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithMultiplePageArgument(%1%,%3%,2)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithMultiplePageArgument(%1%,%3%,2)Async.json index 8e4ace31c650..1bb7a5c828b0 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithMultiplePageArgument(%1%,%3%,2)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithMultiplePageArgument(%1%,%3%,2)Async.json @@ -1,366 +1,177 @@ { "Entries": [ { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=false\u0026pages=1%2C3", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=false\u0026pages=1%2C3", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "108935", + "Content-Length": "252962", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c0c98a18fde85746b28687aaa335686a-779cdf82bec91c4b-00", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-5b4a9b6e31c7534782442def2886bc98-af764afa0edcdd46-00", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5b1e37bb8841ca97a4b01ce68f1f0f92", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "393e8bc8-e0d3-4f84-bbad-3d6e489a2383", + "apim-request-id": "55c3b4aa-5c79-430c-b422-21437059c8d1", "Content-Length": "0", - "Date": "Mon, 29 Mar 2021 17:17:42 GMT", - "Operation-Location": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/393e8bc8-e0d3-4f84-bbad-3d6e489a2383", + "Date": "Thu, 06 May 2021 18:32:31 GMT", + "Operation-Location": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/55c3b4aa-5c79-430c-b422-21437059c8d1", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "259" + "x-envoy-upstream-service-time": "130" }, "ResponseBody": [] }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/393e8bc8-e0d3-4f84-bbad-3d6e489a2383", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/55c3b4aa-5c79-430c-b422-21437059c8d1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4c4a8d50fe1dc607c09a8bff3275eaec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4978476d-65a5-4e14-b234-2814a41d170d", + "apim-request-id": "62812c56-b944-4adc-a898-c68cd4074b33", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:42 GMT", + "Date": "Thu, 06 May 2021 18:32:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2021-03-29T17:17:43Z", - "lastUpdatedDateTime": "2021-03-29T17:17:43Z" + "createdDateTime": "2021-05-06T18:32:31Z", + "lastUpdatedDateTime": "2021-05-06T18:32:31Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/393e8bc8-e0d3-4f84-bbad-3d6e489a2383", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/55c3b4aa-5c79-430c-b422-21437059c8d1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f9ebcfb7a631183fe86cc6244cfedae8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "09f6807f-45a9-4c1c-9414-3aed056cfce6", + "apim-request-id": "dc6055a2-5bd0-4b5a-9b69-c349d89c95f3", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:43 GMT", + "Date": "Thu, 06 May 2021 18:32:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:17:43Z", - "lastUpdatedDateTime": "2021-03-29T17:17:43Z" + "createdDateTime": "2021-05-06T18:32:31Z", + "lastUpdatedDateTime": "2021-05-06T18:32:31Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/393e8bc8-e0d3-4f84-bbad-3d6e489a2383", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/55c3b4aa-5c79-430c-b422-21437059c8d1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d28d53ef8146bc992f589aa7fd97972e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "27f17923-5175-4be9-99a2-7c859d77d8f2", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:45 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2021-03-29T17:17:43Z", - "lastUpdatedDateTime": "2021-03-29T17:17:43Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/393e8bc8-e0d3-4f84-bbad-3d6e489a2383", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "c02f30c61533aa614e3263b038e379c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "251d81c9-cafe-49bd-8998-4d3c387bf50b", + "apim-request-id": "ff09a6e4-3070-4e0c-b859-40770bbd3e34", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:46 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2021-03-29T17:17:43Z", - "lastUpdatedDateTime": "2021-03-29T17:17:43Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/393e8bc8-e0d3-4f84-bbad-3d6e489a2383", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "de10a2bf17e835a5352fc9d80b971a51", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b1d727c3-011d-4896-a0d7-9bf27f3ebccd", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:47 GMT", + "Date": "Thu, 06 May 2021 18:32:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:17:43Z", - "lastUpdatedDateTime": "2021-03-29T17:17:43Z" + "createdDateTime": "2021-05-06T18:32:31Z", + "lastUpdatedDateTime": "2021-05-06T18:32:31Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/393e8bc8-e0d3-4f84-bbad-3d6e489a2383", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/55c3b4aa-5c79-430c-b422-21437059c8d1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "1c5e97d41acfdab5f2e383141ee8844c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f2ba8e24-f441-4b89-8614-d042d7cfddec", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:49 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2021-03-29T17:17:43Z", - "lastUpdatedDateTime": "2021-03-29T17:17:43Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/393e8bc8-e0d3-4f84-bbad-3d6e489a2383", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "5be7d9dfb987ae468afa8a044b899eb6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "64b11381-0ed6-4de6-bd1b-0f6ac93391f3", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:50 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2021-03-29T17:17:43Z", - "lastUpdatedDateTime": "2021-03-29T17:17:43Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/393e8bc8-e0d3-4f84-bbad-3d6e489a2383", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "a0db11175d84a5f2ed35ec049390174d", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c02f30c61533aa614e3263b038e379c1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0c98df7c-009d-4a1d-90c0-76b38a99e98f", + "apim-request-id": "eedd1089-7cfd-47c4-9c6e-6a0d49b35849", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:51 GMT", + "Date": "Thu, 06 May 2021 18:32:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:17:43Z", - "lastUpdatedDateTime": "2021-03-29T17:17:43Z" + "createdDateTime": "2021-05-06T18:32:31Z", + "lastUpdatedDateTime": "2021-05-06T18:32:31Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/393e8bc8-e0d3-4f84-bbad-3d6e489a2383", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/55c3b4aa-5c79-430c-b422-21437059c8d1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "32f97daabfaf1bca51af91d58fb18e68", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c63de01f-29bf-4691-bdb1-c7cdebabae0e", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:52 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "19" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2021-03-29T17:17:43Z", - "lastUpdatedDateTime": "2021-03-29T17:17:43Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/393e8bc8-e0d3-4f84-bbad-3d6e489a2383", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "0cfccd44e30c81c7e6426d51cc421afa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "42284639-e004-4e95-abeb-26856e2e849c", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:53 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "13" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2021-03-29T17:17:43Z", - "lastUpdatedDateTime": "2021-03-29T17:17:43Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/393e8bc8-e0d3-4f84-bbad-3d6e489a2383", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "ce593ce26c90580747c04fd5cc1d153c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b92a6dc9-cdc7-48a5-914f-7bc39af492b2", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:54 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "10" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2021-03-29T17:17:43Z", - "lastUpdatedDateTime": "2021-03-29T17:17:43Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/393e8bc8-e0d3-4f84-bbad-3d6e489a2383", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "c6bf83a70a94c640b5774b6d51794f0f", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "de10a2bf17e835a5352fc9d80b971a51", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "512c328a-1e35-4e44-bf0d-bcc0bfcd3df5", - "Content-Length": "7863", + "apim-request-id": "ee692e5c-99c5-4bcf-8e42-4be1f70647f4", + "Content-Length": "5625", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:55 GMT", + "Date": "Thu, 06 May 2021 18:32:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2021-03-29T17:17:43Z", - "lastUpdatedDateTime": "2021-03-29T17:17:55Z", + "createdDateTime": "2021-05-06T18:32:31Z", + "lastUpdatedDateTime": "2021-05-06T18:32:34Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 0, + "angle": 0.5729, "width": 8.5, "height": 11, "unit": "inch" }, { "page": 3, - "angle": 0, + "angle": 0.4374, "width": 8.5, "height": 11, "unit": "inch" @@ -380,273 +191,112 @@ { "type": "object", "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 1, - "text": "1", + "Name": { + "type": "string", + "valueString": "Cappuccino", + "text": "Cappuccino", "boundingBox": [ - 3.2589, - 3.2116, - 3.3202, - 3.2116, - 3.3202, - 3.3176, - 3.2589, - 3.3176 + 1.8926, + 5.7492, + 3.0104, + 5.7936, + 2.9993, + 6.0705, + 1.8926, + 6.0373 ], "page": 1, - "confidence": 0.971 + "confidence": 0.735 }, - "TotalPrice": { - "type": "number", - "valueNumber": 10.99, - "text": "10.99", - "boundingBox": [ - 5.4232, - 3.2108, - 5.7784, - 3.2108, - 5.7784, - 3.319, - 5.4232, - 3.319 - ], - "page": 1, - "confidence": 0.952 - } - } - }, - { - "type": "object", - "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 2, - "text": "2", - "boundingBox": [ - 3.2541, - 3.4241, - 3.3199, - 3.4241, - 3.3199, - 3.531, - 3.2541, - 3.531 - ], - "page": 1, - "confidence": 0.971 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 14.67, - "text": "14.67", - "boundingBox": [ - 5.4232, - 3.4241, - 5.7789, - 3.4241, - 5.7789, - 3.5323, - 5.4232, - 3.5323 - ], - "page": 1, - "confidence": 0.954 - } - } - }, - { - "type": "object", - "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 4, - "text": "4", - "boundingBox": [ - 3.2486, - 3.6351, - 3.3244, - 3.6351, - 3.3244, - 3.7413, - 3.2486, - 3.7413 - ], - "page": 1, - "confidence": 0.971 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 15.66, - "text": "15.66", - "boundingBox": [ - 5.4232, - 3.6341, - 5.78, - 3.6341, - 5.78, - 3.7423, - 5.4232, - 3.7423 - ], - "page": 1, - "confidence": 0.958 - } - } - }, - { - "type": "object", - "valueObject": { "Quantity": { "type": "number", "valueNumber": 1, "text": "1", "boundingBox": [ - 3.2589, - 3.845, - 3.3202, - 3.845, - 3.3202, - 3.951, - 3.2589, - 3.951 + 1.6934, + 5.7382, + 1.8372, + 5.7492, + 1.8372, + 6.0262, + 1.6934, + 6.0262 ], "page": 1, - "confidence": 0.971 + "confidence": 0.966 }, "TotalPrice": { "type": "number", - "valueNumber": 12, - "text": "12.00", + "valueNumber": 2.2, + "text": "$2.20", "boundingBox": [ - 5.4232, - 3.8441, - 5.7809, - 3.8441, - 5.7809, - 3.9523, - 5.4232, - 3.9523 + 4.3053, + 5.7492, + 4.7923, + 5.716, + 4.8034, + 5.9597, + 4.3164, + 5.9929 ], "page": 1, - "confidence": 0.957 + "confidence": 0.977 } } }, { "type": "object", "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 4, - "text": "4", + "Name": { + "type": "string", + "valueString": "BACON \u0026 EGGS", + "text": "BACON \u0026 EGGS", "boundingBox": [ - 3.2486, - 4.0556, - 3.3244, - 4.0556, - 3.3244, - 4.1617, - 3.2486, - 4.1617 + 1.8704, + 6.5015, + 3.2342, + 6.5136, + 3.2318, + 6.7805, + 1.868, + 6.7684 ], "page": 1, - "confidence": 0.971 + "confidence": 0.903 }, - "TotalPrice": { - "type": "number", - "valueNumber": 10, - "text": "10.00", - "boundingBox": [ - 5.4232, - 4.0546, - 5.781, - 4.0546, - 5.781, - 4.1627, - 5.4232, - 4.1627 - ], - "page": 1, - "confidence": 0.961 - } - } - }, - { - "type": "object", - "valueObject": { "Quantity": { "type": "number", - "valueNumber": 6, - "text": "6", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 3.2534, - 4.2646, - 3.3226, - 4.2646, - 3.3226, - 4.3727, - 3.2534, - 4.3727 + 1.6602, + 6.4914, + 1.804, + 6.4914, + 1.804, + 6.7684, + 1.6602, + 6.7684 ], "page": 1, - "confidence": 0.971 + "confidence": 0.966 }, "TotalPrice": { "type": "number", - "valueNumber": 12, - "text": "12.00", + "valueNumber": 9.5, + "text": "$9.5", "boundingBox": [ - 5.4232, - 4.2646, - 5.7809, - 4.2646, - 5.7809, - 4.3727, - 5.4232, - 4.3727 + 4.3828, + 6.8459, + 4.8034, + 6.8348, + 4.8145, + 7.1229, + 4.3828, + 7.1339 ], "page": 1, - "confidence": 0.549 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 22, - "text": "22.00", - "boundingBox": [ - 5.4184, - 4.4746, - 5.781, - 4.4746, - 5.781, - 4.5827, - 5.4184, - 4.5827 - ], - "page": 1, - "confidence": 0.394 - }, - "Quantity": { - "type": "number", - "valueNumber": 8, - "text": "8", - "boundingBox": [ - 3.2514, - 4.4746, - 3.3224, - 4.4746, - 3.3224, - 4.5827, - 3.2514, - 4.5827 - ], - "page": 1, - "confidence": 0.97 + "confidence": 0.917 } } } @@ -654,51 +304,51 @@ }, "MerchantAddress": { "type": "string", - "valueString": "567 Main St. Redmond, WA", - "text": "567 Main St. Redmond, WA", + "valueString": "123 Main Street Redmond, WA 98052", + "text": "123 Main Street Redmond, WA 98052", "boundingBox": [ - 0.8852, - 1.846, - 1.8537, - 1.846, - 1.8537, - 2.1975, - 0.8852, - 2.1975 + 1.893, + 3.0221, + 3.5405, + 3.3517, + 3.4293, + 3.9076, + 1.7818, + 3.578 ], "page": 1, - "confidence": 0.97 + "confidence": 0.973 }, "MerchantName": { "type": "string", - "valueString": "Bilbo Baggins", - "text": "Bilbo Baggins", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 6.0164, - 1.4503, - 6.8967, - 1.4503, - 6.8967, - 1.5931, - 6.0164, - 1.5931 + 1.9147, + 2.6918, + 2.5677, + 2.8691, + 2.5124, + 3.0685, + 1.8704, + 2.8912 ], "page": 1, - "confidence": 0.661 + "confidence": 0.973 }, "MerchantPhoneNumber": { "type": "phoneNumber", - "valuePhoneNumber": "\u002B15555555555", - "text": "555-555-5555", + "valuePhoneNumber": "\u002B19876543210", + "text": "987-654-3210", "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 + 1.8151, + 3.999, + 2.9661, + 4.1541, + 2.9329, + 4.3756, + 1.793, + 4.2205 ], "page": 1, "confidence": 0.987 @@ -706,75 +356,92 @@ "ReceiptType": { "type": "string", "valueString": "Itemized", - "confidence": 0.994 + "confidence": 0.989 }, "Subtotal": { "type": "number", - "valueNumber": 300, - "text": "300.00", + "valueNumber": 11.7, + "text": "$ 11.70", "boundingBox": [ - 6.1794, - 4.9042, - 6.632, - 4.9042, - 6.632, - 5.0131, - 6.1794, - 5.0131 + 4.2611, + 7.6546, + 4.9251, + 7.6546, + 4.9251, + 7.9648, + 4.2611, + 7.9648 ], "page": 1, - "confidence": 0.983 + "confidence": 0.777 }, "Tax": { "type": "number", - "valueNumber": 30, - "text": "30.00", + "valueNumber": 1.17, + "text": "$ 1.17", "boundingBox": [ - 5.836, - 5.1245, - 6.2022, - 5.1245, - 6.2022, - 5.2333, - 5.836, - 5.2333 + 4.3745, + 8.0029, + 4.9488, + 8.044, + 4.9227, + 8.4085, + 4.3484, + 8.3674 ], "page": 1, - "confidence": 0.987 + "confidence": 0.985 }, - "Tip": { + "Total": { "type": "number", - "valueNumber": 100, - "text": "100.00", + "valueNumber": 14.5, + "text": "$14.50", "boundingBox": [ - 5.811, - 5.3445, - 6.2587, - 5.3445, - 6.2587, - 5.4533, - 5.811, - 5.4533 + 4.1061, + 8.8731, + 5.1243, + 8.9174, + 5.1022, + 9.283, + 4.084, + 9.2276 ], "page": 1, - "confidence": 0.942 + "confidence": 0.958 }, - "Total": { - "type": "number", - "valueNumber": 430, - "text": "430.00", + "TransactionDate": { + "type": "date", + "valueDate": "2019-06-10", + "text": "6/10/2019", "boundingBox": [ - 5.942, - 5.5645, - 6.3987, - 5.5645, - 6.3987, - 5.6733, - 5.942, - 5.6733 + 1.7819, + 4.6636, + 2.5456, + 4.7301, + 2.5234, + 4.996, + 1.7598, + 4.9406 ], "page": 1, - "confidence": 0.981 + "confidence": 0.987 + }, + "TransactionTime": { + "type": "time", + "valueTime": "13:59:00", + "text": "13:59", + "boundingBox": [ + 2.6009, + 4.7412, + 3.0436, + 4.7744, + 3.0215, + 5.0181, + 2.5788, + 4.996 + ], + "page": 1, + "confidence": 0.984 } } }, @@ -791,273 +458,112 @@ { "type": "object", "valueObject": { - "Price": { - "type": "number", - "valueNumber": 10, - "text": "10", - "boundingBox": [ - 3.2589, - 3.2108, - 3.4067, - 3.2108, - 3.4067, - 3.319, - 3.2589, - 3.319 - ], - "page": 3, - "confidence": 0.487 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 100.99, - "text": "100.99", - "boundingBox": [ - 5.4232, - 3.2108, - 5.8617, - 3.2108, - 5.8617, - 3.319, - 5.4232, - 3.319 - ], - "page": 3, - "confidence": 0.929 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 20, - "text": "20", + "Name": { + "type": "string", + "valueString": "Surface Pro 6", + "text": "Surface Pro 6", "boundingBox": [ - 3.2541, - 3.4241, - 3.4067, - 3.4241, - 3.4067, - 3.5323, - 3.2541, - 3.5323 + 2.0742, + 5.6545, + 3.0328, + 5.6745, + 3.0282, + 5.8911, + 2.0697, + 5.8711 ], "page": 3, - "confidence": 0.277 + "confidence": 0.855 }, - "TotalPrice": { - "type": "number", - "valueNumber": 140.67, - "text": "140.67", - "boundingBox": [ - 5.4232, - 3.4241, - 5.8622, - 3.4241, - 5.8622, - 3.5323, - 5.4232, - 3.5323 - ], - "page": 3, - "confidence": 0.929 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 40, - "text": "40", - "boundingBox": [ - 3.2486, - 3.6341, - 3.4067, - 3.6341, - 3.4067, - 3.7423, - 3.2486, - 3.7423 - ], - "page": 3, - "confidence": 0.544 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 150.66, - "text": "150.66", - "boundingBox": [ - 5.4232, - 3.6341, - 5.8634, - 3.6341, - 5.8634, - 3.7423, - 5.4232, - 3.7423 - ], - "page": 3, - "confidence": 0.922 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 10, - "text": "10", - "boundingBox": [ - 3.2589, - 3.8441, - 3.4067, - 3.8441, - 3.4067, - 3.9523, - 3.2589, - 3.9523 - ], - "page": 3, - "confidence": 0.395 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 120, - "text": "120.00", - "boundingBox": [ - 5.4232, - 3.8441, - 5.8642, - 3.8441, - 5.8642, - 3.9523, - 5.4232, - 3.9523 - ], - "page": 3, - "confidence": 0.958 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { + "Quantity": { "type": "number", - "valueNumber": 40, - "text": "40", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 3.2486, - 4.0546, - 3.4067, - 4.0546, - 3.4067, - 4.1627, - 3.2486, - 4.1627 + 1.9811, + 5.6606, + 2.0365, + 5.6606, + 2.0365, + 5.8711, + 1.9811, + 5.8711 ], "page": 3, - "confidence": 0.547 + "confidence": 0.961 }, "TotalPrice": { "type": "number", - "valueNumber": 100, - "text": "100.00", + "valueNumber": 999, + "text": "$ 999.00", "boundingBox": [ - 5.4232, - 4.0546, - 5.8644, - 4.0546, - 5.8644, - 4.1627, - 5.4232, - 4.1627 + 3.8004, + 6.3191, + 4.4224, + 6.3711, + 4.4011, + 6.6251, + 3.7792, + 6.5731 ], "page": 3, - "confidence": 0.924 + "confidence": 0.935 } } }, { "type": "object", "valueObject": { - "Price": { - "type": "number", - "valueNumber": 60, - "text": "60", + "Name": { + "type": "string", + "valueString": "SurfacePen", + "text": "SurfacePen", "boundingBox": [ - 3.2534, - 4.2646, - 3.4067, - 4.2646, - 3.4067, - 4.3727, - 3.2534, - 4.3727 + 2.0475, + 7.0453, + 2.8887, + 7.0342, + 2.8997, + 7.2447, + 2.0586, + 7.2669 ], "page": 3, - "confidence": 0.396 + "confidence": 0.479 }, - "TotalPrice": { + "Quantity": { "type": "number", - "valueNumber": 120, - "text": "120.00", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 5.4232, - 4.2646, - 5.8642, - 4.2646, - 5.8642, - 4.3727, - 5.4232, - 4.3727 + 1.9368, + 7.0453, + 2.0033, + 7.0453, + 2.0143, + 7.2669, + 1.9479, + 7.2669 ], "page": 3, "confidence": 0.961 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 80, - "text": "80", - "boundingBox": [ - 3.2514, - 4.4746, - 3.4067, - 4.4746, - 3.4067, - 4.5827, - 3.2514, - 4.5827 - ], - "page": 3, - "confidence": 0.966 }, "TotalPrice": { "type": "number", - "valueNumber": 220, - "text": "220.00", + "valueNumber": 99.99, + "text": "$ 99.99", "boundingBox": [ - 5.4184, - 4.4746, - 5.8644, - 4.4746, - 5.8644, - 4.5827, - 5.4184, - 4.5827 + 3.8737, + 7.0675, + 4.4049, + 7.0675, + 4.4049, + 7.289, + 3.8737, + 7.289 ], "page": 3, - "confidence": 0.954 + "confidence": 0.935 } } } @@ -1065,110 +571,143 @@ }, "MerchantAddress": { "type": "string", - "valueString": "567 Main St. Redmond, WA", - "text": "567 Main St. Redmond, WA", + "valueString": "123 Main Street Redmond, WA 98052", + "text": "123 Main Street Redmond, WA 98052", + "boundingBox": [ + 1.9368, + 3.0685, + 3.265, + 3.0685, + 3.265, + 3.578, + 1.9368, + 3.578 + ], + "page": 3, + "confidence": 0.976 + }, + "MerchantName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 0.8852, - 1.846, - 1.8537, - 1.846, - 1.8537, - 2.1975, - 0.8852, - 2.1975 + 1.9701, + 2.7694, + 2.5013, + 2.7915, + 2.4902, + 2.9688, + 1.959, + 2.9466 ], "page": 3, - "confidence": 0.962 + "confidence": 0.974 }, "MerchantPhoneNumber": { "type": "phoneNumber", - "valuePhoneNumber": "\u002B15555555555", - "text": "555-555-5555", + "text": "123-456-7890", "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 + 1.8926, + 3.9878999999999998, + 2.8665, + 4.0211, + 2.8665, + 4.2205, + 1.8926, + 4.1984 ], "page": 3, - "confidence": 0.987 + "confidence": 0.988 }, "ReceiptType": { "type": "string", "valueString": "Itemized", - "confidence": 0.989 + "confidence": 0.99 }, "Subtotal": { "type": "number", - "valueNumber": 3000, - "text": "3000.00", + "valueNumber": 1098.99, + "text": "$ 1098.99", "boundingBox": [ - 6.1794, - 4.9042, - 6.7158, - 4.9042, - 6.7158, - 5.0131, - 6.1794, - 5.0131 + 3.752, + 7.7543, + 4.416, + 7.7543, + 4.416, + 7.9869, + 3.752, + 7.9869 ], "page": 3, - "confidence": 0.982 + "confidence": 0.776 }, "Tax": { "type": "number", - "valueNumber": 300, - "text": "300.00", + "valueNumber": 104.4, + "text": "$ 104.40", "boundingBox": [ - 5.836, - 5.1245, - 6.2887, - 5.1245, - 6.2887, - 5.2333, - 5.836, - 5.2333 + 3.8073, + 8.0977, + 4.3939, + 8.0977, + 4.3939, + 8.3192, + 3.8073, + 8.3192 ], "page": 3, - "confidence": 0.987 + "confidence": 0.986 }, - "Tip": { + "Total": { "type": "number", - "valueNumber": 1000, - "text": "1000.00", + "valueNumber": 1203.39, + "text": "$ 1203.39", "boundingBox": [ - 5.811, - 5.3445, - 6.3422, - 5.3445, - 6.3422, - 5.4533, - 5.811, - 5.4533 + 3.7298, + 8.7623, + 4.3944, + 8.8228, + 4.3743, + 9.0446, + 3.7096, + 8.9841 ], "page": 3, - "confidence": 0.789 + "confidence": 0.973 }, - "Total": { - "type": "number", - "valueNumber": 4300, - "text": "4300.00", + "TransactionDate": { + "type": "date", + "valueDate": "2019-06-10", + "text": "6/10/2019", + "boundingBox": [ + 1.8815, + 4.6526, + 2.4792, + 4.6636, + 2.4792, + 4.8741, + 1.8926, + 4.8741 + ], + "page": 3, + "confidence": 0.987 + }, + "TransactionTime": { + "type": "time", + "valueTime": "13:59:00", + "text": "13:59", "boundingBox": [ - 5.942, - 5.5645, - 6.4825, - 5.5645, - 6.4825, - 5.6733, - 5.942, - 5.6733 + 2.5234, + 4.6636, + 2.9108, + 4.6636, + 2.8997, + 4.8741, + 2.5234, + 4.8741 ], "page": 3, - "confidence": 0.98 + "confidence": 0.986 } } } @@ -1179,7 +718,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-canada-central.cognitiveservices.azure.com/", "RandomSeed": "460305275" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithMultiplePageArgument(%1-2%,%3%,3).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithMultiplePageArgument(%1-2%,%3%,3).json index d1f9aa2da688..4a2c26d1cf84 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithMultiplePageArgument(%1-2%,%3%,3).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithMultiplePageArgument(%1-2%,%3%,3).json @@ -1,197 +1,170 @@ { "Entries": [ { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=false\u0026pages=1-2%2C3", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=false\u0026pages=1-2%2C3", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "108935", + "Content-Length": "252962", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-7b9a2a81b04bb94d8290842c3ac3f57e-145e516d00792242-00", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-6ffcda0d38c62f4d8f5f46d4c721a9fb-588cc6a69b57b44e-00", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7b4768b91e83282f4c0503118f6d91d2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "9d9fbd0d-e382-4d23-aa3e-1208e03b2d4d", + "apim-request-id": "6f01452f-c9b9-4c39-9b98-3591d71bb9dc", "Content-Length": "0", - "Date": "Mon, 29 Mar 2021 17:17:36 GMT", - "Operation-Location": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/9d9fbd0d-e382-4d23-aa3e-1208e03b2d4d", + "Date": "Thu, 06 May 2021 18:32:03 GMT", + "Operation-Location": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/6f01452f-c9b9-4c39-9b98-3591d71bb9dc", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "81" + "x-envoy-upstream-service-time": "83" }, "ResponseBody": [] }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/9d9fbd0d-e382-4d23-aa3e-1208e03b2d4d", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/6f01452f-c9b9-4c39-9b98-3591d71bb9dc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c69132282043549a87b585572317ed4f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f4a5a239-365e-48cd-aa15-1dbdfd408735", + "apim-request-id": "b37f9da3-ddfb-49bf-9383-7906f8ef6a4f", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:36 GMT", + "Date": "Thu, 06 May 2021 18:32:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2021-03-29T17:17:37Z", - "lastUpdatedDateTime": "2021-03-29T17:17:37Z" + "createdDateTime": "2021-05-06T18:32:04Z", + "lastUpdatedDateTime": "2021-05-06T18:32:04Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/9d9fbd0d-e382-4d23-aa3e-1208e03b2d4d", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/6f01452f-c9b9-4c39-9b98-3591d71bb9dc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "94e79698eed4f0b6d53ae4193151c03f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "26d2e1b4-249b-4939-ba48-f92e0ee93776", + "apim-request-id": "8d199b4c-fff5-43ac-a3db-72c2164b2195", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:37 GMT", + "Date": "Thu, 06 May 2021 18:32:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:17:37Z", - "lastUpdatedDateTime": "2021-03-29T17:17:37Z" + "createdDateTime": "2021-05-06T18:32:04Z", + "lastUpdatedDateTime": "2021-05-06T18:32:04Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/9d9fbd0d-e382-4d23-aa3e-1208e03b2d4d", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/6f01452f-c9b9-4c39-9b98-3591d71bb9dc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2f06e8b3b3659953cef2f3ce99d80435", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3ae1843b-4a90-4240-aba7-eff4d325500d", + "apim-request-id": "c060f664-defb-49a7-b3d6-2e3d596a2f95", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:38 GMT", + "Date": "Thu, 06 May 2021 18:32:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:17:37Z", - "lastUpdatedDateTime": "2021-03-29T17:17:37Z" + "createdDateTime": "2021-05-06T18:32:04Z", + "lastUpdatedDateTime": "2021-05-06T18:32:04Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/9d9fbd0d-e382-4d23-aa3e-1208e03b2d4d", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/6f01452f-c9b9-4c39-9b98-3591d71bb9dc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f879b318fd8539fd7ba1f1093b812336", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "de3d59e2-a5f9-4d89-bb8c-797c2dc97a57", + "apim-request-id": "77b70f9c-7085-429b-8f75-709b8af145f4", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:39 GMT", + "Date": "Thu, 06 May 2021 18:32:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "34" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:17:37Z", - "lastUpdatedDateTime": "2021-03-29T17:17:37Z" + "createdDateTime": "2021-05-06T18:32:04Z", + "lastUpdatedDateTime": "2021-05-06T18:32:04Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/9d9fbd0d-e382-4d23-aa3e-1208e03b2d4d", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/6f01452f-c9b9-4c39-9b98-3591d71bb9dc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3ba446f4bd10e4ea424ec6e2fbe857fd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "722066f5-25ac-41f9-9c85-c1a3213be237", - "Content-Length": "106", + "apim-request-id": "fca164cf-fdf8-4810-9225-89657018362b", + "Content-Length": "5745", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:40 GMT", + "Date": "Thu, 06 May 2021 18:32:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "10" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2021-03-29T17:17:37Z", - "lastUpdatedDateTime": "2021-03-29T17:17:37Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/9d9fbd0d-e382-4d23-aa3e-1208e03b2d4d", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "7d00af35c8d7b5baeaccb3c3c24a5d4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1483d556-26f8-411d-8d41-991607001a09", - "Content-Length": "7983", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:42 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2021-03-29T17:17:37Z", - "lastUpdatedDateTime": "2021-03-29T17:17:42Z", + "createdDateTime": "2021-05-06T18:32:04Z", + "lastUpdatedDateTime": "2021-05-06T18:32:08Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 0, + "angle": 0.5729, "width": 8.5, "height": 11, "unit": "inch" @@ -205,7 +178,7 @@ }, { "page": 3, - "angle": 0, + "angle": 0.4374, "width": 8.5, "height": 11, "unit": "inch" @@ -225,273 +198,112 @@ { "type": "object", "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 1, - "text": "1", - "boundingBox": [ - 3.2589, - 3.2116, - 3.3202, - 3.2116, - 3.3202, - 3.3176, - 3.2589, - 3.3176 - ], - "page": 1, - "confidence": 0.971 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 10.99, - "text": "10.99", - "boundingBox": [ - 5.4232, - 3.2108, - 5.7784, - 3.2108, - 5.7784, - 3.319, - 5.4232, - 3.319 - ], - "page": 1, - "confidence": 0.952 - } - } - }, - { - "type": "object", - "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 2, - "text": "2", - "boundingBox": [ - 3.2541, - 3.4241, - 3.3199, - 3.4241, - 3.3199, - 3.531, - 3.2541, - 3.531 - ], - "page": 1, - "confidence": 0.971 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 14.67, - "text": "14.67", - "boundingBox": [ - 5.4232, - 3.4241, - 5.7789, - 3.4241, - 5.7789, - 3.5323, - 5.4232, - 3.5323 - ], - "page": 1, - "confidence": 0.954 - } - } - }, - { - "type": "object", - "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 4, - "text": "4", + "Name": { + "type": "string", + "valueString": "Cappuccino", + "text": "Cappuccino", "boundingBox": [ - 3.2486, - 3.6351, - 3.3244, - 3.6351, - 3.3244, - 3.7413, - 3.2486, - 3.7413 + 1.8926, + 5.7492, + 3.0104, + 5.7936, + 2.9993, + 6.0705, + 1.8926, + 6.0373 ], "page": 1, - "confidence": 0.971 + "confidence": 0.735 }, - "TotalPrice": { - "type": "number", - "valueNumber": 15.66, - "text": "15.66", - "boundingBox": [ - 5.4232, - 3.6341, - 5.78, - 3.6341, - 5.78, - 3.7423, - 5.4232, - 3.7423 - ], - "page": 1, - "confidence": 0.958 - } - } - }, - { - "type": "object", - "valueObject": { "Quantity": { "type": "number", "valueNumber": 1, "text": "1", "boundingBox": [ - 3.2589, - 3.845, - 3.3202, - 3.845, - 3.3202, - 3.951, - 3.2589, - 3.951 + 1.6934, + 5.7382, + 1.8372, + 5.7492, + 1.8372, + 6.0262, + 1.6934, + 6.0262 ], "page": 1, - "confidence": 0.971 + "confidence": 0.966 }, "TotalPrice": { "type": "number", - "valueNumber": 12, - "text": "12.00", + "valueNumber": 2.2, + "text": "$2.20", "boundingBox": [ - 5.4232, - 3.8441, - 5.7809, - 3.8441, - 5.7809, - 3.9523, - 5.4232, - 3.9523 + 4.3053, + 5.7492, + 4.7923, + 5.716, + 4.8034, + 5.9597, + 4.3164, + 5.9929 ], "page": 1, - "confidence": 0.957 + "confidence": 0.977 } } }, { "type": "object", "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 4, - "text": "4", + "Name": { + "type": "string", + "valueString": "BACON \u0026 EGGS", + "text": "BACON \u0026 EGGS", "boundingBox": [ - 3.2486, - 4.0556, - 3.3244, - 4.0556, - 3.3244, - 4.1617, - 3.2486, - 4.1617 + 1.8704, + 6.5015, + 3.2342, + 6.5136, + 3.2318, + 6.7805, + 1.868, + 6.7684 ], "page": 1, - "confidence": 0.971 + "confidence": 0.903 }, - "TotalPrice": { - "type": "number", - "valueNumber": 10, - "text": "10.00", - "boundingBox": [ - 5.4232, - 4.0546, - 5.781, - 4.0546, - 5.781, - 4.1627, - 5.4232, - 4.1627 - ], - "page": 1, - "confidence": 0.961 - } - } - }, - { - "type": "object", - "valueObject": { "Quantity": { "type": "number", - "valueNumber": 6, - "text": "6", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 3.2534, - 4.2646, - 3.3226, - 4.2646, - 3.3226, - 4.3727, - 3.2534, - 4.3727 + 1.6602, + 6.4914, + 1.804, + 6.4914, + 1.804, + 6.7684, + 1.6602, + 6.7684 ], "page": 1, - "confidence": 0.971 + "confidence": 0.966 }, "TotalPrice": { "type": "number", - "valueNumber": 12, - "text": "12.00", - "boundingBox": [ - 5.4232, - 4.2646, - 5.7809, - 4.2646, - 5.7809, - 4.3727, - 5.4232, - 4.3727 - ], - "page": 1, - "confidence": 0.549 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 22, - "text": "22.00", + "valueNumber": 9.5, + "text": "$9.5", "boundingBox": [ - 5.4184, - 4.4746, - 5.781, - 4.4746, - 5.781, - 4.5827, - 5.4184, - 4.5827 + 4.3828, + 6.8459, + 4.8034, + 6.8348, + 4.8145, + 7.1229, + 4.3828, + 7.1339 ], "page": 1, - "confidence": 0.394 - }, - "Quantity": { - "type": "number", - "valueNumber": 8, - "text": "8", - "boundingBox": [ - 3.2514, - 4.4746, - 3.3224, - 4.4746, - 3.3224, - 4.5827, - 3.2514, - 4.5827 - ], - "page": 1, - "confidence": 0.97 + "confidence": 0.917 } } } @@ -499,51 +311,51 @@ }, "MerchantAddress": { "type": "string", - "valueString": "567 Main St. Redmond, WA", - "text": "567 Main St. Redmond, WA", + "valueString": "123 Main Street Redmond, WA 98052", + "text": "123 Main Street Redmond, WA 98052", "boundingBox": [ - 0.8852, - 1.846, - 1.8537, - 1.846, - 1.8537, - 2.1975, - 0.8852, - 2.1975 + 1.893, + 3.0221, + 3.5405, + 3.3517, + 3.4293, + 3.9076, + 1.7818, + 3.578 ], "page": 1, - "confidence": 0.97 + "confidence": 0.973 }, "MerchantName": { "type": "string", - "valueString": "Bilbo Baggins", - "text": "Bilbo Baggins", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 6.0164, - 1.4503, - 6.8967, - 1.4503, - 6.8967, - 1.5931, - 6.0164, - 1.5931 + 1.9147, + 2.6918, + 2.5677, + 2.8691, + 2.5124, + 3.0685, + 1.8704, + 2.8912 ], "page": 1, - "confidence": 0.661 + "confidence": 0.973 }, "MerchantPhoneNumber": { "type": "phoneNumber", - "valuePhoneNumber": "\u002B15555555555", - "text": "555-555-5555", + "valuePhoneNumber": "\u002B19876543210", + "text": "987-654-3210", "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 + 1.8151, + 3.999, + 2.9661, + 4.1541, + 2.9329, + 4.3756, + 1.793, + 4.2205 ], "page": 1, "confidence": 0.987 @@ -551,75 +363,92 @@ "ReceiptType": { "type": "string", "valueString": "Itemized", - "confidence": 0.994 + "confidence": 0.989 }, "Subtotal": { "type": "number", - "valueNumber": 300, - "text": "300.00", + "valueNumber": 11.7, + "text": "$ 11.70", "boundingBox": [ - 6.1794, - 4.9042, - 6.632, - 4.9042, - 6.632, - 5.0131, - 6.1794, - 5.0131 + 4.2611, + 7.6546, + 4.9251, + 7.6546, + 4.9251, + 7.9648, + 4.2611, + 7.9648 ], "page": 1, - "confidence": 0.983 + "confidence": 0.777 }, "Tax": { "type": "number", - "valueNumber": 30, - "text": "30.00", + "valueNumber": 1.17, + "text": "$ 1.17", "boundingBox": [ - 5.836, - 5.1245, - 6.2022, - 5.1245, - 6.2022, - 5.2333, - 5.836, - 5.2333 + 4.3745, + 8.0029, + 4.9488, + 8.044, + 4.9227, + 8.4085, + 4.3484, + 8.3674 ], "page": 1, - "confidence": 0.987 + "confidence": 0.985 }, - "Tip": { + "Total": { "type": "number", - "valueNumber": 100, - "text": "100.00", + "valueNumber": 14.5, + "text": "$14.50", "boundingBox": [ - 5.811, - 5.3445, - 6.2587, - 5.3445, - 6.2587, - 5.4533, - 5.811, - 5.4533 + 4.1061, + 8.8731, + 5.1243, + 8.9174, + 5.1022, + 9.283, + 4.084, + 9.2276 ], "page": 1, - "confidence": 0.942 + "confidence": 0.958 }, - "Total": { - "type": "number", - "valueNumber": 430, - "text": "430.00", + "TransactionDate": { + "type": "date", + "valueDate": "2019-06-10", + "text": "6/10/2019", + "boundingBox": [ + 1.7819, + 4.6636, + 2.5456, + 4.7301, + 2.5234, + 4.996, + 1.7598, + 4.9406 + ], + "page": 1, + "confidence": 0.987 + }, + "TransactionTime": { + "type": "time", + "valueTime": "13:59:00", + "text": "13:59", "boundingBox": [ - 5.942, - 5.5645, - 6.3987, - 5.5645, - 6.3987, - 5.6733, - 5.942, - 5.6733 + 2.6009, + 4.7412, + 3.0436, + 4.7744, + 3.0215, + 5.0181, + 2.5788, + 4.996 ], "page": 1, - "confidence": 0.981 + "confidence": 0.984 } } }, @@ -644,273 +473,112 @@ { "type": "object", "valueObject": { - "Price": { - "type": "number", - "valueNumber": 10, - "text": "10", - "boundingBox": [ - 3.2589, - 3.2108, - 3.4067, - 3.2108, - 3.4067, - 3.319, - 3.2589, - 3.319 - ], - "page": 3, - "confidence": 0.487 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 100.99, - "text": "100.99", - "boundingBox": [ - 5.4232, - 3.2108, - 5.8617, - 3.2108, - 5.8617, - 3.319, - 5.4232, - 3.319 - ], - "page": 3, - "confidence": 0.929 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 20, - "text": "20", - "boundingBox": [ - 3.2541, - 3.4241, - 3.4067, - 3.4241, - 3.4067, - 3.5323, - 3.2541, - 3.5323 - ], - "page": 3, - "confidence": 0.277 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 140.67, - "text": "140.67", - "boundingBox": [ - 5.4232, - 3.4241, - 5.8622, - 3.4241, - 5.8622, - 3.5323, - 5.4232, - 3.5323 - ], - "page": 3, - "confidence": 0.929 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 40, - "text": "40", - "boundingBox": [ - 3.2486, - 3.6341, - 3.4067, - 3.6341, - 3.4067, - 3.7423, - 3.2486, - 3.7423 - ], - "page": 3, - "confidence": 0.544 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 150.66, - "text": "150.66", - "boundingBox": [ - 5.4232, - 3.6341, - 5.8634, - 3.6341, - 5.8634, - 3.7423, - 5.4232, - 3.7423 - ], - "page": 3, - "confidence": 0.922 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 10, - "text": "10", + "Name": { + "type": "string", + "valueString": "Surface Pro 6", + "text": "Surface Pro 6", "boundingBox": [ - 3.2589, - 3.8441, - 3.4067, - 3.8441, - 3.4067, - 3.9523, - 3.2589, - 3.9523 + 2.0742, + 5.6545, + 3.0328, + 5.6745, + 3.0282, + 5.8911, + 2.0697, + 5.8711 ], "page": 3, - "confidence": 0.395 + "confidence": 0.855 }, - "TotalPrice": { - "type": "number", - "valueNumber": 120, - "text": "120.00", - "boundingBox": [ - 5.4232, - 3.8441, - 5.8642, - 3.8441, - 5.8642, - 3.9523, - 5.4232, - 3.9523 - ], - "page": 3, - "confidence": 0.958 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { + "Quantity": { "type": "number", - "valueNumber": 40, - "text": "40", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 3.2486, - 4.0546, - 3.4067, - 4.0546, - 3.4067, - 4.1627, - 3.2486, - 4.1627 + 1.9811, + 5.6606, + 2.0365, + 5.6606, + 2.0365, + 5.8711, + 1.9811, + 5.8711 ], "page": 3, - "confidence": 0.547 + "confidence": 0.961 }, "TotalPrice": { "type": "number", - "valueNumber": 100, - "text": "100.00", + "valueNumber": 999, + "text": "$ 999.00", "boundingBox": [ - 5.4232, - 4.0546, - 5.8644, - 4.0546, - 5.8644, - 4.1627, - 5.4232, - 4.1627 + 3.8004, + 6.3191, + 4.4224, + 6.3711, + 4.4011, + 6.6251, + 3.7792, + 6.5731 ], "page": 3, - "confidence": 0.924 + "confidence": 0.935 } } }, { "type": "object", "valueObject": { - "Price": { - "type": "number", - "valueNumber": 60, - "text": "60", + "Name": { + "type": "string", + "valueString": "SurfacePen", + "text": "SurfacePen", "boundingBox": [ - 3.2534, - 4.2646, - 3.4067, - 4.2646, - 3.4067, - 4.3727, - 3.2534, - 4.3727 + 2.0475, + 7.0453, + 2.8887, + 7.0342, + 2.8997, + 7.2447, + 2.0586, + 7.2669 ], "page": 3, - "confidence": 0.396 + "confidence": 0.479 }, - "TotalPrice": { + "Quantity": { "type": "number", - "valueNumber": 120, - "text": "120.00", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 5.4232, - 4.2646, - 5.8642, - 4.2646, - 5.8642, - 4.3727, - 5.4232, - 4.3727 + 1.9368, + 7.0453, + 2.0033, + 7.0453, + 2.0143, + 7.2669, + 1.9479, + 7.2669 ], "page": 3, "confidence": 0.961 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 80, - "text": "80", - "boundingBox": [ - 3.2514, - 4.4746, - 3.4067, - 4.4746, - 3.4067, - 4.5827, - 3.2514, - 4.5827 - ], - "page": 3, - "confidence": 0.966 }, "TotalPrice": { "type": "number", - "valueNumber": 220, - "text": "220.00", + "valueNumber": 99.99, + "text": "$ 99.99", "boundingBox": [ - 5.4184, - 4.4746, - 5.8644, - 4.4746, - 5.8644, - 4.5827, - 5.4184, - 4.5827 + 3.8737, + 7.0675, + 4.4049, + 7.0675, + 4.4049, + 7.289, + 3.8737, + 7.289 ], "page": 3, - "confidence": 0.954 + "confidence": 0.935 } } } @@ -918,110 +586,143 @@ }, "MerchantAddress": { "type": "string", - "valueString": "567 Main St. Redmond, WA", - "text": "567 Main St. Redmond, WA", + "valueString": "123 Main Street Redmond, WA 98052", + "text": "123 Main Street Redmond, WA 98052", + "boundingBox": [ + 1.9368, + 3.0685, + 3.265, + 3.0685, + 3.265, + 3.578, + 1.9368, + 3.578 + ], + "page": 3, + "confidence": 0.976 + }, + "MerchantName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 0.8852, - 1.846, - 1.8537, - 1.846, - 1.8537, - 2.1975, - 0.8852, - 2.1975 + 1.9701, + 2.7694, + 2.5013, + 2.7915, + 2.4902, + 2.9688, + 1.959, + 2.9466 ], "page": 3, - "confidence": 0.962 + "confidence": 0.974 }, "MerchantPhoneNumber": { "type": "phoneNumber", - "valuePhoneNumber": "\u002B15555555555", - "text": "555-555-5555", + "text": "123-456-7890", "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 + 1.8926, + 3.9878999999999998, + 2.8665, + 4.0211, + 2.8665, + 4.2205, + 1.8926, + 4.1984 ], "page": 3, - "confidence": 0.987 + "confidence": 0.988 }, "ReceiptType": { "type": "string", "valueString": "Itemized", - "confidence": 0.989 + "confidence": 0.99 }, "Subtotal": { "type": "number", - "valueNumber": 3000, - "text": "3000.00", + "valueNumber": 1098.99, + "text": "$ 1098.99", "boundingBox": [ - 6.1794, - 4.9042, - 6.7158, - 4.9042, - 6.7158, - 5.0131, - 6.1794, - 5.0131 + 3.752, + 7.7543, + 4.416, + 7.7543, + 4.416, + 7.9869, + 3.752, + 7.9869 ], "page": 3, - "confidence": 0.982 + "confidence": 0.776 }, "Tax": { "type": "number", - "valueNumber": 300, - "text": "300.00", + "valueNumber": 104.4, + "text": "$ 104.40", "boundingBox": [ - 5.836, - 5.1245, - 6.2887, - 5.1245, - 6.2887, - 5.2333, - 5.836, - 5.2333 + 3.8073, + 8.0977, + 4.3939, + 8.0977, + 4.3939, + 8.3192, + 3.8073, + 8.3192 ], "page": 3, - "confidence": 0.987 + "confidence": 0.986 }, - "Tip": { + "Total": { "type": "number", - "valueNumber": 1000, - "text": "1000.00", + "valueNumber": 1203.39, + "text": "$ 1203.39", "boundingBox": [ - 5.811, - 5.3445, - 6.3422, - 5.3445, - 6.3422, - 5.4533, - 5.811, - 5.4533 + 3.7298, + 8.7623, + 4.3944, + 8.8228, + 4.3743, + 9.0446, + 3.7096, + 8.9841 ], "page": 3, - "confidence": 0.789 + "confidence": 0.973 }, - "Total": { - "type": "number", - "valueNumber": 4300, - "text": "4300.00", + "TransactionDate": { + "type": "date", + "valueDate": "2019-06-10", + "text": "6/10/2019", + "boundingBox": [ + 1.8815, + 4.6526, + 2.4792, + 4.6636, + 2.4792, + 4.8741, + 1.8926, + 4.8741 + ], + "page": 3, + "confidence": 0.987 + }, + "TransactionTime": { + "type": "time", + "valueTime": "13:59:00", + "text": "13:59", "boundingBox": [ - 5.942, - 5.5645, - 6.4825, - 5.5645, - 6.4825, - 5.6733, - 5.942, - 5.6733 + 2.5234, + 4.6636, + 2.9108, + 4.6636, + 2.8997, + 4.8741, + 2.5234, + 4.8741 ], "page": 3, - "confidence": 0.98 + "confidence": 0.986 } } } @@ -1032,7 +733,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-canada-central.cognitiveservices.azure.com/", "RandomSeed": "52759834" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithMultiplePageArgument(%1-2%,%3%,3)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithMultiplePageArgument(%1-2%,%3%,3)Async.json index 3985c4121986..e007de86d703 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithMultiplePageArgument(%1-2%,%3%,3)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithMultiplePageArgument(%1-2%,%3%,3)Async.json @@ -1,224 +1,170 @@ { "Entries": [ { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=false\u0026pages=1-2%2C3", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=false\u0026pages=1-2%2C3", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "108935", + "Content-Length": "252962", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a8d9cb6a77778145bf0f4782b4b29433-30272f7e1bffb54b-00", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-49633650591bff4ca683b4b8c8c5ec2f-27f9ae9089cfc74d-00", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e0268b159679714ee9441e65a72544c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "48cea62c-332f-42f3-8c42-ca335bd511ce", + "apim-request-id": "42e7a2b0-c483-45a5-9fe6-8f6d4a343625", "Content-Length": "0", - "Date": "Mon, 29 Mar 2021 17:17:56 GMT", - "Operation-Location": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/48cea62c-332f-42f3-8c42-ca335bd511ce", + "Date": "Thu, 06 May 2021 18:32:35 GMT", + "Operation-Location": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/42e7a2b0-c483-45a5-9fe6-8f6d4a343625", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "127" + "x-envoy-upstream-service-time": "118" }, "ResponseBody": [] }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/48cea62c-332f-42f3-8c42-ca335bd511ce", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/42e7a2b0-c483-45a5-9fe6-8f6d4a343625", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "735b18bee49867fa004f439b88bbc5cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ca8ab337-af96-4ae2-9af5-454fe68f7d9e", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:56 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "18" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2021-03-29T17:17:56Z", - "lastUpdatedDateTime": "2021-03-29T17:17:56Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/48cea62c-332f-42f3-8c42-ca335bd511ce", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "786046fb85cd0a54583dfb6c6cc9a014", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6d9de034-13ea-46ae-95bf-f03fda85a3c4", + "apim-request-id": "a2aa01e6-c84d-48f5-b1ee-37f3cdcff637", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:57 GMT", + "Date": "Thu, 06 May 2021 18:32:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:17:56Z", - "lastUpdatedDateTime": "2021-03-29T17:17:56Z" + "createdDateTime": "2021-05-06T18:32:36Z", + "lastUpdatedDateTime": "2021-05-06T18:32:36Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/48cea62c-332f-42f3-8c42-ca335bd511ce", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/42e7a2b0-c483-45a5-9fe6-8f6d4a343625", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "868e10eda5fd306b91bedf2a53b3e92e", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "786046fb85cd0a54583dfb6c6cc9a014", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d9051d40-81d0-44d9-8d60-6346b0f7ed38", + "apim-request-id": "331fd6de-a80b-4c32-bd07-be31b14b4aa6", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:58 GMT", + "Date": "Thu, 06 May 2021 18:32:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:17:56Z", - "lastUpdatedDateTime": "2021-03-29T17:17:56Z" + "createdDateTime": "2021-05-06T18:32:36Z", + "lastUpdatedDateTime": "2021-05-06T18:32:36Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/48cea62c-332f-42f3-8c42-ca335bd511ce", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/42e7a2b0-c483-45a5-9fe6-8f6d4a343625", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "61694e7eccc439f7c4511a5be88efb36", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "868e10eda5fd306b91bedf2a53b3e92e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a00fabd7-c5fd-4385-b333-8fd6f7a1275b", + "apim-request-id": "3fe0d9cc-3ddd-43a2-aa9f-77fd1b26a3ff", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:59 GMT", + "Date": "Thu, 06 May 2021 18:32:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:17:56Z", - "lastUpdatedDateTime": "2021-03-29T17:17:56Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/48cea62c-332f-42f3-8c42-ca335bd511ce", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "77ad2eae3f2c55d2db30e70fa529b7a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "afcb3828-6eb1-4f4e-a52a-5781edc65357", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:18:00 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2021-03-29T17:17:56Z", - "lastUpdatedDateTime": "2021-03-29T17:17:56Z" + "createdDateTime": "2021-05-06T18:32:36Z", + "lastUpdatedDateTime": "2021-05-06T18:32:36Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/48cea62c-332f-42f3-8c42-ca335bd511ce", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/42e7a2b0-c483-45a5-9fe6-8f6d4a343625", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "1dedcd543f60214f1955c2ab8b0f4702", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "61694e7eccc439f7c4511a5be88efb36", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c21bfabd-6111-4f9f-8cf3-3e29a965c42b", + "apim-request-id": "b4812e2f-29be-448a-841f-55341f075e1d", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:18:01 GMT", + "Date": "Thu, 06 May 2021 18:32:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:17:56Z", - "lastUpdatedDateTime": "2021-03-29T17:17:56Z" + "createdDateTime": "2021-05-06T18:32:36Z", + "lastUpdatedDateTime": "2021-05-06T18:32:36Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/48cea62c-332f-42f3-8c42-ca335bd511ce", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/42e7a2b0-c483-45a5-9fe6-8f6d4a343625", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "247ca9c371063f017c148594e5e8949a", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "77ad2eae3f2c55d2db30e70fa529b7a5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6b5011b7-0445-4963-86b9-305162352ba3", - "Content-Length": "7983", + "apim-request-id": "91c56713-7089-4022-b054-9230e7b603ae", + "Content-Length": "5745", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:18:03 GMT", + "Date": "Thu, 06 May 2021 18:32:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2021-03-29T17:17:56Z", - "lastUpdatedDateTime": "2021-03-29T17:18:02Z", + "createdDateTime": "2021-05-06T18:32:36Z", + "lastUpdatedDateTime": "2021-05-06T18:32:40Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 0, + "angle": 0.5729, "width": 8.5, "height": 11, "unit": "inch" @@ -232,7 +178,7 @@ }, { "page": 3, - "angle": 0, + "angle": 0.4374, "width": 8.5, "height": 11, "unit": "inch" @@ -252,273 +198,112 @@ { "type": "object", "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 1, - "text": "1", + "Name": { + "type": "string", + "valueString": "Cappuccino", + "text": "Cappuccino", "boundingBox": [ - 3.2589, - 3.2116, - 3.3202, - 3.2116, - 3.3202, - 3.3176, - 3.2589, - 3.3176 + 1.8926, + 5.7492, + 3.0104, + 5.7936, + 2.9993, + 6.0705, + 1.8926, + 6.0373 ], "page": 1, - "confidence": 0.971 + "confidence": 0.735 }, - "TotalPrice": { - "type": "number", - "valueNumber": 10.99, - "text": "10.99", - "boundingBox": [ - 5.4232, - 3.2108, - 5.7784, - 3.2108, - 5.7784, - 3.319, - 5.4232, - 3.319 - ], - "page": 1, - "confidence": 0.952 - } - } - }, - { - "type": "object", - "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 2, - "text": "2", - "boundingBox": [ - 3.2541, - 3.4241, - 3.3199, - 3.4241, - 3.3199, - 3.531, - 3.2541, - 3.531 - ], - "page": 1, - "confidence": 0.971 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 14.67, - "text": "14.67", - "boundingBox": [ - 5.4232, - 3.4241, - 5.7789, - 3.4241, - 5.7789, - 3.5323, - 5.4232, - 3.5323 - ], - "page": 1, - "confidence": 0.954 - } - } - }, - { - "type": "object", - "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 4, - "text": "4", - "boundingBox": [ - 3.2486, - 3.6351, - 3.3244, - 3.6351, - 3.3244, - 3.7413, - 3.2486, - 3.7413 - ], - "page": 1, - "confidence": 0.971 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 15.66, - "text": "15.66", - "boundingBox": [ - 5.4232, - 3.6341, - 5.78, - 3.6341, - 5.78, - 3.7423, - 5.4232, - 3.7423 - ], - "page": 1, - "confidence": 0.958 - } - } - }, - { - "type": "object", - "valueObject": { "Quantity": { "type": "number", "valueNumber": 1, "text": "1", "boundingBox": [ - 3.2589, - 3.845, - 3.3202, - 3.845, - 3.3202, - 3.951, - 3.2589, - 3.951 + 1.6934, + 5.7382, + 1.8372, + 5.7492, + 1.8372, + 6.0262, + 1.6934, + 6.0262 ], "page": 1, - "confidence": 0.971 + "confidence": 0.966 }, "TotalPrice": { "type": "number", - "valueNumber": 12, - "text": "12.00", + "valueNumber": 2.2, + "text": "$2.20", "boundingBox": [ - 5.4232, - 3.8441, - 5.7809, - 3.8441, - 5.7809, - 3.9523, - 5.4232, - 3.9523 + 4.3053, + 5.7492, + 4.7923, + 5.716, + 4.8034, + 5.9597, + 4.3164, + 5.9929 ], "page": 1, - "confidence": 0.957 + "confidence": 0.977 } } }, { "type": "object", "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 4, - "text": "4", + "Name": { + "type": "string", + "valueString": "BACON \u0026 EGGS", + "text": "BACON \u0026 EGGS", "boundingBox": [ - 3.2486, - 4.0556, - 3.3244, - 4.0556, - 3.3244, - 4.1617, - 3.2486, - 4.1617 + 1.8704, + 6.5015, + 3.2342, + 6.5136, + 3.2318, + 6.7805, + 1.868, + 6.7684 ], "page": 1, - "confidence": 0.971 + "confidence": 0.903 }, - "TotalPrice": { - "type": "number", - "valueNumber": 10, - "text": "10.00", - "boundingBox": [ - 5.4232, - 4.0546, - 5.781, - 4.0546, - 5.781, - 4.1627, - 5.4232, - 4.1627 - ], - "page": 1, - "confidence": 0.961 - } - } - }, - { - "type": "object", - "valueObject": { "Quantity": { "type": "number", - "valueNumber": 6, - "text": "6", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 3.2534, - 4.2646, - 3.3226, - 4.2646, - 3.3226, - 4.3727, - 3.2534, - 4.3727 + 1.6602, + 6.4914, + 1.804, + 6.4914, + 1.804, + 6.7684, + 1.6602, + 6.7684 ], "page": 1, - "confidence": 0.971 + "confidence": 0.966 }, "TotalPrice": { "type": "number", - "valueNumber": 12, - "text": "12.00", + "valueNumber": 9.5, + "text": "$9.5", "boundingBox": [ - 5.4232, - 4.2646, - 5.7809, - 4.2646, - 5.7809, - 4.3727, - 5.4232, - 4.3727 + 4.3828, + 6.8459, + 4.8034, + 6.8348, + 4.8145, + 7.1229, + 4.3828, + 7.1339 ], "page": 1, - "confidence": 0.549 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 22, - "text": "22.00", - "boundingBox": [ - 5.4184, - 4.4746, - 5.781, - 4.4746, - 5.781, - 4.5827, - 5.4184, - 4.5827 - ], - "page": 1, - "confidence": 0.394 - }, - "Quantity": { - "type": "number", - "valueNumber": 8, - "text": "8", - "boundingBox": [ - 3.2514, - 4.4746, - 3.3224, - 4.4746, - 3.3224, - 4.5827, - 3.2514, - 4.5827 - ], - "page": 1, - "confidence": 0.97 + "confidence": 0.917 } } } @@ -526,51 +311,51 @@ }, "MerchantAddress": { "type": "string", - "valueString": "567 Main St. Redmond, WA", - "text": "567 Main St. Redmond, WA", + "valueString": "123 Main Street Redmond, WA 98052", + "text": "123 Main Street Redmond, WA 98052", "boundingBox": [ - 0.8852, - 1.846, - 1.8537, - 1.846, - 1.8537, - 2.1975, - 0.8852, - 2.1975 + 1.893, + 3.0221, + 3.5405, + 3.3517, + 3.4293, + 3.9076, + 1.7818, + 3.578 ], "page": 1, - "confidence": 0.97 + "confidence": 0.973 }, "MerchantName": { "type": "string", - "valueString": "Bilbo Baggins", - "text": "Bilbo Baggins", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 6.0164, - 1.4503, - 6.8967, - 1.4503, - 6.8967, - 1.5931, - 6.0164, - 1.5931 + 1.9147, + 2.6918, + 2.5677, + 2.8691, + 2.5124, + 3.0685, + 1.8704, + 2.8912 ], "page": 1, - "confidence": 0.661 + "confidence": 0.973 }, "MerchantPhoneNumber": { "type": "phoneNumber", - "valuePhoneNumber": "\u002B15555555555", - "text": "555-555-5555", + "valuePhoneNumber": "\u002B19876543210", + "text": "987-654-3210", "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 + 1.8151, + 3.999, + 2.9661, + 4.1541, + 2.9329, + 4.3756, + 1.793, + 4.2205 ], "page": 1, "confidence": 0.987 @@ -578,75 +363,92 @@ "ReceiptType": { "type": "string", "valueString": "Itemized", - "confidence": 0.994 + "confidence": 0.989 }, "Subtotal": { "type": "number", - "valueNumber": 300, - "text": "300.00", + "valueNumber": 11.7, + "text": "$ 11.70", "boundingBox": [ - 6.1794, - 4.9042, - 6.632, - 4.9042, - 6.632, - 5.0131, - 6.1794, - 5.0131 + 4.2611, + 7.6546, + 4.9251, + 7.6546, + 4.9251, + 7.9648, + 4.2611, + 7.9648 ], "page": 1, - "confidence": 0.983 + "confidence": 0.777 }, "Tax": { "type": "number", - "valueNumber": 30, - "text": "30.00", + "valueNumber": 1.17, + "text": "$ 1.17", "boundingBox": [ - 5.836, - 5.1245, - 6.2022, - 5.1245, - 6.2022, - 5.2333, - 5.836, - 5.2333 + 4.3745, + 8.0029, + 4.9488, + 8.044, + 4.9227, + 8.4085, + 4.3484, + 8.3674 ], "page": 1, - "confidence": 0.987 + "confidence": 0.985 }, - "Tip": { + "Total": { "type": "number", - "valueNumber": 100, - "text": "100.00", + "valueNumber": 14.5, + "text": "$14.50", "boundingBox": [ - 5.811, - 5.3445, - 6.2587, - 5.3445, - 6.2587, - 5.4533, - 5.811, - 5.4533 + 4.1061, + 8.8731, + 5.1243, + 8.9174, + 5.1022, + 9.283, + 4.084, + 9.2276 ], "page": 1, - "confidence": 0.942 + "confidence": 0.958 }, - "Total": { - "type": "number", - "valueNumber": 430, - "text": "430.00", + "TransactionDate": { + "type": "date", + "valueDate": "2019-06-10", + "text": "6/10/2019", + "boundingBox": [ + 1.7819, + 4.6636, + 2.5456, + 4.7301, + 2.5234, + 4.996, + 1.7598, + 4.9406 + ], + "page": 1, + "confidence": 0.987 + }, + "TransactionTime": { + "type": "time", + "valueTime": "13:59:00", + "text": "13:59", "boundingBox": [ - 5.942, - 5.5645, - 6.3987, - 5.5645, - 6.3987, - 5.6733, - 5.942, - 5.6733 + 2.6009, + 4.7412, + 3.0436, + 4.7744, + 3.0215, + 5.0181, + 2.5788, + 4.996 ], "page": 1, - "confidence": 0.981 + "confidence": 0.984 } } }, @@ -671,273 +473,112 @@ { "type": "object", "valueObject": { - "Price": { - "type": "number", - "valueNumber": 10, - "text": "10", - "boundingBox": [ - 3.2589, - 3.2108, - 3.4067, - 3.2108, - 3.4067, - 3.319, - 3.2589, - 3.319 - ], - "page": 3, - "confidence": 0.487 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 100.99, - "text": "100.99", - "boundingBox": [ - 5.4232, - 3.2108, - 5.8617, - 3.2108, - 5.8617, - 3.319, - 5.4232, - 3.319 - ], - "page": 3, - "confidence": 0.929 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 20, - "text": "20", - "boundingBox": [ - 3.2541, - 3.4241, - 3.4067, - 3.4241, - 3.4067, - 3.5323, - 3.2541, - 3.5323 - ], - "page": 3, - "confidence": 0.277 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 140.67, - "text": "140.67", - "boundingBox": [ - 5.4232, - 3.4241, - 5.8622, - 3.4241, - 5.8622, - 3.5323, - 5.4232, - 3.5323 - ], - "page": 3, - "confidence": 0.929 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 40, - "text": "40", - "boundingBox": [ - 3.2486, - 3.6341, - 3.4067, - 3.6341, - 3.4067, - 3.7423, - 3.2486, - 3.7423 - ], - "page": 3, - "confidence": 0.544 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 150.66, - "text": "150.66", - "boundingBox": [ - 5.4232, - 3.6341, - 5.8634, - 3.6341, - 5.8634, - 3.7423, - 5.4232, - 3.7423 - ], - "page": 3, - "confidence": 0.922 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 10, - "text": "10", + "Name": { + "type": "string", + "valueString": "Surface Pro 6", + "text": "Surface Pro 6", "boundingBox": [ - 3.2589, - 3.8441, - 3.4067, - 3.8441, - 3.4067, - 3.9523, - 3.2589, - 3.9523 + 2.0742, + 5.6545, + 3.0328, + 5.6745, + 3.0282, + 5.8911, + 2.0697, + 5.8711 ], "page": 3, - "confidence": 0.395 + "confidence": 0.855 }, - "TotalPrice": { - "type": "number", - "valueNumber": 120, - "text": "120.00", - "boundingBox": [ - 5.4232, - 3.8441, - 5.8642, - 3.8441, - 5.8642, - 3.9523, - 5.4232, - 3.9523 - ], - "page": 3, - "confidence": 0.958 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { + "Quantity": { "type": "number", - "valueNumber": 40, - "text": "40", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 3.2486, - 4.0546, - 3.4067, - 4.0546, - 3.4067, - 4.1627, - 3.2486, - 4.1627 + 1.9811, + 5.6606, + 2.0365, + 5.6606, + 2.0365, + 5.8711, + 1.9811, + 5.8711 ], "page": 3, - "confidence": 0.547 + "confidence": 0.961 }, "TotalPrice": { "type": "number", - "valueNumber": 100, - "text": "100.00", + "valueNumber": 999, + "text": "$ 999.00", "boundingBox": [ - 5.4232, - 4.0546, - 5.8644, - 4.0546, - 5.8644, - 4.1627, - 5.4232, - 4.1627 + 3.8004, + 6.3191, + 4.4224, + 6.3711, + 4.4011, + 6.6251, + 3.7792, + 6.5731 ], "page": 3, - "confidence": 0.924 + "confidence": 0.935 } } }, { "type": "object", "valueObject": { - "Price": { - "type": "number", - "valueNumber": 60, - "text": "60", + "Name": { + "type": "string", + "valueString": "SurfacePen", + "text": "SurfacePen", "boundingBox": [ - 3.2534, - 4.2646, - 3.4067, - 4.2646, - 3.4067, - 4.3727, - 3.2534, - 4.3727 + 2.0475, + 7.0453, + 2.8887, + 7.0342, + 2.8997, + 7.2447, + 2.0586, + 7.2669 ], "page": 3, - "confidence": 0.396 + "confidence": 0.479 }, - "TotalPrice": { + "Quantity": { "type": "number", - "valueNumber": 120, - "text": "120.00", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 5.4232, - 4.2646, - 5.8642, - 4.2646, - 5.8642, - 4.3727, - 5.4232, - 4.3727 + 1.9368, + 7.0453, + 2.0033, + 7.0453, + 2.0143, + 7.2669, + 1.9479, + 7.2669 ], "page": 3, "confidence": 0.961 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 80, - "text": "80", - "boundingBox": [ - 3.2514, - 4.4746, - 3.4067, - 4.4746, - 3.4067, - 4.5827, - 3.2514, - 4.5827 - ], - "page": 3, - "confidence": 0.966 }, "TotalPrice": { "type": "number", - "valueNumber": 220, - "text": "220.00", + "valueNumber": 99.99, + "text": "$ 99.99", "boundingBox": [ - 5.4184, - 4.4746, - 5.8644, - 4.4746, - 5.8644, - 4.5827, - 5.4184, - 4.5827 + 3.8737, + 7.0675, + 4.4049, + 7.0675, + 4.4049, + 7.289, + 3.8737, + 7.289 ], "page": 3, - "confidence": 0.954 + "confidence": 0.935 } } } @@ -945,110 +586,143 @@ }, "MerchantAddress": { "type": "string", - "valueString": "567 Main St. Redmond, WA", - "text": "567 Main St. Redmond, WA", + "valueString": "123 Main Street Redmond, WA 98052", + "text": "123 Main Street Redmond, WA 98052", "boundingBox": [ - 0.8852, - 1.846, - 1.8537, - 1.846, - 1.8537, - 2.1975, - 0.8852, - 2.1975 + 1.9368, + 3.0685, + 3.265, + 3.0685, + 3.265, + 3.578, + 1.9368, + 3.578 ], "page": 3, - "confidence": 0.962 + "confidence": 0.976 + }, + "MerchantName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 1.9701, + 2.7694, + 2.5013, + 2.7915, + 2.4902, + 2.9688, + 1.959, + 2.9466 + ], + "page": 3, + "confidence": 0.974 }, "MerchantPhoneNumber": { "type": "phoneNumber", - "valuePhoneNumber": "\u002B15555555555", - "text": "555-555-5555", + "text": "123-456-7890", "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 + 1.8926, + 3.9878999999999998, + 2.8665, + 4.0211, + 2.8665, + 4.2205, + 1.8926, + 4.1984 ], "page": 3, - "confidence": 0.987 + "confidence": 0.988 }, "ReceiptType": { "type": "string", "valueString": "Itemized", - "confidence": 0.989 + "confidence": 0.99 }, "Subtotal": { "type": "number", - "valueNumber": 3000, - "text": "3000.00", + "valueNumber": 1098.99, + "text": "$ 1098.99", "boundingBox": [ - 6.1794, - 4.9042, - 6.7158, - 4.9042, - 6.7158, - 5.0131, - 6.1794, - 5.0131 + 3.752, + 7.7543, + 4.416, + 7.7543, + 4.416, + 7.9869, + 3.752, + 7.9869 ], "page": 3, - "confidence": 0.982 + "confidence": 0.776 }, "Tax": { "type": "number", - "valueNumber": 300, - "text": "300.00", + "valueNumber": 104.4, + "text": "$ 104.40", "boundingBox": [ - 5.836, - 5.1245, - 6.2887, - 5.1245, - 6.2887, - 5.2333, - 5.836, - 5.2333 + 3.8073, + 8.0977, + 4.3939, + 8.0977, + 4.3939, + 8.3192, + 3.8073, + 8.3192 ], "page": 3, - "confidence": 0.987 + "confidence": 0.986 }, - "Tip": { + "Total": { "type": "number", - "valueNumber": 1000, - "text": "1000.00", + "valueNumber": 1203.39, + "text": "$ 1203.39", "boundingBox": [ - 5.811, - 5.3445, - 6.3422, - 5.3445, - 6.3422, - 5.4533, - 5.811, - 5.4533 + 3.7298, + 8.7623, + 4.3944, + 8.8228, + 4.3743, + 9.0446, + 3.7096, + 8.9841 ], "page": 3, - "confidence": 0.789 + "confidence": 0.973 }, - "Total": { - "type": "number", - "valueNumber": 4300, - "text": "4300.00", + "TransactionDate": { + "type": "date", + "valueDate": "2019-06-10", + "text": "6/10/2019", + "boundingBox": [ + 1.8815, + 4.6526, + 2.4792, + 4.6636, + 2.4792, + 4.8741, + 1.8926, + 4.8741 + ], + "page": 3, + "confidence": 0.987 + }, + "TransactionTime": { + "type": "time", + "valueTime": "13:59:00", + "text": "13:59", "boundingBox": [ - 5.942, - 5.5645, - 6.4825, - 5.5645, - 6.4825, - 5.6733, - 5.942, - 5.6733 + 2.5234, + 4.6636, + 2.9108, + 4.6636, + 2.8997, + 4.8741, + 2.5234, + 4.8741 ], "page": 3, - "confidence": 0.98 + "confidence": 0.986 } } } @@ -1059,7 +733,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-canada-central.cognitiveservices.azure.com/", "RandomSeed": "1521630419" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithOnePageArgument(%1%,1).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithOnePageArgument(%1%,1).json index 2732c788a6f4..37816cfa75c6 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithOnePageArgument(%1%,1).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithOnePageArgument(%1%,1).json @@ -1,170 +1,170 @@ { "Entries": [ { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=false\u0026pages=1", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=false\u0026pages=1", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "108935", + "Content-Length": "252365", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2d06d4e01d286f42a6fcd3082ea40031-793ee566f1f26b47-00", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-d7d96748d6dd384e843cf947a6f20587-fb8e34aecbcaea46-00", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2c464879aefbd09df4a5a92c329bf51c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "0f702474-772c-4030-896e-b0f0f9716267", + "apim-request-id": "a880ec8b-0a45-4de2-bd3f-965093faee55", "Content-Length": "0", - "Date": "Mon, 29 Mar 2021 17:16:46 GMT", - "Operation-Location": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/0f702474-772c-4030-896e-b0f0f9716267", + "Date": "Thu, 06 May 2021 18:32:10 GMT", + "Operation-Location": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/a880ec8b-0a45-4de2-bd3f-965093faee55", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "498" + "x-envoy-upstream-service-time": "140" }, "ResponseBody": [] }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/0f702474-772c-4030-896e-b0f0f9716267", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/a880ec8b-0a45-4de2-bd3f-965093faee55", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "855e82c827bb37e5cc6ff1acd1fc7c41", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fc0f6265-b7ca-4c30-be80-8de54d3211d7", + "apim-request-id": "252963fb-6411-424d-b802-dbdf70b18dd8", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:16:46 GMT", + "Date": "Thu, 06 May 2021 18:32:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2021-03-29T17:16:46Z", - "lastUpdatedDateTime": "2021-03-29T17:16:46Z" + "createdDateTime": "2021-05-06T18:32:10Z", + "lastUpdatedDateTime": "2021-05-06T18:32:10Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/0f702474-772c-4030-896e-b0f0f9716267", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/a880ec8b-0a45-4de2-bd3f-965093faee55", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9e79003554b44cd713205426bf5abc76", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "40fac371-b65a-4043-bb5a-9aa458ac7d84", + "apim-request-id": "77e68db5-e8f8-4f7c-a6db-6862dee8e813", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:16:48 GMT", + "Date": "Thu, 06 May 2021 18:32:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:16:46Z", - "lastUpdatedDateTime": "2021-03-29T17:16:47Z" + "createdDateTime": "2021-05-06T18:32:10Z", + "lastUpdatedDateTime": "2021-05-06T18:32:10Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/0f702474-772c-4030-896e-b0f0f9716267", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/a880ec8b-0a45-4de2-bd3f-965093faee55", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0f252187051c5122630e608bbdf0fef8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f0172bb9-0786-4f15-bfbc-7842ccb72202", + "apim-request-id": "646a17b0-8414-41ed-bb3c-284c0638eb8a", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:16:49 GMT", + "Date": "Thu, 06 May 2021 18:32:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:16:46Z", - "lastUpdatedDateTime": "2021-03-29T17:16:47Z" + "createdDateTime": "2021-05-06T18:32:10Z", + "lastUpdatedDateTime": "2021-05-06T18:32:10Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/0f702474-772c-4030-896e-b0f0f9716267", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/a880ec8b-0a45-4de2-bd3f-965093faee55", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "31f7672857227467aa12719ad2be7871", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cd6a2612-b92d-4676-8762-a93ecf566219", + "apim-request-id": "abb6ee1f-ebd2-4424-8dc0-2d58175cf7a7", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:16:50 GMT", + "Date": "Thu, 06 May 2021 18:32:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:16:46Z", - "lastUpdatedDateTime": "2021-03-29T17:16:47Z" + "createdDateTime": "2021-05-06T18:32:10Z", + "lastUpdatedDateTime": "2021-05-06T18:32:10Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/0f702474-772c-4030-896e-b0f0f9716267", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/a880ec8b-0a45-4de2-bd3f-965093faee55", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "af257ab26dd62f25de273ba6f44b8f23", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0118e930-17f0-4157-9163-c40f950651b0", - "Content-Length": "4097", + "apim-request-id": "4823aafd-0eba-46df-a9b1-98c42d7b4329", + "Content-Length": "2901", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:16:51 GMT", + "Date": "Thu, 06 May 2021 18:32:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2021-03-29T17:16:46Z", - "lastUpdatedDateTime": "2021-03-29T17:16:51Z", + "createdDateTime": "2021-05-06T18:32:10Z", + "lastUpdatedDateTime": "2021-05-06T18:32:14Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 0, + "angle": 0.5729, "width": 8.5, "height": 11, "unit": "inch" @@ -184,273 +184,112 @@ { "type": "object", "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 1, - "text": "1", + "Name": { + "type": "string", + "valueString": "Cappuccino", + "text": "Cappuccino", "boundingBox": [ - 3.2589, - 3.2116, - 3.3202, - 3.2116, - 3.3202, - 3.3176, - 3.2589, - 3.3176 + 1.8926, + 5.7492, + 3.0104, + 5.7936, + 2.9993, + 6.0705, + 1.8926, + 6.0373 ], "page": 1, - "confidence": 0.971 + "confidence": 0.735 }, - "TotalPrice": { - "type": "number", - "valueNumber": 10.99, - "text": "10.99", - "boundingBox": [ - 5.4232, - 3.2108, - 5.7784, - 3.2108, - 5.7784, - 3.319, - 5.4232, - 3.319 - ], - "page": 1, - "confidence": 0.952 - } - } - }, - { - "type": "object", - "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 2, - "text": "2", - "boundingBox": [ - 3.2541, - 3.4241, - 3.3199, - 3.4241, - 3.3199, - 3.531, - 3.2541, - 3.531 - ], - "page": 1, - "confidence": 0.971 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 14.67, - "text": "14.67", - "boundingBox": [ - 5.4232, - 3.4241, - 5.7789, - 3.4241, - 5.7789, - 3.5323, - 5.4232, - 3.5323 - ], - "page": 1, - "confidence": 0.954 - } - } - }, - { - "type": "object", - "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 4, - "text": "4", - "boundingBox": [ - 3.2486, - 3.6351, - 3.3244, - 3.6351, - 3.3244, - 3.7413, - 3.2486, - 3.7413 - ], - "page": 1, - "confidence": 0.971 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 15.66, - "text": "15.66", - "boundingBox": [ - 5.4232, - 3.6341, - 5.78, - 3.6341, - 5.78, - 3.7423, - 5.4232, - 3.7423 - ], - "page": 1, - "confidence": 0.958 - } - } - }, - { - "type": "object", - "valueObject": { "Quantity": { "type": "number", "valueNumber": 1, "text": "1", "boundingBox": [ - 3.2589, - 3.845, - 3.3202, - 3.845, - 3.3202, - 3.951, - 3.2589, - 3.951 + 1.6934, + 5.7382, + 1.8372, + 5.7492, + 1.8372, + 6.0262, + 1.6934, + 6.0262 ], "page": 1, - "confidence": 0.971 + "confidence": 0.966 }, "TotalPrice": { "type": "number", - "valueNumber": 12, - "text": "12.00", + "valueNumber": 2.2, + "text": "$2.20", "boundingBox": [ - 5.4232, - 3.8441, - 5.7809, - 3.8441, - 5.7809, - 3.9523, - 5.4232, - 3.9523 + 4.3053, + 5.7492, + 4.7923, + 5.716, + 4.8034, + 5.9597, + 4.3164, + 5.9929 ], "page": 1, - "confidence": 0.957 + "confidence": 0.977 } } }, { "type": "object", "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 4, - "text": "4", + "Name": { + "type": "string", + "valueString": "BACON \u0026 EGGS", + "text": "BACON \u0026 EGGS", "boundingBox": [ - 3.2486, - 4.0556, - 3.3244, - 4.0556, - 3.3244, - 4.1617, - 3.2486, - 4.1617 + 1.8704, + 6.5015, + 3.2342, + 6.5136, + 3.2318, + 6.7805, + 1.868, + 6.7684 ], "page": 1, - "confidence": 0.971 + "confidence": 0.903 }, - "TotalPrice": { - "type": "number", - "valueNumber": 10, - "text": "10.00", - "boundingBox": [ - 5.4232, - 4.0546, - 5.781, - 4.0546, - 5.781, - 4.1627, - 5.4232, - 4.1627 - ], - "page": 1, - "confidence": 0.961 - } - } - }, - { - "type": "object", - "valueObject": { "Quantity": { "type": "number", - "valueNumber": 6, - "text": "6", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 3.2534, - 4.2646, - 3.3226, - 4.2646, - 3.3226, - 4.3727, - 3.2534, - 4.3727 + 1.6602, + 6.4914, + 1.804, + 6.4914, + 1.804, + 6.7684, + 1.6602, + 6.7684 ], "page": 1, - "confidence": 0.971 + "confidence": 0.966 }, "TotalPrice": { "type": "number", - "valueNumber": 12, - "text": "12.00", - "boundingBox": [ - 5.4232, - 4.2646, - 5.7809, - 4.2646, - 5.7809, - 4.3727, - 5.4232, - 4.3727 - ], - "page": 1, - "confidence": 0.549 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 22, - "text": "22.00", - "boundingBox": [ - 5.4184, - 4.4746, - 5.781, - 4.4746, - 5.781, - 4.5827, - 5.4184, - 4.5827 - ], - "page": 1, - "confidence": 0.394 - }, - "Quantity": { - "type": "number", - "valueNumber": 8, - "text": "8", + "valueNumber": 9.5, + "text": "$9.5", "boundingBox": [ - 3.2514, - 4.4746, - 3.3224, - 4.4746, - 3.3224, - 4.5827, - 3.2514, - 4.5827 + 4.3828, + 6.8459, + 4.8034, + 6.8348, + 4.8145, + 7.1229, + 4.3828, + 7.1339 ], "page": 1, - "confidence": 0.97 + "confidence": 0.917 } } } @@ -458,51 +297,51 @@ }, "MerchantAddress": { "type": "string", - "valueString": "567 Main St. Redmond, WA", - "text": "567 Main St. Redmond, WA", + "valueString": "123 Main Street Redmond, WA 98052", + "text": "123 Main Street Redmond, WA 98052", "boundingBox": [ - 0.8852, - 1.846, - 1.8537, - 1.846, - 1.8537, - 2.1975, - 0.8852, - 2.1975 + 1.893, + 3.0221, + 3.5405, + 3.3517, + 3.4293, + 3.9076, + 1.7818, + 3.578 ], "page": 1, - "confidence": 0.97 + "confidence": 0.973 }, "MerchantName": { "type": "string", - "valueString": "Bilbo Baggins", - "text": "Bilbo Baggins", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 6.0164, - 1.4503, - 6.8967, - 1.4503, - 6.8967, - 1.5931, - 6.0164, - 1.5931 + 1.9147, + 2.6918, + 2.5677, + 2.8691, + 2.5124, + 3.0685, + 1.8704, + 2.8912 ], "page": 1, - "confidence": 0.661 + "confidence": 0.973 }, "MerchantPhoneNumber": { "type": "phoneNumber", - "valuePhoneNumber": "\u002B15555555555", - "text": "555-555-5555", + "valuePhoneNumber": "\u002B19876543210", + "text": "987-654-3210", "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 + 1.8151, + 3.999, + 2.9661, + 4.1541, + 2.9329, + 4.3756, + 1.793, + 4.2205 ], "page": 1, "confidence": 0.987 @@ -510,75 +349,92 @@ "ReceiptType": { "type": "string", "valueString": "Itemized", - "confidence": 0.994 + "confidence": 0.989 }, "Subtotal": { "type": "number", - "valueNumber": 300, - "text": "300.00", + "valueNumber": 11.7, + "text": "$ 11.70", "boundingBox": [ - 6.1794, - 4.9042, - 6.632, - 4.9042, - 6.632, - 5.0131, - 6.1794, - 5.0131 + 4.2611, + 7.6546, + 4.9251, + 7.6546, + 4.9251, + 7.9648, + 4.2611, + 7.9648 ], "page": 1, - "confidence": 0.983 + "confidence": 0.777 }, "Tax": { "type": "number", - "valueNumber": 30, - "text": "30.00", + "valueNumber": 1.17, + "text": "$ 1.17", "boundingBox": [ - 5.836, - 5.1245, - 6.2022, - 5.1245, - 6.2022, - 5.2333, - 5.836, - 5.2333 + 4.3745, + 8.0029, + 4.9488, + 8.044, + 4.9227, + 8.4085, + 4.3484, + 8.3674 ], "page": 1, - "confidence": 0.987 + "confidence": 0.985 }, - "Tip": { + "Total": { "type": "number", - "valueNumber": 100, - "text": "100.00", + "valueNumber": 14.5, + "text": "$14.50", "boundingBox": [ - 5.811, - 5.3445, - 6.2587, - 5.3445, - 6.2587, - 5.4533, - 5.811, - 5.4533 + 4.1061, + 8.8731, + 5.1243, + 8.9174, + 5.1022, + 9.283, + 4.084, + 9.2276 ], "page": 1, - "confidence": 0.942 + "confidence": 0.958 }, - "Total": { - "type": "number", - "valueNumber": 430, - "text": "430.00", + "TransactionDate": { + "type": "date", + "valueDate": "2019-06-10", + "text": "6/10/2019", + "boundingBox": [ + 1.7819, + 4.6636, + 2.5456, + 4.7301, + 2.5234, + 4.996, + 1.7598, + 4.9406 + ], + "page": 1, + "confidence": 0.987 + }, + "TransactionTime": { + "type": "time", + "valueTime": "13:59:00", + "text": "13:59", "boundingBox": [ - 5.942, - 5.5645, - 6.3987, - 5.5645, - 6.3987, - 5.6733, - 5.942, - 5.6733 + 2.6009, + 4.7412, + 3.0436, + 4.7744, + 3.0215, + 5.0181, + 2.5788, + 4.996 ], "page": 1, - "confidence": 0.981 + "confidence": 0.984 } } } @@ -589,7 +445,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-canada-central.cognitiveservices.azure.com/", "RandomSeed": "1411766238" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithOnePageArgument(%1%,1)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithOnePageArgument(%1%,1)Async.json index e7e21241a4e7..121b6b7a38e6 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithOnePageArgument(%1%,1)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithOnePageArgument(%1%,1)Async.json @@ -1,170 +1,170 @@ { "Entries": [ { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=false\u0026pages=1", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=false\u0026pages=1", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "108935", + "Content-Length": "252365", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-7b18fcd9f01dce41872816d94ad62bf7-fdda1991c7bbcb49-00", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-8997c4c04ed3bc4e8f3273507502efc7-218063a12fdb9749-00", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "833757e0530970396cb09d232f645f6f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "8e3cb699-cb80-4409-ac92-7a4a3ce0c978", + "apim-request-id": "dbc46f2a-8ee5-4556-896e-c2919654b6fa", "Content-Length": "0", - "Date": "Mon, 29 Mar 2021 17:16:56 GMT", - "Operation-Location": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/8e3cb699-cb80-4409-ac92-7a4a3ce0c978", + "Date": "Thu, 06 May 2021 18:32:40 GMT", + "Operation-Location": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/dbc46f2a-8ee5-4556-896e-c2919654b6fa", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" + "x-envoy-upstream-service-time": "112" }, "ResponseBody": [] }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/8e3cb699-cb80-4409-ac92-7a4a3ce0c978", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/dbc46f2a-8ee5-4556-896e-c2919654b6fa", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4ae92006af6b5883695ffaf41b036890", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "19fb02db-47b2-43e1-a866-14f1a984dcf6", - "Content-Length": "109", + "apim-request-id": "9b7caa03-1851-4e4a-9ea6-861201961ca9", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:16:56 GMT", + "Date": "Thu, 06 May 2021 18:32:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2021-03-29T17:16:56Z", - "lastUpdatedDateTime": "2021-03-29T17:16:56Z" + "status": "running", + "createdDateTime": "2021-05-06T18:32:40Z", + "lastUpdatedDateTime": "2021-05-06T18:32:41Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/8e3cb699-cb80-4409-ac92-7a4a3ce0c978", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/dbc46f2a-8ee5-4556-896e-c2919654b6fa", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1e666d63d4e4bd0af613b673e2426e6c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "44702a38-5a7c-4d08-a2e1-7862fd848a4c", + "apim-request-id": "fa4470e3-2902-4870-ac0f-0c3e62427718", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:16:57 GMT", + "Date": "Thu, 06 May 2021 18:32:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:16:56Z", - "lastUpdatedDateTime": "2021-03-29T17:16:56Z" + "createdDateTime": "2021-05-06T18:32:40Z", + "lastUpdatedDateTime": "2021-05-06T18:32:41Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/8e3cb699-cb80-4409-ac92-7a4a3ce0c978", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/dbc46f2a-8ee5-4556-896e-c2919654b6fa", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9e48a6a237ec31acd4de1aaa59445569", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a030baaa-93ac-4241-b35b-8efdc7d0c0e2", + "apim-request-id": "2c894ce5-ba1d-43e1-9185-8c03e1793e4a", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:16:58 GMT", + "Date": "Thu, 06 May 2021 18:32:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:16:56Z", - "lastUpdatedDateTime": "2021-03-29T17:16:56Z" + "createdDateTime": "2021-05-06T18:32:40Z", + "lastUpdatedDateTime": "2021-05-06T18:32:41Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/8e3cb699-cb80-4409-ac92-7a4a3ce0c978", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/dbc46f2a-8ee5-4556-896e-c2919654b6fa", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c2bf0d4841fd318b152c5457f90f7627", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "91ba8a9c-5851-44fb-9288-b77bc3896906", + "apim-request-id": "c715bf08-bbed-4367-8b59-7d231e1efe42", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:16:59 GMT", + "Date": "Thu, 06 May 2021 18:32:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:16:56Z", - "lastUpdatedDateTime": "2021-03-29T17:16:56Z" + "createdDateTime": "2021-05-06T18:32:40Z", + "lastUpdatedDateTime": "2021-05-06T18:32:41Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/8e3cb699-cb80-4409-ac92-7a4a3ce0c978", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/dbc46f2a-8ee5-4556-896e-c2919654b6fa", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "75528df1c9ba2ca4c0354a06ba6064b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6c367984-a880-4d73-860e-b0f07ceeadbc", - "Content-Length": "4097", + "apim-request-id": "ec938717-35f2-4668-9bc9-62c010527211", + "Content-Length": "2901", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:00 GMT", + "Date": "Thu, 06 May 2021 18:32:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2021-03-29T17:16:56Z", - "lastUpdatedDateTime": "2021-03-29T17:17:01Z", + "createdDateTime": "2021-05-06T18:32:40Z", + "lastUpdatedDateTime": "2021-05-06T18:32:44Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 0, + "angle": 0.5729, "width": 8.5, "height": 11, "unit": "inch" @@ -184,273 +184,112 @@ { "type": "object", "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 1, - "text": "1", - "boundingBox": [ - 3.2589, - 3.2116, - 3.3202, - 3.2116, - 3.3202, - 3.3176, - 3.2589, - 3.3176 - ], - "page": 1, - "confidence": 0.971 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 10.99, - "text": "10.99", - "boundingBox": [ - 5.4232, - 3.2108, - 5.7784, - 3.2108, - 5.7784, - 3.319, - 5.4232, - 3.319 - ], - "page": 1, - "confidence": 0.952 - } - } - }, - { - "type": "object", - "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 2, - "text": "2", + "Name": { + "type": "string", + "valueString": "Cappuccino", + "text": "Cappuccino", "boundingBox": [ - 3.2541, - 3.4241, - 3.3199, - 3.4241, - 3.3199, - 3.531, - 3.2541, - 3.531 + 1.8926, + 5.7492, + 3.0104, + 5.7936, + 2.9993, + 6.0705, + 1.8926, + 6.0373 ], "page": 1, - "confidence": 0.971 + "confidence": 0.735 }, - "TotalPrice": { - "type": "number", - "valueNumber": 14.67, - "text": "14.67", - "boundingBox": [ - 5.4232, - 3.4241, - 5.7789, - 3.4241, - 5.7789, - 3.5323, - 5.4232, - 3.5323 - ], - "page": 1, - "confidence": 0.954 - } - } - }, - { - "type": "object", - "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 4, - "text": "4", - "boundingBox": [ - 3.2486, - 3.6351, - 3.3244, - 3.6351, - 3.3244, - 3.7413, - 3.2486, - 3.7413 - ], - "page": 1, - "confidence": 0.971 - }, - "TotalPrice": { - "type": "number", - "valueNumber": 15.66, - "text": "15.66", - "boundingBox": [ - 5.4232, - 3.6341, - 5.78, - 3.6341, - 5.78, - 3.7423, - 5.4232, - 3.7423 - ], - "page": 1, - "confidence": 0.958 - } - } - }, - { - "type": "object", - "valueObject": { "Quantity": { "type": "number", "valueNumber": 1, "text": "1", "boundingBox": [ - 3.2589, - 3.845, - 3.3202, - 3.845, - 3.3202, - 3.951, - 3.2589, - 3.951 + 1.6934, + 5.7382, + 1.8372, + 5.7492, + 1.8372, + 6.0262, + 1.6934, + 6.0262 ], "page": 1, - "confidence": 0.971 + "confidence": 0.966 }, "TotalPrice": { "type": "number", - "valueNumber": 12, - "text": "12.00", + "valueNumber": 2.2, + "text": "$2.20", "boundingBox": [ - 5.4232, - 3.8441, - 5.7809, - 3.8441, - 5.7809, - 3.9523, - 5.4232, - 3.9523 + 4.3053, + 5.7492, + 4.7923, + 5.716, + 4.8034, + 5.9597, + 4.3164, + 5.9929 ], "page": 1, - "confidence": 0.957 + "confidence": 0.977 } } }, { "type": "object", "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 4, - "text": "4", + "Name": { + "type": "string", + "valueString": "BACON \u0026 EGGS", + "text": "BACON \u0026 EGGS", "boundingBox": [ - 3.2486, - 4.0556, - 3.3244, - 4.0556, - 3.3244, - 4.1617, - 3.2486, - 4.1617 + 1.8704, + 6.5015, + 3.2342, + 6.5136, + 3.2318, + 6.7805, + 1.868, + 6.7684 ], "page": 1, - "confidence": 0.971 + "confidence": 0.903 }, - "TotalPrice": { - "type": "number", - "valueNumber": 10, - "text": "10.00", - "boundingBox": [ - 5.4232, - 4.0546, - 5.781, - 4.0546, - 5.781, - 4.1627, - 5.4232, - 4.1627 - ], - "page": 1, - "confidence": 0.961 - } - } - }, - { - "type": "object", - "valueObject": { "Quantity": { "type": "number", - "valueNumber": 6, - "text": "6", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 3.2534, - 4.2646, - 3.3226, - 4.2646, - 3.3226, - 4.3727, - 3.2534, - 4.3727 + 1.6602, + 6.4914, + 1.804, + 6.4914, + 1.804, + 6.7684, + 1.6602, + 6.7684 ], "page": 1, - "confidence": 0.971 + "confidence": 0.966 }, "TotalPrice": { "type": "number", - "valueNumber": 12, - "text": "12.00", + "valueNumber": 9.5, + "text": "$9.5", "boundingBox": [ - 5.4232, - 4.2646, - 5.7809, - 4.2646, - 5.7809, - 4.3727, - 5.4232, - 4.3727 + 4.3828, + 6.8459, + 4.8034, + 6.8348, + 4.8145, + 7.1229, + 4.3828, + 7.1339 ], "page": 1, - "confidence": 0.549 - } - } - }, - { - "type": "object", - "valueObject": { - "Price": { - "type": "number", - "valueNumber": 22, - "text": "22.00", - "boundingBox": [ - 5.4184, - 4.4746, - 5.781, - 4.4746, - 5.781, - 4.5827, - 5.4184, - 4.5827 - ], - "page": 1, - "confidence": 0.394 - }, - "Quantity": { - "type": "number", - "valueNumber": 8, - "text": "8", - "boundingBox": [ - 3.2514, - 4.4746, - 3.3224, - 4.4746, - 3.3224, - 4.5827, - 3.2514, - 4.5827 - ], - "page": 1, - "confidence": 0.97 + "confidence": 0.917 } } } @@ -458,51 +297,51 @@ }, "MerchantAddress": { "type": "string", - "valueString": "567 Main St. Redmond, WA", - "text": "567 Main St. Redmond, WA", + "valueString": "123 Main Street Redmond, WA 98052", + "text": "123 Main Street Redmond, WA 98052", "boundingBox": [ - 0.8852, - 1.846, - 1.8537, - 1.846, - 1.8537, - 2.1975, - 0.8852, - 2.1975 + 1.893, + 3.0221, + 3.5405, + 3.3517, + 3.4293, + 3.9076, + 1.7818, + 3.578 ], "page": 1, - "confidence": 0.97 + "confidence": 0.973 }, "MerchantName": { "type": "string", - "valueString": "Bilbo Baggins", - "text": "Bilbo Baggins", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 6.0164, - 1.4503, - 6.8967, - 1.4503, - 6.8967, - 1.5931, - 6.0164, - 1.5931 + 1.9147, + 2.6918, + 2.5677, + 2.8691, + 2.5124, + 3.0685, + 1.8704, + 2.8912 ], "page": 1, - "confidence": 0.661 + "confidence": 0.973 }, "MerchantPhoneNumber": { "type": "phoneNumber", - "valuePhoneNumber": "\u002B15555555555", - "text": "555-555-5555", + "valuePhoneNumber": "\u002B19876543210", + "text": "987-654-3210", "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 + 1.8151, + 3.999, + 2.9661, + 4.1541, + 2.9329, + 4.3756, + 1.793, + 4.2205 ], "page": 1, "confidence": 0.987 @@ -510,75 +349,92 @@ "ReceiptType": { "type": "string", "valueString": "Itemized", - "confidence": 0.994 + "confidence": 0.989 }, "Subtotal": { "type": "number", - "valueNumber": 300, - "text": "300.00", + "valueNumber": 11.7, + "text": "$ 11.70", "boundingBox": [ - 6.1794, - 4.9042, - 6.632, - 4.9042, - 6.632, - 5.0131, - 6.1794, - 5.0131 + 4.2611, + 7.6546, + 4.9251, + 7.6546, + 4.9251, + 7.9648, + 4.2611, + 7.9648 ], "page": 1, - "confidence": 0.983 + "confidence": 0.777 }, "Tax": { "type": "number", - "valueNumber": 30, - "text": "30.00", + "valueNumber": 1.17, + "text": "$ 1.17", "boundingBox": [ - 5.836, - 5.1245, - 6.2022, - 5.1245, - 6.2022, - 5.2333, - 5.836, - 5.2333 + 4.3745, + 8.0029, + 4.9488, + 8.044, + 4.9227, + 8.4085, + 4.3484, + 8.3674 ], "page": 1, - "confidence": 0.987 + "confidence": 0.985 }, - "Tip": { + "Total": { "type": "number", - "valueNumber": 100, - "text": "100.00", + "valueNumber": 14.5, + "text": "$14.50", "boundingBox": [ - 5.811, - 5.3445, - 6.2587, - 5.3445, - 6.2587, - 5.4533, - 5.811, - 5.4533 + 4.1061, + 8.8731, + 5.1243, + 8.9174, + 5.1022, + 9.283, + 4.084, + 9.2276 ], "page": 1, - "confidence": 0.942 + "confidence": 0.958 }, - "Total": { - "type": "number", - "valueNumber": 430, - "text": "430.00", + "TransactionDate": { + "type": "date", + "valueDate": "2019-06-10", + "text": "6/10/2019", + "boundingBox": [ + 1.7819, + 4.6636, + 2.5456, + 4.7301, + 2.5234, + 4.996, + 1.7598, + 4.9406 + ], + "page": 1, + "confidence": 0.987 + }, + "TransactionTime": { + "type": "time", + "valueTime": "13:59:00", + "text": "13:59", "boundingBox": [ - 5.942, - 5.5645, - 6.3987, - 5.5645, - 6.3987, - 5.6733, - 5.942, - 5.6733 + 2.6009, + 4.7412, + 3.0436, + 4.7744, + 3.0215, + 5.0181, + 2.5788, + 4.996 ], "page": 1, - "confidence": 0.981 + "confidence": 0.984 } } } @@ -589,7 +445,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-canada-central.cognitiveservices.azure.com/", "RandomSeed": "1058445954" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithOnePageArgument(%1-2%,2).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithOnePageArgument(%1-2%,2).json index 0ac8dc170fce..56bab2f74641 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithOnePageArgument(%1-2%,2).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithOnePageArgument(%1-2%,2).json @@ -1,150 +1,177 @@ { "Entries": [ { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=false\u0026pages=1-2", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=false\u0026pages=1-2", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "108935", + "Content-Length": "252365", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-eca5977fdfe7eb48a671ad5c98c8f94a-949ac330c5330f44-00", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-73f0220be3ca7e4a9f6b40019e68c19e-08b2f0d7e53cc94c-00", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "05d0599662ede6a048fcd35778cd8446", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "23fca860-268d-45ab-986f-92f65f5bfea3", + "apim-request-id": "89dab133-53e9-47f9-b9a7-3c4141e55da1", "Content-Length": "0", - "Date": "Mon, 29 Mar 2021 17:16:52 GMT", - "Operation-Location": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/23fca860-268d-45ab-986f-92f65f5bfea3", + "Date": "Thu, 06 May 2021 18:32:14 GMT", + "Operation-Location": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/89dab133-53e9-47f9-b9a7-3c4141e55da1", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "122" + "x-envoy-upstream-service-time": "115" }, "ResponseBody": [] }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/23fca860-268d-45ab-986f-92f65f5bfea3", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/89dab133-53e9-47f9-b9a7-3c4141e55da1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "db621ac24db8e56cb28e1a1b5d0558c9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "94bf129c-856d-415b-abb7-5a66d85e0beb", - "Content-Length": "106", + "apim-request-id": "60db641b-cff5-4bdd-a78e-90afefeb253f", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:16:52 GMT", + "Date": "Thu, 06 May 2021 18:32:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { - "status": "running", - "createdDateTime": "2021-03-29T17:16:52Z", - "lastUpdatedDateTime": "2021-03-29T17:16:52Z" + "status": "notStarted", + "createdDateTime": "2021-05-06T18:32:15Z", + "lastUpdatedDateTime": "2021-05-06T18:32:15Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/23fca860-268d-45ab-986f-92f65f5bfea3", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/89dab133-53e9-47f9-b9a7-3c4141e55da1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5d0c93e0912bbb15f0e8ec78e1cd968e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8f9c13a0-b78d-42de-8407-307048527545", + "apim-request-id": "ced81d67-55a9-48d9-9dfb-6575baddd97c", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:16:53 GMT", + "Date": "Thu, 06 May 2021 18:32:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:16:52Z", - "lastUpdatedDateTime": "2021-03-29T17:16:52Z" + "createdDateTime": "2021-05-06T18:32:15Z", + "lastUpdatedDateTime": "2021-05-06T18:32:15Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/23fca860-268d-45ab-986f-92f65f5bfea3", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/89dab133-53e9-47f9-b9a7-3c4141e55da1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1eb255181e73487dedeb535f47848943", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2b5ebfe1-2c1a-493b-802d-761babd46e84", + "apim-request-id": "755411b5-f9c0-4980-8a2d-0a9fdb9d9017", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:16:54 GMT", + "Date": "Thu, 06 May 2021 18:32:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:16:52Z", - "lastUpdatedDateTime": "2021-03-29T17:16:52Z" + "createdDateTime": "2021-05-06T18:32:15Z", + "lastUpdatedDateTime": "2021-05-06T18:32:15Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/23fca860-268d-45ab-986f-92f65f5bfea3", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/89dab133-53e9-47f9-b9a7-3c4141e55da1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e47709a426c0311a04a6ebcf61f304e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0d606351-9103-4bd5-af5b-0deb91b31a73", - "Content-Length": "4217", + "apim-request-id": "1106a05d-7806-4e24-b180-1901a5707d30", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 06 May 2021 18:32:17 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2021-05-06T18:32:15Z", + "lastUpdatedDateTime": "2021-05-06T18:32:15Z" + } + }, + { + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/89dab133-53e9-47f9-b9a7-3c4141e55da1", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "07038bf83952c15616c370403eb6736b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ba374754-9014-44db-b7dc-27e21c90e297", + "Content-Length": "5625", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:16:55 GMT", + "Date": "Thu, 06 May 2021 18:32:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2021-03-29T17:16:52Z", - "lastUpdatedDateTime": "2021-03-29T17:16:55Z", + "createdDateTime": "2021-05-06T18:32:15Z", + "lastUpdatedDateTime": "2021-05-06T18:32:19Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 0, + "angle": 0.5729, "width": 8.5, "height": 11, "unit": "inch" }, { "page": 2, - "angle": 0, + "angle": 0.4374, "width": 8.5, "height": 11, "unit": "inch" @@ -164,273 +191,379 @@ { "type": "object", "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 1, - "text": "1", + "Name": { + "type": "string", + "valueString": "Cappuccino", + "text": "Cappuccino", "boundingBox": [ - 3.2589, - 3.2116, - 3.3202, - 3.2116, - 3.3202, - 3.3176, - 3.2589, - 3.3176 + 1.8926, + 5.7492, + 3.0104, + 5.7936, + 2.9993, + 6.0705, + 1.8926, + 6.0373 ], "page": 1, - "confidence": 0.971 + "confidence": 0.735 }, - "TotalPrice": { - "type": "number", - "valueNumber": 10.99, - "text": "10.99", - "boundingBox": [ - 5.4232, - 3.2108, - 5.7784, - 3.2108, - 5.7784, - 3.319, - 5.4232, - 3.319 - ], - "page": 1, - "confidence": 0.952 - } - } - }, - { - "type": "object", - "valueObject": { "Quantity": { "type": "number", - "valueNumber": 2, - "text": "2", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 3.2541, - 3.4241, - 3.3199, - 3.4241, - 3.3199, - 3.531, - 3.2541, - 3.531 + 1.6934, + 5.7382, + 1.8372, + 5.7492, + 1.8372, + 6.0262, + 1.6934, + 6.0262 ], "page": 1, - "confidence": 0.971 + "confidence": 0.966 }, "TotalPrice": { "type": "number", - "valueNumber": 14.67, - "text": "14.67", + "valueNumber": 2.2, + "text": "$2.20", "boundingBox": [ - 5.4232, - 3.4241, - 5.7789, - 3.4241, - 5.7789, - 3.5323, - 5.4232, - 3.5323 + 4.3053, + 5.7492, + 4.7923, + 5.716, + 4.8034, + 5.9597, + 4.3164, + 5.9929 ], "page": 1, - "confidence": 0.954 + "confidence": 0.977 } } }, { "type": "object", "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 4, - "text": "4", + "Name": { + "type": "string", + "valueString": "BACON \u0026 EGGS", + "text": "BACON \u0026 EGGS", "boundingBox": [ - 3.2486, - 3.6351, - 3.3244, - 3.6351, - 3.3244, - 3.7413, - 3.2486, - 3.7413 + 1.8704, + 6.5015, + 3.2342, + 6.5136, + 3.2318, + 6.7805, + 1.868, + 6.7684 ], "page": 1, - "confidence": 0.971 + "confidence": 0.903 }, - "TotalPrice": { - "type": "number", - "valueNumber": 15.66, - "text": "15.66", - "boundingBox": [ - 5.4232, - 3.6341, - 5.78, - 3.6341, - 5.78, - 3.7423, - 5.4232, - 3.7423 - ], - "page": 1, - "confidence": 0.958 - } - } - }, - { - "type": "object", - "valueObject": { "Quantity": { "type": "number", "valueNumber": 1, "text": "1", "boundingBox": [ - 3.2589, - 3.845, - 3.3202, - 3.845, - 3.3202, - 3.951, - 3.2589, - 3.951 + 1.6602, + 6.4914, + 1.804, + 6.4914, + 1.804, + 6.7684, + 1.6602, + 6.7684 ], "page": 1, - "confidence": 0.971 + "confidence": 0.966 }, "TotalPrice": { "type": "number", - "valueNumber": 12, - "text": "12.00", + "valueNumber": 9.5, + "text": "$9.5", "boundingBox": [ - 5.4232, - 3.8441, - 5.7809, - 3.8441, - 5.7809, - 3.9523, - 5.4232, - 3.9523 + 4.3828, + 6.8459, + 4.8034, + 6.8348, + 4.8145, + 7.1229, + 4.3828, + 7.1339 ], "page": 1, - "confidence": 0.957 + "confidence": 0.917 } } - }, + } + ] + }, + "MerchantAddress": { + "type": "string", + "valueString": "123 Main Street Redmond, WA 98052", + "text": "123 Main Street Redmond, WA 98052", + "boundingBox": [ + 1.893, + 3.0221, + 3.5405, + 3.3517, + 3.4293, + 3.9076, + 1.7818, + 3.578 + ], + "page": 1, + "confidence": 0.973 + }, + "MerchantName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 1.9147, + 2.6918, + 2.5677, + 2.8691, + 2.5124, + 3.0685, + 1.8704, + 2.8912 + ], + "page": 1, + "confidence": 0.973 + }, + "MerchantPhoneNumber": { + "type": "phoneNumber", + "valuePhoneNumber": "\u002B19876543210", + "text": "987-654-3210", + "boundingBox": [ + 1.8151, + 3.999, + 2.9661, + 4.1541, + 2.9329, + 4.3756, + 1.793, + 4.2205 + ], + "page": 1, + "confidence": 0.987 + }, + "ReceiptType": { + "type": "string", + "valueString": "Itemized", + "confidence": 0.989 + }, + "Subtotal": { + "type": "number", + "valueNumber": 11.7, + "text": "$ 11.70", + "boundingBox": [ + 4.2611, + 7.6546, + 4.9251, + 7.6546, + 4.9251, + 7.9648, + 4.2611, + 7.9648 + ], + "page": 1, + "confidence": 0.777 + }, + "Tax": { + "type": "number", + "valueNumber": 1.17, + "text": "$ 1.17", + "boundingBox": [ + 4.3745, + 8.0029, + 4.9488, + 8.044, + 4.9227, + 8.4085, + 4.3484, + 8.3674 + ], + "page": 1, + "confidence": 0.985 + }, + "Total": { + "type": "number", + "valueNumber": 14.5, + "text": "$14.50", + "boundingBox": [ + 4.1061, + 8.8731, + 5.1243, + 8.9174, + 5.1022, + 9.283, + 4.084, + 9.2276 + ], + "page": 1, + "confidence": 0.958 + }, + "TransactionDate": { + "type": "date", + "valueDate": "2019-06-10", + "text": "6/10/2019", + "boundingBox": [ + 1.7819, + 4.6636, + 2.5456, + 4.7301, + 2.5234, + 4.996, + 1.7598, + 4.9406 + ], + "page": 1, + "confidence": 0.987 + }, + "TransactionTime": { + "type": "time", + "valueTime": "13:59:00", + "text": "13:59", + "boundingBox": [ + 2.6009, + 4.7412, + 3.0436, + 4.7744, + 3.0215, + 5.0181, + 2.5788, + 4.996 + ], + "page": 1, + "confidence": 0.984 + } + } + }, + { + "docType": "prebuilt:receipt", + "pageRange": [ + 2, + 2 + ], + "fields": { + "Items": { + "type": "array", + "valueArray": [ { "type": "object", "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 4, - "text": "4", + "Name": { + "type": "string", + "valueString": "Surface Pro 6", + "text": "Surface Pro 6", "boundingBox": [ - 3.2486, - 4.0556, - 3.3244, - 4.0556, - 3.3244, - 4.1617, - 3.2486, - 4.1617 + 2.0742, + 5.6545, + 3.0328, + 5.6745, + 3.0282, + 5.8911, + 2.0697, + 5.8711 ], - "page": 1, - "confidence": 0.971 + "page": 2, + "confidence": 0.855 }, - "TotalPrice": { - "type": "number", - "valueNumber": 10, - "text": "10.00", - "boundingBox": [ - 5.4232, - 4.0546, - 5.781, - 4.0546, - 5.781, - 4.1627, - 5.4232, - 4.1627 - ], - "page": 1, - "confidence": 0.961 - } - } - }, - { - "type": "object", - "valueObject": { "Quantity": { "type": "number", - "valueNumber": 6, - "text": "6", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 3.2534, - 4.2646, - 3.3226, - 4.2646, - 3.3226, - 4.3727, - 3.2534, - 4.3727 + 1.9811, + 5.6606, + 2.0365, + 5.6606, + 2.0365, + 5.8711, + 1.9811, + 5.8711 ], - "page": 1, - "confidence": 0.971 + "page": 2, + "confidence": 0.961 }, "TotalPrice": { "type": "number", - "valueNumber": 12, - "text": "12.00", + "valueNumber": 999, + "text": "$ 999.00", "boundingBox": [ - 5.4232, - 4.2646, - 5.7809, - 4.2646, - 5.7809, - 4.3727, - 5.4232, - 4.3727 + 3.8004, + 6.3191, + 4.4224, + 6.3711, + 4.4011, + 6.6251, + 3.7792, + 6.5731 ], - "page": 1, - "confidence": 0.549 + "page": 2, + "confidence": 0.935 } } }, { "type": "object", "valueObject": { - "Price": { - "type": "number", - "valueNumber": 22, - "text": "22.00", + "Name": { + "type": "string", + "valueString": "SurfacePen", + "text": "SurfacePen", "boundingBox": [ - 5.4184, - 4.4746, - 5.781, - 4.4746, - 5.781, - 4.5827, - 5.4184, - 4.5827 + 2.0475, + 7.0453, + 2.8887, + 7.0342, + 2.8997, + 7.2447, + 2.0586, + 7.2669 ], - "page": 1, - "confidence": 0.394 + "page": 2, + "confidence": 0.479 }, "Quantity": { "type": "number", - "valueNumber": 8, - "text": "8", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 3.2514, - 4.4746, - 3.3224, - 4.4746, - 3.3224, - 4.5827, - 3.2514, - 4.5827 + 1.9368, + 7.0453, + 2.0033, + 7.0453, + 2.0143, + 7.2669, + 1.9479, + 7.2669 ], - "page": 1, - "confidence": 0.97 + "page": 2, + "confidence": 0.961 + }, + "TotalPrice": { + "type": "number", + "valueNumber": 99.99, + "text": "$ 99.99", + "boundingBox": [ + 3.8737, + 7.0675, + 4.4049, + 7.0675, + 4.4049, + 7.289, + 3.8737, + 7.289 + ], + "page": 2, + "confidence": 0.935 } } } @@ -438,137 +571,145 @@ }, "MerchantAddress": { "type": "string", - "valueString": "567 Main St. Redmond, WA", - "text": "567 Main St. Redmond, WA", + "valueString": "123 Main Street Redmond, WA 98052", + "text": "123 Main Street Redmond, WA 98052", "boundingBox": [ - 0.8852, - 1.846, - 1.8537, - 1.846, - 1.8537, - 2.1975, - 0.8852, - 2.1975 + 1.9368, + 3.0685, + 3.265, + 3.0685, + 3.265, + 3.578, + 1.9368, + 3.578 ], - "page": 1, - "confidence": 0.97 + "page": 2, + "confidence": 0.976 }, "MerchantName": { "type": "string", - "valueString": "Bilbo Baggins", - "text": "Bilbo Baggins", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 6.0164, - 1.4503, - 6.8967, - 1.4503, - 6.8967, - 1.5931, - 6.0164, - 1.5931 + 1.9701, + 2.7694, + 2.5013, + 2.7915, + 2.4902, + 2.9688, + 1.959, + 2.9466 ], - "page": 1, - "confidence": 0.661 + "page": 2, + "confidence": 0.974 }, "MerchantPhoneNumber": { "type": "phoneNumber", - "valuePhoneNumber": "\u002B15555555555", - "text": "555-555-5555", + "text": "123-456-7890", "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 + 1.8926, + 3.9878999999999998, + 2.8665, + 4.0211, + 2.8665, + 4.2205, + 1.8926, + 4.1984 ], - "page": 1, - "confidence": 0.987 + "page": 2, + "confidence": 0.988 }, "ReceiptType": { "type": "string", "valueString": "Itemized", - "confidence": 0.994 + "confidence": 0.99 }, "Subtotal": { "type": "number", - "valueNumber": 300, - "text": "300.00", + "valueNumber": 1098.99, + "text": "$ 1098.99", "boundingBox": [ - 6.1794, - 4.9042, - 6.632, - 4.9042, - 6.632, - 5.0131, - 6.1794, - 5.0131 + 3.752, + 7.7543, + 4.416, + 7.7543, + 4.416, + 7.9869, + 3.752, + 7.9869 ], - "page": 1, - "confidence": 0.983 + "page": 2, + "confidence": 0.776 }, "Tax": { "type": "number", - "valueNumber": 30, - "text": "30.00", + "valueNumber": 104.4, + "text": "$ 104.40", "boundingBox": [ - 5.836, - 5.1245, - 6.2022, - 5.1245, - 6.2022, - 5.2333, - 5.836, - 5.2333 + 3.8073, + 8.0977, + 4.3939, + 8.0977, + 4.3939, + 8.3192, + 3.8073, + 8.3192 ], - "page": 1, - "confidence": 0.987 + "page": 2, + "confidence": 0.986 }, - "Tip": { + "Total": { "type": "number", - "valueNumber": 100, - "text": "100.00", + "valueNumber": 1203.39, + "text": "$ 1203.39", "boundingBox": [ - 5.811, - 5.3445, - 6.2587, - 5.3445, - 6.2587, - 5.4533, - 5.811, - 5.4533 + 3.7298, + 8.7623, + 4.3944, + 8.8228, + 4.3743, + 9.0446, + 3.7096, + 8.9841 ], - "page": 1, - "confidence": 0.942 + "page": 2, + "confidence": 0.973 }, - "Total": { - "type": "number", - "valueNumber": 430, - "text": "430.00", + "TransactionDate": { + "type": "date", + "valueDate": "2019-06-10", + "text": "6/10/2019", "boundingBox": [ - 5.942, - 5.5645, - 6.3987, - 5.5645, - 6.3987, - 5.6733, - 5.942, - 5.6733 + 1.8815, + 4.6526, + 2.4792, + 4.6636, + 2.4792, + 4.8741, + 1.8926, + 4.8741 ], - "page": 1, - "confidence": 0.981 + "page": 2, + "confidence": 0.987 + }, + "TransactionTime": { + "type": "time", + "valueTime": "13:59:00", + "text": "13:59", + "boundingBox": [ + 2.5234, + 4.6636, + 2.9108, + 4.6636, + 2.8997, + 4.8741, + 2.5234, + 4.8741 + ], + "page": 2, + "confidence": 0.986 } } - }, - { - "docType": "prebuilt:receipt", - "pageRange": [ - 2, - 2 - ], - "fields": {} } ] } @@ -577,7 +718,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-canada-central.cognitiveservices.azure.com/", "RandomSeed": "1280836147" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithOnePageArgument(%1-2%,2)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithOnePageArgument(%1-2%,2)Async.json index 9fb14ad7ee84..9bb3c0416266 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithOnePageArgument(%1-2%,2)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/RecognizeReceiptsLiveTests/StartRecognizeReceiptsWithOnePageArgument(%1-2%,2)Async.json @@ -1,204 +1,204 @@ { "Entries": [ { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=false\u0026pages=1-2", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyze?includeTextDetails=false\u0026pages=1-2", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "108935", + "Content-Length": "252365", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ef07ae759959fa46bd410d60f6ae7f0f-d0e7a7a845c8d744-00", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-016296242058b541a0b05a637a7241c6-c27ba0759c760a49-00", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "818aa904bf25087fb384f6ad5c97241b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "6a7c7666-6b22-4506-8839-2bc44fd1a1bf", + "apim-request-id": "a3c42c74-11d8-43c8-b8c3-47a5e90aef16", "Content-Length": "0", - "Date": "Mon, 29 Mar 2021 17:17:01 GMT", - "Operation-Location": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/6a7c7666-6b22-4506-8839-2bc44fd1a1bf", + "Date": "Thu, 06 May 2021 18:32:45 GMT", + "Operation-Location": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/a3c42c74-11d8-43c8-b8c3-47a5e90aef16", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "207" + "x-envoy-upstream-service-time": "173" }, "ResponseBody": [] }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/6a7c7666-6b22-4506-8839-2bc44fd1a1bf", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/a3c42c74-11d8-43c8-b8c3-47a5e90aef16", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a85208235eea48603eff8ff498012575", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "306bf912-9439-4d30-b3cd-5d57e61be889", + "apim-request-id": "0da73b34-88bd-4e0e-94ba-e0602f75069c", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:01 GMT", + "Date": "Thu, 06 May 2021 18:32:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2021-03-29T17:17:01Z", - "lastUpdatedDateTime": "2021-03-29T17:17:01Z" + "createdDateTime": "2021-05-06T18:32:45Z", + "lastUpdatedDateTime": "2021-05-06T18:32:45Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/6a7c7666-6b22-4506-8839-2bc44fd1a1bf", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/a3c42c74-11d8-43c8-b8c3-47a5e90aef16", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "03d4f1314a0cc6feebc370547589cbb2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b1f8a578-ec33-4f24-b1fa-a2805098ffa5", + "apim-request-id": "2d362e49-af32-406f-b938-6cb969f8f078", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:02 GMT", + "Date": "Thu, 06 May 2021 18:32:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:17:01Z", - "lastUpdatedDateTime": "2021-03-29T17:17:02Z" + "createdDateTime": "2021-05-06T18:32:45Z", + "lastUpdatedDateTime": "2021-05-06T18:32:46Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/6a7c7666-6b22-4506-8839-2bc44fd1a1bf", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/a3c42c74-11d8-43c8-b8c3-47a5e90aef16", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "71fbd4829afea67548414326308a6fb1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7847246a-6693-4e99-8e6d-a770a2912308", + "apim-request-id": "98eccdeb-a0d1-4666-88e9-eb9e88646632", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:03 GMT", + "Date": "Thu, 06 May 2021 18:32:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:17:01Z", - "lastUpdatedDateTime": "2021-03-29T17:17:02Z" + "createdDateTime": "2021-05-06T18:32:45Z", + "lastUpdatedDateTime": "2021-05-06T18:32:46Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/6a7c7666-6b22-4506-8839-2bc44fd1a1bf", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/a3c42c74-11d8-43c8-b8c3-47a5e90aef16", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "6b7c805f21c2d90e098cbd27ed0cd2b4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f354f091-c96b-425f-8e0c-ab9d95a78e68", + "apim-request-id": "fb51fc36-615d-4ce8-af67-aec9dd256b5f", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:04 GMT", + "Date": "Thu, 06 May 2021 18:32:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:17:01Z", - "lastUpdatedDateTime": "2021-03-29T17:17:02Z" + "createdDateTime": "2021-05-06T18:32:45Z", + "lastUpdatedDateTime": "2021-05-06T18:32:46Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/6a7c7666-6b22-4506-8839-2bc44fd1a1bf", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/a3c42c74-11d8-43c8-b8c3-47a5e90aef16", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c372dc33b30697777b2ebacb06d89660", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5adb347b-574b-46e6-9379-86e1d5ee83ea", + "apim-request-id": "d0056cd6-007b-40d8-bf5e-b1b93beed71f", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:05 GMT", + "Date": "Thu, 06 May 2021 18:32:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2021-03-29T17:17:01Z", - "lastUpdatedDateTime": "2021-03-29T17:17:02Z" + "createdDateTime": "2021-05-06T18:32:45Z", + "lastUpdatedDateTime": "2021-05-06T18:32:46Z" } }, { - "RequestUri": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/6a7c7666-6b22-4506-8839-2bc44fd1a1bf", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.3/prebuilt/receipt/analyzeResults/a3c42c74-11d8-43c8-b8c3-47a5e90aef16", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210329.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20210506.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f5f4bf53600d61f0c6226871dc4eb83b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "de293208-18e1-485d-b079-7d8b6056168a", - "Content-Length": "4217", + "apim-request-id": "0e6f56b4-769d-486e-a584-7543c2de17b8", + "Content-Length": "5625", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 29 Mar 2021 17:17:06 GMT", + "Date": "Thu, 06 May 2021 18:32:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "83" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2021-03-29T17:17:01Z", - "lastUpdatedDateTime": "2021-03-29T17:17:07Z", + "createdDateTime": "2021-05-06T18:32:45Z", + "lastUpdatedDateTime": "2021-05-06T18:32:51Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 0, + "angle": 0.5729, "width": 8.5, "height": 11, "unit": "inch" }, { "page": 2, - "angle": 0, + "angle": 0.4374, "width": 8.5, "height": 11, "unit": "inch" @@ -218,273 +218,379 @@ { "type": "object", "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 1, - "text": "1", + "Name": { + "type": "string", + "valueString": "Cappuccino", + "text": "Cappuccino", "boundingBox": [ - 3.2589, - 3.2116, - 3.3202, - 3.2116, - 3.3202, - 3.3176, - 3.2589, - 3.3176 + 1.8926, + 5.7492, + 3.0104, + 5.7936, + 2.9993, + 6.0705, + 1.8926, + 6.0373 ], "page": 1, - "confidence": 0.971 + "confidence": 0.735 }, - "TotalPrice": { - "type": "number", - "valueNumber": 10.99, - "text": "10.99", - "boundingBox": [ - 5.4232, - 3.2108, - 5.7784, - 3.2108, - 5.7784, - 3.319, - 5.4232, - 3.319 - ], - "page": 1, - "confidence": 0.952 - } - } - }, - { - "type": "object", - "valueObject": { "Quantity": { "type": "number", - "valueNumber": 2, - "text": "2", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 3.2541, - 3.4241, - 3.3199, - 3.4241, - 3.3199, - 3.531, - 3.2541, - 3.531 + 1.6934, + 5.7382, + 1.8372, + 5.7492, + 1.8372, + 6.0262, + 1.6934, + 6.0262 ], "page": 1, - "confidence": 0.971 + "confidence": 0.966 }, "TotalPrice": { "type": "number", - "valueNumber": 14.67, - "text": "14.67", + "valueNumber": 2.2, + "text": "$2.20", "boundingBox": [ - 5.4232, - 3.4241, - 5.7789, - 3.4241, - 5.7789, - 3.5323, - 5.4232, - 3.5323 + 4.3053, + 5.7492, + 4.7923, + 5.716, + 4.8034, + 5.9597, + 4.3164, + 5.9929 ], "page": 1, - "confidence": 0.954 + "confidence": 0.977 } } }, { "type": "object", "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 4, - "text": "4", + "Name": { + "type": "string", + "valueString": "BACON \u0026 EGGS", + "text": "BACON \u0026 EGGS", "boundingBox": [ - 3.2486, - 3.6351, - 3.3244, - 3.6351, - 3.3244, - 3.7413, - 3.2486, - 3.7413 + 1.8704, + 6.5015, + 3.2342, + 6.5136, + 3.2318, + 6.7805, + 1.868, + 6.7684 ], "page": 1, - "confidence": 0.971 + "confidence": 0.903 }, - "TotalPrice": { - "type": "number", - "valueNumber": 15.66, - "text": "15.66", - "boundingBox": [ - 5.4232, - 3.6341, - 5.78, - 3.6341, - 5.78, - 3.7423, - 5.4232, - 3.7423 - ], - "page": 1, - "confidence": 0.958 - } - } - }, - { - "type": "object", - "valueObject": { "Quantity": { "type": "number", "valueNumber": 1, "text": "1", "boundingBox": [ - 3.2589, - 3.845, - 3.3202, - 3.845, - 3.3202, - 3.951, - 3.2589, - 3.951 + 1.6602, + 6.4914, + 1.804, + 6.4914, + 1.804, + 6.7684, + 1.6602, + 6.7684 ], "page": 1, - "confidence": 0.971 + "confidence": 0.966 }, "TotalPrice": { "type": "number", - "valueNumber": 12, - "text": "12.00", + "valueNumber": 9.5, + "text": "$9.5", "boundingBox": [ - 5.4232, - 3.8441, - 5.7809, - 3.8441, - 5.7809, - 3.9523, - 5.4232, - 3.9523 + 4.3828, + 6.8459, + 4.8034, + 6.8348, + 4.8145, + 7.1229, + 4.3828, + 7.1339 ], "page": 1, - "confidence": 0.957 + "confidence": 0.917 } } - }, + } + ] + }, + "MerchantAddress": { + "type": "string", + "valueString": "123 Main Street Redmond, WA 98052", + "text": "123 Main Street Redmond, WA 98052", + "boundingBox": [ + 1.893, + 3.0221, + 3.5405, + 3.3517, + 3.4293, + 3.9076, + 1.7818, + 3.578 + ], + "page": 1, + "confidence": 0.973 + }, + "MerchantName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 1.9147, + 2.6918, + 2.5677, + 2.8691, + 2.5124, + 3.0685, + 1.8704, + 2.8912 + ], + "page": 1, + "confidence": 0.973 + }, + "MerchantPhoneNumber": { + "type": "phoneNumber", + "valuePhoneNumber": "\u002B19876543210", + "text": "987-654-3210", + "boundingBox": [ + 1.8151, + 3.999, + 2.9661, + 4.1541, + 2.9329, + 4.3756, + 1.793, + 4.2205 + ], + "page": 1, + "confidence": 0.987 + }, + "ReceiptType": { + "type": "string", + "valueString": "Itemized", + "confidence": 0.989 + }, + "Subtotal": { + "type": "number", + "valueNumber": 11.7, + "text": "$ 11.70", + "boundingBox": [ + 4.2611, + 7.6546, + 4.9251, + 7.6546, + 4.9251, + 7.9648, + 4.2611, + 7.9648 + ], + "page": 1, + "confidence": 0.777 + }, + "Tax": { + "type": "number", + "valueNumber": 1.17, + "text": "$ 1.17", + "boundingBox": [ + 4.3745, + 8.0029, + 4.9488, + 8.044, + 4.9227, + 8.4085, + 4.3484, + 8.3674 + ], + "page": 1, + "confidence": 0.985 + }, + "Total": { + "type": "number", + "valueNumber": 14.5, + "text": "$14.50", + "boundingBox": [ + 4.1061, + 8.8731, + 5.1243, + 8.9174, + 5.1022, + 9.283, + 4.084, + 9.2276 + ], + "page": 1, + "confidence": 0.958 + }, + "TransactionDate": { + "type": "date", + "valueDate": "2019-06-10", + "text": "6/10/2019", + "boundingBox": [ + 1.7819, + 4.6636, + 2.5456, + 4.7301, + 2.5234, + 4.996, + 1.7598, + 4.9406 + ], + "page": 1, + "confidence": 0.987 + }, + "TransactionTime": { + "type": "time", + "valueTime": "13:59:00", + "text": "13:59", + "boundingBox": [ + 2.6009, + 4.7412, + 3.0436, + 4.7744, + 3.0215, + 5.0181, + 2.5788, + 4.996 + ], + "page": 1, + "confidence": 0.984 + } + } + }, + { + "docType": "prebuilt:receipt", + "pageRange": [ + 2, + 2 + ], + "fields": { + "Items": { + "type": "array", + "valueArray": [ { "type": "object", "valueObject": { - "Quantity": { - "type": "number", - "valueNumber": 4, - "text": "4", + "Name": { + "type": "string", + "valueString": "Surface Pro 6", + "text": "Surface Pro 6", "boundingBox": [ - 3.2486, - 4.0556, - 3.3244, - 4.0556, - 3.3244, - 4.1617, - 3.2486, - 4.1617 + 2.0742, + 5.6545, + 3.0328, + 5.6745, + 3.0282, + 5.8911, + 2.0697, + 5.8711 ], - "page": 1, - "confidence": 0.971 + "page": 2, + "confidence": 0.855 }, - "TotalPrice": { - "type": "number", - "valueNumber": 10, - "text": "10.00", - "boundingBox": [ - 5.4232, - 4.0546, - 5.781, - 4.0546, - 5.781, - 4.1627, - 5.4232, - 4.1627 - ], - "page": 1, - "confidence": 0.961 - } - } - }, - { - "type": "object", - "valueObject": { "Quantity": { "type": "number", - "valueNumber": 6, - "text": "6", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 3.2534, - 4.2646, - 3.3226, - 4.2646, - 3.3226, - 4.3727, - 3.2534, - 4.3727 + 1.9811, + 5.6606, + 2.0365, + 5.6606, + 2.0365, + 5.8711, + 1.9811, + 5.8711 ], - "page": 1, - "confidence": 0.971 + "page": 2, + "confidence": 0.961 }, "TotalPrice": { "type": "number", - "valueNumber": 12, - "text": "12.00", + "valueNumber": 999, + "text": "$ 999.00", "boundingBox": [ - 5.4232, - 4.2646, - 5.7809, - 4.2646, - 5.7809, - 4.3727, - 5.4232, - 4.3727 + 3.8004, + 6.3191, + 4.4224, + 6.3711, + 4.4011, + 6.6251, + 3.7792, + 6.5731 ], - "page": 1, - "confidence": 0.549 + "page": 2, + "confidence": 0.935 } } }, { "type": "object", "valueObject": { - "Price": { - "type": "number", - "valueNumber": 22, - "text": "22.00", + "Name": { + "type": "string", + "valueString": "SurfacePen", + "text": "SurfacePen", "boundingBox": [ - 5.4184, - 4.4746, - 5.781, - 4.4746, - 5.781, - 4.5827, - 5.4184, - 4.5827 + 2.0475, + 7.0453, + 2.8887, + 7.0342, + 2.8997, + 7.2447, + 2.0586, + 7.2669 ], - "page": 1, - "confidence": 0.394 + "page": 2, + "confidence": 0.479 }, "Quantity": { "type": "number", - "valueNumber": 8, - "text": "8", + "valueNumber": 1, + "text": "1", "boundingBox": [ - 3.2514, - 4.4746, - 3.3224, - 4.4746, - 3.3224, - 4.5827, - 3.2514, - 4.5827 + 1.9368, + 7.0453, + 2.0033, + 7.0453, + 2.0143, + 7.2669, + 1.9479, + 7.2669 ], - "page": 1, - "confidence": 0.97 + "page": 2, + "confidence": 0.961 + }, + "TotalPrice": { + "type": "number", + "valueNumber": 99.99, + "text": "$ 99.99", + "boundingBox": [ + 3.8737, + 7.0675, + 4.4049, + 7.0675, + 4.4049, + 7.289, + 3.8737, + 7.289 + ], + "page": 2, + "confidence": 0.935 } } } @@ -492,137 +598,145 @@ }, "MerchantAddress": { "type": "string", - "valueString": "567 Main St. Redmond, WA", - "text": "567 Main St. Redmond, WA", + "valueString": "123 Main Street Redmond, WA 98052", + "text": "123 Main Street Redmond, WA 98052", "boundingBox": [ - 0.8852, - 1.846, - 1.8537, - 1.846, - 1.8537, - 2.1975, - 0.8852, - 2.1975 + 1.9368, + 3.0685, + 3.265, + 3.0685, + 3.265, + 3.578, + 1.9368, + 3.578 ], - "page": 1, - "confidence": 0.97 + "page": 2, + "confidence": 0.976 }, "MerchantName": { "type": "string", - "valueString": "Bilbo Baggins", - "text": "Bilbo Baggins", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 6.0164, - 1.4503, - 6.8967, - 1.4503, - 6.8967, - 1.5931, - 6.0164, - 1.5931 + 1.9701, + 2.7694, + 2.5013, + 2.7915, + 2.4902, + 2.9688, + 1.959, + 2.9466 ], - "page": 1, - "confidence": 0.661 + "page": 2, + "confidence": 0.974 }, "MerchantPhoneNumber": { "type": "phoneNumber", - "valuePhoneNumber": "\u002B15555555555", - "text": "555-555-5555", + "text": "123-456-7890", "boundingBox": [ - 6.0105, - 2.1187, - 6.9371, - 2.1187, - 6.9371, - 2.2254, - 6.0105, - 2.2254 + 1.8926, + 3.9878999999999998, + 2.8665, + 4.0211, + 2.8665, + 4.2205, + 1.8926, + 4.1984 ], - "page": 1, - "confidence": 0.987 + "page": 2, + "confidence": 0.988 }, "ReceiptType": { "type": "string", "valueString": "Itemized", - "confidence": 0.994 + "confidence": 0.99 }, "Subtotal": { "type": "number", - "valueNumber": 300, - "text": "300.00", + "valueNumber": 1098.99, + "text": "$ 1098.99", "boundingBox": [ - 6.1794, - 4.9042, - 6.632, - 4.9042, - 6.632, - 5.0131, - 6.1794, - 5.0131 + 3.752, + 7.7543, + 4.416, + 7.7543, + 4.416, + 7.9869, + 3.752, + 7.9869 ], - "page": 1, - "confidence": 0.983 + "page": 2, + "confidence": 0.776 }, "Tax": { "type": "number", - "valueNumber": 30, - "text": "30.00", + "valueNumber": 104.4, + "text": "$ 104.40", "boundingBox": [ - 5.836, - 5.1245, - 6.2022, - 5.1245, - 6.2022, - 5.2333, - 5.836, - 5.2333 + 3.8073, + 8.0977, + 4.3939, + 8.0977, + 4.3939, + 8.3192, + 3.8073, + 8.3192 ], - "page": 1, - "confidence": 0.987 + "page": 2, + "confidence": 0.986 }, - "Tip": { + "Total": { "type": "number", - "valueNumber": 100, - "text": "100.00", + "valueNumber": 1203.39, + "text": "$ 1203.39", "boundingBox": [ - 5.811, - 5.3445, - 6.2587, - 5.3445, - 6.2587, - 5.4533, - 5.811, - 5.4533 + 3.7298, + 8.7623, + 4.3944, + 8.8228, + 4.3743, + 9.0446, + 3.7096, + 8.9841 ], - "page": 1, - "confidence": 0.942 + "page": 2, + "confidence": 0.973 }, - "Total": { - "type": "number", - "valueNumber": 430, - "text": "430.00", + "TransactionDate": { + "type": "date", + "valueDate": "2019-06-10", + "text": "6/10/2019", "boundingBox": [ - 5.942, - 5.5645, - 6.3987, - 5.5645, - 6.3987, - 5.6733, - 5.942, - 5.6733 + 1.8815, + 4.6526, + 2.4792, + 4.6636, + 2.4792, + 4.8741, + 1.8926, + 4.8741 ], - "page": 1, - "confidence": 0.981 + "page": 2, + "confidence": 0.987 + }, + "TransactionTime": { + "type": "time", + "valueTime": "13:59:00", + "text": "13:59", + "boundingBox": [ + 2.5234, + 4.6636, + 2.9108, + 4.6636, + 2.8997, + 4.8741, + 2.5234, + 4.8741 + ], + "page": 2, + "confidence": 0.986 } } - }, - { - "docType": "prebuilt:receipt", - "pageRange": [ - 2, - 2 - ], - "fields": {} } ] } @@ -631,7 +745,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-eastus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-canada-central.cognitiveservices.azure.com/", "RandomSeed": "604339591" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample15_DifferentiateOutputLabeledTables.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample15_DifferentiateOutputLabeledTables.cs new file mode 100644 index 000000000000..5d8002b1d242 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample15_DifferentiateOutputLabeledTables.cs @@ -0,0 +1,164 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System; +using System.IO; +using System.Threading.Tasks; +using Azure.AI.FormRecognizer.Models; +using Azure.AI.FormRecognizer.Tests; +using Azure.AI.FormRecognizer.Training; +using Azure.Core.TestFramework; +using NUnit.Framework; + +namespace Azure.AI.FormRecognizer.Samples +{ + public partial class FormRecognizerSamples : SamplesBase + { + /// This sample demonstrates the differences in output that arise when BeginRecognizeCustomForms + /// is called with custom models trained with fixed vs. dynamic table tags. + /// For this sample, you can use the training forms found in the `trainingFiles\labeledTables\{fixed|variable}` folder. + /// Upload the forms to your storage container and then generate a container SAS URL. + + /// For more information see https://docs.microsoft.com/azure/cognitive-services/form-recognizer/overview#custom-models + + /// Note that Form Recognizer automatically finds and extracts all tables in your documents whether the tables + /// are tagged/labeled or not. Tables extracted automatically by Form Recognizer will be included in the + /// `Tables` property under `RecognizedForm.Pages`. + + /// A conceptual explanation of using table tags to train your custom form model can be found in the + /// service documentation: https://docs.microsoft.com/azure/cognitive-services/form-recognizer/supervised-table-tags + + [Test] + public async Task OutputModelsTrainedWithFixedRowsTables() + { + string endpoint = TestEnvironment.Endpoint; + string apiKey = TestEnvironment.ApiKey; + string trainingFileUrl = TestEnvironment.TableFixedRowsContainerSasUrl; + string formFilePath = FormRecognizerTestEnvironment.CreatePath("label_table_fixed_rows1.pdf"); + + FormRecognizerClient client = new FormRecognizerClient(new Uri(endpoint), new AzureKeyCredential(apiKey)); + FormTrainingClient trainingClient = new FormTrainingClient(new Uri(endpoint), new AzureKeyCredential(apiKey)); + + // Model trained with labeled table with fixed rows. + CustomFormModel modelTrainedWithLabels = await trainingClient.StartTrainingAsync(new Uri(trainingFileUrl), useTrainingLabels: true).WaitForCompletionAsync(); + + using (FileStream stream = new FileStream(formFilePath, FileMode.Open)) + { + RecognizedFormCollection forms = await client.StartRecognizeCustomFormsAsync(modelTrainedWithLabels.ModelId, stream).WaitForCompletionAsync(); + + Console.WriteLine("---------Recognized labeled table with fixed rows---------"); + foreach (RecognizedForm form in forms) + { + foreach (FormField field in form.Fields.Values) + { + /// Substitute "table" for the label given to the table tag during training + /// (if different than sample training docs). + if (field.Name == "table") + { + if (field.Value.ValueType == FieldValueType.Dictionary) + { + var table = field.Value.AsDictionary(); + //columns + foreach (var row in table.Values) + { + Console.WriteLine($"Row {row.Name} has columns:"); + if (row.Value.ValueType == FieldValueType.Dictionary) + { + var col = row.Value.AsDictionary(); + foreach (var colValues in col) + { + Console.Write($" Col {colValues.Key}. Value: "); + if (colValues.Value != null) + { + var rowContent = colValues.Value; + if (rowContent.Value.ValueType == FieldValueType.String) + { + Console.WriteLine($"'{rowContent.Value.AsString()}'"); + } + } + else + { + Console.WriteLine("Empty cell"); + } + } + } + } + } + } + else + { + Console.WriteLine($"Field {field.Name}: "); + Console.WriteLine($" Value: '{field.ValueData.Text}"); + Console.WriteLine($" Confidence: '{field.Confidence}"); + } + } + } + } + } + + [Test] + public async Task OutputModelsTrainedWithDynamicRowsTables() + { + string endpoint = TestEnvironment.Endpoint; + string apiKey = TestEnvironment.ApiKey; + string trainingFileUrl = TestEnvironment.TableDynamicRowsContainerSasUrl; + string formFilePath = FormRecognizerTestEnvironment.CreatePath("label_table_dynamic_rows1.pdf"); + + FormRecognizerClient client = new FormRecognizerClient(new Uri(endpoint), new AzureKeyCredential(apiKey)); + FormTrainingClient trainingClient = new FormTrainingClient(new Uri(endpoint), new AzureKeyCredential(apiKey)); + + // Model trained with labeled table with dynamic rows. + CustomFormModel modelTrainedWithLabels = await trainingClient.StartTrainingAsync(new Uri(trainingFileUrl), useTrainingLabels: true).WaitForCompletionAsync(); + + using (FileStream stream = new FileStream(formFilePath, FileMode.Open)) + { + RecognizedFormCollection forms = await client.StartRecognizeCustomFormsAsync(modelTrainedWithLabels.ModelId, stream).WaitForCompletionAsync(); + + Console.WriteLine("---------Recognized labeled table with dynamic rows---------"); + foreach (RecognizedForm form in forms) + { + foreach (FormField field in form.Fields.Values) + { + /// Substitute "table" for the label given to the table tag during training + /// (if different than sample training docs). + if (field.Name == "table") + { + if (field.Value.ValueType == FieldValueType.List) + { + var table = field.Value.AsList(); + //columns + for (int i=0; i< table.Count; i++) + { + Console.WriteLine($"Row {i+1}:"); + var row = table[i].Value.AsDictionary(); + foreach (var colValues in row) + { + Console.Write($" Col {colValues.Key}. Value: "); + if (colValues.Value != null) + { + var rowContent = colValues.Value; + if (rowContent.Value.ValueType == FieldValueType.String) + { + Console.WriteLine($"'{rowContent.Value.AsString()}'"); + } + } + else + { + Console.WriteLine("Empty cell."); + } + } + } + } + } + else + { + Console.WriteLine($"Field {field.Name}: "); + Console.WriteLine($" Value: '{field.ValueData.Text}"); + Console.WriteLine($" Confidence: '{field.Confidence}"); + } + } + } + } + } + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample2_RecognizeCustomFormsFromFile.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample2_RecognizeCustomFormsFromFile.cs index 986ec4fb91e5..0c9f60ce808a 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample2_RecognizeCustomFormsFromFile.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample2_RecognizeCustomFormsFromFile.cs @@ -43,8 +43,9 @@ public async Task RecognizeCustomFormsFromFile() #endif using var stream = new FileStream(filePath, FileMode.Open); + var options = new RecognizeCustomFormsOptions() { IncludeFieldElements = true }; - RecognizeCustomFormsOperation operation = await client.StartRecognizeCustomFormsAsync(modelId, stream); + RecognizeCustomFormsOperation operation = await client.StartRecognizeCustomFormsAsync(modelId, stream, options); Response operationResponse = await operation.WaitForCompletionAsync(); RecognizedFormCollection forms = operationResponse.Value; @@ -64,8 +65,34 @@ public async Task RecognizeCustomFormsFromFile() Console.WriteLine($" Value: '{field.ValueData.Text}'"); Console.WriteLine($" Confidence: '{field.Confidence}'"); } - } + // Iterate over tables, lines, and selection marks on each page + foreach (var page in form.Pages) + { + for (int i = 0; i < page.Tables.Count; i++) + { + Console.WriteLine($"Table {i+1} on page {page.Tables[i].PageNumber}"); + foreach (var cell in page.Tables[i].Cells) + { + Console.WriteLine($" Cell[{cell.RowIndex}][{cell.ColumnIndex}] has text '{cell.Text}' with confidence {cell.Confidence}"); + } + } + Console.WriteLine($"Lines found on page {page.PageNumber}"); + foreach (var line in page.Lines) + { + Console.WriteLine($" Line {line.Text}"); + } + + if (page.SelectionMarks.Count != 0) + { + Console.WriteLine($"Selection marks found on page {page.PageNumber}"); + foreach (var selectionMark in page.SelectionMarks) + { + Console.WriteLine($" Selection mark is '{selectionMark.State}' with confidence {selectionMark.Confidence}"); + } + } + } + } #endregion // Delete the model on completion to clean environment. diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample2_RecognizeCustomFormsFromUri.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample2_RecognizeCustomFormsFromUri.cs index 7b08f42c31f2..54f48b96f2a9 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample2_RecognizeCustomFormsFromUri.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample2_RecognizeCustomFormsFromUri.cs @@ -40,8 +40,9 @@ public async Task RecognizeCustomFormsFromUri() Uri formUri = FormRecognizerTestEnvironment.CreateUri("Form_1.jpg"); string modelId = model.ModelId; #endif + var options = new RecognizeCustomFormsOptions() { IncludeFieldElements = true }; - RecognizeCustomFormsOperation operation = await client.StartRecognizeCustomFormsFromUriAsync(modelId, formUri); + RecognizeCustomFormsOperation operation = await client.StartRecognizeCustomFormsFromUriAsync(modelId, formUri, options); Response operationResponse = await operation.WaitForCompletionAsync(); RecognizedFormCollection forms = operationResponse.Value; @@ -63,6 +64,33 @@ public async Task RecognizeCustomFormsFromUri() Console.WriteLine($" Value: '{field.ValueData.Text}'"); Console.WriteLine($" Confidence: '{field.Confidence}'"); } + + // Iterate over tables, lines, and selection marks on each page + foreach (var page in form.Pages) + { + for (int i = 0; i < page.Tables.Count; i++) + { + Console.WriteLine($"Table {i + 1} on page {page.Tables[i].PageNumber}"); + foreach (var cell in page.Tables[i].Cells) + { + Console.WriteLine($" Cell[{cell.RowIndex}][{cell.ColumnIndex}] has text '{cell.Text}' with confidence {cell.Confidence}"); + } + } + Console.WriteLine($"Lines found on page {page.PageNumber}"); + foreach (var line in page.Lines) + { + Console.WriteLine($" Line {line.Text}"); + } + + if (page.SelectionMarks.Count != 0) + { + Console.WriteLine($"Selection marks found on page {page.PageNumber}"); + foreach (var selectionMark in page.SelectionMarks) + { + Console.WriteLine($" Selection mark is '{selectionMark.State}' with confidence {selectionMark.Confidence}"); + } + } + } } #endregion diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/fields.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/fields.json new file mode 100644 index 000000000000..154498e7f418 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/fields.json @@ -0,0 +1,50 @@ +{ + "$schema": "https://schema.cognitiveservices.azure.com/formrecognizer/2021-03-01/fields.json", + "fields": [ + { + "fieldKey": "table", + "fieldType": "array", + "fieldFormat": "not-specified", + "itemType": "table_object", + "fields": null + } + ], + "definitions": { + "table_object": { + "fieldKey": "table_object", + "fieldType": "object", + "fieldFormat": "not-specified", + "itemType": null, + "fields": [ + { + "fieldKey": "Item", + "fieldType": "string", + "fieldFormat": "not-specified", + "itemType": null, + "fields": null + }, + { + "fieldKey": "Price", + "fieldType": "string", + "fieldFormat": "not-specified", + "itemType": null, + "fields": null + }, + { + "fieldKey": "Tax", + "fieldType": "string", + "fieldFormat": "not-specified", + "itemType": null, + "fields": null + }, + { + "fieldKey": "Total", + "fieldType": "string", + "fieldFormat": "not-specified", + "itemType": null, + "fields": null + } + ] + } + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows1.pdf b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows1.pdf new file mode 100644 index 000000000000..876e9ecd9621 Binary files /dev/null and b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows1.pdf differ diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows1.pdf.labels.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows1.pdf.labels.json new file mode 100644 index 000000000000..42aec66dc2fd --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows1.pdf.labels.json @@ -0,0 +1,315 @@ +{ + "$schema": "https://schema.cognitiveservices.azure.com/formrecognizer/2021-03-01/labels.json", + "document": "label_table_dynamic_rows1.pdf", + "labels": [ + { + "label": "table/0/Item", + "key": null, + "value": [ + { + "page": 1, + "text": "Apple", + "boundingBoxes": [ + [ + 0.12710588235294118, + 0.16963636363636364, + 0.1699764705882353, + 0.16963636363636364, + 0.1699764705882353, + 0.18157272727272727, + 0.12710588235294118, + 0.18157272727272727 + ] + ] + } + ] + }, + { + "label": "table/0/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "5.00", + "boundingBoxes": [ + [ + 0.2805294117647059, + 0.17018181818181818, + 0.3110470588235294, + 0.17018181818181818, + 0.3110470588235294, + 0.17922727272727274, + 0.2805294117647059, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/0/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.4334470588235294, + 0.17018181818181818, + 0.46383529411764707, + 0.17018181818181818, + 0.46383529411764707, + 0.17922727272727274, + 0.4334470588235294, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/0/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "7.00", + "boundingBoxes": [ + [ + 0.5862705882352941, + 0.17018181818181818, + 0.6168117647058823, + 0.17018181818181818, + 0.6168117647058823, + 0.17922727272727274, + 0.5862705882352941, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/1/Item", + "key": null, + "value": [ + { + "page": 1, + "text": "Orange", + "boundingBoxes": [ + [ + 0.1276, + 0.18772727272727271, + 0.1809529411764706, + 0.18772727272727271, + 0.1809529411764706, + 0.19916363636363635, + 0.1276, + 0.19916363636363635 + ] + ] + } + ] + }, + { + "label": "table/1/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.2806470588235294, + 0.18775454545454548, + 0.3110470588235294, + 0.18775454545454548, + 0.3110470588235294, + 0.1968, + 0.2806470588235294, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/1/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "1.00", + "boundingBoxes": [ + [ + 0.4339647058823529, + 0.18775454545454548, + 0.46383529411764707, + 0.18775454545454548, + 0.46383529411764707, + 0.1968, + 0.4339647058823529, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/1/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "3.00", + "boundingBoxes": [ + [ + 0.5863058823529412, + 0.18775454545454548, + 0.6168117647058823, + 0.18775454545454548, + 0.6168117647058823, + 0.1968, + 0.5863058823529412, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/2/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "1.00", + "boundingBoxes": [ + [ + 0.2811764705882353, + 0.20533636363636365, + 0.3110470588235294, + 0.20533636363636365, + 0.3110470588235294, + 0.2143818181818182, + 0.2811764705882353, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/2/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "4.00", + "boundingBoxes": [ + [ + 0.43284705882352936, + 0.20533636363636365, + 0.46383529411764707, + 0.20533636363636365, + 0.46383529411764707, + 0.2143818181818182, + 0.43284705882352936, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/2/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "5.00", + "boundingBoxes": [ + [ + 0.5862941176470589, + 0.20533636363636365, + 0.6168117647058823, + 0.20533636363636365, + 0.6168117647058823, + 0.2143818181818182, + 0.5862941176470589, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/3/Item", + "key": null, + "value": [ + { + "page": 1, + "text": "Pear", + "boundingBoxes": [ + [ + 0.12814117647058823, + 0.22303636363636362, + 0.1605058823529412, + 0.22303636363636362, + 0.1605058823529412, + 0.23198181818181818, + 0.12814117647058823, + 0.23198181818181818 + ] + ] + } + ] + }, + { + "label": "table/3/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.4334470588235294, + 0.22290909090909092, + 0.46383529411764707, + 0.22290909090909092, + 0.46383529411764707, + 0.23195454545454544, + 0.4334470588235294, + 0.23195454545454544 + ] + ] + } + ] + }, + { + "label": "table/3/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.5864235294117648, + 0.22290909090909092, + 0.6168117647058823, + 0.22290909090909092, + 0.6168117647058823, + 0.23195454545454544, + 0.5864235294117648, + 0.23195454545454544 + ] + ] + } + ] + } + ], + "labelingState": 2 +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows1.pdf.ocr.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows1.pdf.ocr.json new file mode 100644 index 000000000000..5879db2433df --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows1.pdf.ocr.json @@ -0,0 +1,1147 @@ +{ + "status": "succeeded", + "createdDateTime": "2021-04-21T22:18:31Z", + "lastUpdatedDateTime": "2021-04-21T22:18:36Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "boundingBox": [ + 1.0075, + 1.0471, + 1.2329, + 1.0471, + 1.2329, + 1.1465, + 1.0075, + 1.1465 + ], + "text": "Con", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0075, + 1.0471, + 1.2329, + 1.0471, + 1.2329, + 1.1465, + 1.0075, + 1.1465 + ], + "text": "Con", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.2461, + 1.0557, + 1.2901, + 1.0557, + 1.2901, + 1.1464, + 1.2461, + 1.1464 + ], + "text": "t", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.2461, + 1.0557, + 1.2901, + 1.0557, + 1.2901, + 1.1464, + 1.2461, + 1.1464 + ], + "text": "t", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.3004, + 1.0413, + 1.8111, + 1.0413, + 1.8111, + 1.1669, + 1.3004, + 1.1669 + ], + "text": "oso, Ltd.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.3004, + 1.0726, + 1.5446, + 1.0726, + 1.5446, + 1.1669, + 1.3004, + 1.1669 + ], + "text": "oso,", + "confidence": 1 + }, + { + "boundingBox": [ + 1.601, + 1.0413, + 1.8111, + 1.0413, + 1.8111, + 1.1465, + 1.601, + 1.1465 + ], + "text": "Ltd.", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0892, + 1.6796, + 1.3662, + 1.6796, + 1.3662, + 1.7785, + 1.0892, + 1.7785 + ], + "text": "Item", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0892, + 1.6796, + 1.3662, + 1.6796, + 1.3662, + 1.7785, + 1.0892, + 1.7785 + ], + "text": "Item", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3875, + 1.6753, + 2.6861, + 1.6753, + 2.6861, + 1.7785, + 2.3875, + 1.7785 + ], + "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3875, + 1.6753, + 2.6861, + 1.6753, + 2.6861, + 1.7785, + 2.3875, + 1.7785 + ], + "text": "Price", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6766, + 1.68, + 3.8953, + 1.68, + 3.8953, + 1.7785, + 3.6766, + 1.7785 + ], + "text": "Tax", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6766, + 1.68, + 3.8953, + 1.68, + 3.8953, + 1.7785, + 3.6766, + 1.7785 + ], + "text": "Tax", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9769, + 1.6727, + 5.2909, + 1.6727, + 5.2909, + 1.7785, + 4.9769, + 1.7785 + ], + "text": "Total", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9769, + 1.6727, + 5.2909, + 1.6727, + 5.2909, + 1.7785, + 4.9769, + 1.7785 + ], + "text": "Total", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0804, + 1.866, + 1.4448, + 1.866, + 1.4448, + 1.9973, + 1.0804, + 1.9973 + ], + "text": "Apple", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0804, + 1.866, + 1.4448, + 1.866, + 1.4448, + 1.9973, + 1.0804, + 1.9973 + ], + "text": "Apple", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3845, + 1.872, + 2.6439, + 1.872, + 2.6439, + 1.9715, + 2.3845, + 1.9715 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3845, + 1.872, + 2.6439, + 1.872, + 2.6439, + 1.9715, + 2.3845, + 1.9715 + ], + "text": "5.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6843, + 1.872, + 3.9426, + 1.872, + 3.9426, + 1.9715, + 3.6843, + 1.9715 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6843, + 1.872, + 3.9426, + 1.872, + 3.9426, + 1.9715, + 3.6843, + 1.9715 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9833, + 1.872, + 5.2429, + 1.872, + 5.2429, + 1.9715, + 4.9833, + 1.9715 + ], + "text": "7.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9833, + 1.872, + 5.2429, + 1.872, + 5.2429, + 1.9715, + 4.9833, + 1.9715 + ], + "text": "7.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0846, + 2.065, + 1.5381, + 2.065, + 1.5381, + 2.1908, + 1.0846, + 2.1908 + ], + "text": "Orange", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0846, + 2.065, + 1.5381, + 2.065, + 1.5381, + 2.1908, + 1.0846, + 2.1908 + ], + "text": "Orange", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3855, + 2.0653, + 2.6439, + 2.0653, + 2.6439, + 2.1648, + 2.3855, + 2.1648 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3855, + 2.0653, + 2.6439, + 2.0653, + 2.6439, + 2.1648, + 2.3855, + 2.1648 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6887, + 2.0653, + 3.9426, + 2.0653, + 3.9426, + 2.1648, + 3.6887, + 2.1648 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6887, + 2.0653, + 3.9426, + 2.0653, + 3.9426, + 2.1648, + 3.6887, + 2.1648 + ], + "text": "1.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9836, + 2.0653, + 5.2429, + 2.0653, + 5.2429, + 2.1648, + 4.9836, + 2.1648 + ], + "text": "3.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9836, + 2.0653, + 5.2429, + 2.0653, + 5.2429, + 2.1648, + 4.9836, + 2.1648 + ], + "text": "3.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.39, + 2.2587, + 2.6439, + 2.2587, + 2.6439, + 2.3582, + 2.39, + 2.3582 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.39, + 2.2587, + 2.6439, + 2.2587, + 2.6439, + 2.3582, + 2.39, + 2.3582 + ], + "text": "1.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6792, + 2.2587, + 3.9426, + 2.2587, + 3.9426, + 2.3582, + 3.6792, + 2.3582 + ], + "text": "4.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6792, + 2.2587, + 3.9426, + 2.2587, + 3.9426, + 2.3582, + 3.6792, + 2.3582 + ], + "text": "4.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9835, + 2.2587, + 5.2429, + 2.2587, + 5.2429, + 2.3582, + 4.9835, + 2.3582 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9835, + 2.2587, + 5.2429, + 2.2587, + 5.2429, + 2.3582, + 4.9835, + 2.3582 + ], + "text": "5.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0892, + 2.4534, + 1.3643, + 2.4534, + 1.3643, + 2.5518, + 1.0892, + 2.5518 + ], + "text": "Pear", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0892, + 2.4534, + 1.3643, + 2.4534, + 1.3643, + 2.5518, + 1.0892, + 2.5518 + ], + "text": "Pear", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6843, + 2.452, + 3.9426, + 2.452, + 3.9426, + 2.5515, + 3.6843, + 2.5515 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6843, + 2.452, + 3.9426, + 2.452, + 3.9426, + 2.5515, + 3.6843, + 2.5515 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9846, + 2.452, + 5.2429, + 2.452, + 5.2429, + 2.5515, + 4.9846, + 2.5515 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9846, + 2.452, + 5.2429, + 2.452, + 5.2429, + 2.5515, + 4.9846, + 2.5515 + ], + "text": "2.00", + "confidence": 1 + } + ] + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 5, + "columns": 4, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Item", + "boundingBox": [ + 0.9965, + 1.6215, + 2.2935, + 1.6215, + 2.2935, + 1.8221, + 0.9965, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/3/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Price", + "boundingBox": [ + 2.2935, + 1.6215, + 3.585, + 1.6215, + 3.5904, + 1.8221, + 2.2935, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/4/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Tax", + "boundingBox": [ + 3.585, + 1.6215, + 4.8981, + 1.6215, + 4.8981, + 1.8221, + 3.5904, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/5/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "text": "Total", + "boundingBox": [ + 4.8981, + 1.6215, + 6.1951, + 1.6215, + 6.1951, + 1.8272, + 4.8981, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/6/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "Apple", + "boundingBox": [ + 0.9965, + 1.8221, + 2.2935, + 1.8221, + 2.2935, + 2.0078, + 0.9965, + 2.0128 + ], + "elements": [ + "#/readResults/0/lines/7/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "5.00", + "boundingBox": [ + 2.2935, + 1.8221, + 3.5904, + 1.8221, + 3.5904, + 2.0078, + 2.2935, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/8/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "2.00", + "boundingBox": [ + 3.5904, + 1.8221, + 4.8981, + 1.8221, + 4.8981, + 2.0078, + 3.5904, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/9/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "text": "7.00", + "boundingBox": [ + 4.8981, + 1.8221, + 6.1951, + 1.8272, + 6.1951, + 2.0128, + 4.8981, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/10/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "Orange", + "boundingBox": [ + 0.9965, + 2.0128, + 2.2935, + 2.0078, + 2.2935, + 2.2034, + 0.9965, + 2.2084 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "2.00", + "boundingBox": [ + 2.2935, + 2.0078, + 3.5904, + 2.0078, + 3.5904, + 2.2034, + 2.2935, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/12/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "1.00", + "boundingBox": [ + 3.5904, + 2.0078, + 4.8981, + 2.0078, + 4.8981, + 2.2034, + 3.5904, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 3, + "text": "3.00", + "boundingBox": [ + 4.8981, + 2.0078, + 6.1951, + 2.0128, + 6.1951, + 2.2034, + 4.8981, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "", + "boundingBox": [ + 0.9965, + 2.2084, + 2.2935, + 2.2034, + 2.2935, + 2.3991, + 0.9965, + 2.3991 + ], + "elements": [] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "1.00", + "boundingBox": [ + 2.2935, + 2.2034, + 3.5904, + 2.2034, + 3.5904, + 2.3991, + 2.2935, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "4.00", + "boundingBox": [ + 3.5904, + 2.2034, + 4.8981, + 2.2034, + 4.8981, + 2.3991, + 3.5904, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 3, + "text": "5.00", + "boundingBox": [ + 4.8981, + 2.2034, + 6.1951, + 2.2034, + 6.1951, + 2.3991, + 4.8981, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/17/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "text": "Pear", + "boundingBox": [ + 0.9965, + 2.3991, + 2.2935, + 2.3991, + 2.2935, + 2.5947, + 0.9965, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/18/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 1, + "text": "", + "boundingBox": [ + 2.2935, + 2.3991, + 3.5904, + 2.3991, + 3.5958, + 2.5947, + 2.2935, + 2.5947 + ], + "elements": [] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "2.00", + "boundingBox": [ + 3.5904, + 2.3991, + 4.8981, + 2.3991, + 4.8981, + 2.5947, + 3.5958, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/19/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 3, + "text": "2.00", + "boundingBox": [ + 4.8981, + 2.3991, + 6.1951, + 2.3991, + 6.1951, + 2.5947, + 4.8981, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/20/words/0" + ] + } + ], + "boundingBox": [ + 0.9979, + 1.6139, + 6.2003, + 1.6153, + 6.1999, + 2.5942, + 0.9973, + 2.5931 + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows2.pdf b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows2.pdf new file mode 100644 index 000000000000..876e9ecd9621 Binary files /dev/null and b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows2.pdf differ diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows2.pdf.labels.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows2.pdf.labels.json new file mode 100644 index 000000000000..daf38b340edd --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows2.pdf.labels.json @@ -0,0 +1,315 @@ +{ + "$schema": "https://schema.cognitiveservices.azure.com/formrecognizer/2021-03-01/labels.json", + "document": "label_table_dynamic_rows2.pdf", + "labels": [ + { + "label": "table/0/Item", + "key": null, + "value": [ + { + "page": 1, + "text": "Apple", + "boundingBoxes": [ + [ + 0.12710588235294118, + 0.16963636363636364, + 0.1699764705882353, + 0.16963636363636364, + 0.1699764705882353, + 0.18157272727272727, + 0.12710588235294118, + 0.18157272727272727 + ] + ] + } + ] + }, + { + "label": "table/0/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "5.00", + "boundingBoxes": [ + [ + 0.2805294117647059, + 0.17018181818181818, + 0.3110470588235294, + 0.17018181818181818, + 0.3110470588235294, + 0.17922727272727274, + 0.2805294117647059, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/0/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.4334470588235294, + 0.17018181818181818, + 0.46383529411764707, + 0.17018181818181818, + 0.46383529411764707, + 0.17922727272727274, + 0.4334470588235294, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/0/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "7.00", + "boundingBoxes": [ + [ + 0.5862705882352941, + 0.17018181818181818, + 0.6168117647058823, + 0.17018181818181818, + 0.6168117647058823, + 0.17922727272727274, + 0.5862705882352941, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/1/Item", + "key": null, + "value": [ + { + "page": 1, + "text": "Orange", + "boundingBoxes": [ + [ + 0.1276, + 0.18772727272727271, + 0.1809529411764706, + 0.18772727272727271, + 0.1809529411764706, + 0.19916363636363635, + 0.1276, + 0.19916363636363635 + ] + ] + } + ] + }, + { + "label": "table/1/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.2806470588235294, + 0.18775454545454548, + 0.3110470588235294, + 0.18775454545454548, + 0.3110470588235294, + 0.1968, + 0.2806470588235294, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/1/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "1.00", + "boundingBoxes": [ + [ + 0.4339647058823529, + 0.18775454545454548, + 0.46383529411764707, + 0.18775454545454548, + 0.46383529411764707, + 0.1968, + 0.4339647058823529, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/1/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "3.00", + "boundingBoxes": [ + [ + 0.5863058823529412, + 0.18775454545454548, + 0.6168117647058823, + 0.18775454545454548, + 0.6168117647058823, + 0.1968, + 0.5863058823529412, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/2/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "1.00", + "boundingBoxes": [ + [ + 0.2811764705882353, + 0.20533636363636365, + 0.3110470588235294, + 0.20533636363636365, + 0.3110470588235294, + 0.2143818181818182, + 0.2811764705882353, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/2/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "4.00", + "boundingBoxes": [ + [ + 0.43284705882352936, + 0.20533636363636365, + 0.46383529411764707, + 0.20533636363636365, + 0.46383529411764707, + 0.2143818181818182, + 0.43284705882352936, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/2/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "5.00", + "boundingBoxes": [ + [ + 0.5862941176470589, + 0.20533636363636365, + 0.6168117647058823, + 0.20533636363636365, + 0.6168117647058823, + 0.2143818181818182, + 0.5862941176470589, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/3/Item", + "key": null, + "value": [ + { + "page": 1, + "text": "Pear", + "boundingBoxes": [ + [ + 0.12814117647058823, + 0.22303636363636362, + 0.1605058823529412, + 0.22303636363636362, + 0.1605058823529412, + 0.23198181818181818, + 0.12814117647058823, + 0.23198181818181818 + ] + ] + } + ] + }, + { + "label": "table/3/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.4334470588235294, + 0.22290909090909092, + 0.46383529411764707, + 0.22290909090909092, + 0.46383529411764707, + 0.23195454545454544, + 0.4334470588235294, + 0.23195454545454544 + ] + ] + } + ] + }, + { + "label": "table/3/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.5864235294117648, + 0.22290909090909092, + 0.6168117647058823, + 0.22290909090909092, + 0.6168117647058823, + 0.23195454545454544, + 0.5864235294117648, + 0.23195454545454544 + ] + ] + } + ] + } + ], + "labelingState": 2 +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows2.pdf.ocr.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows2.pdf.ocr.json new file mode 100644 index 000000000000..c313afd201eb --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows2.pdf.ocr.json @@ -0,0 +1,1147 @@ +{ + "status": "succeeded", + "createdDateTime": "2021-04-21T22:24:30Z", + "lastUpdatedDateTime": "2021-04-21T22:24:35Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "boundingBox": [ + 1.0075, + 1.0471, + 1.2329, + 1.0471, + 1.2329, + 1.1465, + 1.0075, + 1.1465 + ], + "text": "Con", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0075, + 1.0471, + 1.2329, + 1.0471, + 1.2329, + 1.1465, + 1.0075, + 1.1465 + ], + "text": "Con", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.2461, + 1.0557, + 1.2901, + 1.0557, + 1.2901, + 1.1464, + 1.2461, + 1.1464 + ], + "text": "t", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.2461, + 1.0557, + 1.2901, + 1.0557, + 1.2901, + 1.1464, + 1.2461, + 1.1464 + ], + "text": "t", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.3004, + 1.0413, + 1.8111, + 1.0413, + 1.8111, + 1.1669, + 1.3004, + 1.1669 + ], + "text": "oso, Ltd.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.3004, + 1.0726, + 1.5446, + 1.0726, + 1.5446, + 1.1669, + 1.3004, + 1.1669 + ], + "text": "oso,", + "confidence": 1 + }, + { + "boundingBox": [ + 1.601, + 1.0413, + 1.8111, + 1.0413, + 1.8111, + 1.1465, + 1.601, + 1.1465 + ], + "text": "Ltd.", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0892, + 1.6796, + 1.3662, + 1.6796, + 1.3662, + 1.7785, + 1.0892, + 1.7785 + ], + "text": "Item", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0892, + 1.6796, + 1.3662, + 1.6796, + 1.3662, + 1.7785, + 1.0892, + 1.7785 + ], + "text": "Item", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3875, + 1.6753, + 2.6861, + 1.6753, + 2.6861, + 1.7785, + 2.3875, + 1.7785 + ], + "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3875, + 1.6753, + 2.6861, + 1.6753, + 2.6861, + 1.7785, + 2.3875, + 1.7785 + ], + "text": "Price", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6766, + 1.68, + 3.8953, + 1.68, + 3.8953, + 1.7785, + 3.6766, + 1.7785 + ], + "text": "Tax", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6766, + 1.68, + 3.8953, + 1.68, + 3.8953, + 1.7785, + 3.6766, + 1.7785 + ], + "text": "Tax", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9769, + 1.6727, + 5.2909, + 1.6727, + 5.2909, + 1.7785, + 4.9769, + 1.7785 + ], + "text": "Total", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9769, + 1.6727, + 5.2909, + 1.6727, + 5.2909, + 1.7785, + 4.9769, + 1.7785 + ], + "text": "Total", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0804, + 1.866, + 1.4448, + 1.866, + 1.4448, + 1.9973, + 1.0804, + 1.9973 + ], + "text": "Apple", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0804, + 1.866, + 1.4448, + 1.866, + 1.4448, + 1.9973, + 1.0804, + 1.9973 + ], + "text": "Apple", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3845, + 1.872, + 2.6439, + 1.872, + 2.6439, + 1.9715, + 2.3845, + 1.9715 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3845, + 1.872, + 2.6439, + 1.872, + 2.6439, + 1.9715, + 2.3845, + 1.9715 + ], + "text": "5.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6843, + 1.872, + 3.9426, + 1.872, + 3.9426, + 1.9715, + 3.6843, + 1.9715 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6843, + 1.872, + 3.9426, + 1.872, + 3.9426, + 1.9715, + 3.6843, + 1.9715 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9833, + 1.872, + 5.2429, + 1.872, + 5.2429, + 1.9715, + 4.9833, + 1.9715 + ], + "text": "7.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9833, + 1.872, + 5.2429, + 1.872, + 5.2429, + 1.9715, + 4.9833, + 1.9715 + ], + "text": "7.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0846, + 2.065, + 1.5381, + 2.065, + 1.5381, + 2.1908, + 1.0846, + 2.1908 + ], + "text": "Orange", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0846, + 2.065, + 1.5381, + 2.065, + 1.5381, + 2.1908, + 1.0846, + 2.1908 + ], + "text": "Orange", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3855, + 2.0653, + 2.6439, + 2.0653, + 2.6439, + 2.1648, + 2.3855, + 2.1648 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3855, + 2.0653, + 2.6439, + 2.0653, + 2.6439, + 2.1648, + 2.3855, + 2.1648 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6887, + 2.0653, + 3.9426, + 2.0653, + 3.9426, + 2.1648, + 3.6887, + 2.1648 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6887, + 2.0653, + 3.9426, + 2.0653, + 3.9426, + 2.1648, + 3.6887, + 2.1648 + ], + "text": "1.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9836, + 2.0653, + 5.2429, + 2.0653, + 5.2429, + 2.1648, + 4.9836, + 2.1648 + ], + "text": "3.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9836, + 2.0653, + 5.2429, + 2.0653, + 5.2429, + 2.1648, + 4.9836, + 2.1648 + ], + "text": "3.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.39, + 2.2587, + 2.6439, + 2.2587, + 2.6439, + 2.3582, + 2.39, + 2.3582 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.39, + 2.2587, + 2.6439, + 2.2587, + 2.6439, + 2.3582, + 2.39, + 2.3582 + ], + "text": "1.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6792, + 2.2587, + 3.9426, + 2.2587, + 3.9426, + 2.3582, + 3.6792, + 2.3582 + ], + "text": "4.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6792, + 2.2587, + 3.9426, + 2.2587, + 3.9426, + 2.3582, + 3.6792, + 2.3582 + ], + "text": "4.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9835, + 2.2587, + 5.2429, + 2.2587, + 5.2429, + 2.3582, + 4.9835, + 2.3582 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9835, + 2.2587, + 5.2429, + 2.2587, + 5.2429, + 2.3582, + 4.9835, + 2.3582 + ], + "text": "5.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0892, + 2.4534, + 1.3643, + 2.4534, + 1.3643, + 2.5518, + 1.0892, + 2.5518 + ], + "text": "Pear", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0892, + 2.4534, + 1.3643, + 2.4534, + 1.3643, + 2.5518, + 1.0892, + 2.5518 + ], + "text": "Pear", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6843, + 2.452, + 3.9426, + 2.452, + 3.9426, + 2.5515, + 3.6843, + 2.5515 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6843, + 2.452, + 3.9426, + 2.452, + 3.9426, + 2.5515, + 3.6843, + 2.5515 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9846, + 2.452, + 5.2429, + 2.452, + 5.2429, + 2.5515, + 4.9846, + 2.5515 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9846, + 2.452, + 5.2429, + 2.452, + 5.2429, + 2.5515, + 4.9846, + 2.5515 + ], + "text": "2.00", + "confidence": 1 + } + ] + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 5, + "columns": 4, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Item", + "boundingBox": [ + 0.9965, + 1.6215, + 2.2935, + 1.6215, + 2.2935, + 1.8221, + 0.9965, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/3/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Price", + "boundingBox": [ + 2.2935, + 1.6215, + 3.585, + 1.6215, + 3.5904, + 1.8221, + 2.2935, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/4/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Tax", + "boundingBox": [ + 3.585, + 1.6215, + 4.8981, + 1.6215, + 4.8981, + 1.8221, + 3.5904, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/5/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "text": "Total", + "boundingBox": [ + 4.8981, + 1.6215, + 6.1951, + 1.6215, + 6.1951, + 1.8272, + 4.8981, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/6/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "Apple", + "boundingBox": [ + 0.9965, + 1.8221, + 2.2935, + 1.8221, + 2.2935, + 2.0078, + 0.9965, + 2.0128 + ], + "elements": [ + "#/readResults/0/lines/7/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "5.00", + "boundingBox": [ + 2.2935, + 1.8221, + 3.5904, + 1.8221, + 3.5904, + 2.0078, + 2.2935, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/8/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "2.00", + "boundingBox": [ + 3.5904, + 1.8221, + 4.8981, + 1.8221, + 4.8981, + 2.0078, + 3.5904, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/9/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "text": "7.00", + "boundingBox": [ + 4.8981, + 1.8221, + 6.1951, + 1.8272, + 6.1951, + 2.0128, + 4.8981, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/10/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "Orange", + "boundingBox": [ + 0.9965, + 2.0128, + 2.2935, + 2.0078, + 2.2935, + 2.2034, + 0.9965, + 2.2084 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "2.00", + "boundingBox": [ + 2.2935, + 2.0078, + 3.5904, + 2.0078, + 3.5904, + 2.2034, + 2.2935, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/12/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "1.00", + "boundingBox": [ + 3.5904, + 2.0078, + 4.8981, + 2.0078, + 4.8981, + 2.2034, + 3.5904, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 3, + "text": "3.00", + "boundingBox": [ + 4.8981, + 2.0078, + 6.1951, + 2.0128, + 6.1951, + 2.2034, + 4.8981, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "", + "boundingBox": [ + 0.9965, + 2.2084, + 2.2935, + 2.2034, + 2.2935, + 2.3991, + 0.9965, + 2.3991 + ], + "elements": [] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "1.00", + "boundingBox": [ + 2.2935, + 2.2034, + 3.5904, + 2.2034, + 3.5904, + 2.3991, + 2.2935, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "4.00", + "boundingBox": [ + 3.5904, + 2.2034, + 4.8981, + 2.2034, + 4.8981, + 2.3991, + 3.5904, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 3, + "text": "5.00", + "boundingBox": [ + 4.8981, + 2.2034, + 6.1951, + 2.2034, + 6.1951, + 2.3991, + 4.8981, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/17/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "text": "Pear", + "boundingBox": [ + 0.9965, + 2.3991, + 2.2935, + 2.3991, + 2.2935, + 2.5947, + 0.9965, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/18/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 1, + "text": "", + "boundingBox": [ + 2.2935, + 2.3991, + 3.5904, + 2.3991, + 3.5958, + 2.5947, + 2.2935, + 2.5947 + ], + "elements": [] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "2.00", + "boundingBox": [ + 3.5904, + 2.3991, + 4.8981, + 2.3991, + 4.8981, + 2.5947, + 3.5958, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/19/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 3, + "text": "2.00", + "boundingBox": [ + 4.8981, + 2.3991, + 6.1951, + 2.3991, + 6.1951, + 2.5947, + 4.8981, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/20/words/0" + ] + } + ], + "boundingBox": [ + 0.9979, + 1.6139, + 6.2003, + 1.6153, + 6.1999, + 2.5942, + 0.9973, + 2.5931 + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows3.pdf b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows3.pdf new file mode 100644 index 000000000000..876e9ecd9621 Binary files /dev/null and b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows3.pdf differ diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows3.pdf.labels.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows3.pdf.labels.json new file mode 100644 index 000000000000..a9dc525a67fd --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows3.pdf.labels.json @@ -0,0 +1,315 @@ +{ + "$schema": "https://schema.cognitiveservices.azure.com/formrecognizer/2021-03-01/labels.json", + "document": "label_table_dynamic_rows3.pdf", + "labels": [ + { + "label": "table/0/Item", + "key": null, + "value": [ + { + "page": 1, + "text": "Apple", + "boundingBoxes": [ + [ + 0.12710588235294118, + 0.16963636363636364, + 0.1699764705882353, + 0.16963636363636364, + 0.1699764705882353, + 0.18157272727272727, + 0.12710588235294118, + 0.18157272727272727 + ] + ] + } + ] + }, + { + "label": "table/0/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "5.00", + "boundingBoxes": [ + [ + 0.2805294117647059, + 0.17018181818181818, + 0.3110470588235294, + 0.17018181818181818, + 0.3110470588235294, + 0.17922727272727274, + 0.2805294117647059, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/0/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.4334470588235294, + 0.17018181818181818, + 0.46383529411764707, + 0.17018181818181818, + 0.46383529411764707, + 0.17922727272727274, + 0.4334470588235294, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/0/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "7.00", + "boundingBoxes": [ + [ + 0.5862705882352941, + 0.17018181818181818, + 0.6168117647058823, + 0.17018181818181818, + 0.6168117647058823, + 0.17922727272727274, + 0.5862705882352941, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/1/Item", + "key": null, + "value": [ + { + "page": 1, + "text": "Orange", + "boundingBoxes": [ + [ + 0.1276, + 0.18772727272727271, + 0.1809529411764706, + 0.18772727272727271, + 0.1809529411764706, + 0.19916363636363635, + 0.1276, + 0.19916363636363635 + ] + ] + } + ] + }, + { + "label": "table/1/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.2806470588235294, + 0.18775454545454548, + 0.3110470588235294, + 0.18775454545454548, + 0.3110470588235294, + 0.1968, + 0.2806470588235294, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/1/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "1.00", + "boundingBoxes": [ + [ + 0.4339647058823529, + 0.18775454545454548, + 0.46383529411764707, + 0.18775454545454548, + 0.46383529411764707, + 0.1968, + 0.4339647058823529, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/1/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "3.00", + "boundingBoxes": [ + [ + 0.5863058823529412, + 0.18775454545454548, + 0.6168117647058823, + 0.18775454545454548, + 0.6168117647058823, + 0.1968, + 0.5863058823529412, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/2/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "1.00", + "boundingBoxes": [ + [ + 0.2811764705882353, + 0.20533636363636365, + 0.3110470588235294, + 0.20533636363636365, + 0.3110470588235294, + 0.2143818181818182, + 0.2811764705882353, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/2/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "4.00", + "boundingBoxes": [ + [ + 0.43284705882352936, + 0.20533636363636365, + 0.46383529411764707, + 0.20533636363636365, + 0.46383529411764707, + 0.2143818181818182, + 0.43284705882352936, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/2/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "5.00", + "boundingBoxes": [ + [ + 0.5862941176470589, + 0.20533636363636365, + 0.6168117647058823, + 0.20533636363636365, + 0.6168117647058823, + 0.2143818181818182, + 0.5862941176470589, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/3/Item", + "key": null, + "value": [ + { + "page": 1, + "text": "Pear", + "boundingBoxes": [ + [ + 0.12814117647058823, + 0.22303636363636362, + 0.1605058823529412, + 0.22303636363636362, + 0.1605058823529412, + 0.23198181818181818, + 0.12814117647058823, + 0.23198181818181818 + ] + ] + } + ] + }, + { + "label": "table/3/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.4334470588235294, + 0.22290909090909092, + 0.46383529411764707, + 0.22290909090909092, + 0.46383529411764707, + 0.23195454545454544, + 0.4334470588235294, + 0.23195454545454544 + ] + ] + } + ] + }, + { + "label": "table/3/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.5864235294117648, + 0.22290909090909092, + 0.6168117647058823, + 0.22290909090909092, + 0.6168117647058823, + 0.23195454545454544, + 0.5864235294117648, + 0.23195454545454544 + ] + ] + } + ] + } + ], + "labelingState": 2 +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows3.pdf.ocr.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows3.pdf.ocr.json new file mode 100644 index 000000000000..2ef01b6960c4 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows3.pdf.ocr.json @@ -0,0 +1,1147 @@ +{ + "status": "succeeded", + "createdDateTime": "2021-04-21T22:25:29Z", + "lastUpdatedDateTime": "2021-04-21T22:25:35Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "boundingBox": [ + 1.0075, + 1.0471, + 1.2329, + 1.0471, + 1.2329, + 1.1465, + 1.0075, + 1.1465 + ], + "text": "Con", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0075, + 1.0471, + 1.2329, + 1.0471, + 1.2329, + 1.1465, + 1.0075, + 1.1465 + ], + "text": "Con", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.2461, + 1.0557, + 1.2901, + 1.0557, + 1.2901, + 1.1464, + 1.2461, + 1.1464 + ], + "text": "t", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.2461, + 1.0557, + 1.2901, + 1.0557, + 1.2901, + 1.1464, + 1.2461, + 1.1464 + ], + "text": "t", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.3004, + 1.0413, + 1.8111, + 1.0413, + 1.8111, + 1.1669, + 1.3004, + 1.1669 + ], + "text": "oso, Ltd.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.3004, + 1.0726, + 1.5446, + 1.0726, + 1.5446, + 1.1669, + 1.3004, + 1.1669 + ], + "text": "oso,", + "confidence": 1 + }, + { + "boundingBox": [ + 1.601, + 1.0413, + 1.8111, + 1.0413, + 1.8111, + 1.1465, + 1.601, + 1.1465 + ], + "text": "Ltd.", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0892, + 1.6796, + 1.3662, + 1.6796, + 1.3662, + 1.7785, + 1.0892, + 1.7785 + ], + "text": "Item", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0892, + 1.6796, + 1.3662, + 1.6796, + 1.3662, + 1.7785, + 1.0892, + 1.7785 + ], + "text": "Item", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3875, + 1.6753, + 2.6861, + 1.6753, + 2.6861, + 1.7785, + 2.3875, + 1.7785 + ], + "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3875, + 1.6753, + 2.6861, + 1.6753, + 2.6861, + 1.7785, + 2.3875, + 1.7785 + ], + "text": "Price", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6766, + 1.68, + 3.8953, + 1.68, + 3.8953, + 1.7785, + 3.6766, + 1.7785 + ], + "text": "Tax", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6766, + 1.68, + 3.8953, + 1.68, + 3.8953, + 1.7785, + 3.6766, + 1.7785 + ], + "text": "Tax", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9769, + 1.6727, + 5.2909, + 1.6727, + 5.2909, + 1.7785, + 4.9769, + 1.7785 + ], + "text": "Total", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9769, + 1.6727, + 5.2909, + 1.6727, + 5.2909, + 1.7785, + 4.9769, + 1.7785 + ], + "text": "Total", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0804, + 1.866, + 1.4448, + 1.866, + 1.4448, + 1.9973, + 1.0804, + 1.9973 + ], + "text": "Apple", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0804, + 1.866, + 1.4448, + 1.866, + 1.4448, + 1.9973, + 1.0804, + 1.9973 + ], + "text": "Apple", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3845, + 1.872, + 2.6439, + 1.872, + 2.6439, + 1.9715, + 2.3845, + 1.9715 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3845, + 1.872, + 2.6439, + 1.872, + 2.6439, + 1.9715, + 2.3845, + 1.9715 + ], + "text": "5.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6843, + 1.872, + 3.9426, + 1.872, + 3.9426, + 1.9715, + 3.6843, + 1.9715 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6843, + 1.872, + 3.9426, + 1.872, + 3.9426, + 1.9715, + 3.6843, + 1.9715 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9833, + 1.872, + 5.2429, + 1.872, + 5.2429, + 1.9715, + 4.9833, + 1.9715 + ], + "text": "7.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9833, + 1.872, + 5.2429, + 1.872, + 5.2429, + 1.9715, + 4.9833, + 1.9715 + ], + "text": "7.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0846, + 2.065, + 1.5381, + 2.065, + 1.5381, + 2.1908, + 1.0846, + 2.1908 + ], + "text": "Orange", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0846, + 2.065, + 1.5381, + 2.065, + 1.5381, + 2.1908, + 1.0846, + 2.1908 + ], + "text": "Orange", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3855, + 2.0653, + 2.6439, + 2.0653, + 2.6439, + 2.1648, + 2.3855, + 2.1648 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3855, + 2.0653, + 2.6439, + 2.0653, + 2.6439, + 2.1648, + 2.3855, + 2.1648 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6887, + 2.0653, + 3.9426, + 2.0653, + 3.9426, + 2.1648, + 3.6887, + 2.1648 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6887, + 2.0653, + 3.9426, + 2.0653, + 3.9426, + 2.1648, + 3.6887, + 2.1648 + ], + "text": "1.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9836, + 2.0653, + 5.2429, + 2.0653, + 5.2429, + 2.1648, + 4.9836, + 2.1648 + ], + "text": "3.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9836, + 2.0653, + 5.2429, + 2.0653, + 5.2429, + 2.1648, + 4.9836, + 2.1648 + ], + "text": "3.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.39, + 2.2587, + 2.6439, + 2.2587, + 2.6439, + 2.3582, + 2.39, + 2.3582 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.39, + 2.2587, + 2.6439, + 2.2587, + 2.6439, + 2.3582, + 2.39, + 2.3582 + ], + "text": "1.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6792, + 2.2587, + 3.9426, + 2.2587, + 3.9426, + 2.3582, + 3.6792, + 2.3582 + ], + "text": "4.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6792, + 2.2587, + 3.9426, + 2.2587, + 3.9426, + 2.3582, + 3.6792, + 2.3582 + ], + "text": "4.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9835, + 2.2587, + 5.2429, + 2.2587, + 5.2429, + 2.3582, + 4.9835, + 2.3582 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9835, + 2.2587, + 5.2429, + 2.2587, + 5.2429, + 2.3582, + 4.9835, + 2.3582 + ], + "text": "5.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0892, + 2.4534, + 1.3643, + 2.4534, + 1.3643, + 2.5518, + 1.0892, + 2.5518 + ], + "text": "Pear", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0892, + 2.4534, + 1.3643, + 2.4534, + 1.3643, + 2.5518, + 1.0892, + 2.5518 + ], + "text": "Pear", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6843, + 2.452, + 3.9426, + 2.452, + 3.9426, + 2.5515, + 3.6843, + 2.5515 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6843, + 2.452, + 3.9426, + 2.452, + 3.9426, + 2.5515, + 3.6843, + 2.5515 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9846, + 2.452, + 5.2429, + 2.452, + 5.2429, + 2.5515, + 4.9846, + 2.5515 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9846, + 2.452, + 5.2429, + 2.452, + 5.2429, + 2.5515, + 4.9846, + 2.5515 + ], + "text": "2.00", + "confidence": 1 + } + ] + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 5, + "columns": 4, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Item", + "boundingBox": [ + 0.9965, + 1.6215, + 2.2935, + 1.6215, + 2.2935, + 1.8221, + 0.9965, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/3/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Price", + "boundingBox": [ + 2.2935, + 1.6215, + 3.585, + 1.6215, + 3.5904, + 1.8221, + 2.2935, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/4/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Tax", + "boundingBox": [ + 3.585, + 1.6215, + 4.8981, + 1.6215, + 4.8981, + 1.8221, + 3.5904, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/5/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "text": "Total", + "boundingBox": [ + 4.8981, + 1.6215, + 6.1951, + 1.6215, + 6.1951, + 1.8272, + 4.8981, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/6/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "Apple", + "boundingBox": [ + 0.9965, + 1.8221, + 2.2935, + 1.8221, + 2.2935, + 2.0078, + 0.9965, + 2.0128 + ], + "elements": [ + "#/readResults/0/lines/7/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "5.00", + "boundingBox": [ + 2.2935, + 1.8221, + 3.5904, + 1.8221, + 3.5904, + 2.0078, + 2.2935, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/8/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "2.00", + "boundingBox": [ + 3.5904, + 1.8221, + 4.8981, + 1.8221, + 4.8981, + 2.0078, + 3.5904, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/9/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "text": "7.00", + "boundingBox": [ + 4.8981, + 1.8221, + 6.1951, + 1.8272, + 6.1951, + 2.0128, + 4.8981, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/10/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "Orange", + "boundingBox": [ + 0.9965, + 2.0128, + 2.2935, + 2.0078, + 2.2935, + 2.2034, + 0.9965, + 2.2084 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "2.00", + "boundingBox": [ + 2.2935, + 2.0078, + 3.5904, + 2.0078, + 3.5904, + 2.2034, + 2.2935, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/12/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "1.00", + "boundingBox": [ + 3.5904, + 2.0078, + 4.8981, + 2.0078, + 4.8981, + 2.2034, + 3.5904, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 3, + "text": "3.00", + "boundingBox": [ + 4.8981, + 2.0078, + 6.1951, + 2.0128, + 6.1951, + 2.2034, + 4.8981, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "", + "boundingBox": [ + 0.9965, + 2.2084, + 2.2935, + 2.2034, + 2.2935, + 2.3991, + 0.9965, + 2.3991 + ], + "elements": [] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "1.00", + "boundingBox": [ + 2.2935, + 2.2034, + 3.5904, + 2.2034, + 3.5904, + 2.3991, + 2.2935, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "4.00", + "boundingBox": [ + 3.5904, + 2.2034, + 4.8981, + 2.2034, + 4.8981, + 2.3991, + 3.5904, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 3, + "text": "5.00", + "boundingBox": [ + 4.8981, + 2.2034, + 6.1951, + 2.2034, + 6.1951, + 2.3991, + 4.8981, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/17/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "text": "Pear", + "boundingBox": [ + 0.9965, + 2.3991, + 2.2935, + 2.3991, + 2.2935, + 2.5947, + 0.9965, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/18/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 1, + "text": "", + "boundingBox": [ + 2.2935, + 2.3991, + 3.5904, + 2.3991, + 3.5958, + 2.5947, + 2.2935, + 2.5947 + ], + "elements": [] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "2.00", + "boundingBox": [ + 3.5904, + 2.3991, + 4.8981, + 2.3991, + 4.8981, + 2.5947, + 3.5958, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/19/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 3, + "text": "2.00", + "boundingBox": [ + 4.8981, + 2.3991, + 6.1951, + 2.3991, + 6.1951, + 2.5947, + 4.8981, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/20/words/0" + ] + } + ], + "boundingBox": [ + 0.9979, + 1.6139, + 6.2003, + 1.6153, + 6.1999, + 2.5942, + 0.9973, + 2.5931 + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows4.pdf b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows4.pdf new file mode 100644 index 000000000000..876e9ecd9621 Binary files /dev/null and b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows4.pdf differ diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows4.pdf.labels.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows4.pdf.labels.json new file mode 100644 index 000000000000..53f6941efb30 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows4.pdf.labels.json @@ -0,0 +1,315 @@ +{ + "$schema": "https://schema.cognitiveservices.azure.com/formrecognizer/2021-03-01/labels.json", + "document": "label_table_dynamic_rows4.pdf", + "labels": [ + { + "label": "table/0/Item", + "key": null, + "value": [ + { + "page": 1, + "text": "Apple", + "boundingBoxes": [ + [ + 0.12710588235294118, + 0.16963636363636364, + 0.1699764705882353, + 0.16963636363636364, + 0.1699764705882353, + 0.18157272727272727, + 0.12710588235294118, + 0.18157272727272727 + ] + ] + } + ] + }, + { + "label": "table/0/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "5.00", + "boundingBoxes": [ + [ + 0.2805294117647059, + 0.17018181818181818, + 0.3110470588235294, + 0.17018181818181818, + 0.3110470588235294, + 0.17922727272727274, + 0.2805294117647059, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/0/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.4334470588235294, + 0.17018181818181818, + 0.46383529411764707, + 0.17018181818181818, + 0.46383529411764707, + 0.17922727272727274, + 0.4334470588235294, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/0/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "7.00", + "boundingBoxes": [ + [ + 0.5862705882352941, + 0.17018181818181818, + 0.6168117647058823, + 0.17018181818181818, + 0.6168117647058823, + 0.17922727272727274, + 0.5862705882352941, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/1/Item", + "key": null, + "value": [ + { + "page": 1, + "text": "Orange", + "boundingBoxes": [ + [ + 0.1276, + 0.18772727272727271, + 0.1809529411764706, + 0.18772727272727271, + 0.1809529411764706, + 0.19916363636363635, + 0.1276, + 0.19916363636363635 + ] + ] + } + ] + }, + { + "label": "table/1/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.2806470588235294, + 0.18775454545454548, + 0.3110470588235294, + 0.18775454545454548, + 0.3110470588235294, + 0.1968, + 0.2806470588235294, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/1/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "1.00", + "boundingBoxes": [ + [ + 0.4339647058823529, + 0.18775454545454548, + 0.46383529411764707, + 0.18775454545454548, + 0.46383529411764707, + 0.1968, + 0.4339647058823529, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/1/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "3.00", + "boundingBoxes": [ + [ + 0.5863058823529412, + 0.18775454545454548, + 0.6168117647058823, + 0.18775454545454548, + 0.6168117647058823, + 0.1968, + 0.5863058823529412, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/2/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "1.00", + "boundingBoxes": [ + [ + 0.2811764705882353, + 0.20533636363636365, + 0.3110470588235294, + 0.20533636363636365, + 0.3110470588235294, + 0.2143818181818182, + 0.2811764705882353, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/2/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "4.00", + "boundingBoxes": [ + [ + 0.43284705882352936, + 0.20533636363636365, + 0.46383529411764707, + 0.20533636363636365, + 0.46383529411764707, + 0.2143818181818182, + 0.43284705882352936, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/2/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "5.00", + "boundingBoxes": [ + [ + 0.5862941176470589, + 0.20533636363636365, + 0.6168117647058823, + 0.20533636363636365, + 0.6168117647058823, + 0.2143818181818182, + 0.5862941176470589, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/3/Item", + "key": null, + "value": [ + { + "page": 1, + "text": "Pear", + "boundingBoxes": [ + [ + 0.12814117647058823, + 0.22303636363636362, + 0.1605058823529412, + 0.22303636363636362, + 0.1605058823529412, + 0.23198181818181818, + 0.12814117647058823, + 0.23198181818181818 + ] + ] + } + ] + }, + { + "label": "table/3/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.4334470588235294, + 0.22290909090909092, + 0.46383529411764707, + 0.22290909090909092, + 0.46383529411764707, + 0.23195454545454544, + 0.4334470588235294, + 0.23195454545454544 + ] + ] + } + ] + }, + { + "label": "table/3/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.5864235294117648, + 0.22290909090909092, + 0.6168117647058823, + 0.22290909090909092, + 0.6168117647058823, + 0.23195454545454544, + 0.5864235294117648, + 0.23195454545454544 + ] + ] + } + ] + } + ], + "labelingState": 2 +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows4.pdf.ocr.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows4.pdf.ocr.json new file mode 100644 index 000000000000..6ee3774b53f9 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows4.pdf.ocr.json @@ -0,0 +1,1147 @@ +{ + "status": "succeeded", + "createdDateTime": "2021-04-21T22:26:22Z", + "lastUpdatedDateTime": "2021-04-21T22:26:27Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "boundingBox": [ + 1.0075, + 1.0471, + 1.2329, + 1.0471, + 1.2329, + 1.1465, + 1.0075, + 1.1465 + ], + "text": "Con", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0075, + 1.0471, + 1.2329, + 1.0471, + 1.2329, + 1.1465, + 1.0075, + 1.1465 + ], + "text": "Con", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.2461, + 1.0557, + 1.2901, + 1.0557, + 1.2901, + 1.1464, + 1.2461, + 1.1464 + ], + "text": "t", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.2461, + 1.0557, + 1.2901, + 1.0557, + 1.2901, + 1.1464, + 1.2461, + 1.1464 + ], + "text": "t", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.3004, + 1.0413, + 1.8111, + 1.0413, + 1.8111, + 1.1669, + 1.3004, + 1.1669 + ], + "text": "oso, Ltd.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.3004, + 1.0726, + 1.5446, + 1.0726, + 1.5446, + 1.1669, + 1.3004, + 1.1669 + ], + "text": "oso,", + "confidence": 1 + }, + { + "boundingBox": [ + 1.601, + 1.0413, + 1.8111, + 1.0413, + 1.8111, + 1.1465, + 1.601, + 1.1465 + ], + "text": "Ltd.", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0892, + 1.6796, + 1.3662, + 1.6796, + 1.3662, + 1.7785, + 1.0892, + 1.7785 + ], + "text": "Item", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0892, + 1.6796, + 1.3662, + 1.6796, + 1.3662, + 1.7785, + 1.0892, + 1.7785 + ], + "text": "Item", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3875, + 1.6753, + 2.6861, + 1.6753, + 2.6861, + 1.7785, + 2.3875, + 1.7785 + ], + "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3875, + 1.6753, + 2.6861, + 1.6753, + 2.6861, + 1.7785, + 2.3875, + 1.7785 + ], + "text": "Price", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6766, + 1.68, + 3.8953, + 1.68, + 3.8953, + 1.7785, + 3.6766, + 1.7785 + ], + "text": "Tax", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6766, + 1.68, + 3.8953, + 1.68, + 3.8953, + 1.7785, + 3.6766, + 1.7785 + ], + "text": "Tax", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9769, + 1.6727, + 5.2909, + 1.6727, + 5.2909, + 1.7785, + 4.9769, + 1.7785 + ], + "text": "Total", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9769, + 1.6727, + 5.2909, + 1.6727, + 5.2909, + 1.7785, + 4.9769, + 1.7785 + ], + "text": "Total", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0804, + 1.866, + 1.4448, + 1.866, + 1.4448, + 1.9973, + 1.0804, + 1.9973 + ], + "text": "Apple", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0804, + 1.866, + 1.4448, + 1.866, + 1.4448, + 1.9973, + 1.0804, + 1.9973 + ], + "text": "Apple", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3845, + 1.872, + 2.6439, + 1.872, + 2.6439, + 1.9715, + 2.3845, + 1.9715 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3845, + 1.872, + 2.6439, + 1.872, + 2.6439, + 1.9715, + 2.3845, + 1.9715 + ], + "text": "5.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6843, + 1.872, + 3.9426, + 1.872, + 3.9426, + 1.9715, + 3.6843, + 1.9715 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6843, + 1.872, + 3.9426, + 1.872, + 3.9426, + 1.9715, + 3.6843, + 1.9715 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9833, + 1.872, + 5.2429, + 1.872, + 5.2429, + 1.9715, + 4.9833, + 1.9715 + ], + "text": "7.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9833, + 1.872, + 5.2429, + 1.872, + 5.2429, + 1.9715, + 4.9833, + 1.9715 + ], + "text": "7.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0846, + 2.065, + 1.5381, + 2.065, + 1.5381, + 2.1908, + 1.0846, + 2.1908 + ], + "text": "Orange", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0846, + 2.065, + 1.5381, + 2.065, + 1.5381, + 2.1908, + 1.0846, + 2.1908 + ], + "text": "Orange", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3855, + 2.0653, + 2.6439, + 2.0653, + 2.6439, + 2.1648, + 2.3855, + 2.1648 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3855, + 2.0653, + 2.6439, + 2.0653, + 2.6439, + 2.1648, + 2.3855, + 2.1648 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6887, + 2.0653, + 3.9426, + 2.0653, + 3.9426, + 2.1648, + 3.6887, + 2.1648 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6887, + 2.0653, + 3.9426, + 2.0653, + 3.9426, + 2.1648, + 3.6887, + 2.1648 + ], + "text": "1.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9836, + 2.0653, + 5.2429, + 2.0653, + 5.2429, + 2.1648, + 4.9836, + 2.1648 + ], + "text": "3.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9836, + 2.0653, + 5.2429, + 2.0653, + 5.2429, + 2.1648, + 4.9836, + 2.1648 + ], + "text": "3.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.39, + 2.2587, + 2.6439, + 2.2587, + 2.6439, + 2.3582, + 2.39, + 2.3582 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.39, + 2.2587, + 2.6439, + 2.2587, + 2.6439, + 2.3582, + 2.39, + 2.3582 + ], + "text": "1.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6792, + 2.2587, + 3.9426, + 2.2587, + 3.9426, + 2.3582, + 3.6792, + 2.3582 + ], + "text": "4.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6792, + 2.2587, + 3.9426, + 2.2587, + 3.9426, + 2.3582, + 3.6792, + 2.3582 + ], + "text": "4.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9835, + 2.2587, + 5.2429, + 2.2587, + 5.2429, + 2.3582, + 4.9835, + 2.3582 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9835, + 2.2587, + 5.2429, + 2.2587, + 5.2429, + 2.3582, + 4.9835, + 2.3582 + ], + "text": "5.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0892, + 2.4534, + 1.3643, + 2.4534, + 1.3643, + 2.5518, + 1.0892, + 2.5518 + ], + "text": "Pear", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0892, + 2.4534, + 1.3643, + 2.4534, + 1.3643, + 2.5518, + 1.0892, + 2.5518 + ], + "text": "Pear", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6843, + 2.452, + 3.9426, + 2.452, + 3.9426, + 2.5515, + 3.6843, + 2.5515 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6843, + 2.452, + 3.9426, + 2.452, + 3.9426, + 2.5515, + 3.6843, + 2.5515 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9846, + 2.452, + 5.2429, + 2.452, + 5.2429, + 2.5515, + 4.9846, + 2.5515 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9846, + 2.452, + 5.2429, + 2.452, + 5.2429, + 2.5515, + 4.9846, + 2.5515 + ], + "text": "2.00", + "confidence": 1 + } + ] + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 5, + "columns": 4, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Item", + "boundingBox": [ + 0.9965, + 1.6215, + 2.2935, + 1.6215, + 2.2935, + 1.8221, + 0.9965, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/3/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Price", + "boundingBox": [ + 2.2935, + 1.6215, + 3.585, + 1.6215, + 3.5904, + 1.8221, + 2.2935, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/4/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Tax", + "boundingBox": [ + 3.585, + 1.6215, + 4.8981, + 1.6215, + 4.8981, + 1.8221, + 3.5904, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/5/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "text": "Total", + "boundingBox": [ + 4.8981, + 1.6215, + 6.1951, + 1.6215, + 6.1951, + 1.8272, + 4.8981, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/6/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "Apple", + "boundingBox": [ + 0.9965, + 1.8221, + 2.2935, + 1.8221, + 2.2935, + 2.0078, + 0.9965, + 2.0128 + ], + "elements": [ + "#/readResults/0/lines/7/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "5.00", + "boundingBox": [ + 2.2935, + 1.8221, + 3.5904, + 1.8221, + 3.5904, + 2.0078, + 2.2935, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/8/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "2.00", + "boundingBox": [ + 3.5904, + 1.8221, + 4.8981, + 1.8221, + 4.8981, + 2.0078, + 3.5904, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/9/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "text": "7.00", + "boundingBox": [ + 4.8981, + 1.8221, + 6.1951, + 1.8272, + 6.1951, + 2.0128, + 4.8981, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/10/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "Orange", + "boundingBox": [ + 0.9965, + 2.0128, + 2.2935, + 2.0078, + 2.2935, + 2.2034, + 0.9965, + 2.2084 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "2.00", + "boundingBox": [ + 2.2935, + 2.0078, + 3.5904, + 2.0078, + 3.5904, + 2.2034, + 2.2935, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/12/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "1.00", + "boundingBox": [ + 3.5904, + 2.0078, + 4.8981, + 2.0078, + 4.8981, + 2.2034, + 3.5904, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 3, + "text": "3.00", + "boundingBox": [ + 4.8981, + 2.0078, + 6.1951, + 2.0128, + 6.1951, + 2.2034, + 4.8981, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "", + "boundingBox": [ + 0.9965, + 2.2084, + 2.2935, + 2.2034, + 2.2935, + 2.3991, + 0.9965, + 2.3991 + ], + "elements": [] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "1.00", + "boundingBox": [ + 2.2935, + 2.2034, + 3.5904, + 2.2034, + 3.5904, + 2.3991, + 2.2935, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "4.00", + "boundingBox": [ + 3.5904, + 2.2034, + 4.8981, + 2.2034, + 4.8981, + 2.3991, + 3.5904, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 3, + "text": "5.00", + "boundingBox": [ + 4.8981, + 2.2034, + 6.1951, + 2.2034, + 6.1951, + 2.3991, + 4.8981, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/17/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "text": "Pear", + "boundingBox": [ + 0.9965, + 2.3991, + 2.2935, + 2.3991, + 2.2935, + 2.5947, + 0.9965, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/18/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 1, + "text": "", + "boundingBox": [ + 2.2935, + 2.3991, + 3.5904, + 2.3991, + 3.5958, + 2.5947, + 2.2935, + 2.5947 + ], + "elements": [] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "2.00", + "boundingBox": [ + 3.5904, + 2.3991, + 4.8981, + 2.3991, + 4.8981, + 2.5947, + 3.5958, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/19/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 3, + "text": "2.00", + "boundingBox": [ + 4.8981, + 2.3991, + 6.1951, + 2.3991, + 6.1951, + 2.5947, + 4.8981, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/20/words/0" + ] + } + ], + "boundingBox": [ + 0.9979, + 1.6139, + 6.2003, + 1.6153, + 6.1999, + 2.5942, + 0.9973, + 2.5931 + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows5.pdf b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows5.pdf new file mode 100644 index 000000000000..876e9ecd9621 Binary files /dev/null and b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows5.pdf differ diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows5.pdf.labels.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows5.pdf.labels.json new file mode 100644 index 000000000000..d855e017b201 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows5.pdf.labels.json @@ -0,0 +1,315 @@ +{ + "$schema": "https://schema.cognitiveservices.azure.com/formrecognizer/2021-03-01/labels.json", + "document": "label_table_dynamic_rows5.pdf", + "labels": [ + { + "label": "table/0/Item", + "key": null, + "value": [ + { + "page": 1, + "text": "Apple", + "boundingBoxes": [ + [ + 0.12710588235294118, + 0.16963636363636364, + 0.1699764705882353, + 0.16963636363636364, + 0.1699764705882353, + 0.18157272727272727, + 0.12710588235294118, + 0.18157272727272727 + ] + ] + } + ] + }, + { + "label": "table/0/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "5.00", + "boundingBoxes": [ + [ + 0.2805294117647059, + 0.17018181818181818, + 0.3110470588235294, + 0.17018181818181818, + 0.3110470588235294, + 0.17922727272727274, + 0.2805294117647059, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/0/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.4334470588235294, + 0.17018181818181818, + 0.46383529411764707, + 0.17018181818181818, + 0.46383529411764707, + 0.17922727272727274, + 0.4334470588235294, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/0/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "7.00", + "boundingBoxes": [ + [ + 0.5862705882352941, + 0.17018181818181818, + 0.6168117647058823, + 0.17018181818181818, + 0.6168117647058823, + 0.17922727272727274, + 0.5862705882352941, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/1/Item", + "key": null, + "value": [ + { + "page": 1, + "text": "Orange", + "boundingBoxes": [ + [ + 0.1276, + 0.18772727272727271, + 0.1809529411764706, + 0.18772727272727271, + 0.1809529411764706, + 0.19916363636363635, + 0.1276, + 0.19916363636363635 + ] + ] + } + ] + }, + { + "label": "table/1/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.2806470588235294, + 0.18775454545454548, + 0.3110470588235294, + 0.18775454545454548, + 0.3110470588235294, + 0.1968, + 0.2806470588235294, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/1/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "1.00", + "boundingBoxes": [ + [ + 0.4339647058823529, + 0.18775454545454548, + 0.46383529411764707, + 0.18775454545454548, + 0.46383529411764707, + 0.1968, + 0.4339647058823529, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/1/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "3.00", + "boundingBoxes": [ + [ + 0.5863058823529412, + 0.18775454545454548, + 0.6168117647058823, + 0.18775454545454548, + 0.6168117647058823, + 0.1968, + 0.5863058823529412, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/2/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "1.00", + "boundingBoxes": [ + [ + 0.2811764705882353, + 0.20533636363636365, + 0.3110470588235294, + 0.20533636363636365, + 0.3110470588235294, + 0.2143818181818182, + 0.2811764705882353, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/2/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "4.00", + "boundingBoxes": [ + [ + 0.43284705882352936, + 0.20533636363636365, + 0.46383529411764707, + 0.20533636363636365, + 0.46383529411764707, + 0.2143818181818182, + 0.43284705882352936, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/2/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "5.00", + "boundingBoxes": [ + [ + 0.5862941176470589, + 0.20533636363636365, + 0.6168117647058823, + 0.20533636363636365, + 0.6168117647058823, + 0.2143818181818182, + 0.5862941176470589, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/3/Item", + "key": null, + "value": [ + { + "page": 1, + "text": "Pear", + "boundingBoxes": [ + [ + 0.12814117647058823, + 0.22303636363636362, + 0.1605058823529412, + 0.22303636363636362, + 0.1605058823529412, + 0.23198181818181818, + 0.12814117647058823, + 0.23198181818181818 + ] + ] + } + ] + }, + { + "label": "table/3/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.4334470588235294, + 0.22290909090909092, + 0.46383529411764707, + 0.22290909090909092, + 0.46383529411764707, + 0.23195454545454544, + 0.4334470588235294, + 0.23195454545454544 + ] + ] + } + ] + }, + { + "label": "table/3/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.5864235294117648, + 0.22290909090909092, + 0.6168117647058823, + 0.22290909090909092, + 0.6168117647058823, + 0.23195454545454544, + 0.5864235294117648, + 0.23195454545454544 + ] + ] + } + ] + } + ], + "labelingState": 2 +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows5.pdf.ocr.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows5.pdf.ocr.json new file mode 100644 index 000000000000..ee195b22fce5 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/dynamic/label_table_dynamic_rows5.pdf.ocr.json @@ -0,0 +1,1147 @@ +{ + "status": "succeeded", + "createdDateTime": "2021-04-21T22:27:06Z", + "lastUpdatedDateTime": "2021-04-21T22:27:10Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "boundingBox": [ + 1.0075, + 1.0471, + 1.2329, + 1.0471, + 1.2329, + 1.1465, + 1.0075, + 1.1465 + ], + "text": "Con", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0075, + 1.0471, + 1.2329, + 1.0471, + 1.2329, + 1.1465, + 1.0075, + 1.1465 + ], + "text": "Con", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.2461, + 1.0557, + 1.2901, + 1.0557, + 1.2901, + 1.1464, + 1.2461, + 1.1464 + ], + "text": "t", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.2461, + 1.0557, + 1.2901, + 1.0557, + 1.2901, + 1.1464, + 1.2461, + 1.1464 + ], + "text": "t", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.3004, + 1.0413, + 1.8111, + 1.0413, + 1.8111, + 1.1669, + 1.3004, + 1.1669 + ], + "text": "oso, Ltd.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.3004, + 1.0726, + 1.5446, + 1.0726, + 1.5446, + 1.1669, + 1.3004, + 1.1669 + ], + "text": "oso,", + "confidence": 1 + }, + { + "boundingBox": [ + 1.601, + 1.0413, + 1.8111, + 1.0413, + 1.8111, + 1.1465, + 1.601, + 1.1465 + ], + "text": "Ltd.", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0892, + 1.6796, + 1.3662, + 1.6796, + 1.3662, + 1.7785, + 1.0892, + 1.7785 + ], + "text": "Item", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0892, + 1.6796, + 1.3662, + 1.6796, + 1.3662, + 1.7785, + 1.0892, + 1.7785 + ], + "text": "Item", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3875, + 1.6753, + 2.6861, + 1.6753, + 2.6861, + 1.7785, + 2.3875, + 1.7785 + ], + "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3875, + 1.6753, + 2.6861, + 1.6753, + 2.6861, + 1.7785, + 2.3875, + 1.7785 + ], + "text": "Price", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6766, + 1.68, + 3.8953, + 1.68, + 3.8953, + 1.7785, + 3.6766, + 1.7785 + ], + "text": "Tax", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6766, + 1.68, + 3.8953, + 1.68, + 3.8953, + 1.7785, + 3.6766, + 1.7785 + ], + "text": "Tax", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9769, + 1.6727, + 5.2909, + 1.6727, + 5.2909, + 1.7785, + 4.9769, + 1.7785 + ], + "text": "Total", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9769, + 1.6727, + 5.2909, + 1.6727, + 5.2909, + 1.7785, + 4.9769, + 1.7785 + ], + "text": "Total", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0804, + 1.866, + 1.4448, + 1.866, + 1.4448, + 1.9973, + 1.0804, + 1.9973 + ], + "text": "Apple", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0804, + 1.866, + 1.4448, + 1.866, + 1.4448, + 1.9973, + 1.0804, + 1.9973 + ], + "text": "Apple", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3845, + 1.872, + 2.6439, + 1.872, + 2.6439, + 1.9715, + 2.3845, + 1.9715 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3845, + 1.872, + 2.6439, + 1.872, + 2.6439, + 1.9715, + 2.3845, + 1.9715 + ], + "text": "5.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6843, + 1.872, + 3.9426, + 1.872, + 3.9426, + 1.9715, + 3.6843, + 1.9715 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6843, + 1.872, + 3.9426, + 1.872, + 3.9426, + 1.9715, + 3.6843, + 1.9715 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9833, + 1.872, + 5.2429, + 1.872, + 5.2429, + 1.9715, + 4.9833, + 1.9715 + ], + "text": "7.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9833, + 1.872, + 5.2429, + 1.872, + 5.2429, + 1.9715, + 4.9833, + 1.9715 + ], + "text": "7.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0846, + 2.065, + 1.5381, + 2.065, + 1.5381, + 2.1908, + 1.0846, + 2.1908 + ], + "text": "Orange", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0846, + 2.065, + 1.5381, + 2.065, + 1.5381, + 2.1908, + 1.0846, + 2.1908 + ], + "text": "Orange", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3855, + 2.0653, + 2.6439, + 2.0653, + 2.6439, + 2.1648, + 2.3855, + 2.1648 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3855, + 2.0653, + 2.6439, + 2.0653, + 2.6439, + 2.1648, + 2.3855, + 2.1648 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6887, + 2.0653, + 3.9426, + 2.0653, + 3.9426, + 2.1648, + 3.6887, + 2.1648 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6887, + 2.0653, + 3.9426, + 2.0653, + 3.9426, + 2.1648, + 3.6887, + 2.1648 + ], + "text": "1.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9836, + 2.0653, + 5.2429, + 2.0653, + 5.2429, + 2.1648, + 4.9836, + 2.1648 + ], + "text": "3.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9836, + 2.0653, + 5.2429, + 2.0653, + 5.2429, + 2.1648, + 4.9836, + 2.1648 + ], + "text": "3.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.39, + 2.2587, + 2.6439, + 2.2587, + 2.6439, + 2.3582, + 2.39, + 2.3582 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.39, + 2.2587, + 2.6439, + 2.2587, + 2.6439, + 2.3582, + 2.39, + 2.3582 + ], + "text": "1.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6792, + 2.2587, + 3.9426, + 2.2587, + 3.9426, + 2.3582, + 3.6792, + 2.3582 + ], + "text": "4.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6792, + 2.2587, + 3.9426, + 2.2587, + 3.9426, + 2.3582, + 3.6792, + 2.3582 + ], + "text": "4.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9835, + 2.2587, + 5.2429, + 2.2587, + 5.2429, + 2.3582, + 4.9835, + 2.3582 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9835, + 2.2587, + 5.2429, + 2.2587, + 5.2429, + 2.3582, + 4.9835, + 2.3582 + ], + "text": "5.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0892, + 2.4534, + 1.3643, + 2.4534, + 1.3643, + 2.5518, + 1.0892, + 2.5518 + ], + "text": "Pear", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0892, + 2.4534, + 1.3643, + 2.4534, + 1.3643, + 2.5518, + 1.0892, + 2.5518 + ], + "text": "Pear", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6843, + 2.452, + 3.9426, + 2.452, + 3.9426, + 2.5515, + 3.6843, + 2.5515 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6843, + 2.452, + 3.9426, + 2.452, + 3.9426, + 2.5515, + 3.6843, + 2.5515 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9846, + 2.452, + 5.2429, + 2.452, + 5.2429, + 2.5515, + 4.9846, + 2.5515 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9846, + 2.452, + 5.2429, + 2.452, + 5.2429, + 2.5515, + 4.9846, + 2.5515 + ], + "text": "2.00", + "confidence": 1 + } + ] + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 5, + "columns": 4, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Item", + "boundingBox": [ + 0.9965, + 1.6215, + 2.2935, + 1.6215, + 2.2935, + 1.8221, + 0.9965, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/3/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Price", + "boundingBox": [ + 2.2935, + 1.6215, + 3.585, + 1.6215, + 3.5904, + 1.8221, + 2.2935, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/4/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Tax", + "boundingBox": [ + 3.585, + 1.6215, + 4.8981, + 1.6215, + 4.8981, + 1.8221, + 3.5904, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/5/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "text": "Total", + "boundingBox": [ + 4.8981, + 1.6215, + 6.1951, + 1.6215, + 6.1951, + 1.8272, + 4.8981, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/6/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "Apple", + "boundingBox": [ + 0.9965, + 1.8221, + 2.2935, + 1.8221, + 2.2935, + 2.0078, + 0.9965, + 2.0128 + ], + "elements": [ + "#/readResults/0/lines/7/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "5.00", + "boundingBox": [ + 2.2935, + 1.8221, + 3.5904, + 1.8221, + 3.5904, + 2.0078, + 2.2935, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/8/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "2.00", + "boundingBox": [ + 3.5904, + 1.8221, + 4.8981, + 1.8221, + 4.8981, + 2.0078, + 3.5904, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/9/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "text": "7.00", + "boundingBox": [ + 4.8981, + 1.8221, + 6.1951, + 1.8272, + 6.1951, + 2.0128, + 4.8981, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/10/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "Orange", + "boundingBox": [ + 0.9965, + 2.0128, + 2.2935, + 2.0078, + 2.2935, + 2.2034, + 0.9965, + 2.2084 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "2.00", + "boundingBox": [ + 2.2935, + 2.0078, + 3.5904, + 2.0078, + 3.5904, + 2.2034, + 2.2935, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/12/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "1.00", + "boundingBox": [ + 3.5904, + 2.0078, + 4.8981, + 2.0078, + 4.8981, + 2.2034, + 3.5904, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 3, + "text": "3.00", + "boundingBox": [ + 4.8981, + 2.0078, + 6.1951, + 2.0128, + 6.1951, + 2.2034, + 4.8981, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "", + "boundingBox": [ + 0.9965, + 2.2084, + 2.2935, + 2.2034, + 2.2935, + 2.3991, + 0.9965, + 2.3991 + ], + "elements": [] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "1.00", + "boundingBox": [ + 2.2935, + 2.2034, + 3.5904, + 2.2034, + 3.5904, + 2.3991, + 2.2935, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "4.00", + "boundingBox": [ + 3.5904, + 2.2034, + 4.8981, + 2.2034, + 4.8981, + 2.3991, + 3.5904, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 3, + "text": "5.00", + "boundingBox": [ + 4.8981, + 2.2034, + 6.1951, + 2.2034, + 6.1951, + 2.3991, + 4.8981, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/17/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "text": "Pear", + "boundingBox": [ + 0.9965, + 2.3991, + 2.2935, + 2.3991, + 2.2935, + 2.5947, + 0.9965, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/18/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 1, + "text": "", + "boundingBox": [ + 2.2935, + 2.3991, + 3.5904, + 2.3991, + 3.5958, + 2.5947, + 2.2935, + 2.5947 + ], + "elements": [] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "2.00", + "boundingBox": [ + 3.5904, + 2.3991, + 4.8981, + 2.3991, + 4.8981, + 2.5947, + 3.5958, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/19/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 3, + "text": "2.00", + "boundingBox": [ + 4.8981, + 2.3991, + 6.1951, + 2.3991, + 6.1951, + 2.5947, + 4.8981, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/20/words/0" + ] + } + ], + "boundingBox": [ + 0.9979, + 1.6139, + 6.2003, + 1.6153, + 6.1999, + 2.5942, + 0.9973, + 2.5931 + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/fields.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/fields.json new file mode 100644 index 000000000000..958bdb59001b --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/fields.json @@ -0,0 +1,73 @@ +{ + "$schema": "https://schema.cognitiveservices.azure.com/formrecognizer/2021-03-01/fields.json", + "fields": [ + { + "fieldKey": "table", + "fieldType": "object", + "fieldFormat": "not-specified", + "itemType": null, + "fields": [ + { + "fieldKey": "Apple", + "fieldType": "table_object", + "fieldFormat": "not-specified", + "itemType": null, + "fields": null + }, + { + "fieldKey": "Orange", + "fieldType": "table_object", + "fieldFormat": "not-specified", + "itemType": null, + "fields": null + }, + { + "fieldKey": "Grapefruit", + "fieldType": "table_object", + "fieldFormat": "not-specified", + "itemType": null, + "fields": null + }, + { + "fieldKey": "Pear", + "fieldType": "table_object", + "fieldFormat": "not-specified", + "itemType": null, + "fields": null + } + ], + "visualizationHint": "vertical" + } + ], + "definitions": { + "table_object": { + "fieldKey": "table_object", + "fieldType": "object", + "fieldFormat": "not-specified", + "itemType": null, + "fields": [ + { + "fieldKey": "Price", + "fieldType": "string", + "fieldFormat": "not-specified", + "itemType": null, + "fields": null + }, + { + "fieldKey": "Tax", + "fieldType": "string", + "fieldFormat": "not-specified", + "itemType": null, + "fields": null + }, + { + "fieldKey": "Total", + "fieldType": "string", + "fieldFormat": "not-specified", + "itemType": null, + "fields": null + } + ] + } + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows1.pdf b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows1.pdf new file mode 100644 index 000000000000..38ebd29664bc Binary files /dev/null and b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows1.pdf differ diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows1.pdf.labels.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows1.pdf.labels.json new file mode 100644 index 000000000000..944dfc77dd36 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows1.pdf.labels.json @@ -0,0 +1,249 @@ +{ + "$schema": "https://schema.cognitiveservices.azure.com/formrecognizer/2021-03-01/labels.json", + "document": "label_table_fixed_rows1.pdf", + "labels": [ + { + "label": "table/Apple/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "5.00", + "boundingBoxes": [ + [ + 0.2805294117647059, + 0.17018181818181818, + 0.3110470588235294, + 0.17018181818181818, + 0.3110470588235294, + 0.17922727272727274, + 0.2805294117647059, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/Apple/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.4334470588235294, + 0.17018181818181818, + 0.46383529411764707, + 0.17018181818181818, + 0.46383529411764707, + 0.17922727272727274, + 0.4334470588235294, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/Apple/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "7.00", + "boundingBoxes": [ + [ + 0.5862705882352941, + 0.17018181818181818, + 0.6168117647058823, + 0.17018181818181818, + 0.6168117647058823, + 0.17922727272727274, + 0.5862705882352941, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/Orange/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.2806470588235294, + 0.18775454545454548, + 0.3110470588235294, + 0.18775454545454548, + 0.3110470588235294, + 0.1968, + 0.2806470588235294, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/Orange/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "1.00", + "boundingBoxes": [ + [ + 0.4339647058823529, + 0.18775454545454548, + 0.46383529411764707, + 0.18775454545454548, + 0.46383529411764707, + 0.1968, + 0.4339647058823529, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/Orange/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "3.00", + "boundingBoxes": [ + [ + 0.5863058823529412, + 0.18775454545454548, + 0.6168117647058823, + 0.18775454545454548, + 0.6168117647058823, + 0.1968, + 0.5863058823529412, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/Grapefruit/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "1.00", + "boundingBoxes": [ + [ + 0.2811764705882353, + 0.20533636363636365, + 0.3110470588235294, + 0.20533636363636365, + 0.3110470588235294, + 0.2143818181818182, + 0.2811764705882353, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/Grapefruit/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "4.00", + "boundingBoxes": [ + [ + 0.43284705882352936, + 0.20533636363636365, + 0.46383529411764707, + 0.20533636363636365, + 0.46383529411764707, + 0.2143818181818182, + 0.43284705882352936, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/Grapefruit/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "5.00", + "boundingBoxes": [ + [ + 0.5862941176470589, + 0.20533636363636365, + 0.6168117647058823, + 0.20533636363636365, + 0.6168117647058823, + 0.2143818181818182, + 0.5862941176470589, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/Pear/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.4334470588235294, + 0.22290909090909092, + 0.46383529411764707, + 0.22290909090909092, + 0.46383529411764707, + 0.23195454545454544, + 0.4334470588235294, + 0.23195454545454544 + ] + ] + } + ] + }, + { + "label": "table/Pear/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.5864235294117648, + 0.22290909090909092, + 0.6168117647058823, + 0.22290909090909092, + 0.6168117647058823, + 0.23195454545454544, + 0.5864235294117648, + 0.23195454545454544 + ] + ] + } + ] + } + ], + "labelingState": 2 +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows1.pdf.ocr.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows1.pdf.ocr.json new file mode 100644 index 000000000000..3bb54c656892 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows1.pdf.ocr.json @@ -0,0 +1,1147 @@ +{ + "status": "succeeded", + "createdDateTime": "2021-04-21T23:02:16Z", + "lastUpdatedDateTime": "2021-04-21T23:02:21Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "boundingBox": [ + 1.0075, + 1.0471, + 1.2329, + 1.0471, + 1.2329, + 1.1465, + 1.0075, + 1.1465 + ], + "text": "Con", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0075, + 1.0471, + 1.2329, + 1.0471, + 1.2329, + 1.1465, + 1.0075, + 1.1465 + ], + "text": "Con", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.2461, + 1.0557, + 1.2901, + 1.0557, + 1.2901, + 1.1464, + 1.2461, + 1.1464 + ], + "text": "t", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.2461, + 1.0557, + 1.2901, + 1.0557, + 1.2901, + 1.1464, + 1.2461, + 1.1464 + ], + "text": "t", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.3004, + 1.0413, + 1.8111, + 1.0413, + 1.8111, + 1.1669, + 1.3004, + 1.1669 + ], + "text": "oso, Ltd.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.3004, + 1.0726, + 1.5446, + 1.0726, + 1.5446, + 1.1669, + 1.3004, + 1.1669 + ], + "text": "oso,", + "confidence": 1 + }, + { + "boundingBox": [ + 1.601, + 1.0413, + 1.8111, + 1.0413, + 1.8111, + 1.1465, + 1.601, + 1.1465 + ], + "text": "Ltd.", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3875, + 1.6753, + 2.6861, + 1.6753, + 2.6861, + 1.7785, + 2.3875, + 1.7785 + ], + "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3875, + 1.6753, + 2.6861, + 1.6753, + 2.6861, + 1.7785, + 2.3875, + 1.7785 + ], + "text": "Price", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6766, + 1.68, + 3.8953, + 1.68, + 3.8953, + 1.7785, + 3.6766, + 1.7785 + ], + "text": "Tax", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6766, + 1.68, + 3.8953, + 1.68, + 3.8953, + 1.7785, + 3.6766, + 1.7785 + ], + "text": "Tax", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9769, + 1.6727, + 5.2909, + 1.6727, + 5.2909, + 1.7785, + 4.9769, + 1.7785 + ], + "text": "Total", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9769, + 1.6727, + 5.2909, + 1.6727, + 5.2909, + 1.7785, + 4.9769, + 1.7785 + ], + "text": "Total", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0804, + 1.866, + 1.4448, + 1.866, + 1.4448, + 1.9973, + 1.0804, + 1.9973 + ], + "text": "Apple", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0804, + 1.866, + 1.4448, + 1.866, + 1.4448, + 1.9973, + 1.0804, + 1.9973 + ], + "text": "Apple", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3845, + 1.872, + 2.6439, + 1.872, + 2.6439, + 1.9715, + 2.3845, + 1.9715 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3845, + 1.872, + 2.6439, + 1.872, + 2.6439, + 1.9715, + 2.3845, + 1.9715 + ], + "text": "5.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6843, + 1.872, + 3.9426, + 1.872, + 3.9426, + 1.9715, + 3.6843, + 1.9715 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6843, + 1.872, + 3.9426, + 1.872, + 3.9426, + 1.9715, + 3.6843, + 1.9715 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9833, + 1.872, + 5.2429, + 1.872, + 5.2429, + 1.9715, + 4.9833, + 1.9715 + ], + "text": "7.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9833, + 1.872, + 5.2429, + 1.872, + 5.2429, + 1.9715, + 4.9833, + 1.9715 + ], + "text": "7.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0846, + 2.065, + 1.5381, + 2.065, + 1.5381, + 2.1908, + 1.0846, + 2.1908 + ], + "text": "Orange", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0846, + 2.065, + 1.5381, + 2.065, + 1.5381, + 2.1908, + 1.0846, + 2.1908 + ], + "text": "Orange", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3855, + 2.0653, + 2.6439, + 2.0653, + 2.6439, + 2.1648, + 2.3855, + 2.1648 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3855, + 2.0653, + 2.6439, + 2.0653, + 2.6439, + 2.1648, + 2.3855, + 2.1648 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6887, + 2.0653, + 3.9426, + 2.0653, + 3.9426, + 2.1648, + 3.6887, + 2.1648 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6887, + 2.0653, + 3.9426, + 2.0653, + 3.9426, + 2.1648, + 3.6887, + 2.1648 + ], + "text": "1.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9836, + 2.0653, + 5.2429, + 2.0653, + 5.2429, + 2.1648, + 4.9836, + 2.1648 + ], + "text": "3.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9836, + 2.0653, + 5.2429, + 2.0653, + 5.2429, + 2.1648, + 4.9836, + 2.1648 + ], + "text": "3.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0842, + 2.2521, + 1.7371, + 2.2521, + 1.7371, + 2.3839, + 1.0842, + 2.3839 + ], + "text": "Grapefruit", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0842, + 2.2521, + 1.7371, + 2.2521, + 1.7371, + 2.3839, + 1.0842, + 2.3839 + ], + "text": "Grapefruit", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.39, + 2.2587, + 2.6439, + 2.2587, + 2.6439, + 2.3582, + 2.39, + 2.3582 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.39, + 2.2587, + 2.6439, + 2.2587, + 2.6439, + 2.3582, + 2.39, + 2.3582 + ], + "text": "1.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6792, + 2.2587, + 3.9426, + 2.2587, + 3.9426, + 2.3582, + 3.6792, + 2.3582 + ], + "text": "4.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6792, + 2.2587, + 3.9426, + 2.2587, + 3.9426, + 2.3582, + 3.6792, + 2.3582 + ], + "text": "4.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9835, + 2.2587, + 5.2429, + 2.2587, + 5.2429, + 2.3582, + 4.9835, + 2.3582 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9835, + 2.2587, + 5.2429, + 2.2587, + 5.2429, + 2.3582, + 4.9835, + 2.3582 + ], + "text": "5.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0892, + 2.4534, + 1.3643, + 2.4534, + 1.3643, + 2.5518, + 1.0892, + 2.5518 + ], + "text": "Pear", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0892, + 2.4534, + 1.3643, + 2.4534, + 1.3643, + 2.5518, + 1.0892, + 2.5518 + ], + "text": "Pear", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6843, + 2.452, + 3.9426, + 2.452, + 3.9426, + 2.5515, + 3.6843, + 2.5515 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6843, + 2.452, + 3.9426, + 2.452, + 3.9426, + 2.5515, + 3.6843, + 2.5515 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9846, + 2.452, + 5.2429, + 2.452, + 5.2429, + 2.5515, + 4.9846, + 2.5515 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9846, + 2.452, + 5.2429, + 2.452, + 5.2429, + 2.5515, + 4.9846, + 2.5515 + ], + "text": "2.00", + "confidence": 1 + } + ] + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 5, + "columns": 4, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "", + "boundingBox": [ + 0.9904, + 1.6215, + 2.297, + 1.6215, + 2.297, + 1.8221, + 0.9958, + 1.8272 + ], + "elements": [] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Price", + "boundingBox": [ + 2.297, + 1.6215, + 3.5874, + 1.6215, + 3.5928, + 1.8221, + 2.297, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/3/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Tax", + "boundingBox": [ + 3.5874, + 1.6215, + 4.8994, + 1.6215, + 4.8994, + 1.8221, + 3.5928, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/4/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "text": "Total", + "boundingBox": [ + 4.8994, + 1.6215, + 6.1952, + 1.6215, + 6.1952, + 1.8272, + 4.8994, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/5/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "Apple", + "boundingBox": [ + 0.9958, + 1.8272, + 2.297, + 1.8221, + 2.297, + 2.0078, + 0.9958, + 2.0128 + ], + "elements": [ + "#/readResults/0/lines/6/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "5.00", + "boundingBox": [ + 2.297, + 1.8221, + 3.5928, + 1.8221, + 3.5928, + 2.0078, + 2.297, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/7/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "2.00", + "boundingBox": [ + 3.5928, + 1.8221, + 4.8994, + 1.8221, + 4.8994, + 2.0078, + 3.5928, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/8/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "text": "7.00", + "boundingBox": [ + 4.8994, + 1.8221, + 6.1952, + 1.8272, + 6.1952, + 2.0128, + 4.8994, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/9/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "Orange", + "boundingBox": [ + 0.9958, + 2.0128, + 2.297, + 2.0078, + 2.297, + 2.2034, + 0.9958, + 2.2084 + ], + "elements": [ + "#/readResults/0/lines/10/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "2.00", + "boundingBox": [ + 2.297, + 2.0078, + 3.5928, + 2.0078, + 3.5928, + 2.2034, + 2.297, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "1.00", + "boundingBox": [ + 3.5928, + 2.0078, + 4.8994, + 2.0078, + 4.8994, + 2.2034, + 3.5928, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/12/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 3, + "text": "3.00", + "boundingBox": [ + 4.8994, + 2.0078, + 6.1952, + 2.0128, + 6.1952, + 2.2034, + 4.8994, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "Grapefruit", + "boundingBox": [ + 0.9958, + 2.2084, + 2.297, + 2.2034, + 2.297, + 2.3991, + 0.9958, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "1.00", + "boundingBox": [ + 2.297, + 2.2034, + 3.5928, + 2.2034, + 3.5928, + 2.3991, + 2.297, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "4.00", + "boundingBox": [ + 3.5928, + 2.2034, + 4.8994, + 2.2034, + 4.8994, + 2.3991, + 3.5928, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 3, + "text": "5.00", + "boundingBox": [ + 4.8994, + 2.2034, + 6.1952, + 2.2034, + 6.1952, + 2.3991, + 4.8994, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/17/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "text": "Pear", + "boundingBox": [ + 0.9958, + 2.3991, + 2.297, + 2.3991, + 2.297, + 2.5947, + 0.9958, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/18/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 1, + "text": "", + "boundingBox": [ + 2.297, + 2.3991, + 3.5928, + 2.3991, + 3.5982, + 2.5947, + 2.297, + 2.5947 + ], + "elements": [] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "2.00", + "boundingBox": [ + 3.5928, + 2.3991, + 4.8994, + 2.3991, + 4.8994, + 2.5947, + 3.5982, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/19/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 3, + "text": "2.00", + "boundingBox": [ + 4.8994, + 2.3991, + 6.1952, + 2.3991, + 6.1952, + 2.5947, + 4.8994, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/20/words/0" + ] + } + ], + "boundingBox": [ + 0.9986, + 1.6168, + 6.2004, + 1.6179, + 6.2004, + 2.597, + 0.9981, + 2.5961 + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows2.pdf b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows2.pdf new file mode 100644 index 000000000000..38ebd29664bc Binary files /dev/null and b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows2.pdf differ diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows2.pdf.labels.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows2.pdf.labels.json new file mode 100644 index 000000000000..7f962b05e92d --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows2.pdf.labels.json @@ -0,0 +1,249 @@ +{ + "$schema": "https://schema.cognitiveservices.azure.com/formrecognizer/2021-03-01/labels.json", + "document": "label_table_fixed_rows2.pdf", + "labels": [ + { + "label": "table/Apple/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "5.00", + "boundingBoxes": [ + [ + 0.2805294117647059, + 0.17018181818181818, + 0.3110470588235294, + 0.17018181818181818, + 0.3110470588235294, + 0.17922727272727274, + 0.2805294117647059, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/Apple/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.4334470588235294, + 0.17018181818181818, + 0.46383529411764707, + 0.17018181818181818, + 0.46383529411764707, + 0.17922727272727274, + 0.4334470588235294, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/Apple/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "7.00", + "boundingBoxes": [ + [ + 0.5862705882352941, + 0.17018181818181818, + 0.6168117647058823, + 0.17018181818181818, + 0.6168117647058823, + 0.17922727272727274, + 0.5862705882352941, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/Orange/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.2806470588235294, + 0.18775454545454548, + 0.3110470588235294, + 0.18775454545454548, + 0.3110470588235294, + 0.1968, + 0.2806470588235294, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/Orange/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "1.00", + "boundingBoxes": [ + [ + 0.4339647058823529, + 0.18775454545454548, + 0.46383529411764707, + 0.18775454545454548, + 0.46383529411764707, + 0.1968, + 0.4339647058823529, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/Orange/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "3.00", + "boundingBoxes": [ + [ + 0.5863058823529412, + 0.18775454545454548, + 0.6168117647058823, + 0.18775454545454548, + 0.6168117647058823, + 0.1968, + 0.5863058823529412, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/Grapefruit/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "1.00", + "boundingBoxes": [ + [ + 0.2811764705882353, + 0.20533636363636365, + 0.3110470588235294, + 0.20533636363636365, + 0.3110470588235294, + 0.2143818181818182, + 0.2811764705882353, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/Grapefruit/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "4.00", + "boundingBoxes": [ + [ + 0.43284705882352936, + 0.20533636363636365, + 0.46383529411764707, + 0.20533636363636365, + 0.46383529411764707, + 0.2143818181818182, + 0.43284705882352936, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/Grapefruit/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "5.00", + "boundingBoxes": [ + [ + 0.5862941176470589, + 0.20533636363636365, + 0.6168117647058823, + 0.20533636363636365, + 0.6168117647058823, + 0.2143818181818182, + 0.5862941176470589, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/Pear/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.4334470588235294, + 0.22290909090909092, + 0.46383529411764707, + 0.22290909090909092, + 0.46383529411764707, + 0.23195454545454544, + 0.4334470588235294, + 0.23195454545454544 + ] + ] + } + ] + }, + { + "label": "table/Pear/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.5864235294117648, + 0.22290909090909092, + 0.6168117647058823, + 0.22290909090909092, + 0.6168117647058823, + 0.23195454545454544, + 0.5864235294117648, + 0.23195454545454544 + ] + ] + } + ] + } + ], + "labelingState": 2 +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows2.pdf.ocr.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows2.pdf.ocr.json new file mode 100644 index 000000000000..42266bf96cc6 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows2.pdf.ocr.json @@ -0,0 +1,1147 @@ +{ + "status": "succeeded", + "createdDateTime": "2021-04-21T23:05:13Z", + "lastUpdatedDateTime": "2021-04-21T23:05:20Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "boundingBox": [ + 1.0075, + 1.0471, + 1.2329, + 1.0471, + 1.2329, + 1.1465, + 1.0075, + 1.1465 + ], + "text": "Con", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0075, + 1.0471, + 1.2329, + 1.0471, + 1.2329, + 1.1465, + 1.0075, + 1.1465 + ], + "text": "Con", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.2461, + 1.0557, + 1.2901, + 1.0557, + 1.2901, + 1.1464, + 1.2461, + 1.1464 + ], + "text": "t", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.2461, + 1.0557, + 1.2901, + 1.0557, + 1.2901, + 1.1464, + 1.2461, + 1.1464 + ], + "text": "t", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.3004, + 1.0413, + 1.8111, + 1.0413, + 1.8111, + 1.1669, + 1.3004, + 1.1669 + ], + "text": "oso, Ltd.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.3004, + 1.0726, + 1.5446, + 1.0726, + 1.5446, + 1.1669, + 1.3004, + 1.1669 + ], + "text": "oso,", + "confidence": 1 + }, + { + "boundingBox": [ + 1.601, + 1.0413, + 1.8111, + 1.0413, + 1.8111, + 1.1465, + 1.601, + 1.1465 + ], + "text": "Ltd.", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3875, + 1.6753, + 2.6861, + 1.6753, + 2.6861, + 1.7785, + 2.3875, + 1.7785 + ], + "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3875, + 1.6753, + 2.6861, + 1.6753, + 2.6861, + 1.7785, + 2.3875, + 1.7785 + ], + "text": "Price", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6766, + 1.68, + 3.8953, + 1.68, + 3.8953, + 1.7785, + 3.6766, + 1.7785 + ], + "text": "Tax", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6766, + 1.68, + 3.8953, + 1.68, + 3.8953, + 1.7785, + 3.6766, + 1.7785 + ], + "text": "Tax", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9769, + 1.6727, + 5.2909, + 1.6727, + 5.2909, + 1.7785, + 4.9769, + 1.7785 + ], + "text": "Total", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9769, + 1.6727, + 5.2909, + 1.6727, + 5.2909, + 1.7785, + 4.9769, + 1.7785 + ], + "text": "Total", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0804, + 1.866, + 1.4448, + 1.866, + 1.4448, + 1.9973, + 1.0804, + 1.9973 + ], + "text": "Apple", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0804, + 1.866, + 1.4448, + 1.866, + 1.4448, + 1.9973, + 1.0804, + 1.9973 + ], + "text": "Apple", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3845, + 1.872, + 2.6439, + 1.872, + 2.6439, + 1.9715, + 2.3845, + 1.9715 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3845, + 1.872, + 2.6439, + 1.872, + 2.6439, + 1.9715, + 2.3845, + 1.9715 + ], + "text": "5.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6843, + 1.872, + 3.9426, + 1.872, + 3.9426, + 1.9715, + 3.6843, + 1.9715 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6843, + 1.872, + 3.9426, + 1.872, + 3.9426, + 1.9715, + 3.6843, + 1.9715 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9833, + 1.872, + 5.2429, + 1.872, + 5.2429, + 1.9715, + 4.9833, + 1.9715 + ], + "text": "7.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9833, + 1.872, + 5.2429, + 1.872, + 5.2429, + 1.9715, + 4.9833, + 1.9715 + ], + "text": "7.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0846, + 2.065, + 1.5381, + 2.065, + 1.5381, + 2.1908, + 1.0846, + 2.1908 + ], + "text": "Orange", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0846, + 2.065, + 1.5381, + 2.065, + 1.5381, + 2.1908, + 1.0846, + 2.1908 + ], + "text": "Orange", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3855, + 2.0653, + 2.6439, + 2.0653, + 2.6439, + 2.1648, + 2.3855, + 2.1648 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3855, + 2.0653, + 2.6439, + 2.0653, + 2.6439, + 2.1648, + 2.3855, + 2.1648 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6887, + 2.0653, + 3.9426, + 2.0653, + 3.9426, + 2.1648, + 3.6887, + 2.1648 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6887, + 2.0653, + 3.9426, + 2.0653, + 3.9426, + 2.1648, + 3.6887, + 2.1648 + ], + "text": "1.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9836, + 2.0653, + 5.2429, + 2.0653, + 5.2429, + 2.1648, + 4.9836, + 2.1648 + ], + "text": "3.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9836, + 2.0653, + 5.2429, + 2.0653, + 5.2429, + 2.1648, + 4.9836, + 2.1648 + ], + "text": "3.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0842, + 2.2521, + 1.7371, + 2.2521, + 1.7371, + 2.3839, + 1.0842, + 2.3839 + ], + "text": "Grapefruit", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0842, + 2.2521, + 1.7371, + 2.2521, + 1.7371, + 2.3839, + 1.0842, + 2.3839 + ], + "text": "Grapefruit", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.39, + 2.2587, + 2.6439, + 2.2587, + 2.6439, + 2.3582, + 2.39, + 2.3582 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.39, + 2.2587, + 2.6439, + 2.2587, + 2.6439, + 2.3582, + 2.39, + 2.3582 + ], + "text": "1.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6792, + 2.2587, + 3.9426, + 2.2587, + 3.9426, + 2.3582, + 3.6792, + 2.3582 + ], + "text": "4.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6792, + 2.2587, + 3.9426, + 2.2587, + 3.9426, + 2.3582, + 3.6792, + 2.3582 + ], + "text": "4.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9835, + 2.2587, + 5.2429, + 2.2587, + 5.2429, + 2.3582, + 4.9835, + 2.3582 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9835, + 2.2587, + 5.2429, + 2.2587, + 5.2429, + 2.3582, + 4.9835, + 2.3582 + ], + "text": "5.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0892, + 2.4534, + 1.3643, + 2.4534, + 1.3643, + 2.5518, + 1.0892, + 2.5518 + ], + "text": "Pear", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0892, + 2.4534, + 1.3643, + 2.4534, + 1.3643, + 2.5518, + 1.0892, + 2.5518 + ], + "text": "Pear", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6843, + 2.452, + 3.9426, + 2.452, + 3.9426, + 2.5515, + 3.6843, + 2.5515 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6843, + 2.452, + 3.9426, + 2.452, + 3.9426, + 2.5515, + 3.6843, + 2.5515 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9846, + 2.452, + 5.2429, + 2.452, + 5.2429, + 2.5515, + 4.9846, + 2.5515 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9846, + 2.452, + 5.2429, + 2.452, + 5.2429, + 2.5515, + 4.9846, + 2.5515 + ], + "text": "2.00", + "confidence": 1 + } + ] + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 5, + "columns": 4, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "", + "boundingBox": [ + 0.9904, + 1.6215, + 2.297, + 1.6215, + 2.297, + 1.8221, + 0.9958, + 1.8272 + ], + "elements": [] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Price", + "boundingBox": [ + 2.297, + 1.6215, + 3.5874, + 1.6215, + 3.5928, + 1.8221, + 2.297, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/3/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Tax", + "boundingBox": [ + 3.5874, + 1.6215, + 4.8994, + 1.6215, + 4.8994, + 1.8221, + 3.5928, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/4/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "text": "Total", + "boundingBox": [ + 4.8994, + 1.6215, + 6.1952, + 1.6215, + 6.1952, + 1.8272, + 4.8994, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/5/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "Apple", + "boundingBox": [ + 0.9958, + 1.8272, + 2.297, + 1.8221, + 2.297, + 2.0078, + 0.9958, + 2.0128 + ], + "elements": [ + "#/readResults/0/lines/6/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "5.00", + "boundingBox": [ + 2.297, + 1.8221, + 3.5928, + 1.8221, + 3.5928, + 2.0078, + 2.297, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/7/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "2.00", + "boundingBox": [ + 3.5928, + 1.8221, + 4.8994, + 1.8221, + 4.8994, + 2.0078, + 3.5928, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/8/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "text": "7.00", + "boundingBox": [ + 4.8994, + 1.8221, + 6.1952, + 1.8272, + 6.1952, + 2.0128, + 4.8994, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/9/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "Orange", + "boundingBox": [ + 0.9958, + 2.0128, + 2.297, + 2.0078, + 2.297, + 2.2034, + 0.9958, + 2.2084 + ], + "elements": [ + "#/readResults/0/lines/10/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "2.00", + "boundingBox": [ + 2.297, + 2.0078, + 3.5928, + 2.0078, + 3.5928, + 2.2034, + 2.297, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "1.00", + "boundingBox": [ + 3.5928, + 2.0078, + 4.8994, + 2.0078, + 4.8994, + 2.2034, + 3.5928, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/12/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 3, + "text": "3.00", + "boundingBox": [ + 4.8994, + 2.0078, + 6.1952, + 2.0128, + 6.1952, + 2.2034, + 4.8994, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "Grapefruit", + "boundingBox": [ + 0.9958, + 2.2084, + 2.297, + 2.2034, + 2.297, + 2.3991, + 0.9958, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "1.00", + "boundingBox": [ + 2.297, + 2.2034, + 3.5928, + 2.2034, + 3.5928, + 2.3991, + 2.297, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "4.00", + "boundingBox": [ + 3.5928, + 2.2034, + 4.8994, + 2.2034, + 4.8994, + 2.3991, + 3.5928, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 3, + "text": "5.00", + "boundingBox": [ + 4.8994, + 2.2034, + 6.1952, + 2.2034, + 6.1952, + 2.3991, + 4.8994, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/17/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "text": "Pear", + "boundingBox": [ + 0.9958, + 2.3991, + 2.297, + 2.3991, + 2.297, + 2.5947, + 0.9958, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/18/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 1, + "text": "", + "boundingBox": [ + 2.297, + 2.3991, + 3.5928, + 2.3991, + 3.5982, + 2.5947, + 2.297, + 2.5947 + ], + "elements": [] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "2.00", + "boundingBox": [ + 3.5928, + 2.3991, + 4.8994, + 2.3991, + 4.8994, + 2.5947, + 3.5982, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/19/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 3, + "text": "2.00", + "boundingBox": [ + 4.8994, + 2.3991, + 6.1952, + 2.3991, + 6.1952, + 2.5947, + 4.8994, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/20/words/0" + ] + } + ], + "boundingBox": [ + 0.9986, + 1.6168, + 6.2004, + 1.6179, + 6.2004, + 2.597, + 0.9981, + 2.5961 + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows3.pdf b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows3.pdf new file mode 100644 index 000000000000..38ebd29664bc Binary files /dev/null and b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows3.pdf differ diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows3.pdf.labels.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows3.pdf.labels.json new file mode 100644 index 000000000000..7180d2db1de2 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows3.pdf.labels.json @@ -0,0 +1,249 @@ +{ + "$schema": "https://schema.cognitiveservices.azure.com/formrecognizer/2021-03-01/labels.json", + "document": "label_table_fixed_rows3.pdf", + "labels": [ + { + "label": "table/Apple/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "5.00", + "boundingBoxes": [ + [ + 0.2805294117647059, + 0.17018181818181818, + 0.3110470588235294, + 0.17018181818181818, + 0.3110470588235294, + 0.17922727272727274, + 0.2805294117647059, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/Apple/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.4334470588235294, + 0.17018181818181818, + 0.46383529411764707, + 0.17018181818181818, + 0.46383529411764707, + 0.17922727272727274, + 0.4334470588235294, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/Apple/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "7.00", + "boundingBoxes": [ + [ + 0.5862705882352941, + 0.17018181818181818, + 0.6168117647058823, + 0.17018181818181818, + 0.6168117647058823, + 0.17922727272727274, + 0.5862705882352941, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/Orange/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.2806470588235294, + 0.18775454545454548, + 0.3110470588235294, + 0.18775454545454548, + 0.3110470588235294, + 0.1968, + 0.2806470588235294, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/Orange/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "1.00", + "boundingBoxes": [ + [ + 0.4339647058823529, + 0.18775454545454548, + 0.46383529411764707, + 0.18775454545454548, + 0.46383529411764707, + 0.1968, + 0.4339647058823529, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/Orange/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "3.00", + "boundingBoxes": [ + [ + 0.5863058823529412, + 0.18775454545454548, + 0.6168117647058823, + 0.18775454545454548, + 0.6168117647058823, + 0.1968, + 0.5863058823529412, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/Grapefruit/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "1.00", + "boundingBoxes": [ + [ + 0.2811764705882353, + 0.20533636363636365, + 0.3110470588235294, + 0.20533636363636365, + 0.3110470588235294, + 0.2143818181818182, + 0.2811764705882353, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/Grapefruit/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "4.00", + "boundingBoxes": [ + [ + 0.43284705882352936, + 0.20533636363636365, + 0.46383529411764707, + 0.20533636363636365, + 0.46383529411764707, + 0.2143818181818182, + 0.43284705882352936, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/Grapefruit/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "5.00", + "boundingBoxes": [ + [ + 0.5862941176470589, + 0.20533636363636365, + 0.6168117647058823, + 0.20533636363636365, + 0.6168117647058823, + 0.2143818181818182, + 0.5862941176470589, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/Pear/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.4334470588235294, + 0.22290909090909092, + 0.46383529411764707, + 0.22290909090909092, + 0.46383529411764707, + 0.23195454545454544, + 0.4334470588235294, + 0.23195454545454544 + ] + ] + } + ] + }, + { + "label": "table/Pear/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.5864235294117648, + 0.22290909090909092, + 0.6168117647058823, + 0.22290909090909092, + 0.6168117647058823, + 0.23195454545454544, + 0.5864235294117648, + 0.23195454545454544 + ] + ] + } + ] + } + ], + "labelingState": 2 +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows3.pdf.ocr.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows3.pdf.ocr.json new file mode 100644 index 000000000000..3b96efe1b220 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows3.pdf.ocr.json @@ -0,0 +1,1147 @@ +{ + "status": "succeeded", + "createdDateTime": "2021-04-21T23:05:50Z", + "lastUpdatedDateTime": "2021-04-21T23:05:55Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "boundingBox": [ + 1.0075, + 1.0471, + 1.2329, + 1.0471, + 1.2329, + 1.1465, + 1.0075, + 1.1465 + ], + "text": "Con", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0075, + 1.0471, + 1.2329, + 1.0471, + 1.2329, + 1.1465, + 1.0075, + 1.1465 + ], + "text": "Con", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.2461, + 1.0557, + 1.2901, + 1.0557, + 1.2901, + 1.1464, + 1.2461, + 1.1464 + ], + "text": "t", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.2461, + 1.0557, + 1.2901, + 1.0557, + 1.2901, + 1.1464, + 1.2461, + 1.1464 + ], + "text": "t", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.3004, + 1.0413, + 1.8111, + 1.0413, + 1.8111, + 1.1669, + 1.3004, + 1.1669 + ], + "text": "oso, Ltd.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.3004, + 1.0726, + 1.5446, + 1.0726, + 1.5446, + 1.1669, + 1.3004, + 1.1669 + ], + "text": "oso,", + "confidence": 1 + }, + { + "boundingBox": [ + 1.601, + 1.0413, + 1.8111, + 1.0413, + 1.8111, + 1.1465, + 1.601, + 1.1465 + ], + "text": "Ltd.", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3875, + 1.6753, + 2.6861, + 1.6753, + 2.6861, + 1.7785, + 2.3875, + 1.7785 + ], + "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3875, + 1.6753, + 2.6861, + 1.6753, + 2.6861, + 1.7785, + 2.3875, + 1.7785 + ], + "text": "Price", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6766, + 1.68, + 3.8953, + 1.68, + 3.8953, + 1.7785, + 3.6766, + 1.7785 + ], + "text": "Tax", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6766, + 1.68, + 3.8953, + 1.68, + 3.8953, + 1.7785, + 3.6766, + 1.7785 + ], + "text": "Tax", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9769, + 1.6727, + 5.2909, + 1.6727, + 5.2909, + 1.7785, + 4.9769, + 1.7785 + ], + "text": "Total", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9769, + 1.6727, + 5.2909, + 1.6727, + 5.2909, + 1.7785, + 4.9769, + 1.7785 + ], + "text": "Total", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0804, + 1.866, + 1.4448, + 1.866, + 1.4448, + 1.9973, + 1.0804, + 1.9973 + ], + "text": "Apple", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0804, + 1.866, + 1.4448, + 1.866, + 1.4448, + 1.9973, + 1.0804, + 1.9973 + ], + "text": "Apple", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3845, + 1.872, + 2.6439, + 1.872, + 2.6439, + 1.9715, + 2.3845, + 1.9715 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3845, + 1.872, + 2.6439, + 1.872, + 2.6439, + 1.9715, + 2.3845, + 1.9715 + ], + "text": "5.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6843, + 1.872, + 3.9426, + 1.872, + 3.9426, + 1.9715, + 3.6843, + 1.9715 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6843, + 1.872, + 3.9426, + 1.872, + 3.9426, + 1.9715, + 3.6843, + 1.9715 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9833, + 1.872, + 5.2429, + 1.872, + 5.2429, + 1.9715, + 4.9833, + 1.9715 + ], + "text": "7.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9833, + 1.872, + 5.2429, + 1.872, + 5.2429, + 1.9715, + 4.9833, + 1.9715 + ], + "text": "7.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0846, + 2.065, + 1.5381, + 2.065, + 1.5381, + 2.1908, + 1.0846, + 2.1908 + ], + "text": "Orange", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0846, + 2.065, + 1.5381, + 2.065, + 1.5381, + 2.1908, + 1.0846, + 2.1908 + ], + "text": "Orange", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3855, + 2.0653, + 2.6439, + 2.0653, + 2.6439, + 2.1648, + 2.3855, + 2.1648 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3855, + 2.0653, + 2.6439, + 2.0653, + 2.6439, + 2.1648, + 2.3855, + 2.1648 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6887, + 2.0653, + 3.9426, + 2.0653, + 3.9426, + 2.1648, + 3.6887, + 2.1648 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6887, + 2.0653, + 3.9426, + 2.0653, + 3.9426, + 2.1648, + 3.6887, + 2.1648 + ], + "text": "1.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9836, + 2.0653, + 5.2429, + 2.0653, + 5.2429, + 2.1648, + 4.9836, + 2.1648 + ], + "text": "3.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9836, + 2.0653, + 5.2429, + 2.0653, + 5.2429, + 2.1648, + 4.9836, + 2.1648 + ], + "text": "3.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0842, + 2.2521, + 1.7371, + 2.2521, + 1.7371, + 2.3839, + 1.0842, + 2.3839 + ], + "text": "Grapefruit", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0842, + 2.2521, + 1.7371, + 2.2521, + 1.7371, + 2.3839, + 1.0842, + 2.3839 + ], + "text": "Grapefruit", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.39, + 2.2587, + 2.6439, + 2.2587, + 2.6439, + 2.3582, + 2.39, + 2.3582 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.39, + 2.2587, + 2.6439, + 2.2587, + 2.6439, + 2.3582, + 2.39, + 2.3582 + ], + "text": "1.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6792, + 2.2587, + 3.9426, + 2.2587, + 3.9426, + 2.3582, + 3.6792, + 2.3582 + ], + "text": "4.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6792, + 2.2587, + 3.9426, + 2.2587, + 3.9426, + 2.3582, + 3.6792, + 2.3582 + ], + "text": "4.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9835, + 2.2587, + 5.2429, + 2.2587, + 5.2429, + 2.3582, + 4.9835, + 2.3582 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9835, + 2.2587, + 5.2429, + 2.2587, + 5.2429, + 2.3582, + 4.9835, + 2.3582 + ], + "text": "5.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0892, + 2.4534, + 1.3643, + 2.4534, + 1.3643, + 2.5518, + 1.0892, + 2.5518 + ], + "text": "Pear", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0892, + 2.4534, + 1.3643, + 2.4534, + 1.3643, + 2.5518, + 1.0892, + 2.5518 + ], + "text": "Pear", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6843, + 2.452, + 3.9426, + 2.452, + 3.9426, + 2.5515, + 3.6843, + 2.5515 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6843, + 2.452, + 3.9426, + 2.452, + 3.9426, + 2.5515, + 3.6843, + 2.5515 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9846, + 2.452, + 5.2429, + 2.452, + 5.2429, + 2.5515, + 4.9846, + 2.5515 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9846, + 2.452, + 5.2429, + 2.452, + 5.2429, + 2.5515, + 4.9846, + 2.5515 + ], + "text": "2.00", + "confidence": 1 + } + ] + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 5, + "columns": 4, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "", + "boundingBox": [ + 0.9904, + 1.6215, + 2.297, + 1.6215, + 2.297, + 1.8221, + 0.9958, + 1.8272 + ], + "elements": [] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Price", + "boundingBox": [ + 2.297, + 1.6215, + 3.5874, + 1.6215, + 3.5928, + 1.8221, + 2.297, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/3/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Tax", + "boundingBox": [ + 3.5874, + 1.6215, + 4.8994, + 1.6215, + 4.8994, + 1.8221, + 3.5928, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/4/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "text": "Total", + "boundingBox": [ + 4.8994, + 1.6215, + 6.1952, + 1.6215, + 6.1952, + 1.8272, + 4.8994, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/5/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "Apple", + "boundingBox": [ + 0.9958, + 1.8272, + 2.297, + 1.8221, + 2.297, + 2.0078, + 0.9958, + 2.0128 + ], + "elements": [ + "#/readResults/0/lines/6/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "5.00", + "boundingBox": [ + 2.297, + 1.8221, + 3.5928, + 1.8221, + 3.5928, + 2.0078, + 2.297, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/7/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "2.00", + "boundingBox": [ + 3.5928, + 1.8221, + 4.8994, + 1.8221, + 4.8994, + 2.0078, + 3.5928, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/8/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "text": "7.00", + "boundingBox": [ + 4.8994, + 1.8221, + 6.1952, + 1.8272, + 6.1952, + 2.0128, + 4.8994, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/9/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "Orange", + "boundingBox": [ + 0.9958, + 2.0128, + 2.297, + 2.0078, + 2.297, + 2.2034, + 0.9958, + 2.2084 + ], + "elements": [ + "#/readResults/0/lines/10/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "2.00", + "boundingBox": [ + 2.297, + 2.0078, + 3.5928, + 2.0078, + 3.5928, + 2.2034, + 2.297, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "1.00", + "boundingBox": [ + 3.5928, + 2.0078, + 4.8994, + 2.0078, + 4.8994, + 2.2034, + 3.5928, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/12/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 3, + "text": "3.00", + "boundingBox": [ + 4.8994, + 2.0078, + 6.1952, + 2.0128, + 6.1952, + 2.2034, + 4.8994, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "Grapefruit", + "boundingBox": [ + 0.9958, + 2.2084, + 2.297, + 2.2034, + 2.297, + 2.3991, + 0.9958, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "1.00", + "boundingBox": [ + 2.297, + 2.2034, + 3.5928, + 2.2034, + 3.5928, + 2.3991, + 2.297, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "4.00", + "boundingBox": [ + 3.5928, + 2.2034, + 4.8994, + 2.2034, + 4.8994, + 2.3991, + 3.5928, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 3, + "text": "5.00", + "boundingBox": [ + 4.8994, + 2.2034, + 6.1952, + 2.2034, + 6.1952, + 2.3991, + 4.8994, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/17/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "text": "Pear", + "boundingBox": [ + 0.9958, + 2.3991, + 2.297, + 2.3991, + 2.297, + 2.5947, + 0.9958, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/18/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 1, + "text": "", + "boundingBox": [ + 2.297, + 2.3991, + 3.5928, + 2.3991, + 3.5982, + 2.5947, + 2.297, + 2.5947 + ], + "elements": [] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "2.00", + "boundingBox": [ + 3.5928, + 2.3991, + 4.8994, + 2.3991, + 4.8994, + 2.5947, + 3.5982, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/19/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 3, + "text": "2.00", + "boundingBox": [ + 4.8994, + 2.3991, + 6.1952, + 2.3991, + 6.1952, + 2.5947, + 4.8994, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/20/words/0" + ] + } + ], + "boundingBox": [ + 0.9986, + 1.6168, + 6.2004, + 1.6179, + 6.2004, + 2.597, + 0.9981, + 2.5961 + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows4.pdf b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows4.pdf new file mode 100644 index 000000000000..38ebd29664bc Binary files /dev/null and b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows4.pdf differ diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows4.pdf.labels.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows4.pdf.labels.json new file mode 100644 index 000000000000..e6eb8ab14fbe --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows4.pdf.labels.json @@ -0,0 +1,249 @@ +{ + "$schema": "https://schema.cognitiveservices.azure.com/formrecognizer/2021-03-01/labels.json", + "document": "label_table_fixed_rows4.pdf", + "labels": [ + { + "label": "table/Apple/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "5.00", + "boundingBoxes": [ + [ + 0.2805294117647059, + 0.17018181818181818, + 0.3110470588235294, + 0.17018181818181818, + 0.3110470588235294, + 0.17922727272727274, + 0.2805294117647059, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/Apple/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.4334470588235294, + 0.17018181818181818, + 0.46383529411764707, + 0.17018181818181818, + 0.46383529411764707, + 0.17922727272727274, + 0.4334470588235294, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/Apple/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "7.00", + "boundingBoxes": [ + [ + 0.5862705882352941, + 0.17018181818181818, + 0.6168117647058823, + 0.17018181818181818, + 0.6168117647058823, + 0.17922727272727274, + 0.5862705882352941, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/Orange/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.2806470588235294, + 0.18775454545454548, + 0.3110470588235294, + 0.18775454545454548, + 0.3110470588235294, + 0.1968, + 0.2806470588235294, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/Orange/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "1.00", + "boundingBoxes": [ + [ + 0.4339647058823529, + 0.18775454545454548, + 0.46383529411764707, + 0.18775454545454548, + 0.46383529411764707, + 0.1968, + 0.4339647058823529, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/Orange/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "3.00", + "boundingBoxes": [ + [ + 0.5863058823529412, + 0.18775454545454548, + 0.6168117647058823, + 0.18775454545454548, + 0.6168117647058823, + 0.1968, + 0.5863058823529412, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/Grapefruit/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "1.00", + "boundingBoxes": [ + [ + 0.2811764705882353, + 0.20533636363636365, + 0.3110470588235294, + 0.20533636363636365, + 0.3110470588235294, + 0.2143818181818182, + 0.2811764705882353, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/Grapefruit/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "4.00", + "boundingBoxes": [ + [ + 0.43284705882352936, + 0.20533636363636365, + 0.46383529411764707, + 0.20533636363636365, + 0.46383529411764707, + 0.2143818181818182, + 0.43284705882352936, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/Grapefruit/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "5.00", + "boundingBoxes": [ + [ + 0.5862941176470589, + 0.20533636363636365, + 0.6168117647058823, + 0.20533636363636365, + 0.6168117647058823, + 0.2143818181818182, + 0.5862941176470589, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/Pear/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.4334470588235294, + 0.22290909090909092, + 0.46383529411764707, + 0.22290909090909092, + 0.46383529411764707, + 0.23195454545454544, + 0.4334470588235294, + 0.23195454545454544 + ] + ] + } + ] + }, + { + "label": "table/Pear/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.5864235294117648, + 0.22290909090909092, + 0.6168117647058823, + 0.22290909090909092, + 0.6168117647058823, + 0.23195454545454544, + 0.5864235294117648, + 0.23195454545454544 + ] + ] + } + ] + } + ], + "labelingState": 2 +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows4.pdf.ocr.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows4.pdf.ocr.json new file mode 100644 index 000000000000..7d7a173348ab --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows4.pdf.ocr.json @@ -0,0 +1,1147 @@ +{ + "status": "succeeded", + "createdDateTime": "2021-04-21T23:06:24Z", + "lastUpdatedDateTime": "2021-04-21T23:06:28Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "boundingBox": [ + 1.0075, + 1.0471, + 1.2329, + 1.0471, + 1.2329, + 1.1465, + 1.0075, + 1.1465 + ], + "text": "Con", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0075, + 1.0471, + 1.2329, + 1.0471, + 1.2329, + 1.1465, + 1.0075, + 1.1465 + ], + "text": "Con", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.2461, + 1.0557, + 1.2901, + 1.0557, + 1.2901, + 1.1464, + 1.2461, + 1.1464 + ], + "text": "t", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.2461, + 1.0557, + 1.2901, + 1.0557, + 1.2901, + 1.1464, + 1.2461, + 1.1464 + ], + "text": "t", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.3004, + 1.0413, + 1.8111, + 1.0413, + 1.8111, + 1.1669, + 1.3004, + 1.1669 + ], + "text": "oso, Ltd.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.3004, + 1.0726, + 1.5446, + 1.0726, + 1.5446, + 1.1669, + 1.3004, + 1.1669 + ], + "text": "oso,", + "confidence": 1 + }, + { + "boundingBox": [ + 1.601, + 1.0413, + 1.8111, + 1.0413, + 1.8111, + 1.1465, + 1.601, + 1.1465 + ], + "text": "Ltd.", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3875, + 1.6753, + 2.6861, + 1.6753, + 2.6861, + 1.7785, + 2.3875, + 1.7785 + ], + "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3875, + 1.6753, + 2.6861, + 1.6753, + 2.6861, + 1.7785, + 2.3875, + 1.7785 + ], + "text": "Price", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6766, + 1.68, + 3.8953, + 1.68, + 3.8953, + 1.7785, + 3.6766, + 1.7785 + ], + "text": "Tax", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6766, + 1.68, + 3.8953, + 1.68, + 3.8953, + 1.7785, + 3.6766, + 1.7785 + ], + "text": "Tax", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9769, + 1.6727, + 5.2909, + 1.6727, + 5.2909, + 1.7785, + 4.9769, + 1.7785 + ], + "text": "Total", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9769, + 1.6727, + 5.2909, + 1.6727, + 5.2909, + 1.7785, + 4.9769, + 1.7785 + ], + "text": "Total", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0804, + 1.866, + 1.4448, + 1.866, + 1.4448, + 1.9973, + 1.0804, + 1.9973 + ], + "text": "Apple", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0804, + 1.866, + 1.4448, + 1.866, + 1.4448, + 1.9973, + 1.0804, + 1.9973 + ], + "text": "Apple", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3845, + 1.872, + 2.6439, + 1.872, + 2.6439, + 1.9715, + 2.3845, + 1.9715 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3845, + 1.872, + 2.6439, + 1.872, + 2.6439, + 1.9715, + 2.3845, + 1.9715 + ], + "text": "5.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6843, + 1.872, + 3.9426, + 1.872, + 3.9426, + 1.9715, + 3.6843, + 1.9715 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6843, + 1.872, + 3.9426, + 1.872, + 3.9426, + 1.9715, + 3.6843, + 1.9715 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9833, + 1.872, + 5.2429, + 1.872, + 5.2429, + 1.9715, + 4.9833, + 1.9715 + ], + "text": "7.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9833, + 1.872, + 5.2429, + 1.872, + 5.2429, + 1.9715, + 4.9833, + 1.9715 + ], + "text": "7.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0846, + 2.065, + 1.5381, + 2.065, + 1.5381, + 2.1908, + 1.0846, + 2.1908 + ], + "text": "Orange", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0846, + 2.065, + 1.5381, + 2.065, + 1.5381, + 2.1908, + 1.0846, + 2.1908 + ], + "text": "Orange", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3855, + 2.0653, + 2.6439, + 2.0653, + 2.6439, + 2.1648, + 2.3855, + 2.1648 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3855, + 2.0653, + 2.6439, + 2.0653, + 2.6439, + 2.1648, + 2.3855, + 2.1648 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6887, + 2.0653, + 3.9426, + 2.0653, + 3.9426, + 2.1648, + 3.6887, + 2.1648 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6887, + 2.0653, + 3.9426, + 2.0653, + 3.9426, + 2.1648, + 3.6887, + 2.1648 + ], + "text": "1.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9836, + 2.0653, + 5.2429, + 2.0653, + 5.2429, + 2.1648, + 4.9836, + 2.1648 + ], + "text": "3.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9836, + 2.0653, + 5.2429, + 2.0653, + 5.2429, + 2.1648, + 4.9836, + 2.1648 + ], + "text": "3.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0842, + 2.2521, + 1.7371, + 2.2521, + 1.7371, + 2.3839, + 1.0842, + 2.3839 + ], + "text": "Grapefruit", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0842, + 2.2521, + 1.7371, + 2.2521, + 1.7371, + 2.3839, + 1.0842, + 2.3839 + ], + "text": "Grapefruit", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.39, + 2.2587, + 2.6439, + 2.2587, + 2.6439, + 2.3582, + 2.39, + 2.3582 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.39, + 2.2587, + 2.6439, + 2.2587, + 2.6439, + 2.3582, + 2.39, + 2.3582 + ], + "text": "1.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6792, + 2.2587, + 3.9426, + 2.2587, + 3.9426, + 2.3582, + 3.6792, + 2.3582 + ], + "text": "4.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6792, + 2.2587, + 3.9426, + 2.2587, + 3.9426, + 2.3582, + 3.6792, + 2.3582 + ], + "text": "4.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9835, + 2.2587, + 5.2429, + 2.2587, + 5.2429, + 2.3582, + 4.9835, + 2.3582 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9835, + 2.2587, + 5.2429, + 2.2587, + 5.2429, + 2.3582, + 4.9835, + 2.3582 + ], + "text": "5.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0892, + 2.4534, + 1.3643, + 2.4534, + 1.3643, + 2.5518, + 1.0892, + 2.5518 + ], + "text": "Pear", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0892, + 2.4534, + 1.3643, + 2.4534, + 1.3643, + 2.5518, + 1.0892, + 2.5518 + ], + "text": "Pear", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6843, + 2.452, + 3.9426, + 2.452, + 3.9426, + 2.5515, + 3.6843, + 2.5515 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6843, + 2.452, + 3.9426, + 2.452, + 3.9426, + 2.5515, + 3.6843, + 2.5515 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9846, + 2.452, + 5.2429, + 2.452, + 5.2429, + 2.5515, + 4.9846, + 2.5515 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9846, + 2.452, + 5.2429, + 2.452, + 5.2429, + 2.5515, + 4.9846, + 2.5515 + ], + "text": "2.00", + "confidence": 1 + } + ] + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 5, + "columns": 4, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "", + "boundingBox": [ + 0.9904, + 1.6215, + 2.297, + 1.6215, + 2.297, + 1.8221, + 0.9958, + 1.8272 + ], + "elements": [] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Price", + "boundingBox": [ + 2.297, + 1.6215, + 3.5874, + 1.6215, + 3.5928, + 1.8221, + 2.297, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/3/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Tax", + "boundingBox": [ + 3.5874, + 1.6215, + 4.8994, + 1.6215, + 4.8994, + 1.8221, + 3.5928, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/4/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "text": "Total", + "boundingBox": [ + 4.8994, + 1.6215, + 6.1952, + 1.6215, + 6.1952, + 1.8272, + 4.8994, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/5/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "Apple", + "boundingBox": [ + 0.9958, + 1.8272, + 2.297, + 1.8221, + 2.297, + 2.0078, + 0.9958, + 2.0128 + ], + "elements": [ + "#/readResults/0/lines/6/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "5.00", + "boundingBox": [ + 2.297, + 1.8221, + 3.5928, + 1.8221, + 3.5928, + 2.0078, + 2.297, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/7/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "2.00", + "boundingBox": [ + 3.5928, + 1.8221, + 4.8994, + 1.8221, + 4.8994, + 2.0078, + 3.5928, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/8/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "text": "7.00", + "boundingBox": [ + 4.8994, + 1.8221, + 6.1952, + 1.8272, + 6.1952, + 2.0128, + 4.8994, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/9/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "Orange", + "boundingBox": [ + 0.9958, + 2.0128, + 2.297, + 2.0078, + 2.297, + 2.2034, + 0.9958, + 2.2084 + ], + "elements": [ + "#/readResults/0/lines/10/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "2.00", + "boundingBox": [ + 2.297, + 2.0078, + 3.5928, + 2.0078, + 3.5928, + 2.2034, + 2.297, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "1.00", + "boundingBox": [ + 3.5928, + 2.0078, + 4.8994, + 2.0078, + 4.8994, + 2.2034, + 3.5928, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/12/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 3, + "text": "3.00", + "boundingBox": [ + 4.8994, + 2.0078, + 6.1952, + 2.0128, + 6.1952, + 2.2034, + 4.8994, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "Grapefruit", + "boundingBox": [ + 0.9958, + 2.2084, + 2.297, + 2.2034, + 2.297, + 2.3991, + 0.9958, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "1.00", + "boundingBox": [ + 2.297, + 2.2034, + 3.5928, + 2.2034, + 3.5928, + 2.3991, + 2.297, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "4.00", + "boundingBox": [ + 3.5928, + 2.2034, + 4.8994, + 2.2034, + 4.8994, + 2.3991, + 3.5928, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 3, + "text": "5.00", + "boundingBox": [ + 4.8994, + 2.2034, + 6.1952, + 2.2034, + 6.1952, + 2.3991, + 4.8994, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/17/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "text": "Pear", + "boundingBox": [ + 0.9958, + 2.3991, + 2.297, + 2.3991, + 2.297, + 2.5947, + 0.9958, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/18/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 1, + "text": "", + "boundingBox": [ + 2.297, + 2.3991, + 3.5928, + 2.3991, + 3.5982, + 2.5947, + 2.297, + 2.5947 + ], + "elements": [] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "2.00", + "boundingBox": [ + 3.5928, + 2.3991, + 4.8994, + 2.3991, + 4.8994, + 2.5947, + 3.5982, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/19/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 3, + "text": "2.00", + "boundingBox": [ + 4.8994, + 2.3991, + 6.1952, + 2.3991, + 6.1952, + 2.5947, + 4.8994, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/20/words/0" + ] + } + ], + "boundingBox": [ + 0.9986, + 1.6168, + 6.2004, + 1.6179, + 6.2004, + 2.597, + 0.9981, + 2.5961 + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows5.pdf b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows5.pdf new file mode 100644 index 000000000000..38ebd29664bc Binary files /dev/null and b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows5.pdf differ diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows5.pdf.labels.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows5.pdf.labels.json new file mode 100644 index 000000000000..f17ea6fef144 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows5.pdf.labels.json @@ -0,0 +1,249 @@ +{ + "$schema": "https://schema.cognitiveservices.azure.com/formrecognizer/2021-03-01/labels.json", + "document": "label_table_fixed_rows5.pdf", + "labels": [ + { + "label": "table/Apple/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "5.00", + "boundingBoxes": [ + [ + 0.2805294117647059, + 0.17018181818181818, + 0.3110470588235294, + 0.17018181818181818, + 0.3110470588235294, + 0.17922727272727274, + 0.2805294117647059, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/Apple/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.4334470588235294, + 0.17018181818181818, + 0.46383529411764707, + 0.17018181818181818, + 0.46383529411764707, + 0.17922727272727274, + 0.4334470588235294, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/Apple/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "7.00", + "boundingBoxes": [ + [ + 0.5862705882352941, + 0.17018181818181818, + 0.6168117647058823, + 0.17018181818181818, + 0.6168117647058823, + 0.17922727272727274, + 0.5862705882352941, + 0.17922727272727274 + ] + ] + } + ] + }, + { + "label": "table/Orange/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.2806470588235294, + 0.18775454545454548, + 0.3110470588235294, + 0.18775454545454548, + 0.3110470588235294, + 0.1968, + 0.2806470588235294, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/Orange/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "1.00", + "boundingBoxes": [ + [ + 0.4339647058823529, + 0.18775454545454548, + 0.46383529411764707, + 0.18775454545454548, + 0.46383529411764707, + 0.1968, + 0.4339647058823529, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/Orange/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "3.00", + "boundingBoxes": [ + [ + 0.5863058823529412, + 0.18775454545454548, + 0.6168117647058823, + 0.18775454545454548, + 0.6168117647058823, + 0.1968, + 0.5863058823529412, + 0.1968 + ] + ] + } + ] + }, + { + "label": "table/Grapefruit/Price", + "key": null, + "value": [ + { + "page": 1, + "text": "1.00", + "boundingBoxes": [ + [ + 0.2811764705882353, + 0.20533636363636365, + 0.3110470588235294, + 0.20533636363636365, + 0.3110470588235294, + 0.2143818181818182, + 0.2811764705882353, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/Grapefruit/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "4.00", + "boundingBoxes": [ + [ + 0.43284705882352936, + 0.20533636363636365, + 0.46383529411764707, + 0.20533636363636365, + 0.46383529411764707, + 0.2143818181818182, + 0.43284705882352936, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/Grapefruit/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "5.00", + "boundingBoxes": [ + [ + 0.5862941176470589, + 0.20533636363636365, + 0.6168117647058823, + 0.20533636363636365, + 0.6168117647058823, + 0.2143818181818182, + 0.5862941176470589, + 0.2143818181818182 + ] + ] + } + ] + }, + { + "label": "table/Pear/Tax", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.4334470588235294, + 0.22290909090909092, + 0.46383529411764707, + 0.22290909090909092, + 0.46383529411764707, + 0.23195454545454544, + 0.4334470588235294, + 0.23195454545454544 + ] + ] + } + ] + }, + { + "label": "table/Pear/Total", + "key": null, + "value": [ + { + "page": 1, + "text": "2.00", + "boundingBoxes": [ + [ + 0.5864235294117648, + 0.22290909090909092, + 0.6168117647058823, + 0.22290909090909092, + 0.6168117647058823, + 0.23195454545454544, + 0.5864235294117648, + 0.23195454545454544 + ] + ] + } + ] + } + ], + "labelingState": 2 +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows5.pdf.ocr.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows5.pdf.ocr.json new file mode 100644 index 000000000000..ab0f653b2536 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/labeledTables/fixed/label_table_fixed_rows5.pdf.ocr.json @@ -0,0 +1,1147 @@ +{ + "status": "succeeded", + "createdDateTime": "2021-04-21T23:07:01Z", + "lastUpdatedDateTime": "2021-04-21T23:07:08Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "boundingBox": [ + 1.0075, + 1.0471, + 1.2329, + 1.0471, + 1.2329, + 1.1465, + 1.0075, + 1.1465 + ], + "text": "Con", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0075, + 1.0471, + 1.2329, + 1.0471, + 1.2329, + 1.1465, + 1.0075, + 1.1465 + ], + "text": "Con", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.2461, + 1.0557, + 1.2901, + 1.0557, + 1.2901, + 1.1464, + 1.2461, + 1.1464 + ], + "text": "t", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.2461, + 1.0557, + 1.2901, + 1.0557, + 1.2901, + 1.1464, + 1.2461, + 1.1464 + ], + "text": "t", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.3004, + 1.0413, + 1.8111, + 1.0413, + 1.8111, + 1.1669, + 1.3004, + 1.1669 + ], + "text": "oso, Ltd.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.3004, + 1.0726, + 1.5446, + 1.0726, + 1.5446, + 1.1669, + 1.3004, + 1.1669 + ], + "text": "oso,", + "confidence": 1 + }, + { + "boundingBox": [ + 1.601, + 1.0413, + 1.8111, + 1.0413, + 1.8111, + 1.1465, + 1.601, + 1.1465 + ], + "text": "Ltd.", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3875, + 1.6753, + 2.6861, + 1.6753, + 2.6861, + 1.7785, + 2.3875, + 1.7785 + ], + "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3875, + 1.6753, + 2.6861, + 1.6753, + 2.6861, + 1.7785, + 2.3875, + 1.7785 + ], + "text": "Price", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6766, + 1.68, + 3.8953, + 1.68, + 3.8953, + 1.7785, + 3.6766, + 1.7785 + ], + "text": "Tax", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6766, + 1.68, + 3.8953, + 1.68, + 3.8953, + 1.7785, + 3.6766, + 1.7785 + ], + "text": "Tax", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9769, + 1.6727, + 5.2909, + 1.6727, + 5.2909, + 1.7785, + 4.9769, + 1.7785 + ], + "text": "Total", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9769, + 1.6727, + 5.2909, + 1.6727, + 5.2909, + 1.7785, + 4.9769, + 1.7785 + ], + "text": "Total", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0804, + 1.866, + 1.4448, + 1.866, + 1.4448, + 1.9973, + 1.0804, + 1.9973 + ], + "text": "Apple", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0804, + 1.866, + 1.4448, + 1.866, + 1.4448, + 1.9973, + 1.0804, + 1.9973 + ], + "text": "Apple", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3845, + 1.872, + 2.6439, + 1.872, + 2.6439, + 1.9715, + 2.3845, + 1.9715 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3845, + 1.872, + 2.6439, + 1.872, + 2.6439, + 1.9715, + 2.3845, + 1.9715 + ], + "text": "5.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6843, + 1.872, + 3.9426, + 1.872, + 3.9426, + 1.9715, + 3.6843, + 1.9715 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6843, + 1.872, + 3.9426, + 1.872, + 3.9426, + 1.9715, + 3.6843, + 1.9715 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9833, + 1.872, + 5.2429, + 1.872, + 5.2429, + 1.9715, + 4.9833, + 1.9715 + ], + "text": "7.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9833, + 1.872, + 5.2429, + 1.872, + 5.2429, + 1.9715, + 4.9833, + 1.9715 + ], + "text": "7.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0846, + 2.065, + 1.5381, + 2.065, + 1.5381, + 2.1908, + 1.0846, + 2.1908 + ], + "text": "Orange", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0846, + 2.065, + 1.5381, + 2.065, + 1.5381, + 2.1908, + 1.0846, + 2.1908 + ], + "text": "Orange", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.3855, + 2.0653, + 2.6439, + 2.0653, + 2.6439, + 2.1648, + 2.3855, + 2.1648 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.3855, + 2.0653, + 2.6439, + 2.0653, + 2.6439, + 2.1648, + 2.3855, + 2.1648 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6887, + 2.0653, + 3.9426, + 2.0653, + 3.9426, + 2.1648, + 3.6887, + 2.1648 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6887, + 2.0653, + 3.9426, + 2.0653, + 3.9426, + 2.1648, + 3.6887, + 2.1648 + ], + "text": "1.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9836, + 2.0653, + 5.2429, + 2.0653, + 5.2429, + 2.1648, + 4.9836, + 2.1648 + ], + "text": "3.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9836, + 2.0653, + 5.2429, + 2.0653, + 5.2429, + 2.1648, + 4.9836, + 2.1648 + ], + "text": "3.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0842, + 2.2521, + 1.7371, + 2.2521, + 1.7371, + 2.3839, + 1.0842, + 2.3839 + ], + "text": "Grapefruit", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0842, + 2.2521, + 1.7371, + 2.2521, + 1.7371, + 2.3839, + 1.0842, + 2.3839 + ], + "text": "Grapefruit", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 2.39, + 2.2587, + 2.6439, + 2.2587, + 2.6439, + 2.3582, + 2.39, + 2.3582 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 2.39, + 2.2587, + 2.6439, + 2.2587, + 2.6439, + 2.3582, + 2.39, + 2.3582 + ], + "text": "1.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6792, + 2.2587, + 3.9426, + 2.2587, + 3.9426, + 2.3582, + 3.6792, + 2.3582 + ], + "text": "4.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6792, + 2.2587, + 3.9426, + 2.2587, + 3.9426, + 2.3582, + 3.6792, + 2.3582 + ], + "text": "4.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9835, + 2.2587, + 5.2429, + 2.2587, + 5.2429, + 2.3582, + 4.9835, + 2.3582 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9835, + 2.2587, + 5.2429, + 2.2587, + 5.2429, + 2.3582, + 4.9835, + 2.3582 + ], + "text": "5.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0892, + 2.4534, + 1.3643, + 2.4534, + 1.3643, + 2.5518, + 1.0892, + 2.5518 + ], + "text": "Pear", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0892, + 2.4534, + 1.3643, + 2.4534, + 1.3643, + 2.5518, + 1.0892, + 2.5518 + ], + "text": "Pear", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.6843, + 2.452, + 3.9426, + 2.452, + 3.9426, + 2.5515, + 3.6843, + 2.5515 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.6843, + 2.452, + 3.9426, + 2.452, + 3.9426, + 2.5515, + 3.6843, + 2.5515 + ], + "text": "2.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 4.9846, + 2.452, + 5.2429, + 2.452, + 5.2429, + 2.5515, + 4.9846, + 2.5515 + ], + "text": "2.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 4.9846, + 2.452, + 5.2429, + 2.452, + 5.2429, + 2.5515, + 4.9846, + 2.5515 + ], + "text": "2.00", + "confidence": 1 + } + ] + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 5, + "columns": 4, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "", + "boundingBox": [ + 0.9904, + 1.6215, + 2.297, + 1.6215, + 2.297, + 1.8221, + 0.9958, + 1.8272 + ], + "elements": [] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Price", + "boundingBox": [ + 2.297, + 1.6215, + 3.5874, + 1.6215, + 3.5928, + 1.8221, + 2.297, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/3/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Tax", + "boundingBox": [ + 3.5874, + 1.6215, + 4.8994, + 1.6215, + 4.8994, + 1.8221, + 3.5928, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/4/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "text": "Total", + "boundingBox": [ + 4.8994, + 1.6215, + 6.1952, + 1.6215, + 6.1952, + 1.8272, + 4.8994, + 1.8221 + ], + "elements": [ + "#/readResults/0/lines/5/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "Apple", + "boundingBox": [ + 0.9958, + 1.8272, + 2.297, + 1.8221, + 2.297, + 2.0078, + 0.9958, + 2.0128 + ], + "elements": [ + "#/readResults/0/lines/6/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "5.00", + "boundingBox": [ + 2.297, + 1.8221, + 3.5928, + 1.8221, + 3.5928, + 2.0078, + 2.297, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/7/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "2.00", + "boundingBox": [ + 3.5928, + 1.8221, + 4.8994, + 1.8221, + 4.8994, + 2.0078, + 3.5928, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/8/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "text": "7.00", + "boundingBox": [ + 4.8994, + 1.8221, + 6.1952, + 1.8272, + 6.1952, + 2.0128, + 4.8994, + 2.0078 + ], + "elements": [ + "#/readResults/0/lines/9/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "Orange", + "boundingBox": [ + 0.9958, + 2.0128, + 2.297, + 2.0078, + 2.297, + 2.2034, + 0.9958, + 2.2084 + ], + "elements": [ + "#/readResults/0/lines/10/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "2.00", + "boundingBox": [ + 2.297, + 2.0078, + 3.5928, + 2.0078, + 3.5928, + 2.2034, + 2.297, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "1.00", + "boundingBox": [ + 3.5928, + 2.0078, + 4.8994, + 2.0078, + 4.8994, + 2.2034, + 3.5928, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/12/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 3, + "text": "3.00", + "boundingBox": [ + 4.8994, + 2.0078, + 6.1952, + 2.0128, + 6.1952, + 2.2034, + 4.8994, + 2.2034 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "Grapefruit", + "boundingBox": [ + 0.9958, + 2.2084, + 2.297, + 2.2034, + 2.297, + 2.3991, + 0.9958, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "1.00", + "boundingBox": [ + 2.297, + 2.2034, + 3.5928, + 2.2034, + 3.5928, + 2.3991, + 2.297, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "4.00", + "boundingBox": [ + 3.5928, + 2.2034, + 4.8994, + 2.2034, + 4.8994, + 2.3991, + 3.5928, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 3, + "text": "5.00", + "boundingBox": [ + 4.8994, + 2.2034, + 6.1952, + 2.2034, + 6.1952, + 2.3991, + 4.8994, + 2.3991 + ], + "elements": [ + "#/readResults/0/lines/17/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "text": "Pear", + "boundingBox": [ + 0.9958, + 2.3991, + 2.297, + 2.3991, + 2.297, + 2.5947, + 0.9958, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/18/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 1, + "text": "", + "boundingBox": [ + 2.297, + 2.3991, + 3.5928, + 2.3991, + 3.5982, + 2.5947, + 2.297, + 2.5947 + ], + "elements": [] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "2.00", + "boundingBox": [ + 3.5928, + 2.3991, + 4.8994, + 2.3991, + 4.8994, + 2.5947, + 3.5982, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/19/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 3, + "text": "2.00", + "boundingBox": [ + 4.8994, + 2.3991, + 6.1952, + 2.3991, + 6.1952, + 2.5947, + 4.8994, + 2.5947 + ], + "elements": [ + "#/readResults/0/lines/20/words/0" + ] + } + ], + "boundingBox": [ + 0.9986, + 1.6168, + 6.2004, + 1.6179, + 6.2004, + 2.597, + 0.9981, + 2.5961 + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/ci.yml b/sdk/formrecognizer/ci.yml index 5938ec5bb2f0..a1fedfe52805 100644 --- a/sdk/formrecognizer/ci.yml +++ b/sdk/formrecognizer/ci.yml @@ -27,6 +27,7 @@ extends: template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: ServiceDirectory: formrecognizer + SpellCheckPublicApiSurface: true ArtifactName: packages Artifacts: - name: Azure.AI.FormRecognizer diff --git a/sdk/identity/Azure.Identity/CHANGELOG.md b/sdk/identity/Azure.Identity/CHANGELOG.md index 200030c774f9..15b699e80ce9 100644 --- a/sdk/identity/Azure.Identity/CHANGELOG.md +++ b/sdk/identity/Azure.Identity/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.4.0-beta.6 (Unreleased) +## 1.4.0-beta.6 (2021-05-11) ### New Features diff --git a/sdk/identity/Azure.Identity/perf/Azure.Identity.Perf.csproj b/sdk/identity/Azure.Identity/perf/Azure.Identity.Perf.csproj index 6a46ef3e3a9e..d5d4bdd7127a 100644 --- a/sdk/identity/Azure.Identity/perf/Azure.Identity.Perf.csproj +++ b/sdk/identity/Azure.Identity/perf/Azure.Identity.Perf.csproj @@ -26,10 +26,4 @@ - - - - - - diff --git a/sdk/identity/Azure.Identity/src/Azure.Identity.csproj b/sdk/identity/Azure.Identity/src/Azure.Identity.csproj index e8eafbd81b93..0833412fc88a 100644 --- a/sdk/identity/Azure.Identity/src/Azure.Identity.csproj +++ b/sdk/identity/Azure.Identity/src/Azure.Identity.csproj @@ -10,6 +10,7 @@ true + @@ -33,6 +34,4 @@ - - diff --git a/sdk/identity/Azure.Identity/src/MsalCacheHelperWrapper.cs b/sdk/identity/Azure.Identity/src/MsalCacheHelperWrapper.cs index caa7704f5e84..602e70acedc6 100644 --- a/sdk/identity/Azure.Identity/src/MsalCacheHelperWrapper.cs +++ b/sdk/identity/Azure.Identity/src/MsalCacheHelperWrapper.cs @@ -63,14 +63,6 @@ public virtual void UnregisterCache(ITokenCache tokenCache) _helper.UnregisterCache(tokenCache); } - /// - /// Clears the token store. - /// - public virtual void Clear() - { - _helper.Clear(); - } - /// /// Extracts the token cache data from the persistent store /// diff --git a/sdk/identity/Azure.Identity/src/TokenCache.cs b/sdk/identity/Azure.Identity/src/TokenCache.cs index 07bb72d05d5f..73f2a4dba2ed 100644 --- a/sdk/identity/Azure.Identity/src/TokenCache.cs +++ b/sdk/identity/Azure.Identity/src/TokenCache.cs @@ -24,9 +24,6 @@ internal class TokenCache private DateTimeOffset _lastUpdated; private ConditionalWeakTable _cacheAccessMap; internal Func _publicClientApplicationFactory; - // we are creating the MsalCacheHelper with a random guid based clientId to work around issue https://github.com/AzureAD/microsoft-authentication-extensions-for-dotnet/issues/98 - // This does not impact the functionality of the cacheHelper as the ClientId is only used to iterate accounts in the cache not for authentication purposes. - internal static readonly string s_msalCacheClientId = Guid.NewGuid().ToString(); private readonly bool _allowUnencryptedStorage; private readonly string _name; private readonly bool _persistToDisk; @@ -252,7 +249,7 @@ private async Task GetCacheHelperAsync(bool async, Cance private async Task GetProtectedCacheHelperAsync(bool async, string name) { - StorageCreationProperties storageProperties = new StorageCreationPropertiesBuilder(name, Constants.DefaultMsalTokenCacheDirectory, s_msalCacheClientId) + StorageCreationProperties storageProperties = new StorageCreationPropertiesBuilder(name, Constants.DefaultMsalTokenCacheDirectory) .WithMacKeyChain(Constants.DefaultMsalTokenCacheKeychainService, name) .WithLinuxKeyring(Constants.DefaultMsalTokenCacheKeyringSchema, Constants.DefaultMsalTokenCacheKeyringCollection, name, Constants.DefaultMsaltokenCacheKeyringAttribute1, Constants.DefaultMsaltokenCacheKeyringAttribute2) .Build(); @@ -264,7 +261,7 @@ private async Task GetProtectedCacheHelperAsync(bool asy private async Task GetFallbackCacheHelperAsync(bool async, string name = Constants.DefaultMsalTokenCacheName) { - StorageCreationProperties storageProperties = new StorageCreationPropertiesBuilder(name, Constants.DefaultMsalTokenCacheDirectory, s_msalCacheClientId) + StorageCreationProperties storageProperties = new StorageCreationPropertiesBuilder(name, Constants.DefaultMsalTokenCacheDirectory) .WithMacKeyChain(Constants.DefaultMsalTokenCacheKeychainService, name) .WithLinuxUnprotectedFile() .Build(); diff --git a/sdk/identity/Azure.Identity/tests/ClientSecretCredentialLiveTests.cs b/sdk/identity/Azure.Identity/tests/ClientSecretCredentialLiveTests.cs index 1edca3785e5e..fe4d759f6cde 100644 --- a/sdk/identity/Azure.Identity/tests/ClientSecretCredentialLiveTests.cs +++ b/sdk/identity/Azure.Identity/tests/ClientSecretCredentialLiveTests.cs @@ -48,8 +48,10 @@ public async Task GetToken() Assert.AreEqual(token.Token, cachedToken.Token); + var options2 = InstrumentClientOptions(new ClientSecretCredentialOptions()); + // ensure new credentials don't share tokens from the cache - var credential2 = new ClientSecretCredential(tenantId, clientId, secret, options); + var credential2 = new ClientSecretCredential(tenantId, clientId, secret, options2); AccessToken token2 = await credential2.GetTokenAsync(tokenRequestContext); diff --git a/sdk/identity/Azure.Identity/tests/IdentityRecordedTestBase.cs b/sdk/identity/Azure.Identity/tests/IdentityRecordedTestBase.cs index c79231453c95..ffa300ec0740 100644 --- a/sdk/identity/Azure.Identity/tests/IdentityRecordedTestBase.cs +++ b/sdk/identity/Azure.Identity/tests/IdentityRecordedTestBase.cs @@ -26,6 +26,9 @@ private void InitialzeRecordingSettings() Matcher.LegacyExcludedHeaders.Add("x-client-SKU"); Matcher.LegacyExcludedHeaders.Add("x-client-CPU"); Matcher.LegacyExcludedHeaders.Add("x-client-Ver"); + // x-ms-PKeyAuth is only added on MAC and Linux so recordings made on windows will fail on these platforms and vice-versa + // ignoring this header as CI must run on all platforms + Matcher.LegacyExcludedHeaders.Add("x-ms-PKeyAuth"); Sanitizer = new IdentityRecordedTestSanitizer(); } } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromCertificatePath(False).json b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromCertificatePath(False).json index 472ff344dff5..fb81191493cc 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromCertificatePath(False).json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromCertificatePath(False).json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "844139a4-ec44-453b-a6d6-01bad075d419", + "client-request-id": "c2856216-8ae4-497e-8e67-57d5e51c58f8", "return-client-request-id": "true", - "traceparent": "00-c72441f778801c47a62aa502cc4ed35b-747cf2e69b083d47-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-ce5272bba0c06c4f9b721cc9d5c32069-d3dc352500442c4c-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "123e3a48e3b9e17f36526195326cb890", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "844139a4-ec44-453b-a6d6-01bad075d419", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "c2856216-8ae4-497e-8e67-57d5e51c58f8", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:43 GMT", + "Date": "Fri, 07 May 2021 18:05:35 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjAYAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:43 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AuR0eFkjIhtKqH3Q5q9yOfw; expires=Sun, 06-Jun-2021 18:05:35 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrQzj51C5C87k3MOAGth-zs9RovUILvHO5DN2jdrV4sHYx83zyXicwLJWI7TJGc2P6rmGzMb_6dm6kckKJ74YOjlRI5goUGcPYkKwm2OwIEH25iqF83GaT0d-xAXUTQgdk2YaXcWsqLT-R_HceRlRKvIAAnI2ZhY9ScVDAQ5cwTEQgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - EUS ProdSlices", - "x-ms-request-id": "e1c461b4-8c9c-4857-8ea6-f3c857960700" + "x-ms-ests-server": "2.1.11654.25 - NCUS ProdSlices", + "x-ms-request-id": "40b42d85-5b89-4c4d-a252-bd75f0325200" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,48 +93,48 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "844139a4-ec44-453b-a6d6-01bad075d419", + "client-request-id": "c2856216-8ae4-497e-8e67-57d5e51c58f8", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-c72441f778801c47a62aa502cc4ed35b-7e07a1e5c4a0f64f-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-ce5272bba0c06c4f9b721cc9d5c32069-e345c838f65cb945-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1004,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1004,2|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "1d5ac3e8db5dd0962fa4321bd098365a", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "844139a4-ec44-453b-a6d6-01bad075d419", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "c2856216-8ae4-497e-8e67-57d5e51c58f8", "Content-Length": "90", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:43 GMT", + "Date": "Fri, 07 May 2021 18:05:35 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjAcAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:44 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Auqwf9stlTVLm_Exwp5VNcVKXQmMAQAAAG54J9gOAAAA; expires=Sun, 06-Jun-2021 18:05:35 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "9a0496ca-801c-49b0-a98b-3b4087af0900" + "x-ms-ests-server": "2.1.11654.25 - SCUS ProdSlices", + "x-ms-request-id": "1ca4c616-9d48-4990-9416-5c5517775500" }, "ResponseBody": { "token_type": "Bearer", @@ -145,47 +147,47 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "ac863f26-ae6c-4321-aac0-befb7e7bb6fd", + "client-request-id": "a0ea6de5-c421-44e7-bdd5-d24152266f3d", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1004,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1004,2|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "0874e0c47961e8f14e666f6cfadfea5e", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "ac863f26-ae6c-4321-aac0-befb7e7bb6fd", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "a0ea6de5-c421-44e7-bdd5-d24152266f3d", "Content-Length": "90", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:44 GMT", + "Date": "Fri, 07 May 2021 18:05:35 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjAgAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:44 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AgsezulLKBBOqM7RXeCP1chKXQmMAQAAAG94J9gOAAAA; expires=Sun, 06-Jun-2021 18:05:35 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "189946a4-c45e-4f3e-9702-180fc3f00700" + "x-ms-ests-server": "2.1.11654.25 - NCUS ProdSlices", + "x-ms-request-id": "5a1fe9e4-18b6-49ee-bc56-63cf97145700" }, "ResponseBody": { "token_type": "Bearer", @@ -196,6 +198,7 @@ } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "IDENTITY_SP_CLIENT_ID": "26790ce1-d05c-4de7-ba73-51837152f0bc", "IDENTITY_SP_TENANT_ID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "RandomSeed": "1128634139" diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromCertificatePath(False)Async.json b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromCertificatePath(False)Async.json index 6f7a7703da38..bad6de99fff3 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromCertificatePath(False)Async.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromCertificatePath(False)Async.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "d8ca9306-8bfe-4f82-9e3a-93e4be495fa7", + "client-request-id": "8a6ce4f9-d51b-4517-80f0-cc72537b1fba", "return-client-request-id": "true", - "traceparent": "00-b976f1b035143b4c85d7bf294b5c4b19-5bbc0e55614aed46-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-14967967bcc8fc469be7dd883245552e-f2bdb837f1b00044-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "4d57c05758de98add6a9652b4d3556d3", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "d8ca9306-8bfe-4f82-9e3a-93e4be495fa7", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "8a6ce4f9-d51b-4517-80f0-cc72537b1fba", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:45 GMT", + "Date": "Fri, 07 May 2021 18:05:38 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjA4AAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:45 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AvDryzSOAfNGhTy25yG6yYg; expires=Sun, 06-Jun-2021 18:05:38 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr37lerHQBBvGwgjJ509tESKYvR8grMS4E4F3Dv1qcH9qbwQj7j7jhwCs_Kgk73d8CZomf13JUngrhVr1HvD6sByQUdbx70TTMl25LuACf9asnwx5bmvOIhn9rtVv5hnZTbGhN7uR0rvBfYGx4FF2lXRJJAfKJy9xxhtjbxCOjngQgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - EUS ProdSlices", - "x-ms-request-id": "807c6725-bd54-4f86-a6f1-0353e6370600" + "x-ms-ests-server": "2.1.11654.16 - SCUS ProdSlices", + "x-ms-request-id": "3aead5d0-d268-4e39-b381-05575b126c03" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,48 +93,48 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "d8ca9306-8bfe-4f82-9e3a-93e4be495fa7", + "client-request-id": "8a6ce4f9-d51b-4517-80f0-cc72537b1fba", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-b976f1b035143b4c85d7bf294b5c4b19-8eee641e0795f348-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-14967967bcc8fc469be7dd883245552e-3e979a9767fd7442-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1004,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1004,2|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "bf48cdcfa500d8b8c7770e0fc1639b11", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "d8ca9306-8bfe-4f82-9e3a-93e4be495fa7", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "8a6ce4f9-d51b-4517-80f0-cc72537b1fba", "Content-Length": "90", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:45 GMT", + "Date": "Fri, 07 May 2021 18:05:38 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjA8AAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:46 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Ah7R-2rE6uNHuj5P86DtjXRKXQmMAQAAAHJ4J9gOAAAA; expires=Sun, 06-Jun-2021 18:05:38 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "0e028df8-03ce-47b7-9c08-6501498b0800" + "x-ms-ests-server": "2.1.11654.25 - SCUS ProdSlices", + "x-ms-request-id": "7073e5f4-7dc2-4759-a597-28f39d2f4f00" }, "ResponseBody": { "token_type": "Bearer", @@ -145,47 +147,47 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "f2af49c2-cb4e-4091-b2f1-de89fde39be4", + "client-request-id": "f6020f2b-7a44-497d-8d88-b34692081da5", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1004,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1004,2|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "e0acaa5bf83c0b8247153eaf0ecd86e7", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "f2af49c2-cb4e-4091-b2f1-de89fde39be4", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "f6020f2b-7a44-497d-8d88-b34692081da5", "Content-Length": "90", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:46 GMT", + "Date": "Fri, 07 May 2021 18:05:39 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjBAAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:46 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AkBEU4ODHEZLgStfsmw96tlKXQmMAQAAAHJ4J9gOAAAA; expires=Sun, 06-Jun-2021 18:05:39 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "175c1045-45a1-4fa5-b250-765a7fdd0900" + "x-ms-ests-server": "2.1.11654.25 - NCUS ProdSlices", + "x-ms-request-id": "40b42d85-5b89-4c4d-a252-bd752e345200" }, "ResponseBody": { "token_type": "Bearer", @@ -196,6 +198,7 @@ } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "IDENTITY_SP_CLIENT_ID": "26790ce1-d05c-4de7-ba73-51837152f0bc", "IDENTITY_SP_TENANT_ID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "RandomSeed": "678209588" diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromCertificatePath(True).json b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromCertificatePath(True).json index ea67abfd4bb0..02c33f8ae792 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromCertificatePath(True).json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromCertificatePath(True).json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "7bab3cc8-41e0-406b-b409-826b3213fc82", + "client-request-id": "5110a3b5-e7f7-40c7-9862-ceef218e8ee5", "return-client-request-id": "true", - "traceparent": "00-78725fdd6a85fc4e94541c8543aad4e4-454a6b4478054342-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-5249a4ff52758e47bd0dba0dedb4d088-cedc41574c291643-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "58ebb74a6b7ad74351799ec3ca124111", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "7bab3cc8-41e0-406b-b409-826b3213fc82", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "5110a3b5-e7f7-40c7-9862-ceef218e8ee5", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:43 GMT", + "Date": "Fri, 07 May 2021 18:05:34 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjAQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:43 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AklhI2yCTshLrrPqnvCb4JY; expires=Sun, 06-Jun-2021 18:05:34 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrKVAVQRsFUbbEalwE4uZ8gP0XQlJ4mBzymlhHk-AXGyeMZsQGa5X-z3LAhsHrRPyElmRUL5kc7_Ii44ZBchXbIkLtvxzE7EwgMkliPbX-L_anNvDXOvdkRW_cYiMAHm49fDaS40XO8aZRTP3RFO82wjGkUfGt-VmL8OiwhwzRyCogAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "9b23f45b-131c-4065-b450-6f9496e70700" + "x-ms-ests-server": "2.1.11654.16 - SCUS ProdSlices", + "x-ms-request-id": "b69fbccd-4f79-43f2-85c3-a5d3afb7f000" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,48 +93,48 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "7bab3cc8-41e0-406b-b409-826b3213fc82", + "client-request-id": "5110a3b5-e7f7-40c7-9862-ceef218e8ee5", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-78725fdd6a85fc4e94541c8543aad4e4-1de51a16a31ffb4d-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-5249a4ff52758e47bd0dba0dedb4d088-aef739d3a51ed046-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1004,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1004,2|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "250f68e8b12a37193d763e02549e0543", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "7bab3cc8-41e0-406b-b409-826b3213fc82", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "5110a3b5-e7f7-40c7-9862-ceef218e8ee5", "Content-Length": "90", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:43 GMT", + "Date": "Fri, 07 May 2021 18:05:34 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjAUAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:43 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AppxRF496w9NuaFBM92tpNVKXQmMAQAAAG54J9gOAAAA; expires=Sun, 06-Jun-2021 18:05:34 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "7bf28be4-fc61-48f2-81a3-5a97e5c80700" + "x-ms-ests-server": "2.1.11654.25 - SCUS ProdSlices", + "x-ms-request-id": "bb33d9b5-75c8-4be7-858b-38f3541c5300" }, "ResponseBody": { "token_type": "Bearer", @@ -145,47 +147,47 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "2e815ede-a6af-4582-8c99-261c04114af8", + "client-request-id": "ec050398-83e6-48cf-a3f1-160717291707", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1004,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1004,2|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "fffa83768c94c0ca4965645cccfde80b", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "2e815ede-a6af-4582-8c99-261c04114af8", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "ec050398-83e6-48cf-a3f1-160717291707", "Content-Length": "90", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:43 GMT", + "Date": "Fri, 07 May 2021 18:05:35 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjAYAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:43 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=ApYTWvaCVPtNhVJ9bwdRI6dKXQmMAQAAAG54J9gOAAAA; expires=Sun, 06-Jun-2021 18:05:35 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - EUS ProdSlices", - "x-ms-request-id": "42f13eb5-4503-4724-ab02-ea35d7270600" + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "1bccd445-8738-4657-8ab5-e5f439365300" }, "ResponseBody": { "token_type": "Bearer", @@ -196,6 +198,7 @@ } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "IDENTITY_SP_CLIENT_ID": "26790ce1-d05c-4de7-ba73-51837152f0bc", "IDENTITY_SP_TENANT_ID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "RandomSeed": "1743911821" diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromCertificatePath(True)Async.json b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromCertificatePath(True)Async.json index ade52721b860..fbca749a5648 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromCertificatePath(True)Async.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromCertificatePath(True)Async.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "6c21ef40-3772-47f5-9857-abb8d674eb2a", + "client-request-id": "1940690b-7516-4906-ab1c-4d6ea170ca1b", "return-client-request-id": "true", - "traceparent": "00-b1fdf0442e2b96428b1972acf896f49d-2c1ee98c6389fd45-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-ec00701106b26a45ae686fb9b4dffb8d-202210373c2dfa49-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "44a676215343d04818b1208fb48c5a04", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "6c21ef40-3772-47f5-9857-abb8d674eb2a", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "1940690b-7516-4906-ab1c-4d6ea170ca1b", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:45 GMT", + "Date": "Fri, 07 May 2021 18:05:37 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjAwAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:45 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AgxxETnlYSNNkW5TwdWaNwU; expires=Sun, 06-Jun-2021 18:05:37 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrThVgAf7oyrJULbhPZV5xQW02avByUL-X7_KwbjCK1ARFEvOnqDCUumdCZroQi-r775FVLFOQj3JT5j8sllp8IwNqBde9WYjxzc7MoLHDfs3VF0aMRJEjy9lhz0uOadGW30SqUerg-udDHwXezuaupFd92hXh4U8MZJTIqZdsASQgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - EUS ProdSlices", - "x-ms-request-id": "7d192a6a-f6fa-4da9-8786-9f6db10b0500" + "x-ms-ests-server": "2.1.11654.25 - NCUS ProdSlices", + "x-ms-request-id": "e7c88fcf-9691-4a63-94ca-474a5d213400" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,48 +93,48 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "6c21ef40-3772-47f5-9857-abb8d674eb2a", + "client-request-id": "1940690b-7516-4906-ab1c-4d6ea170ca1b", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-b1fdf0442e2b96428b1972acf896f49d-f18a69aa23245242-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-ec00701106b26a45ae686fb9b4dffb8d-65b0477176400c4a-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1004,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1004,2|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "3bbe3db0073ca9dbdd59d49620f5b9bf", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "6c21ef40-3772-47f5-9857-abb8d674eb2a", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "1940690b-7516-4906-ab1c-4d6ea170ca1b", "Content-Length": "90", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:45 GMT", + "Date": "Fri, 07 May 2021 18:05:38 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjA0AAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:45 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Ak3occhYgzZMmUWwwdApPkNKXQmMAQAAAHF4J9gOAAAA; expires=Sun, 06-Jun-2021 18:05:38 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "9a0496ca-801c-49b0-a98b-3b403bb00900" + "x-ms-ests-server": "2.1.11654.25 - WUS2 ProdSlices", + "x-ms-request-id": "d1e5a013-19d1-44b1-ab89-6530f4f19c00" }, "ResponseBody": { "token_type": "Bearer", @@ -145,47 +147,47 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "1f64f38f-65be-4cd8-8650-0116820ab6a8", + "client-request-id": "234b602c-052d-4eaa-92ed-d9ed41b74cde", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1004,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1004,2|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "199bc1e219c4e95475f90c70c13039f0", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "1f64f38f-65be-4cd8-8650-0116820ab6a8", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "234b602c-052d-4eaa-92ed-d9ed41b74cde", "Content-Length": "90", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:45 GMT", + "Date": "Fri, 07 May 2021 18:05:38 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjA4AAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:45 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AqMYZazGQAtOvAxzY2bklJtKXQmMAQAAAHF4J9gOAAAA; expires=Sun, 06-Jun-2021 18:05:38 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "0fa146af-fb99-42c3-a36b-20fbc8300900" + "x-ms-ests-server": "2.1.11654.25 - SCUS ProdSlices", + "x-ms-request-id": "db9dde01-c5da-40a9-b2e6-298f4c505300" }, "ResponseBody": { "token_type": "Bearer", @@ -196,6 +198,7 @@ } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "IDENTITY_SP_CLIENT_ID": "26790ce1-d05c-4de7-ba73-51837152f0bc", "IDENTITY_SP_TENANT_ID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "RandomSeed": "1895107400" diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromX509Certificate2.json b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromX509Certificate2.json index 5ef1474a0d33..27befef7d269 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromX509Certificate2.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromX509Certificate2.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "1bd0b418-e19b-482d-a57f-892fae74ec9b", + "client-request-id": "bac871cf-ee3d-49bc-8d3a-9e39c0039053", "return-client-request-id": "true", - "traceparent": "00-572c5b091767d74d9d7654a940fc0448-7d578669b5921943-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-9bf809c8d9b94b428e2646011046b61c-8f61a52f3e5dde4d-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "9cb260a846b6532a46533629ee3f78cb", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "1bd0b418-e19b-482d-a57f-892fae74ec9b", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "bac871cf-ee3d-49bc-8d3a-9e39c0039053", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:42 GMT", + "Date": "Fri, 07 May 2021 18:05:30 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAA; expires=Sun, 07-Mar-2021 20:01:42 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Ajq2ZREOaopOkJMOdaRM3II; expires=Sun, 06-Jun-2021 18:05:30 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr5yp1d2ZUTCkbgfmOSHQMQRBwz9OYUHoaYKc2hCj1y2zuU1WMZ31Rc1RjLKubD8qipZF_ISylDd-ZODBjAdmtJrgmM7Vq-TubW-8OOIeeD-bNMSNiun17YyTYTqePxnNNzmQcndzze88ksJos7wMjwTpmSwjdQtvp6E_4sxxEqz8gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "67a07765-4fbe-4ece-ba9e-810675100600" + "x-ms-ests-server": "2.1.11654.25 - WUS2 ProdSlices", + "x-ms-request-id": "43a93347-97cc-4e57-993a-4254059f0700" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,48 +93,48 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "1bd0b418-e19b-482d-a57f-892fae74ec9b", + "client-request-id": "bac871cf-ee3d-49bc-8d3a-9e39c0039053", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-572c5b091767d74d9d7654a940fc0448-c378ca276edea847-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-9bf809c8d9b94b428e2646011046b61c-892746c00148cc4a-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1004,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1004,2|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "80a13fe9af1bdcb63eee55de1a72fcc6", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "1bd0b418-e19b-482d-a57f-892fae74ec9b", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "bac871cf-ee3d-49bc-8d3a-9e39c0039053", "Content-Length": "90", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:42 GMT", + "Date": "Fri, 07 May 2021 18:05:31 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjAEAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:42 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AmEbO0qRFkNDp_BuccNySYBKXQmMAQAAAGp4J9gOAAAA; expires=Sun, 06-Jun-2021 18:05:31 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "175c1045-45a1-4fa5-b250-765ad4db0900" + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "1bccd445-8738-4657-8ab5-e5f40d355300" }, "ResponseBody": { "token_type": "Bearer", @@ -145,47 +147,47 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "427e7fe4-a78c-42e1-978a-33eec5e4c569", + "client-request-id": "22cda4c2-5dbf-412b-958e-980c0f0bccc4", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1004,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1004,2|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "caedfe5542dcca7eb80d3d686add6663", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "427e7fe4-a78c-42e1-978a-33eec5e4c569", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "22cda4c2-5dbf-412b-958e-980c0f0bccc4", "Content-Length": "90", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:42 GMT", + "Date": "Fri, 07 May 2021 18:05:32 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjAIAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:42 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AhF9yC_kfxZFtvfPAJPw6UNKXQmMAQAAAGt4J9gOAAAA; expires=Sun, 06-Jun-2021 18:05:32 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "0fa146af-fb99-42c3-a36b-20fbd22f0900" + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "1bccd445-8738-4657-8ab5-e5f471355300" }, "ResponseBody": { "token_type": "Bearer", @@ -196,6 +198,7 @@ } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "IDENTITY_SP_CLIENT_ID": "26790ce1-d05c-4de7-ba73-51837152f0bc", "IDENTITY_SP_TENANT_ID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "RandomSeed": "1036332638" diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromX509Certificate2Async.json b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromX509Certificate2Async.json index dca432472a2b..a5c1050cfd93 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromX509Certificate2Async.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/FromX509Certificate2Async.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "fcaeb2cc-308b-44da-bbae-49a39b91e8fc", + "client-request-id": "eb6fb479-5343-4dd2-9d33-33c70ee0829c", "return-client-request-id": "true", - "traceparent": "00-91b1a68205658f41bb420e66f527121d-2e2a6e1c59ef684b-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-1f34ca37ce9e204e98a64e516ca7c107-a4c2df96fe64434c-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "cfd454c6d3182f8f3bbad0369e9104af", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "fcaeb2cc-308b-44da-bbae-49a39b91e8fc", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "eb6fb479-5343-4dd2-9d33-33c70ee0829c", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:44 GMT", + "Date": "Fri, 07 May 2021 18:05:36 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjAgAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:44 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AltenNmMMwFLtxVUbQA9Wx4; expires=Sun, 06-Jun-2021 18:05:36 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrtbS4CUZ7vRMEjjER8i6N9JnHxaEBBjnq6XtPL0Yc6NZKcuI5oHw-rh8WG7FG8x9v-UT-zlx0Ry0ptiHlF7EEUVSkMZAtK_Zm1jDmYM0f4G89NDvAuReOmMRGq3Q_pyuv1BWnRq7BVwYkNAHLhvbMZkpCmMnZu-X5yUvs3tVTsIIgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "c629d3ee-a13a-4895-842b-7a7bc0e00800" + "x-ms-ests-server": "2.1.11654.16 - EUS ProdSlices", + "x-ms-request-id": "faf05e12-d156-4813-93f4-45c9182a6303" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,48 +93,48 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "fcaeb2cc-308b-44da-bbae-49a39b91e8fc", + "client-request-id": "eb6fb479-5343-4dd2-9d33-33c70ee0829c", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-91b1a68205658f41bb420e66f527121d-45d6cbc4a6203a40-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-1f34ca37ce9e204e98a64e516ca7c107-03835db3927dbc40-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1004,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1004,2|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "bb827ed7e3afb86d40dbb204c108a284", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "fcaeb2cc-308b-44da-bbae-49a39b91e8fc", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "eb6fb479-5343-4dd2-9d33-33c70ee0829c", "Content-Length": "90", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:44 GMT", + "Date": "Fri, 07 May 2021 18:05:36 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjAkAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:44 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AlYfvtz26xdCtfGlQdB1G3tKXQmMAQAAAG94J9gOAAAA; expires=Sun, 06-Jun-2021 18:05:36 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "9a0496ca-801c-49b0-a98b-3b40d1af0900" + "x-ms-ests-server": "2.1.11654.25 - SCUS ProdSlices", + "x-ms-request-id": "7073e5f4-7dc2-4759-a597-28f3e52e4f00" }, "ResponseBody": { "token_type": "Bearer", @@ -145,47 +147,47 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "b4565928-7fdc-4907-8775-0aede129cbe8", + "client-request-id": "0e65a39a-6edd-477e-bd93-06866dbc3a62", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1004,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1004,2|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "e00d83da10fafa997f62b993d74dca46", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "b4565928-7fdc-4907-8775-0aede129cbe8", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "0e65a39a-6edd-477e-bd93-06866dbc3a62", "Content-Length": "90", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:44 GMT", + "Date": "Fri, 07 May 2021 18:05:36 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjAoAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:44 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AswOgxLlcAlOvwPA7dzLv-dKXQmMAQAAAG94J9gOAAAA; expires=Sun, 06-Jun-2021 18:05:36 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - EUS ProdSlices", - "x-ms-request-id": "0b206528-f2b2-4e8b-bd86-c96a26b80700" + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "3d31bb5d-108c-4fd1-b54d-66c15fb44d00" }, "ResponseBody": { "token_type": "Bearer", @@ -196,6 +198,7 @@ } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "IDENTITY_SP_CLIENT_ID": "26790ce1-d05c-4de7-ba73-51837152f0bc", "IDENTITY_SP_TENANT_ID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "RandomSeed": "1988539244" diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/IncludeX5CClaimHeader.json b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/IncludeX5CClaimHeader.json index 529a48bf186f..7a88abbfe3f5 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/IncludeX5CClaimHeader.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/IncludeX5CClaimHeader.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "a3cb47a2-8497-411f-b6da-9d3630d39a5b", + "client-request-id": "11d272ba-f4d6-47e7-a2f1-78c57bd15dbc", "return-client-request-id": "true", - "traceparent": "00-7a1bf581fcf0714892db1b56bcdb8770-0fcd087998ce1c47-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-309bb4a0ba6d8d439ce1e4397dfd83cb-e04507f03de9ba40-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "7cc6c20a26114afde4cf881ebd9cd9db", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "a3cb47a2-8497-411f-b6da-9d3630d39a5b", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "11d272ba-f4d6-47e7-a2f1-78c57bd15dbc", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:42 GMT", + "Date": "Fri, 07 May 2021 18:05:33 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjAIAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:42 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Ar1WeVoFaNZOm2Lpa2V5xdc; expires=Sun, 06-Jun-2021 18:05:33 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrtcduudCj1nmffzIa48SpXXIQ3O3A3UbM6Jv9C95KKCVI8ddIEbcyZdFA7GjmPkOWPpSYU1HvGMWUxnpARseuIMGfOqa5_HfmoSYhNmsSJOcIoh4FFs5cehcd3qhp5CFxg8-QdC-OXH7YnDP1fmVewGW5owdZZ1aGH0XQ8PvfYoggAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "67a07765-4fbe-4ece-ba9e-810691100600" + "x-ms-ests-server": "2.1.11654.25 - WUS2 ProdSlices", + "x-ms-request-id": "3e3b5f8e-016c-45dc-b726-86a13c219b00" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,48 +93,48 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "a3cb47a2-8497-411f-b6da-9d3630d39a5b", + "client-request-id": "11d272ba-f4d6-47e7-a2f1-78c57bd15dbc", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-7a1bf581fcf0714892db1b56bcdb8770-266433ec3a66c349-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-309bb4a0ba6d8d439ce1e4397dfd83cb-644dbf6344bd8b47-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1004,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1004,2|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "61628e6c00ac8678b3611b73baecfae0", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "a3cb47a2-8497-411f-b6da-9d3630d39a5b", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "11d272ba-f4d6-47e7-a2f1-78c57bd15dbc", "Content-Length": "90", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:42 GMT", + "Date": "Fri, 07 May 2021 18:05:33 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjAMAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:42 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AsprRaox6aFHnB8qgw1edDRKXQmMAQAAAG14J9gOAAAA; expires=Sun, 06-Jun-2021 18:05:33 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "0e028df8-03ce-47b7-9c08-65013e8a0800" + "x-ms-ests-server": "2.1.11654.25 - NCUS ProdSlices", + "x-ms-request-id": "270f6421-1b6c-48fc-9685-74c109be5400" }, "ResponseBody": { "token_type": "Bearer", @@ -143,6 +145,7 @@ } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "IDENTITY_SP_CLIENT_ID": "26790ce1-d05c-4de7-ba73-51837152f0bc", "IDENTITY_SP_TENANT_ID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "RandomSeed": "572638946" diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/IncludeX5CClaimHeaderAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/IncludeX5CClaimHeaderAsync.json index 3906743b13dd..c3c0ba7078be 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/IncludeX5CClaimHeaderAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/IncludeX5CClaimHeaderAsync.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "cea3b75d-f99d-4811-8603-33ec7ebeb75d", + "client-request-id": "99c4af97-8ee1-48f8-ba9d-e15cda278f85", "return-client-request-id": "true", - "traceparent": "00-9ebc51cab5ba40428ebee628273e5e8d-0150f165c94f7e43-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-526b5f26365e6a41a7a9c0ba0e2bbb2a-7220db2f694de348-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "75d684d87e8c13dc5f0f103bb42ceeba", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "cea3b75d-f99d-4811-8603-33ec7ebeb75d", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "99c4af97-8ee1-48f8-ba9d-e15cda278f85", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:44 GMT", + "Date": "Fri, 07 May 2021 18:05:36 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjAoAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:44 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=ApPvpYYFSZBFgDmSzihwP1w; expires=Sun, 06-Jun-2021 18:05:36 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrlqASWW_Ip0vVgChCYHxP6eua6ILLlbvkS2qGHWMI3sG7aIMOt6GRtIpa00qjTXDNhj7ra5tCjz4C51S5VLQab9d4GcHCC8HbloGgIJ5WIIY3kcSbHsMI7iqrQpnKKEmmzZbUYi4fcN8Ni2uFDkuviTxhd8VAMn832d5ybulODvYgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - EUS ProdSlices", - "x-ms-request-id": "2fc54cef-d00d-4238-9195-3841e5300500" + "x-ms-ests-server": "2.1.11654.25 - SCUS ProdSlices", + "x-ms-request-id": "2801698d-f49d-45af-9a37-5195f93b5c00" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,48 +93,48 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "cea3b75d-f99d-4811-8603-33ec7ebeb75d", + "client-request-id": "99c4af97-8ee1-48f8-ba9d-e15cda278f85", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-9ebc51cab5ba40428ebee628273e5e8d-409b9573a9ecf343-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-526b5f26365e6a41a7a9c0ba0e2bbb2a-f7c35fb4e58cfc4b-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1004,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1004,2|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "03d87b7feafd684b36bc15c68c35ffa6", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "cea3b75d-f99d-4811-8603-33ec7ebeb75d", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "99c4af97-8ee1-48f8-ba9d-e15cda278f85", "Content-Length": "90", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:44 GMT", + "Date": "Fri, 07 May 2021 18:05:37 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjAsAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:44 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AvJbW0RHZFdHqk2ZpCsvlRZKXQmMAQAAAHB4J9gOAAAA; expires=Sun, 06-Jun-2021 18:05:37 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "7bf28be4-fc61-48f2-81a3-5a9778c90700" + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "c50f07c4-9615-4aea-9b84-ac5cdf4b4f00" }, "ResponseBody": { "token_type": "Bearer", @@ -143,6 +145,7 @@ } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "IDENTITY_SP_CLIENT_ID": "26790ce1-d05c-4de7-ba73-51837152f0bc", "IDENTITY_SP_TENANT_ID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "RandomSeed": "817953015" diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/IncorrectCertificate.json b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/IncorrectCertificate.json index a0bc459df3b6..ec29ef6e36e7 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/IncorrectCertificate.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/IncorrectCertificate.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "b1859d12-57c7-42c7-8831-f43bb142a115", + "client-request-id": "f840e3dc-cbd1-4122-a9ac-77ebe2d862fb", "return-client-request-id": "true", - "traceparent": "00-230ae6fa37cb2a46864f96cc1873eed6-c2abe1dbf6d84741-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-083f37688dc82249bb87ec183fb34a53-3b3070bbf87adc4b-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "7487ebf94314bc192ca745a1c53d3432", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "b1859d12-57c7-42c7-8831-f43bb142a115", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "f840e3dc-cbd1-4122-a9ac-77ebe2d862fb", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:42 GMT", + "Date": "Fri, 07 May 2021 18:05:33 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjAMAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:42 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AnFwthkLB81KhyA52_YdzMA; expires=Sun, 06-Jun-2021 18:05:33 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevryG2EtBsSQ5G4c54JbU7kSKsAqqX8dTDIkPIQ3SrVtoy1vU75XKUMizFMbBicoITucMdlkA_QGwZfNS5XQxSH6mGHVNWM1-GBnI79SVvT1doMWpuXzTxcXCTQycc8WaFZ_D1690iShnIJ4lNw5mFyOLoBGtmyrSftFXutmvOsT1AgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "ec462316-7760-4328-ae86-452d6a9a0500" + "x-ms-ests-server": "2.1.11654.25 - SCUS ProdSlices", + "x-ms-request-id": "341124a4-1883-4c1c-a578-3adfaaad5200" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,53 +93,54 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "b1859d12-57c7-42c7-8831-f43bb142a115", + "client-request-id": "f840e3dc-cbd1-4122-a9ac-77ebe2d862fb", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-230ae6fa37cb2a46864f96cc1873eed6-37359a16a7d7e44a-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-083f37688dc82249bb87ec183fb34a53-480eb89f7e7a414c-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1004,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1004,2|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "84152cd451f59ae24f31e441613cab5f", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 401, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "b1859d12-57c7-42c7-8831-f43bb142a115", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "f840e3dc-cbd1-4122-a9ac-77ebe2d862fb", "Content-Length": "1117", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:43 GMT", + "Date": "Fri, 07 May 2021 18:05:34 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjAQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:43 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Akg6K8vRFaRCj6fogWU9HIZKXQmMAQAAAG14J9gOAAAA; expires=Sun, 06-Jun-2021 18:05:34 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,700027,0,,", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "189946a4-c45e-4f3e-9702-180f58f00700" + "x-ms-ests-server": "2.1.11654.25 - NCUS ProdSlices", + "x-ms-request-id": "40b42d85-5b89-4c4d-a252-bd75a7325200" }, - "ResponseBody": "{\u0022error\u0022:\u0022invalid_client\u0022,\u0022error_description\u0022:\u0022AADSTS700027: Client assertion contains an invalid signature. [Reason - The key was not found., Thumbprint of key used by client: \\u002792C25FA606D05CE516C4EAD70D2904E20338C556\\u0027, Please visit the Azure Portal, Graph Explorer or directly use MS Graph to see configured keys for app Id \\u002726790ce1-d05c-4de7-ba73-51837152f0bc\\u0027. Review the documentation at https://docs.microsoft.com/en-us/graph/deployments to determine the corresponding service endpoint and https://docs.microsoft.com/en-us/graph/api/application-get?view=graph-rest-1.0\\u0026tabs=http to build a query request URL, such as \\u0027https://graph.microsoft.com/beta/applications/26790ce1-d05c-4de7-ba73-51837152f0bc\\u0027]\\r\\nTrace ID: 189946a4-c45e-4f3e-9702-180f58f00700\\r\\nCorrelation ID: b1859d12-57c7-42c7-8831-f43bb142a115\\r\\nTimestamp: 2021-02-05 20:01:43Z\u0022,\u0022error_codes\u0022:[700027],\u0022timestamp\u0022:\u00222021-02-05 20:01:43Z\u0022,\u0022trace_id\u0022:\u0022189946a4-c45e-4f3e-9702-180f58f00700\u0022,\u0022correlation_id\u0022:\u0022b1859d12-57c7-42c7-8831-f43bb142a115\u0022,\u0022error_uri\u0022:\u0022https://login.microsoftonline.com/error?code=700027\u0022}" + "ResponseBody": "{\u0022error\u0022:\u0022invalid_client\u0022,\u0022error_description\u0022:\u0022AADSTS700027: Client assertion contains an invalid signature. [Reason - The key was not found., Thumbprint of key used by client: \\u002792C25FA606D05CE516C4EAD70D2904E20338C556\\u0027, Please visit the Azure Portal, Graph Explorer or directly use MS Graph to see configured keys for app Id \\u002726790ce1-d05c-4de7-ba73-51837152f0bc\\u0027. Review the documentation at https://docs.microsoft.com/en-us/graph/deployments to determine the corresponding service endpoint and https://docs.microsoft.com/en-us/graph/api/application-get?view=graph-rest-1.0\\u0026tabs=http to build a query request URL, such as \\u0027https://graph.microsoft.com/beta/applications/26790ce1-d05c-4de7-ba73-51837152f0bc\\u0027]\\r\\nTrace ID: 40b42d85-5b89-4c4d-a252-bd75a7325200\\r\\nCorrelation ID: f840e3dc-cbd1-4122-a9ac-77ebe2d862fb\\r\\nTimestamp: 2021-05-07 18:05:34Z\u0022,\u0022error_codes\u0022:[700027],\u0022timestamp\u0022:\u00222021-05-07 18:05:34Z\u0022,\u0022trace_id\u0022:\u002240b42d85-5b89-4c4d-a252-bd75a7325200\u0022,\u0022correlation_id\u0022:\u0022f840e3dc-cbd1-4122-a9ac-77ebe2d862fb\u0022,\u0022error_uri\u0022:\u0022https://login.microsoftonline.com/error?code=700027\u0022}" } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "IDENTITY_SP_CLIENT_ID": "26790ce1-d05c-4de7-ba73-51837152f0bc", "IDENTITY_SP_TENANT_ID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "RandomSeed": "1635701826" diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/IncorrectCertificateAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/IncorrectCertificateAsync.json index b28670fecf40..2c978988ddb6 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/IncorrectCertificateAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientCertificateCredentialLiveTests/IncorrectCertificateAsync.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "0d3be0c2-4838-49fb-bbb7-b138186d5c42", + "client-request-id": "284c444f-e461-46d1-aaa0-79cf7064e073", "return-client-request-id": "true", - "traceparent": "00-d06da8057238894bb971704cc396f8ce-ed9ac491f350854a-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-3155fea9b3af8c4a8015fbae2c42b9bd-0736907c67b9b146-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "7041a5df997d07fa3c759de52363758e", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "0d3be0c2-4838-49fb-bbb7-b138186d5c42", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "284c444f-e461-46d1-aaa0-79cf7064e073", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:44 GMT", + "Date": "Fri, 07 May 2021 18:05:37 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjAsAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:45 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AkDIdBXN8mpHmsYO6LHX458; expires=Sun, 06-Jun-2021 18:05:37 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrYfzS0C8kT8RCAqXZOiFunFDYX39kURQkehoP003F1YnTMtcmjxNBMW4JHoRrOz5HxMX7RrCuifQfsW6hSiL1kB8I4xT6RS8nN8hG--KCsdrb1avrDf8g_0AmroxOlRsG1608r57gwP8MKcY2jSn3Zng6UPlcPWC1LPdExRUwonUgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - EUS ProdSlices", - "x-ms-request-id": "bd61a380-9d17-4cac-9980-e79b5f0b0700" + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "396a1edf-fea8-414c-ba8f-623b00d56000" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,53 +93,54 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "0d3be0c2-4838-49fb-bbb7-b138186d5c42", + "client-request-id": "284c444f-e461-46d1-aaa0-79cf7064e073", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-d06da8057238894bb971704cc396f8ce-819dd6e484a6804b-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-3155fea9b3af8c4a8015fbae2c42b9bd-a6440f3d0ed0c142-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1004,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1004,2|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "a4d4421974faddeb261eaa6487a84618", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 401, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "0d3be0c2-4838-49fb-bbb7-b138186d5c42", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "284c444f-e461-46d1-aaa0-79cf7064e073", "Content-Length": "1117", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:45 GMT", + "Date": "Fri, 07 May 2021 18:05:37 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjAwAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:45 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AuNLpM71MjtFtlqbk3EPBlFKXQmMAQAAAHB4J9gOAAAA; expires=Sun, 06-Jun-2021 18:05:37 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,700027,0,,", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "0e028df8-03ce-47b7-9c08-6501098b0800" + "x-ms-ests-server": "2.1.11654.25 - SCUS ProdSlices", + "x-ms-request-id": "1ca4c616-9d48-4990-9416-5c55ba775500" }, - "ResponseBody": "{\u0022error\u0022:\u0022invalid_client\u0022,\u0022error_description\u0022:\u0022AADSTS700027: Client assertion contains an invalid signature. [Reason - The key was not found., Thumbprint of key used by client: \\u002792C25FA606D05CE516C4EAD70D2904E20338C556\\u0027, Please visit the Azure Portal, Graph Explorer or directly use MS Graph to see configured keys for app Id \\u002726790ce1-d05c-4de7-ba73-51837152f0bc\\u0027. Review the documentation at https://docs.microsoft.com/en-us/graph/deployments to determine the corresponding service endpoint and https://docs.microsoft.com/en-us/graph/api/application-get?view=graph-rest-1.0\\u0026tabs=http to build a query request URL, such as \\u0027https://graph.microsoft.com/beta/applications/26790ce1-d05c-4de7-ba73-51837152f0bc\\u0027]\\r\\nTrace ID: 0e028df8-03ce-47b7-9c08-6501098b0800\\r\\nCorrelation ID: 0d3be0c2-4838-49fb-bbb7-b138186d5c42\\r\\nTimestamp: 2021-02-05 20:01:45Z\u0022,\u0022error_codes\u0022:[700027],\u0022timestamp\u0022:\u00222021-02-05 20:01:45Z\u0022,\u0022trace_id\u0022:\u00220e028df8-03ce-47b7-9c08-6501098b0800\u0022,\u0022correlation_id\u0022:\u00220d3be0c2-4838-49fb-bbb7-b138186d5c42\u0022,\u0022error_uri\u0022:\u0022https://login.microsoftonline.com/error?code=700027\u0022}" + "ResponseBody": "{\u0022error\u0022:\u0022invalid_client\u0022,\u0022error_description\u0022:\u0022AADSTS700027: Client assertion contains an invalid signature. [Reason - The key was not found., Thumbprint of key used by client: \\u002792C25FA606D05CE516C4EAD70D2904E20338C556\\u0027, Please visit the Azure Portal, Graph Explorer or directly use MS Graph to see configured keys for app Id \\u002726790ce1-d05c-4de7-ba73-51837152f0bc\\u0027. Review the documentation at https://docs.microsoft.com/en-us/graph/deployments to determine the corresponding service endpoint and https://docs.microsoft.com/en-us/graph/api/application-get?view=graph-rest-1.0\\u0026tabs=http to build a query request URL, such as \\u0027https://graph.microsoft.com/beta/applications/26790ce1-d05c-4de7-ba73-51837152f0bc\\u0027]\\r\\nTrace ID: 1ca4c616-9d48-4990-9416-5c55ba775500\\r\\nCorrelation ID: 284c444f-e461-46d1-aaa0-79cf7064e073\\r\\nTimestamp: 2021-05-07 18:05:37Z\u0022,\u0022error_codes\u0022:[700027],\u0022timestamp\u0022:\u00222021-05-07 18:05:37Z\u0022,\u0022trace_id\u0022:\u00221ca4c616-9d48-4990-9416-5c55ba775500\u0022,\u0022correlation_id\u0022:\u0022284c444f-e461-46d1-aaa0-79cf7064e073\u0022,\u0022error_uri\u0022:\u0022https://login.microsoftonline.com/error?code=700027\u0022}" } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "IDENTITY_SP_CLIENT_ID": "26790ce1-d05c-4de7-ba73-51837152f0bc", "IDENTITY_SP_TENANT_ID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "RandomSeed": "821923688" diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientSecretCredentialLiveTests/GetToken.json b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientSecretCredentialLiveTests/GetToken.json index f9ad99300251..e2dcbbbbf4a8 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientSecretCredentialLiveTests/GetToken.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientSecretCredentialLiveTests/GetToken.json @@ -4,16 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "56a291fd-2fcb-4015-b333-15e6dfcbde48", + "client-request-id": "1c055fdc-d7de-4227-8ae0-58174e5c582c", "return-client-request-id": "true", - "traceparent": "00-2e1670feb6f338428149169085f36761-1c1322bb3d002641-00", - "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-0119053aec8d44478bd0cc58b7b290e4-16aa3859dd80cc42-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", "x-client-CPU": "x64", - "x-client-OS": "Microsoft Windows NT 10.0.19042.0", + "x-client-OS": "Windows 10 Enterprise", "x-client-SKU": "MSAL.Desktop", - "x-client-Ver": "4.23.0.0", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "8a4a905606ba1d5b0c16bd8d1442cc41", "x-ms-return-client-request-id": "true" }, @@ -26,21 +26,21 @@ "max-age=86400", "private" ], - "client-request-id": "56a291fd-2fcb-4015-b333-15e6dfcbde48", + "client-request-id": "1c055fdc-d7de-4227-8ae0-58174e5c582c", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:06:02 GMT", + "Date": "Fri, 07 May 2021 18:16:46 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=An5QrILcPBdDrduSICgFrgg; expires=Sun, 07-Mar-2021 20:06:03 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr8uwlVkqwXsPH8FQkRR39IWAhGmiwJCInhHtnD-dbbgrwcdKbyjk7AGxg0O_NmpReps6HCZml5JSOJaovSjv6tXsWbdQZqz1Z16wWya87-rmd87QBYLv8Nl7fy_5-RnI3E1fmVQDYOVqdBYDeeLGYCWLSRuwxR0Tb2GFkoC8P46AgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", + "fpc=AnSdTJgLu8tHoyxWyrq6jjA; expires=Sun, 06-Jun-2021 18:16:46 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrUGB9mJlP6Xo5cZE-bcKxyT7rpNlNBaWuQbI757t8p_zZyJI4L3nMw0WTO2a9dwqkEBr5Ui9N2S7lGAs5SWn8Qshc7zuFYnJSPSw47-2zY6uoIoawO4piw1ys2_nmj5_ToQXOqsXGDljk36Q61hkvACXc-xo-cZCigRue5lAMikQgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - EUS ProdSlices", - "x-ms-request-id": "12b03b66-6bae-4bcf-b438-bb91061e0700" + "x-ms-ests-server": "2.1.11654.25 - NCUS ProdSlices", + "x-ms-request-id": "788700ab-582a-44b2-a91b-5ea9dc174b00" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -93,23 +93,22 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "56a291fd-2fcb-4015-b333-15e6dfcbde48", + "client-request-id": "1c055fdc-d7de-4227-8ae0-58174e5c582c", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-2e1670feb6f338428149169085f36761-24693b7718514642-00", - "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-0119053aec8d44478bd0cc58b7b290e4-1f9d680450bf984d-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", "x-client-CPU": "x64", - "x-client-current-telemetry": "2|1004,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows NT 10.0.19042.0", + "x-client-current-telemetry": "4|1004,2|,,1,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", "x-client-SKU": "MSAL.Desktop", - "x-client-Ver": "4.23.0.0", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "9496c6d7ed0fa936f419c648f9aad418", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", @@ -119,23 +118,23 @@ "no-store", "no-cache" ], - "client-request-id": "56a291fd-2fcb-4015-b333-15e6dfcbde48", + "client-request-id": "1c055fdc-d7de-4227-8ae0-58174e5c582c", "Content-Length": "90", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:06:03 GMT", + "Date": "Fri, 07 May 2021 18:16:47 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AmFpOmGmBqpBtXLyu7w6F_hKXQmMAQAAACucr9cOAAAA; expires=Sun, 07-Mar-2021 20:06:04 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AkfeMSXJgclHseMWJ7Zzw_RKXQmMAQAAAA57J9gOAAAA; expires=Sun, 06-Jun-2021 18:16:47 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - EUS ProdSlices", - "x-ms-request-id": "8623bad0-f839-4045-b7c1-a1c834f80600" + "x-ms-ests-server": "2.1.11654.25 - SCUS ProdSlices", + "x-ms-request-id": "998edc55-4f31-4679-a797-062d0acf5000" }, "ResponseBody": { "token_type": "Bearer", @@ -148,22 +147,21 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "7b38ef7a-d469-44f2-92aa-840628a11c2a", + "client-request-id": "a7fdd8fc-2bb9-4d54-ba7e-515683bd8146", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", "x-client-CPU": "x64", - "x-client-current-telemetry": "2|1004,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows NT 10.0.19042.0", + "x-client-current-telemetry": "4|1004,2|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", "x-client-SKU": "MSAL.Desktop", - "x-client-Ver": "4.23.0.0", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "19cc59601a54349e61d967283eade3d1", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", @@ -173,23 +171,23 @@ "no-store", "no-cache" ], - "client-request-id": "7b38ef7a-d469-44f2-92aa-840628a11c2a", + "client-request-id": "a7fdd8fc-2bb9-4d54-ba7e-515683bd8146", "Content-Length": "90", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:06:03 GMT", + "Date": "Fri, 07 May 2021 18:16:48 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AhKXPJXz7EBKkYyNic7buN5KXQmMAQAAACycr9cOAAAA; expires=Sun, 07-Mar-2021 20:06:04 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AkNvJDBYM7NOuZPL3gx1pgRKXQmMAQAAABB7J9gOAAAA; expires=Sun, 06-Jun-2021 18:16:48 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "1b911531-26d7-497e-8cd4-7f0d4b9c0800" + "x-ms-ests-server": "2.1.11654.25 - NCUS ProdSlices", + "x-ms-request-id": "d19d6fb3-56b7-4c05-84ff-cfbb0f0d4a00" }, "ResponseBody": { "token_type": "Bearer", @@ -200,6 +198,7 @@ } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "IDENTITY_SP_CLIENT_ID": "26790ce1-d05c-4de7-ba73-51837152f0bc", "IDENTITY_SP_TENANT_ID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "RandomSeed": "472322850" diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientSecretCredentialLiveTests/GetTokenAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientSecretCredentialLiveTests/GetTokenAsync.json index cb39f96d5475..df7ce0301a30 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientSecretCredentialLiveTests/GetTokenAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientSecretCredentialLiveTests/GetTokenAsync.json @@ -4,16 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "9f1b48a7-3cbd-44a6-bebb-c37addfc3bb7", + "client-request-id": "15ee331c-2451-4307-ac46-71c02b8eca94", "return-client-request-id": "true", - "traceparent": "00-10807b0c2f15a1428bb001d9e87eb441-d6d600be47e28a42-00", - "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-756b791571b76a428491941e0158b78f-bbefa28d499e4244-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", "x-client-CPU": "x64", - "x-client-OS": "Microsoft Windows NT 10.0.19042.0", + "x-client-OS": "Windows 10 Enterprise", "x-client-SKU": "MSAL.Desktop", - "x-client-Ver": "4.23.0.0", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "e95e5d7bb1efb961236046990af43552", "x-ms-return-client-request-id": "true" }, @@ -26,21 +26,21 @@ "max-age=86400", "private" ], - "client-request-id": "9f1b48a7-3cbd-44a6-bebb-c37addfc3bb7", + "client-request-id": "15ee331c-2451-4307-ac46-71c02b8eca94", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:06:03 GMT", + "Date": "Fri, 07 May 2021 18:16:49 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=Ag-dnnGfgj1Ng4splXHGk3c; expires=Sun, 07-Mar-2021 20:06:04 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrtUtYcCQdD4Y26avvtdTb4U8SuWT68ne1XwoLBnxuAcK_yBNBdC5cenagFiA4hV6RNoVo51cJitZYdMqNpyWcAHnqfjDXG2PPf7mh1IHaApZxWt0VEyTFOQ3Q4RSd6QhX2iszvWqIK4nvk_VuFcRIyx0mhxP1-v6qwc8BjXHahSkgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", + "fpc=ApswOoe66hBDhkua3_M6_nU; expires=Sun, 06-Jun-2021 18:16:49 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrqT7Xqs00i84HNJ__lUj75snlSz5Dri4uSDwVuTd-WucjrLT9xfrtZ5X5xoq0Az5PmkUOkVwpeA0Ch9AeGk8pXC5KG7kFMfuzViexvV5S-42N4jxRpK4rYKVsYePcKSfK-wuWXKefQhxdf8n36svAjYYyDAFPbmo8OSBfyPF1BvIgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "d7405c6b-9c15-43bc-bd80-dd3b178e0800" + "x-ms-ests-server": "2.1.11654.16 - EUS ProdSlices", + "x-ms-request-id": "13a282f1-7cf8-4e4e-ba91-4b9391d3c202" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -93,23 +93,22 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "9f1b48a7-3cbd-44a6-bebb-c37addfc3bb7", + "client-request-id": "15ee331c-2451-4307-ac46-71c02b8eca94", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-10807b0c2f15a1428bb001d9e87eb441-0749e327a59bc541-00", - "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-756b791571b76a428491941e0158b78f-719811ef025b7c42-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", "x-client-CPU": "x64", - "x-client-current-telemetry": "2|1004,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows NT 10.0.19042.0", + "x-client-current-telemetry": "4|1004,2|,,1,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", "x-client-SKU": "MSAL.Desktop", - "x-client-Ver": "4.23.0.0", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "19274e40285a768e502e838f4bb461a5", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", @@ -119,23 +118,23 @@ "no-store", "no-cache" ], - "client-request-id": "9f1b48a7-3cbd-44a6-bebb-c37addfc3bb7", + "client-request-id": "15ee331c-2451-4307-ac46-71c02b8eca94", "Content-Length": "90", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:06:03 GMT", + "Date": "Fri, 07 May 2021 18:16:49 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AkHoKZIGe_9NkxhJWAs2XXZKXQmMAQAAACycr9cOAAAA; expires=Sun, 07-Mar-2021 20:06:04 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=ApiDbUNwcTRGtN4SmPkfCzlKXQmMAQAAABB7J9gOAAAA; expires=Sun, 06-Jun-2021 18:16:49 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "1b1408f0-c0ec-46ac-bbdb-6af99bb90900" + "x-ms-ests-server": "2.1.11654.25 - NCUS ProdSlices", + "x-ms-request-id": "f9d59c24-d1be-4325-8ca6-dc9032374f00" }, "ResponseBody": { "token_type": "Bearer", @@ -148,22 +147,21 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "6048ed20-c16c-4e2f-abb6-9cdcf6064bad", + "client-request-id": "aef4de9d-0afb-4c6d-ace8-9923fe8b075d", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", "x-client-CPU": "x64", - "x-client-current-telemetry": "2|1004,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows NT 10.0.19042.0", + "x-client-current-telemetry": "4|1004,2|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", "x-client-SKU": "MSAL.Desktop", - "x-client-Ver": "4.23.0.0", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "6923fb1ce51c1d474f697d7a295a33f4", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", @@ -173,23 +171,23 @@ "no-store", "no-cache" ], - "client-request-id": "6048ed20-c16c-4e2f-abb6-9cdcf6064bad", + "client-request-id": "aef4de9d-0afb-4c6d-ace8-9923fe8b075d", "Content-Length": "90", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:06:04 GMT", + "Date": "Fri, 07 May 2021 18:16:49 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AsH2LFPEvqJPkNossvht1V1KXQmMAQAAACucr9cOAAAA; expires=Sun, 07-Mar-2021 20:06:05 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Aq1MzXkpa01NvZtEYJTIzntKXQmMAQAAABF7J9gOAAAA; expires=Sun, 06-Jun-2021 18:16:49 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "a364bc1a-42eb-44ff-a1c1-55463a710700" + "x-ms-ests-server": "2.1.11654.25 - WUS2 ProdSlices", + "x-ms-request-id": "3d23ea0d-019a-418b-9589-2d5f63239600" }, "ResponseBody": { "token_type": "Bearer", @@ -200,6 +198,7 @@ } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "IDENTITY_SP_CLIENT_ID": "26790ce1-d05c-4de7-ba73-51837152f0bc", "IDENTITY_SP_TENANT_ID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "RandomSeed": "837482201" diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientSecretCredentialLiveTests/GetTokenIncorrectPassword.json b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientSecretCredentialLiveTests/GetTokenIncorrectPassword.json index 48a6751c8eb4..68d465d52499 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientSecretCredentialLiveTests/GetTokenIncorrectPassword.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientSecretCredentialLiveTests/GetTokenIncorrectPassword.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "6283823d-16a4-481c-8f40-32b27bcc1e9b", + "client-request-id": "8c9e0523-341f-4dff-b844-7b3639ee9c7f", "return-client-request-id": "true", - "traceparent": "00-cd9268fe0910cc42a326fc5bb582b19a-a669a35dc333994b-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-466b0c0c6501c64db87b47ebb82c3c01-d8c19d77be45e04f-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "0d6dace797f972aa163fa679a502a229", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "6283823d-16a4-481c-8f40-32b27bcc1e9b", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "8c9e0523-341f-4dff-b844-7b3639ee9c7f", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:47 GMT", + "Date": "Fri, 07 May 2021 18:16:48 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjBEAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:47 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=ApXhXIRjM71KodVXTWwBBZg; expires=Sun, 06-Jun-2021 18:16:48 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrSUl8_Jif6wbMl7rwKRCvikjh7KwUCBwvHdu3fRc-RgnffmfDLpWwiVacMDgODhVsAru0iqLhXlRQUhI20QAtb7yen2KB35cLgeuwVQ_mfO8IIJChUyHr0o5meZLB10lqbvN2dVOaNFsW54iOKncp4XcXi_VLMq7ApgAedXR4IIUgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "17dffe21-cf95-451a-913c-d14125990600" + "x-ms-ests-server": "2.1.11654.16 - NCUS ProdSlices", + "x-ms-request-id": "9d21445c-e0cb-4a71-a290-d6d90ad9ed01" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,63 +93,64 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "6283823d-16a4-481c-8f40-32b27bcc1e9b", + "client-request-id": "8c9e0523-341f-4dff-b844-7b3639ee9c7f", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-cd9268fe0910cc42a326fc5bb582b19a-a6d7520f1fa1e349-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-466b0c0c6501c64db87b47ebb82c3c01-8edc9626a240bd45-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1004,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1004,2|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "6d95bd5e9339cf52e2fbbd0ac6255c01", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 401, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "6283823d-16a4-481c-8f40-32b27bcc1e9b", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "8c9e0523-341f-4dff-b844-7b3639ee9c7f", "Content-Length": "471", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:47 GMT", + "Date": "Fri, 07 May 2021 18:16:48 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjBIAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:47 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AoRwMNkqkNtJo9-YiBDfq7ZKXQmMAQAAABB7J9gOAAAA; expires=Sun, 06-Jun-2021 18:16:48 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,7000215,0,,", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "7bf28be4-fc61-48f2-81a3-5a9775ca0700" + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "64798e8b-0892-4705-b038-5e367e364b00" }, "ResponseBody": { "error": "invalid_client", - "error_description": "AADSTS7000215: Invalid client secret is provided.\r\nTrace ID: 7bf28be4-fc61-48f2-81a3-5a9775ca0700\r\nCorrelation ID: 6283823d-16a4-481c-8f40-32b27bcc1e9b\r\nTimestamp: 2021-02-05 20:01:47Z", + "error_description": "AADSTS7000215: Invalid client secret is provided.\r\nTrace ID: 64798e8b-0892-4705-b038-5e367e364b00\r\nCorrelation ID: 8c9e0523-341f-4dff-b844-7b3639ee9c7f\r\nTimestamp: 2021-05-07 18:16:48Z", "error_codes": [ 7000215 ], - "timestamp": "2021-02-05 20:01:47Z", - "trace_id": "7bf28be4-fc61-48f2-81a3-5a9775ca0700", - "correlation_id": "6283823d-16a4-481c-8f40-32b27bcc1e9b", + "timestamp": "2021-05-07 18:16:48Z", + "trace_id": "64798e8b-0892-4705-b038-5e367e364b00", + "correlation_id": "8c9e0523-341f-4dff-b844-7b3639ee9c7f", "error_uri": "https://login.microsoftonline.com/error?code=7000215" } } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "IDENTITY_SP_CLIENT_ID": "26790ce1-d05c-4de7-ba73-51837152f0bc", "IDENTITY_SP_TENANT_ID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "RandomSeed": "116437804" diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientSecretCredentialLiveTests/GetTokenIncorrectPasswordAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientSecretCredentialLiveTests/GetTokenIncorrectPasswordAsync.json index 182e42aff87f..0905df9c569a 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/ClientSecretCredentialLiveTests/GetTokenIncorrectPasswordAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/ClientSecretCredentialLiveTests/GetTokenIncorrectPasswordAsync.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "ec8c1f4d-ac13-4f8c-b080-a58439e97071", + "client-request-id": "98d3e569-2084-409b-b75b-9678fc09f71c", "return-client-request-id": "true", - "traceparent": "00-62f458e1d9ac5d4dbe8f33237cc840dd-fb81b1093a25e14d-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-0f17af5da03b9c45994d22e3d7dd2282-45aaacc845310941-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "84a37f4ef2f4ec7eeaae4abce38a00c6", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "ec8c1f4d-ac13-4f8c-b080-a58439e97071", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "98d3e569-2084-409b-b75b-9678fc09f71c", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:47 GMT", + "Date": "Fri, 07 May 2021 18:16:49 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjBMAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:47 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AklM2rg3amFGi36ZIRjx6vk; expires=Sun, 06-Jun-2021 18:16:49 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrkRlltw8QgN3kg7nP2_Ktdgnz-WDQp5AcbErLneJMyxo3J8LakT4q_L5XBFg2dcrVl-mBI_E46oVcU63oDFdC7x1SiAU3RWuAM4UQNbnZlrR0xpOTqVXy3P_iIWKtDJmDc-HtxCafDFSnPHPVh1unU5EQnslRKVw_x50mTBn5oi4gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "39d3d4b9-1fc5-42ca-be86-a4d68aa10600" + "x-ms-ests-server": "2.1.11654.25 - NCUS ProdSlices", + "x-ms-request-id": "fc9be1fd-e741-4d7e-97b5-c6726df04a00" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,63 +93,64 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "ec8c1f4d-ac13-4f8c-b080-a58439e97071", + "client-request-id": "98d3e569-2084-409b-b75b-9678fc09f71c", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-62f458e1d9ac5d4dbe8f33237cc840dd-0dae4676d1dcc34f-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-0f17af5da03b9c45994d22e3d7dd2282-3c0d816b3660db40-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1004,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1004,2|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "1dd3ffb7753926bd3268d02b8b071386", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 401, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "ec8c1f4d-ac13-4f8c-b080-a58439e97071", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "98d3e569-2084-409b-b75b-9678fc09f71c", "Content-Length": "471", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:47 GMT", + "Date": "Fri, 07 May 2021 18:16:50 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:47 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AlxJB2ETE3dEjk9YAQv-usxKXQmMAQAAABF7J9gOAAAA; expires=Sun, 06-Jun-2021 18:16:50 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,7000215,0,,", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "0d896a5d-306e-4b00-9e8a-606ab75b0a00" + "x-ms-ests-server": "2.1.11654.25 - SCUS ProdSlices", + "x-ms-request-id": "998edc55-4f31-4679-a797-062db8cf5000" }, "ResponseBody": { "error": "invalid_client", - "error_description": "AADSTS7000215: Invalid client secret is provided.\r\nTrace ID: 0d896a5d-306e-4b00-9e8a-606ab75b0a00\r\nCorrelation ID: ec8c1f4d-ac13-4f8c-b080-a58439e97071\r\nTimestamp: 2021-02-05 20:01:47Z", + "error_description": "AADSTS7000215: Invalid client secret is provided.\r\nTrace ID: 998edc55-4f31-4679-a797-062db8cf5000\r\nCorrelation ID: 98d3e569-2084-409b-b75b-9678fc09f71c\r\nTimestamp: 2021-05-07 18:16:50Z", "error_codes": [ 7000215 ], - "timestamp": "2021-02-05 20:01:47Z", - "trace_id": "0d896a5d-306e-4b00-9e8a-606ab75b0a00", - "correlation_id": "ec8c1f4d-ac13-4f8c-b080-a58439e97071", + "timestamp": "2021-05-07 18:16:50Z", + "trace_id": "998edc55-4f31-4679-a797-062db8cf5000", + "correlation_id": "98d3e569-2084-409b-b75b-9678fc09f71c", "error_uri": "https://login.microsoftonline.com/error?code=7000215" } } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "IDENTITY_SP_CLIENT_ID": "26790ce1-d05c-4de7-ba73-51837152f0bc", "IDENTITY_SP_TENANT_ID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "RandomSeed": "1340062233" diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_AllCredentialsHaveFailed_CredentialUnavailableException.json b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_AllCredentialsHaveFailed_CredentialUnavailableException.json index e044d9488df7..435d69562aee 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_AllCredentialsHaveFailed_CredentialUnavailableException.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_AllCredentialsHaveFailed_CredentialUnavailableException.json @@ -1,6 +1,7 @@ { "Entries": [], "Variables": { + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "918323636" } } \ No newline at end of file diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_AllCredentialsHaveFailed_CredentialUnavailableExceptionAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_AllCredentialsHaveFailed_CredentialUnavailableExceptionAsync.json index 17fbec193e7b..ee1b9355e233 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_AllCredentialsHaveFailed_CredentialUnavailableExceptionAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_AllCredentialsHaveFailed_CredentialUnavailableExceptionAsync.json @@ -1,6 +1,7 @@ { "Entries": [], "Variables": { + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "1051641923" } } \ No newline at end of file diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_AllCredentialsHaveFailed_LastAuthenticationFailedException.json b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_AllCredentialsHaveFailed_LastAuthenticationFailedException.json index dc814f71bf18..56525bec8656 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_AllCredentialsHaveFailed_LastAuthenticationFailedException.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_AllCredentialsHaveFailed_LastAuthenticationFailedException.json @@ -1,6 +1,7 @@ { "Entries": [], "Variables": { + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "1791879888" } } \ No newline at end of file diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_AllCredentialsHaveFailed_LastAuthenticationFailedExceptionAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_AllCredentialsHaveFailed_LastAuthenticationFailedExceptionAsync.json index a6081e4cfcec..e3817a8e2b43 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_AllCredentialsHaveFailed_LastAuthenticationFailedExceptionAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_AllCredentialsHaveFailed_LastAuthenticationFailedExceptionAsync.json @@ -1,6 +1,7 @@ { "Entries": [], "Variables": { + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "1601029861" } } \ No newline at end of file diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseAzureCliCredential.json b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseAzureCliCredential.json index 0af07251371a..cca2f08312b0 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseAzureCliCredential.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseAzureCliCredential.json @@ -2,6 +2,7 @@ "Entries": [], "Variables": { "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "886571476", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseAzureCliCredentialAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseAzureCliCredentialAsync.json index 42dc378e4799..f44b604afa64 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseAzureCliCredentialAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseAzureCliCredentialAsync.json @@ -2,6 +2,7 @@ "Entries": [], "Variables": { "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "1941497279", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseAzureCliCredential_ParallelCalls.json b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseAzureCliCredential_ParallelCalls.json index 68ebcd7c2a67..c2174e6829a5 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseAzureCliCredential_ParallelCalls.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseAzureCliCredential_ParallelCalls.json @@ -2,6 +2,7 @@ "Entries": [], "Variables": { "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "609214756", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseAzureCliCredential_ParallelCallsAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseAzureCliCredential_ParallelCallsAsync.json index a0bd8904f0b8..bb312985ed30 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseAzureCliCredential_ParallelCallsAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseAzureCliCredential_ParallelCallsAsync.json @@ -2,6 +2,7 @@ "Entries": [], "Variables": { "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "1842369131", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCodeCredential.json b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCodeCredential.json index da6ed59c8d4e..ca10454301bd 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCodeCredential.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCodeCredential.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "c4b6772c-5790-4ee0-a588-6fa86bac96c2", + "client-request-id": "8ce20609-d728-475e-a37e-ed5d047543e1", "return-client-request-id": "true", - "traceparent": "00-9d7becf18db66045b921978e351b25dc-36f09b34347d7a40-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-b71538239152f441b44931b768b96753-b9e8a419577e8748-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "5c79459f1c1f05efd98eca394ee40303", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "c4b6772c-5790-4ee0-a588-6fa86bac96c2", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "8ce20609-d728-475e-a37e-ed5d047543e1", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:48 GMT", + "Date": "Fri, 07 May 2021 18:17:47 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBAAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:48 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AouofG6Ch1NFoII_ZAOODOQ; expires=Sun, 06-Jun-2021 18:17:47 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrINrpoq-vljnTVklx99ka3hILKjAl_lmvhqZZBCavvBHbTBdMODk3cVoQ_k23zlgYeqtSKA7dasU3YYNmWr3_1HeF4qLW2vjPv8plfwfJxUPd_WRm6o72rNNJ52WvfrgJ2mwOO2QG2pN7HcSNQ9inDGmz01VKXdeU4I3TFkoWBP8gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.16 - WUS2 ProdSlices", - "x-ms-request-id": "d2bbb07d-7685-4429-949e-5eec6ae70800" + "x-ms-ests-server": "2.1.11654.16 - EUS ProdSlices", + "x-ms-request-id": "3071318c-bc1e-4272-9740-3a90ec65bf06" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,64 +93,67 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "c4b6772c-5790-4ee0-a588-6fa86bac96c2", + "client-request-id": "8ce20609-d728-475e-a37e-ed5d047543e1", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-9d7becf18db66045b921978e351b25dc-36f09b34347d7a40-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-b71538239152f441b44931b768b96753-b9e8a419577e8748-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "b59f1f6357dae216e68cac793ca90f62", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "c4b6772c-5790-4ee0-a588-6fa86bac96c2", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "8ce20609-d728-475e-a37e-ed5d047543e1", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:48 GMT", + "Date": "Fri, 07 May 2021 18:17:47 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBQAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:48 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AqnB6vBJL9hBnv43p2egygRlEICiAQAAAEt7J9gOAAAA; expires=Sun, 06-Jun-2021 18:17:47 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,266.6564,", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "0fa146af-fb99-42c3-a36b-20fbd2310900" + "x-ms-clitelem": "1,0,0,1242.6744,", + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "9e9937ff-4092-408d-b10c-66187bbf5000" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMDgsIm5iZiI6MTYxMjU1NTAwOCwiZXhwIjoxNjEyNTU4OTA4LCJhaW8iOiJBVFFBeS84VEFBQUF1NUZwblRVM1NibklQZ3lORFF3WHhKZHN1R1JUYmNOTFZqS1BncStWVUF6VFhFaitYL2VQT01wKzFOeVhjUGdNIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6InIwYWhENW43dzBLamF5RDcwakVKQUEiLCJ2ZXIiOiIyLjAifQ.R3FG4559s6V3SgWCHKvZcrc97yXrrgA1tuoc7q_XcVK-kbIMK-Vhu1UcHFQfs91zqn2Hq4Mcdgr5xztsmVDwNkT4lRXD41_-hdscFSybrb3ztxN04433M4F66FdfQxUGM2HIwtsHzEKuen6VqOlpftPni5oc3tmU4OpyURYHhAWu3AxusFUqK4Wr49bA9exLo9ABsePfWp6-i5otndQv_udZuzF2aNt51JRLukiPY_XzBLsO6V5FNJYpPVHMHpBsI2fEeAIPWSj1uiXURAuKuVogkE_DgHdGcL-UKLMjTAjQ6Gfs5Le-E7fSY-zV9CHAtUZLTcA47-HMXLfqY-kjCA", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTExNjcsIm5iZiI6MTYyMDQxMTE2NywiZXhwIjoxNjIwNDE1MDY3LCJhaW8iOiJBVFFBeS84VEFBQUFmWHlEMnJEaFpxZ2xEOHd3bnMwVVBvM0RFeFRCV0U0WHdocEtJTEZ1V1RIVnNTOWh2emZXcGxodHprcitTNzg1IiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6Il96ZVpucEpBalVDeERHWVllNzlRQUEiLCJ2ZXIiOiIyLjAifQ.japJocva-3RZicQ7IYx-8sef0lkq9Tf78vKZsOvZEc7SA99KOutrNv7U_LvhkNnQFc5Jzo5oD8g8w7mmFZ9qYgB9KhZ7c2-jM6L-mUi3pVrpnxKv1iPzwQd5wIN5dDAkI8wBWX5D_434Izlub4SUcb-Z0O-ESbPPIru9y18PdgsA1c8o66gGm1JT7Mh1RieQ7bR4Xi0x9fQrCo3saTCgbfwxA51sqYgndekcKEnzZpMArSZzXoNFCZnk-QH82Lm4XFgpl-_6GeQaafp0-a9apMpLZ1rqlfXCAH4I3yypVnWmbkKN8wf9_x3pvtTeCZ9EEQCq7kSKqO1gnJInNzzFAw", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "AZURE_IDENTITY_TEST_USERNAME": "identitytestuser@azuresdkplayground.onmicrosoft.com", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "1262717504", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCodeCredentialAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCodeCredentialAsync.json index bf2379a16b6c..199c9bead178 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCodeCredentialAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCodeCredentialAsync.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "37d15a79-20fb-4e17-a966-cc07f9312268", + "client-request-id": "86fb198a-859a-4ca1-843c-b035553c2051", "return-client-request-id": "true", - "traceparent": "00-2f407d70f358ab4aa4a19d10e13feb19-5b04aa9f63285140-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-e15da8ebcecbf842a53cd7694f73f697-fab44a05f0b2f148-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "cca958fd939932d7ffe9eec619c7729a", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "37d15a79-20fb-4e17-a966-cc07f9312268", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "86fb198a-859a-4ca1-843c-b035553c2051", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:50 GMT", + "Date": "Fri, 07 May 2021 18:17:50 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBwAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:50 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Au0IWrY4hSBFr83r6masY8Q; expires=Sun, 06-Jun-2021 18:17:50 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrSIaUF6v3osLNsKO_V8pWD1edc9PGkNjcqfE78OmsvgLP2UZlXM623Jcmr6nnogmOkt3mzapApZiKyaRt3c7DeH3RBa8K3g91PFXPsEon4AaOCE2o7ft4qbgh7D_cDDc83q0GpXCu7r5abax6vpHVcg84JMZkMkoIFWLNTw4EbvMgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "f5ae7e9a-2a9c-44bb-a8fd-9e3d440c0900" + "x-ms-ests-server": "2.1.11654.16 - NCUS ProdSlices", + "x-ms-request-id": "2e1409e9-d962-4b0a-b32b-765b1d3e6e01" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,64 +93,67 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "37d15a79-20fb-4e17-a966-cc07f9312268", + "client-request-id": "86fb198a-859a-4ca1-843c-b035553c2051", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-2f407d70f358ab4aa4a19d10e13feb19-5b04aa9f63285140-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-e15da8ebcecbf842a53cd7694f73f697-fab44a05f0b2f148-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "fff1e74a8565cc295d2d64ddf097ebef", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "37d15a79-20fb-4e17-a966-cc07f9312268", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "86fb198a-859a-4ca1-843c-b035553c2051", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:50 GMT", + "Date": "Fri, 07 May 2021 18:17:51 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hCAAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:50 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AopjmfvLXBZCvJJAxsSzR6JlEICiAQAAAE57J9gOAAAA; expires=Sun, 06-Jun-2021 18:17:51 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,335.908,", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "7c7c2b74-5e46-4743-8ce2-22cfe8a30900" + "x-ms-clitelem": "1,0,0,494.8522,", + "x-ms-ests-server": "2.1.11654.25 - NCUS ProdSlices", + "x-ms-request-id": "bafbcd79-6af0-45e8-8ea6-bef388875200" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMTAsIm5iZiI6MTYxMjU1NTAxMCwiZXhwIjoxNjEyNTU4OTEwLCJhaW8iOiJBVFFBeS84VEFBQUFBcXVuQ3pnT1VvN2JoYVpwaDZYVFZkbEtlN0orS09Ob2swd2FDSm4wWkR4ZmwwYmZpa0F1L0k3bU1yUjlqYTY3IiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6ImRDdDhmRVplUTBlTTRpTFA2S01KQUEiLCJ2ZXIiOiIyLjAifQ.Sy1Cr7NufqLlDjWQNEys_wzQHiY8lB2nu2KbxwU3HrGUmAHmoX2OldH779JmwY2VUuUFIvXRBze0VMXBenMyG8DwC-HLYKP8ChjAMooXA2ct_NON20WUrCaHqOKGPX9sWrZ15isfJCtg3bnhdQRqigaUHGen8x-DUsfnQaAbuH1XqRac9aUUDz3OEZlrjFPRpVCKfi7t9tA5EFfAn72XLu5E2H23H0IBr0i58R_wXJ_ViZyJT6qVi-0E5uaWudvq9zMtm_uGkVPjt30OOx1u1UYYSEwnOjDdE_-bMV4nodEdNOckaomRw-Gkv8BQZY1RKCGyf4oRWgof9RQHqRR8Xw", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTExNzEsIm5iZiI6MTYyMDQxMTE3MSwiZXhwIjoxNjIwNDE1MDcxLCJhaW8iOiJBVFFBeS84VEFBQUFKa2ZUSUpYQ1N0dDJqUWcyNG0xdjl4VXJOc2ZXTTdhek1ieXNLUEI3WG1zZEdYbm5iRW1PZ3JON1VSajlsQ2NSIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6ImVjMzd1dkJxNkVXT3ByN3ppSWRTQUEiLCJ2ZXIiOiIyLjAifQ.iVjWFS_iAc2f6hDIrJ6R8XS3Uq-k3io44o9kCljfsRPLgdUyeBPJAhV0Wg060zYIJceRz9NnGo3ntxGyQJbuPMuOIV-TJtzU6dQuZDH6WXWuENx-2B5XBHNsicOkRTKMkr_5uMq_YnZGXvQqj5t9zEHdxYIw_p3pH5KIMqJ-FmSUOldFgvXwwE-sxwv0DyRXh2usDeR2sY_6alSrHD9SBGO_ewEuJwgJlVlXBdJ6CvMl5ykAPXY2l_z55yz63ntp_BTPTDt2tg-aXV1TqrI0F9em2gVlSHo5kSRKUFcUq3B7PN8UCYhVcP-bdkLwtlO_3RnoW8Soj4ZZIMPK3CPeXg", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "AZURE_IDENTITY_TEST_USERNAME": "identitytestuser@azuresdkplayground.onmicrosoft.com", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "299464987", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCodeCredential_ParallelCalls.json b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCodeCredential_ParallelCalls.json index 5bd50dfe6323..5908ebd6dfb5 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCodeCredential_ParallelCalls.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCodeCredential_ParallelCalls.json @@ -4,17 +4,15 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "584a0030-8c25-4e60-94a7-6bc5fd4c930c", + "client-request-id": "c8668f11-c045-4ce6-b369-a6da73685cae", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "b2693ea09c7280569e1273e99cbfbc1a", "x-ms-return-client-request-id": "true" }, @@ -23,21 +21,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "584a0030-8c25-4e60-94a7-6bc5fd4c930c", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "c8668f11-c045-4ce6-b369-a6da73685cae", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:49 GMT", + "Date": "Fri, 07 May 2021 18:17:48 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBQAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:49 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AmlFr3SCBN1KtA6gYErqpKM; expires=Sun, 06-Jun-2021 18:17:48 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrk8rMiqFRH8PfMUuYFg5X4xRO_7bqnARETMaYIpNd_hhjXFDGapGThrjVJR6cemQqqfdvL9Tjb1-XELrmu5SvqtYoKlFZ3Fs-2ZIF1iY6UAmOIJAEQn4gxcjXkdzDR8U5siBBjUaGmu2-jxrniWWNJUs--OTRNj09vMQQkF7zUBsgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "97051acb-936d-4ea2-96e8-ff9aeae98d00" + "x-ms-ests-server": "2.1.11654.16 - EUS ProdSlices", + "x-ms-request-id": "b7b93d30-19b2-4ace-a319-d31c9797c101" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -90,56 +92,57 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "584a0030-8c25-4e60-94a7-6bc5fd4c930c", + "client-request-id": "c8668f11-c045-4ce6-b369-a6da73685cae", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "44ae79031595e5f20e98a1653fcdf0c2", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "584a0030-8c25-4e60-94a7-6bc5fd4c930c", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "c8668f11-c045-4ce6-b369-a6da73685cae", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:49 GMT", + "Date": "Fri, 07 May 2021 18:17:49 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBgAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:49 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AjYRJuY80zJDrQjfu4SLczllEICiAQAAAEx7J9gOAAAA; expires=Sun, 06-Jun-2021 18:17:49 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,323.2226,", - "x-ms-ests-server": "2.1.11459.15 - EUS ProdSlices", - "x-ms-request-id": "0b206528-f2b2-4e8b-bd86-c96ab4b90700" + "x-ms-clitelem": "1,0,0,504.3854,", + "x-ms-ests-server": "2.1.11654.25 - WUS2 ProdSlices", + "x-ms-request-id": "b27def43-1d34-4e53-bfe4-9cfedb0a9300" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMDksIm5iZiI6MTYxMjU1NTAwOSwiZXhwIjoxNjEyNTU4OTA5LCJhaW8iOiJBVFFBeS84VEFBQUFxZW1ROVRnakZoa2RwYitYZnI3VlpaOW10Y3ArSGZjakY0VCtGdU9LVlFuL1g0VWNHRENKVlRJQ095Z2pGNGFpIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IktHVWdDN0x5aTA2OWhzbHF0TGtIQUEiLCJ2ZXIiOiIyLjAifQ.JOt59r8iefNoJW8UOE9v5fCAq-t3loFcXDqqNhwY03efqkQRD0BNWuZyWt_J4N92UsvVRtlN1uZlB1kxjk5SRpCaWXtiOh_SggeEbzzTt1tUjnQbmKoPF-pswR23EH0YSp5O8lbnlAiSm8lJ5qY0oHo0prFWqad29W-PCGJjsdLcMIDk4JW6m7h5e6N8-WDv5k-60B-le571uebVcHGpVMEa-n2gFOJvoR6yS-Q2Ivxlc3ZOeLXUxp-WeBc4XGz44QPDNb2BT_V5Th9d1NIFScdtbwGlF1jCqZfEdCr_hUEFSaEohJ8YRhAypDlPrdhX39Mff45cb7Hi6D78brZN8A", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTExNjksIm5iZiI6MTYyMDQxMTE2OSwiZXhwIjoxNjIwNDE1MDY5LCJhaW8iOiJBVFFBeS84VEFBQUE2ZnRwUWJsSC92eGQxeWpjKytZZVhsekZueTBEdndiV0ZoOWZ6Tlloc0tXRjdLd3R0bFlUNVZDNGRxcVdqTkpBIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IlEtOTlzalFkVTA2XzVKei0yd3FUQUEiLCJ2ZXIiOiIyLjAifQ.TUNPhvj8PHa1bQks2Z7dhkYArTVPKq7TFF1BP3KxLUmCkHpTbRaaQH3GC3YPLZtcWmihrUChuotFkds0Spzj38cSdsckbM0YnqyhV4Qg9DYceQEieD5-6xUkh_1jJlP8u-OZGIy4rMKmfvioYYxh3Wj7jqMTmd8wraODfAIUuFFChkVy1ww1a9MbRFHWW4TLHcZJn9gQwcGu3QouhQ3IwFOpgJ0nXxrWsIE5wuaZKUCc_2LFyrV0oxxyhVkEZqlCv4WSp7Zio1mLV_50wiMbjJxStFjT5B7UHIYIPLEmySmYWNrevMVaACbiZjsacVHZxNR3vfxB69YHo_pZXZS08g", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } }, @@ -147,56 +150,57 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "1138474c-3d20-44e4-9eca-f19cc96378a4", + "client-request-id": "c173ee1e-305f-4e21-8bb3-7e2cf3ef75d0", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", - "x-ms-client-request-id": "c5a437cb2ff6fca05a871171ed727d1f", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", + "x-ms-client-request-id": "17b26dd866932eacfe0c08c676085dae", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "1138474c-3d20-44e4-9eca-f19cc96378a4", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "c173ee1e-305f-4e21-8bb3-7e2cf3ef75d0", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:49 GMT", + "Date": "Fri, 07 May 2021 18:17:49 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBwAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:50 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Aq9OP8hPKWVHgFLnEGxUv3FlEICiAQAAAEx7J9gOAAAA; expires=Sun, 06-Jun-2021 18:17:49 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,725.4641,", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "9a0496ca-801c-49b0-a98b-3b403db20900" + "x-ms-clitelem": "1,0,0,831.778,", + "x-ms-ests-server": "2.1.11654.25 - SCUS ProdSlices", + "x-ms-request-id": "f49910fc-a517-43ac-b28d-ecbe3b554f00" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMTAsIm5iZiI6MTYxMjU1NTAxMCwiZXhwIjoxNjEyNTU4OTEwLCJhaW8iOiJBVFFBeS84VEFBQUFadHZPOUVCZ1c1VU00cytZVjgwcy9sdUxtNW9nRXdrRWZZeFIrUGhhS0JWeHZzWGJ1K2hVcGF3czRXWGs4VGlOIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6InlwWUVtaHlBc0VtcGl6dEFQYklKQUEiLCJ2ZXIiOiIyLjAifQ.H1pIuLoJ9HU2son4-mB6eidIai14Biw5guTPdmapNN95amRKGiEacJZVL3B7uRuvnpyI-oN1p9HYE251x1NxHsR7FzCPcHM0U7desnJEkxYgjdxxUdUlzhlOWuDeQvXHveoE005bWFE6N6NPBxCROw8T4x7wEuqn7TpX5soVdG72pN7P2vsL5ALB-F-fKn5mMhv1msxrDOPTHOfVxGvHrWlHLCH79Zi_x5jag3Xx-FqKf4zEVIJMvzRdu76wX2YfnfzGPA2yDX6BeFlzH84YcAjxxSSgOIXzYMa6_ARttzLJ15DtbopOY3ogQL8npUiWthLuzMlkPoIOaro-UL-Q6A", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTExNjksIm5iZiI6MTYyMDQxMTE2OSwiZXhwIjoxNjIwNDE1MDY5LCJhaW8iOiJBVFFBeS84VEFBQUFqMzdFMXVjWjhPUm1MOERmKzB1M1lUcUlpZTNRaFlibEQzRzNxWEl0UzZzRUhrcXcrdmMvUFJDcFlWLzNqNUVmIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6Il9CQ1o5QmVsckVPeWpleS1PMVZQQUEiLCJ2ZXIiOiIyLjAifQ.MGplL6omQ2ayU3RZ7HKZv7Z0wUcjmaKn6pm_-28HdiX_Ak7dJv2f7r40b0a8TiDZp5mpkoFjpkzOS7IsAd5K5Wjs8Hs5GmILSGUOHlcXkc276GLCGducMKqmsJcYbxQz-qEBqNMv2YtK8TLfIlz1JGk4wPwlanbICpr2lPqcZuVaggPd6dz1wTOiaQ35z3AYxippX_wI8xwuIJxid5MLfxacyDDKLAPY_2tEhx_5JFnZx0fkpf26ffS340Cttggkfgd3-KK70TiskEM6Ltheq7nOKRTIikoQUTTjavGRravWe2odVWo5INuxlnoAIfTiStVKTMyHGfqinKF3w-DbTA", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } }, @@ -204,56 +208,57 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "462551e1-826c-4a4d-aa70-800e68531079", + "client-request-id": "131d2e6b-7b42-41aa-ac5e-ef6931dad39f", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", - "x-ms-client-request-id": "de24e1a233f18afb4c84a3dafaf041d0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", + "x-ms-client-request-id": "24f9aba92d33e7e01093e48973ba22e2", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "462551e1-826c-4a4d-aa70-800e68531079", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "131d2e6b-7b42-41aa-ac5e-ef6931dad39f", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:49 GMT", + "Date": "Fri, 07 May 2021 18:17:48 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBwAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:50 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Atslht78paVLmRPBGssKtbNlEICiAQAAAE17J9gOAAAA; expires=Sun, 06-Jun-2021 18:17:49 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,740.7693,", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "b3b26155-6915-4399-ae75-0a156da00900" + "x-ms-clitelem": "1,0,0,1112.6892,", + "x-ms-ests-server": "2.1.11654.25 - SCUS ProdSlices", + "x-ms-request-id": "bb33d9b5-75c8-4be7-858b-38f3f9f65300" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMTAsIm5iZiI6MTYxMjU1NTAxMCwiZXhwIjoxNjEyNTU4OTEwLCJhaW8iOiJBVFFBeS84VEFBQUEvYWpUMDFTRlJoSll0OHY0ZGJFZm5TVzVhKzk2T3NjVnQ0RVA5Y2hzR243Ti9PdjJhMmYvWmZrVnBEc2R3MnJrIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IlZXR3lzeFZwbVVPdWRRb1ZiYUFKQUEiLCJ2ZXIiOiIyLjAifQ.iCbSwBGe4SAneNxsekAkkv2v6VUAkZMN_bphtPpx7vpotkcw8nq6dBM45yKNRbDuS7WwzJFTLU_xFpeb_laeFNzdklLqycdYJ1dyJ-25Tw4lg5x7uE_TEXj2kJk95ACt0EG5ObAZcV6KCjwGQ8WZhkzgEftI69136Op0nV6q6p3zui9FOx-E7cZybP2AbJm77hj4ApKYmxaXe9aHl8zAmyyNNJfDe-fnsdVpBlh-uPql2Q1mctRsjM5aCj3cUiWMzvGiNnbFGmELJSW-z--vrKv4V2t9uxOEtVAZok47Tf07-6Tgv9yrj2BUuuvtiE3V1ev2GGs8um2PoTNwozGLJg", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTExNjksIm5iZiI6MTYyMDQxMTE2OSwiZXhwIjoxNjIwNDE1MDY5LCJhaW8iOiJBVFFBeS84VEFBQUFRejVwOEoxeFBPc0hXTFZSakZlNVgrTEJjcTdpcU9qVXVvUWRHdHpPT1NOaTVqb21iU0pFTVNLWWwwOXQrb1h5IiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6InRka3p1OGgxNTB1Rml6anotZlpUQUEiLCJ2ZXIiOiIyLjAifQ.keMx_-yeQOQYUc1RnmbFr2zgMVgacLmXCDmdKYth3E34qhrmK6BQjqEiTZMdRqEOuCubl4baNJ1Poifz9wgh8DEzG2sotseVAIuRRD3bQkf9curoj9lz1BkGgs6oTgyZ1K6WodvWTJrghkVQjQTN4lIg7f7VM2TSRyJw0Isuf_2fChHvo6ESy8mGcfngsvoph_RG7yo6EKPhTh1ohA5GTbUHzK6U7kxMROscu3MYchSPyX6XNI4iUTx3qB_MjL5vSmjym-VJK34rcS4YoomWJr0cGEHkOlqXeH2_CaiIuASZS7ti2zamX7WEgi02X7M7eewg4T6Em0AuFWbQWI5gdw", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } }, @@ -261,56 +266,57 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "2ce7f750-cac9-479b-93d7-6234258dc389", + "client-request-id": "0baac728-e8b1-41b1-b76f-a124959bec6b", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", - "x-ms-client-request-id": "d6be384ca9870b0e53c60321005fb600", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", + "x-ms-client-request-id": "b52417aca7b46c989093b366e0051080", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "2ce7f750-cac9-479b-93d7-6234258dc389", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "0baac728-e8b1-41b1-b76f-a124959bec6b", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:49 GMT", + "Date": "Fri, 07 May 2021 18:17:49 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBwAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:50 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AuD-p50CgA5LnXz6QjP78QdlEICiAQAAAE17J9gOAAAA; expires=Sun, 06-Jun-2021 18:17:49 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,739.6689,", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "5d93c35b-aacc-4472-b8be-adace1da0900" + "x-ms-clitelem": "1,0,0,1159.7954,", + "x-ms-ests-server": "2.1.11654.25 - WUS2 ProdSlices", + "x-ms-request-id": "cb7cd13f-c788-49ef-91f6-10cd6d1a9900" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMTAsIm5iZiI6MTYxMjU1NTAxMCwiZXhwIjoxNjEyNTU4OTEwLCJhaW8iOiJBVFFBeS84VEFBQUFEWWxYUDFBY2ZLRlYwRS93U3BTTVB2bEtnT1duazU5ZlpabDhPeHJ5YzRXZUovbVdKWHJqd2g0c25uaWVYT0xoIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6Ilc4T1RYY3lxY2tTNHZxMnM0ZG9KQUEiLCJ2ZXIiOiIyLjAifQ.Ogyc84VPrW1OCZy83BQm1Q_bSAQZr2QmRQUE6hGOoXD5xh9C49KIMBjXpc_5jFeePpTDFbuKShvzCgYISQVqzRLxLCDMZmajteA1PA84QIHzT2lBNnpAb8xX7MjX47t1llYXm35flWyIy95rNV_XNAyHATchZBEu9sfji3HUifx4brl4Dj0tbU8ZLO5ePPzy1tp5PaMsaaM7U3ZmGr8FmMdAf5A7oyqXUFTrwSp5C1v2_1Xh4A47_xuYo8XxlT48gu1oI64ntFQKYJl5DdMW5qX1y01gx6HK26M6zeXJosdaEqUBOp4FdJ5tlSOYL88ZnipQUAO1r4NGxvMv_QgecA", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTExNjksIm5iZiI6MTYyMDQxMTE2OSwiZXhwIjoxNjIwNDE1MDY5LCJhaW8iOiJBVFFBeS84VEFBQUFLVkdIdmF5cUMzdzNTT21yMCtqTUd5WFFoSjErY0c2V2xoZnQzazNLWGZZTDNWemp6KzRtSm1lQWM4YzZqazFLIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IlA5Rjh5NGpINzBtUjloRE5iUnFaQUEiLCJ2ZXIiOiIyLjAifQ.ZCYJSHgtSLibUh-BpzNxsehLVL2_0hdeRC9qtl47P4OlT-D4ae98PE98asGrzSENwK5QT-7rmXHL4_Vq20GM2N0fS1NseOxip3ZLYAxwiVrPuE7S6tV6l0fqRmb9tY4Y2xCsL2BwL8L9ywLMmep17qz-rFy00Qqt4z5TVhGxkFEKOwQ_GxehjTd7JIszER7Rg66rvN3D9phwVb-dwtcyWdHVwkRw0e52PlBps38CCsV3pLk9dVaO_Yp_SfwPPl6wR3u7Lqpos2wkC0X7S4KgzIUutI6L23koQFILvcqep2SxdDmpCE8obKGD_meNiEFieWp-xZE1nzH9lfshjHKeuQ", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } }, @@ -318,56 +324,57 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "1b714351-cdc5-4b87-a696-9230b9dc6f60", + "client-request-id": "8922db38-8347-4e5d-aa0e-314ca3fb150a", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", - "x-ms-client-request-id": "2e11b122a50d9d86cd8046890d2c6e05", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", + "x-ms-client-request-id": "5dc3f33a11a9a4d07227cb0fc2d2330d", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "1b714351-cdc5-4b87-a696-9230b9dc6f60", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "8922db38-8347-4e5d-aa0e-314ca3fb150a", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:49 GMT", + "Date": "Fri, 07 May 2021 18:17:49 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBwAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:50 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Ar-6ovXgowFGk-hhJ8r9NKtlEICiAQAAAE17J9gOAAAA; expires=Sun, 06-Jun-2021 18:17:49 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,749.6612,", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "5d93c35b-aacc-4472-b8be-adace3da0900" + "x-ms-clitelem": "1,0,0,1162.1239,", + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "5befa984-a727-4939-aa1f-fa9479424c00" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMTAsIm5iZiI6MTYxMjU1NTAxMCwiZXhwIjoxNjEyNTU4OTEwLCJhaW8iOiJBVFFBeS84VEFBQUFRejVwOEoxeFBPc0hXTFZSakZlNVgxcnE4bi9wVHVZYlhmQjhzNURwSFZ1NU1wL1dQNmNLZGM5VjMvNkpYVmVsIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6Ilc4T1RYY3lxY2tTNHZxMnM0OW9KQUEiLCJ2ZXIiOiIyLjAifQ.J-Ox4lIutOl_fs4rKPBhqNu6xC-UstxKc2PjEdwk9jYCevzRFgdDUz5XNPArxYj2MmfDVMYiF0IXCpHRQQnjUKA-KocYv5hZH6qa7m8PWpjLzAe0UcJlLQMLJkzeRAoiTHzYBYJ6JzIF9LAux41L5s695OuvEWGH9kgfjvbUiXOcOl9VtimJ6fbdpnZSH5X0ObfT-2hAWo_kIv3J4qF1QrRZl8Ih-aAO-Q3gWBTMiKL7dKaz5oorhNvi8PzxKbiY8vIxqb-k32Z0l8NXbmeMoD2d3jQdn-VNPMSsKqjkZLQJ_INRGZt01E597E86knwU5imxurxBUJbl2IBGAkXISg", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTExNjksIm5iZiI6MTYyMDQxMTE2OSwiZXhwIjoxNjIwNDE1MDY5LCJhaW8iOiJBVFFBeS84VEFBQUFDY1NKYUpSUVF4cnRlaWtLSTRKQlUyWWJvL1ExZHdXb2x0Z0phMENkRk1MTUJKcnA4cnA1cURndW5LT1R5ZEJEIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6ImhLbnZXeWVuT1VtcUhfcVVlVUpNQUEiLCJ2ZXIiOiIyLjAifQ.g1zm4L5GSnu5EOeqGa9Y8mwCfMkJ8f2d1CaAUhXmAgz9Zh_XSor20A_J6k7078BDLn3nC2BZMz-UGh9IajLYvngJMpgssAsu9m7DSe3aXKo6qtggyTkYE55DzgRlRkQjHYvOyfpD4PrZ09EIpqA-aeIk4FOo72X3XfQlMuOHAjbydMPcP6EhP1w4GSwLAFvPhdR4J5qs5np77JKS7Z9Q3f9Vyptvqj_5nkIJ2jC0hNFz_yWl3WqwjkQhQWs9_V6XQkiKDLP1NZ9ceK8sGG9RmxlIhzu9EoTWZ6bn9ob1lggkJIu__4bVYv2c4owTwyAqD6bJyHMecYSy43pGc6kOnA", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } }, @@ -375,56 +382,57 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "19a65c86-3164-4ca2-8922-2d68bb2bed4a", + "client-request-id": "3082a2e5-5fa2-483e-bd50-8b625226c703", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", - "x-ms-client-request-id": "069f9e15e32d1027e06dbce6da77dafa", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", + "x-ms-client-request-id": "de24e1a233f18afb4c84a3dafaf041d0", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "19a65c86-3164-4ca2-8922-2d68bb2bed4a", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "3082a2e5-5fa2-483e-bd50-8b625226c703", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:49 GMT", + "Date": "Fri, 07 May 2021 18:17:49 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBwAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:50 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Ao8Fmceb7otAoY1C8pWUfJJlEICiAQAAAE17J9gOAAAA; expires=Sun, 06-Jun-2021 18:17:49 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,738.1742,", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "12cb777c-8459-401d-a9d4-085770a00900" + "x-ms-clitelem": "1,0,0,1176.9638,", + "x-ms-ests-server": "2.1.11654.25 - WUS2 ProdSlices", + "x-ms-request-id": "589ad72b-8ab3-4ecf-914e-4eca01149900" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMTAsIm5iZiI6MTYxMjU1NTAxMCwiZXhwIjoxNjEyNTU4OTEwLCJhaW8iOiJBVFFBeS84VEFBQUFDY1NKYUpSUVF4cnRlaWtLSTRKQlU2ZE9SS3NXMXplVDFqQ1lNR1NSeFBGZFZyVXgwQUx6QXFobDNIL2tIRzczIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6ImZIZkxFbG1FSFVDcDFBaFhjS0FKQUEiLCJ2ZXIiOiIyLjAifQ.XZG0lD7QbTUhZK0ftR8AYnE6F_sTQMcRAuyQH_3BkZ1rc1VCzuWz6VDwnpwIaXZqyxxMDSuSpn9Oq2qkO3Ovd26aFxZNEMByN7LsV_6CmnhPwJ7nBypjlaWWD9VXp-9htQllt-lketlASur-H8FFyTlOdI6H08DUyJfUv0YUUhNNycsusnCWEGG1nCikkELQ9jKqbW7svqcDWi5MEbXA9qvy19KnV82RrTXTl2MeA-fw3hMNObyf8wNAUQ8plSiVwb4_ZzN0GtVVaFskLnaPDmFUI2fRbqIPQgxgke1DG8I1vjep8t8RN42JGsAbJwMiaI7Vzi730OOCCbxdMzmdxg", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTExNjksIm5iZiI6MTYyMDQxMTE2OSwiZXhwIjoxNjIwNDE1MDY5LCJhaW8iOiJBVFFBeS84VEFBQUE3QXdDeklOUGQ0enJ2b1p3UjN4YnBUdnZ2cTVKOW9TMFpmZVoveVpSZVgxUmZ4dzVMb1FYRlpYMTJ4L0d3WVVEIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6Iks5ZWFXTE9LejA2UlRrN0tBUlNaQUEiLCJ2ZXIiOiIyLjAifQ.k2eyrtJ4pH5ps1RCGcmVfPspspVGJOa39AJpQc0wj7KDnGBiRGIRgmE2HGVZSsJTxYj5ViSaL-lwAqCcReAklth1B3WRlvVaPN_7j6xGXPPdduoUSxYSMqd4vIrN5o7hF0h80jr3ka1YZBKcKP49sJ15oeH1AhyVDn_bt4_x0B8kdfdz9iOXJsj8H4DYslbz0a3kXGIB6pHDBZSyo0_9jX4vR2qyyhKujADBSEJL38qH0MawOdB2KxzMSgy88KlcraIfj6OBMZJxhTizOmI5GNGpEeoRksmyvQuGk5ZTg8KbOthuT6BX4EIxd2m3D0dgEmvnXAlfVL-zyWthkRalDg", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } }, @@ -432,56 +440,57 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "ef7fbfff-db42-4efd-8f1a-b225680176be", + "client-request-id": "375908d5-cbc6-49c7-8152-bd72d41026b9", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", - "x-ms-client-request-id": "17b26dd866932eacfe0c08c676085dae", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", + "x-ms-client-request-id": "2e11b122a50d9d86cd8046890d2c6e05", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "ef7fbfff-db42-4efd-8f1a-b225680176be", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "375908d5-cbc6-49c7-8152-bd72d41026b9", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:49 GMT", + "Date": "Fri, 07 May 2021 18:17:49 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBwAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:50 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Aud84B35g8dNn3x97u1FIUVlEICiAQAAAE17J9gOAAAA; expires=Sun, 06-Jun-2021 18:17:49 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,760.8305,", - "x-ms-ests-server": "2.1.11459.15 - EUS ProdSlices", - "x-ms-request-id": "529723eb-3b20-4eaf-b68b-a88bf4ad0700" + "x-ms-clitelem": "1,0,0,1187.5699,", + "x-ms-ests-server": "2.1.11654.25 - WUS2 ProdSlices", + "x-ms-request-id": "e7503556-cd91-4f84-a1e5-8dd501328e00" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMTAsIm5iZiI6MTYxMjU1NTAxMCwiZXhwIjoxNjEyNTU4OTEwLCJhaW8iOiJBVFFBeS84VEFBQUFVTm5ubnFZZW50VHFCUy91Z3M3bXVkd2ZkMTNxMWJoeDVmTm1rUE14b1VSelEyZGgyb2ZLVndEeW5XbWN2NDJYIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IjZ5T1hVaUE3cjA2Mmk2aUw5SzBIQUEiLCJ2ZXIiOiIyLjAifQ.DxcRxAoO8leu9_oTES_AmK3gPyq3TuzzSmIqGIvFTv06U9Hk7zf4yI9WxVbFJ9OyXppRzUV24YE4-SD40VFVOhAToBh2A1GwMhP45KRaB3YRK8arggm8zOYh5M6gb6pHvpVINdgQ8Mn-XG_XF-RpdCMwvc3VE9n0cnZcfGDHccj4dHU7h5_eah9yVpdRN7GJ7pHtv1YMrx7lz4BE8B0PHwMnpVatNa0rsbkSfHgQUemiMfmK1d4-O8G48Yq612mpBdwV46jm5C_9q6-BPLwYHSwCt3Z-InszlJWgTdZAXs1wqnbfcMIs3SuACwoC6u2cI9DQaybpmeHVAvqfG0Ic4g", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTExNjksIm5iZiI6MTYyMDQxMTE2OSwiZXhwIjoxNjIwNDE1MDY5LCJhaW8iOiJBVFFBeS84VEFBQUFFSTNDMlAxYmhNL0xWRWJhZGM4TEpNNTlzRUlUcC8rUEVjZ3JOSWdYcEdId2JvaWY0YUNBdThZd2NMNU4waG1nIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IlZqVlE1NUhOaEUtaDVZM1ZBVEtPQUEiLCJ2ZXIiOiIyLjAifQ.LeWgFLu3m7oMsHohlVGmTiO_6Jqb-LorJdlR37ml8aJu_21avlnsiewP0EK4ru_yuMD1rn6O44zudHM5HpMhMbPgk2F9jzCtG7GkVCF_5TUHUpwbIYjXDYB2lfGGQRjCFXA8jdZQB8YrF_R5nTCQH8O9PAul1PCzhiG12a2tx6kDOFxij6mNmUWEGo46GDI1Ob7UBRxl12RnXmWwgivWJzY9XYjnyOipTEtKyRKK3NTfjTEAvaRHaq5WPd9DgZXQyDhImJnFZy7X30A6zl1CFtDmUM8WVudx__1znUFNm-0z0nYqCSGeJyJrV8vhLYCNnr26tytSOq-enM6rjG6p8A", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } }, @@ -489,56 +498,57 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "e6d584b1-1d26-4f19-a06c-566f3a9ad777", + "client-request-id": "d0ad3748-df98-49d1-9f69-a3388c888096", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", - "x-ms-client-request-id": "24f9aba92d33e7e01093e48973ba22e2", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", + "x-ms-client-request-id": "069f9e15e32d1027e06dbce6da77dafa", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "e6d584b1-1d26-4f19-a06c-566f3a9ad777", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "d0ad3748-df98-49d1-9f69-a3388c888096", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:49 GMT", + "Date": "Fri, 07 May 2021 18:17:49 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBwAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:50 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AikptpwY-QtJrYl9RdFT16JlEICiAQAAAEx7J9gOAAAA; expires=Sun, 06-Jun-2021 18:17:49 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,747.1178,", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "c4fdba45-4a2e-4c26-9670-079661a30800" + "x-ms-clitelem": "1,0,0,1158.4263,", + "x-ms-ests-server": "2.1.11654.25 - NCUS ProdSlices", + "x-ms-request-id": "8108543e-0e17-4fcc-84e7-d36dd58d5300" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMTAsIm5iZiI6MTYxMjU1NTAxMCwiZXhwIjoxNjEyNTU4OTEwLCJhaW8iOiJBVFFBeS84VEFBQUFzekIzZjRZYkI2bG5iWjBFL3Rwb1VlSDA4MXg2bzg4dU1nbXVzYWErZzByTUs4djF4RVcwcitFMlBBMVpoYmJFIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IlJicjl4QzVLSmt5V2NBZVdZYU1JQUEiLCJ2ZXIiOiIyLjAifQ.HSJgwNKL492NK2sqljY0e7LXBiyJ6YQptqITr1hz7SgOTOxJLRryhcqUmpmnq3XqiwjkV3Op4w_92nz17c_3BOwWqN1oMimm3wIJ150UylvOtyFnxMeyvhjeLIZbchmJLILsslsagllQSVs7jm8EbhthXm6le-cVmiCVcuUIdpIGzoQzmoYfPBbYZcCdL_kIvK39Lyu0YNV_Q4D5plnx9-PY5ixChASm71OinUhVyeoN5LkNzxI5ZqN3gbjcAVhJ7e8U5GKwilQ3a5m-8tcNFM-hgTxbrEVV64UstvG3gCquKVboySo6d4rz0KDJHoA-1DOFj9IJ6iw3A48GGzJebA", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTExNjksIm5iZiI6MTYyMDQxMTE2OSwiZXhwIjoxNjIwNDE1MDY5LCJhaW8iOiJBVFFBeS84VEFBQUFmWkRCTlNkdFl3enc1YitJcTFLR3NHbTg4RURqOTFsZkxzVDFiQW1ESk1lR2JYRDlHWjVzdnI4TzlGZWJFUW5hIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IlBsUUlnUmNPekUtRTU5TnQxWTFUQUEiLCJ2ZXIiOiIyLjAifQ.k5leSZ01dtyya0MH_ONNt5GPvffVfjp3WiYXkLb5kgfoccjhMG8PQ4Ww2JSf5AmwW3alvkotlqW1KlcxPkdugX7p0RLV-cuI5LzdK0OTo3VLBCYeY0X_8kT6bZiGTGUE_ALJmIL8D5QlwzdtSV3DKRTiVbvyE_kEm_bG-WlPT22gmrEwhR9D5sKvulWjIB1RTYRRfgwbFx-WYGvhBbaiNMz4NcDmpIIk5Sme4CCwYnSiERkLgt4zyprJhMmpu9fTsN0u0OLggn26IIwzv4GL-HCLRsOJeEkrx5p3ngZS9D8oj9EIhW585ktR0byEqWt9ca9JCMdYzsjs6NUx-qPrMg", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } }, @@ -546,56 +556,57 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "c7ca47bf-ff55-47a9-906d-d4bcde4d5137", + "client-request-id": "ffeaf65a-4ac0-4a72-b2f4-da71b35a4ca3", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", - "x-ms-client-request-id": "b52417aca7b46c989093b366e0051080", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", + "x-ms-client-request-id": "c5a437cb2ff6fca05a871171ed727d1f", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "c7ca47bf-ff55-47a9-906d-d4bcde4d5137", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "ffeaf65a-4ac0-4a72-b2f4-da71b35a4ca3", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:49 GMT", + "Date": "Fri, 07 May 2021 18:17:49 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBwAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:50 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AgD1WGA5CYpLnAKRttcPLpplEICiAQAAAE17J9gOAAAA; expires=Sun, 06-Jun-2021 18:17:49 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,729.0914,", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "72e0be77-d203-4031-8c3c-3f8c9c640a00" + "x-ms-clitelem": "1,0,0,1151.7288,", + "x-ms-ests-server": "2.1.11654.25 - NCUS ProdSlices", + "x-ms-request-id": "8606c34e-928c-41ae-b7f6-3cec2e053100" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMTAsIm5iZiI6MTYxMjU1NTAxMCwiZXhwIjoxNjEyNTU4OTEwLCJhaW8iOiJBVFFBeS84VEFBQUFVQk9vNjZ4Zm1oWGQ1elA0cWdxMytVOUJXNVJmcUFJRWFtYTl6RG5aR3hNMGVFRndWQkowMC9ydGl1cHYrOGxoIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6ImQ3N2djZ1BTTVVDTVBELU1uR1FLQUEiLCJ2ZXIiOiIyLjAifQ.NNc8QllTVCh49VH3iM1O2nGMfJfKybOM4smTIoLDzvLZh70BexuzEU9T275RMPce_CbkJ8Tbr94UdJFpqqskLvpU-Kl6MpaOytDvr6g6-wTCAEInigL6aqssrRj3_Eb7O9Hk3Q2e7kvASPPbY9P5khvhe517IhB9rppILgZvoj61S93ARsQBzGTUw7Hpak7AdLzzV3keR2sP5S4_mvQWmn8NuqiWAqYqD9AMuF4ni7mbSYQ7fc5bL6rIbyff-SxluveTaG0S4xsGwdQTK69pfCle50BuP5PEX0DqXEaEDGGEXRKKSphfZGeomgunH3k-KGb91R9GJ5EVRthEud05hg", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTExNjksIm5iZiI6MTYyMDQxMTE2OSwiZXhwIjoxNjIwNDE1MDY5LCJhaW8iOiJBVFFBeS84VEFBQUF4azgwalo2dXlYbW1pSjFKSXU3NHk3aTFtaDVnZFhseGZlWVJYRjlQeGlOV3F0MXZTNms1VTBucCtoN1VMM2YyIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IlRzTUdob3lTcmtHMzlqenNMZ1V4QUEiLCJ2ZXIiOiIyLjAifQ.kNifPqK8k1yXPuotYiuKXyOTzLp50galbhFpXVm6O-VmOHTbIgZ3YyenpWn4Xmi_OHVYlizw7p-l0pfsIHoGho40gNRUYrnkWb7bhGIO4pM45wJ2Quhy1M7x38FMudQtzSmrIc3WQdGxROKf74rWPH5xr_XFUZgwwvvDpvcT6kS-si5HSGOFhfPtsDiu7m9TRf1FGvhH7QcivVS577BwQDZFUX11nfzPA8mwdxGIhvQLHHbaRm21IuSeedQLWdu6BOa7PdEif9ml6e4z511X-XAqgHe4H6233qpWEInhgAzWO9VW5Fxkz2VSoBwr8gF48arcuBW3qjjmEWblLkfNhg", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } }, @@ -603,63 +614,66 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "557d788c-bc51-4b73-b9ec-f1507809e9f1", + "client-request-id": "f7cbde3e-e81b-4321-95f3-d852aeffcae1", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", - "x-ms-client-request-id": "5dc3f33a11a9a4d07227cb0fc2d2330d", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", + "x-ms-client-request-id": "d6be384ca9870b0e53c60321005fb600", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "557d788c-bc51-4b73-b9ec-f1507809e9f1", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "f7cbde3e-e81b-4321-95f3-d852aeffcae1", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:50 GMT", + "Date": "Fri, 07 May 2021 18:17:49 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hBwAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:50 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=ApFZbdjrTERLo7q8EesEBFFlEICiAQAAAE17J9gOAAAA; expires=Sun, 06-Jun-2021 18:17:49 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,756.1024,", - "x-ms-ests-server": "2.1.11459.15 - EUS ProdSlices", - "x-ms-request-id": "ac5fc22c-8b5a-42cf-847b-c1fba8e20600" + "x-ms-clitelem": "1,0,0,1176.8808,", + "x-ms-ests-server": "2.1.11654.25 - NCUS ProdSlices", + "x-ms-request-id": "bafbcd79-6af0-45e8-8ea6-bef30d875200" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMTAsIm5iZiI6MTYxMjU1NTAxMCwiZXhwIjoxNjEyNTU4OTEwLCJhaW8iOiJBVFFBeS84VEFBQUFLKy9CRGs3SCtMZ2FPNC9GMGRlVEVSUkVOTWFCQTJ4WjlsVWxFQnNkZU9RS25hcmFHVnQ1dm5ranRSdjcrN2ozIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IkxNSmZyRnFMejBLRWU4SDdxT0lHQUEiLCJ2ZXIiOiIyLjAifQ.kBGIzQx_w1f0XEnxOUC8k5Vrt3lkDUbCvDhWpSBLuppJqUOsXklLUwztAGmLfqhr3I_nI1lgHmf7vG1KCIH_N0jBhHt0trriCbf0vRa_Xk3WbV6iwnFZeuM4JZsaMMwvpWrFnHUNmTKau7qravIHF0_SkAQjlJMVZn2nj5NkcfM4PohSUxVDg164Fhrkkfh2EolQaQ2Uiy1WxN3PNMQpeziU-kC4gra40azhivpN7l0Hx1xUOlOW-EpCl2VcsFtp6aNm9xeDreDJBjHKuCa00W-W6UK1Okb24Of1V8IBBzEoSFs6Gc-KNorbODE3K4eUw8ggbmqJCPlUoR8UcmifHw", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTExNjksIm5iZiI6MTYyMDQxMTE2OSwiZXhwIjoxNjIwNDE1MDY5LCJhaW8iOiJBVFFBeS84VEFBQUFwaTFXREc3SGpYVTVveENrVmxuVUxzdUNtRGovV1g3TmhqcHpJYjFlN0VidEFQQVJISCs2QWo5d205SUl6ZmVOIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6ImVjMzd1dkJxNkVXT3ByN3pEWWRTQUEiLCJ2ZXIiOiIyLjAifQ.QUOHlX4FHUsXfa77jydq2uIo3Ekeod4lWghjuepcCIlIR5aIdBXShkG6SwymTU1nI43QuwvqxuPu_1ntvqOFWYoOfIXWThmYftucquenHTXJuySkoWIc3PH8KlSZsYmhhoiKxH5EDtp67OO8SeTaiAG0Z9wt7qnPgzN2yDyjV0NFC1xIpSBaSRNM997s_BbSYS7iJAOsBaVma1awwkkwKZrpDjs2LIn5j6C7CmoicDAcwTXZNFJ72bXRn6OzyX8ZGukDiv59bhd_WOTEqWsnY_HF1lPVnkWJNHdgL52iWTpJn_6ej98TICb4G7Q2E2kFYq6YeNJ3zkwsVwizOf82Hw", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "AZURE_IDENTITY_TEST_USERNAME": "identitytestuser@azuresdkplayground.onmicrosoft.com", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "1388686431", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCodeCredential_ParallelCallsAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCodeCredential_ParallelCallsAsync.json index 9189031add5f..f4a7b1596c27 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCodeCredential_ParallelCallsAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCodeCredential_ParallelCallsAsync.json @@ -4,17 +4,15 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "ae6eef5d-17cf-4b1e-a15b-27d4499f2c6e", + "client-request-id": "53dd81a2-4346-41ea-adec-87cc945cbd44", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "bb7db8f4b111825aa560327fb71b0fc3", "x-ms-return-client-request-id": "true" }, @@ -23,21 +21,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "ae6eef5d-17cf-4b1e-a15b-27d4499f2c6e", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "53dd81a2-4346-41ea-adec-87cc945cbd44", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:51 GMT", + "Date": "Fri, 07 May 2021 18:17:51 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hCAAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:51 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AmL1GDPfbl1MgWZwLY3oG2Q; expires=Sun, 06-Jun-2021 18:17:52 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr7bFwkpxYKpo-gZswAY--Dh6ZsTIZWUVd4X1iD8eTwVB6laAWFBjheCLmDzs4Wc15bmrH7Mb2DwZOCy5Rw3PyvD2roZYeGBXZPHESNSt7SzAjxNVSg4X3ri9BrEPXrMjH8MKEtnLXgJdNXC43xpI47xNZjBZeRZuqfCWS_0C0XF4gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - EUS ProdSlices", - "x-ms-request-id": "adf5023d-70fb-4d7e-9e7d-2ad878c55b00" + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "636c454c-7156-4a31-9351-954f25487f00" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -90,56 +92,57 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "ae6eef5d-17cf-4b1e-a15b-27d4499f2c6e", + "client-request-id": "53dd81a2-4346-41ea-adec-87cc945cbd44", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "05ae7e70cfc5f734bea1fd184bffa209", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "ae6eef5d-17cf-4b1e-a15b-27d4499f2c6e", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "53dd81a2-4346-41ea-adec-87cc945cbd44", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:51 GMT", + "Date": "Fri, 07 May 2021 18:17:52 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hCQAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:51 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AvW3iocP8sxIuDsFvyCrQ8NlEICiAQAAAFB7J9gOAAAA; expires=Sun, 06-Jun-2021 18:17:52 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,317.3984,", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "ffada7a9-4a33-4f5b-8277-065acb480900" + "x-ms-clitelem": "1,0,0,556.7484,", + "x-ms-ests-server": "2.1.11654.25 - SCUS ProdSlices", + "x-ms-request-id": "de3c3de5-05bd-4299-9b69-643335684f00" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMTEsIm5iZiI6MTYxMjU1NTAxMSwiZXhwIjoxNjEyNTU4OTExLCJhaW8iOiJBVFFBeS84VEFBQUF3T0tmcWRKRVBwaUdQSFJva2Rvd3YvNVZCejNMOVhKUlN0UDczVXcxWjBjVlhGdFBkbVdvK2h2a3BQY2F5aS9UIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6InFhZXRfek5LVzAtQ2R3WmF5MGdKQUEiLCJ2ZXIiOiIyLjAifQ.VFAeTVfTgj7Bcg-3EKFto1zJoF_-83CMYLeWYzcCX1lVf1TcOYKaTufehPsy5Nz3_MdYA3ajHqUHuQsip11bxOULNMzEUBAly85iTuSq1ENFOwFdeRzCI3jvzt2LWUbvC3btz0ROR4YGzt6kQUAZW_qzkJmQClBMSlK3FtbbzODcD1QYKC6nY3CNKwbCptuwfIzmjNjE5M5OhzBeoKEdyc97CBalxmBuyrvMbwioD89hpSCM5nbob2RgdkGgX6fU5XbuDA59L8mrqiHDv1PUNFwjoRsKfotU4viqcaIMAq-BLVt9iXSUPM_IrTOP976m9MaZ4CRJG19XJteKILMdPw", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTExNzIsIm5iZiI6MTYyMDQxMTE3MiwiZXhwIjoxNjIwNDE1MDcyLCJhaW8iOiJBVFFBeS84VEFBQUE1NkQwSXlSZEJTQ2hlTW9QZFhESWlRWVN0bXQ5a09ib2VFOSs0dFlHaFI2MFBwWENyU1F2U0xWMmREK2MxL0cxIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IjVUMDgzcjBGbVVLYmFXUXpOV2hQQUEiLCJ2ZXIiOiIyLjAifQ.EwMCv4CeFpfB_GELCzlukWIhcwt8glZ_edac_nFkwv06uQrFcIzEfTRtw0i2m56dTrzWBDelnf0Cp6vLnhSSW1CU9pWl1fAFW3xWbqkrQJIUaEYV6vqv-dF1eJB3ZtEhOSXS9eQCZHjfHSafF2WE68fZYVr0mU84MGCWC0-W2IGmsYDv26yVDVLZhvUALdDE830wO-_sVJ2QJOMf1MmScqrBSvJa82icOXMyqJ2C0euHN0180il5Bpi95-OIeedBWRaMT2-AY7fOG6Qn5IrxKMRDwO1ANDDV2JUFQhCun-O1WHaFBfed_Zv-l5vgH6HUCFOVB0h8AO8zQNbL0uMpRA", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } }, @@ -147,56 +150,57 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "d21b1f37-fed9-4ae4-8f9c-9f95c07ad385", + "client-request-id": "707538fd-1dc8-4848-abec-717ebc8a3445", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "6bc374949911c6b98f046868aecb8069", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "d21b1f37-fed9-4ae4-8f9c-9f95c07ad385", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "707538fd-1dc8-4848-abec-717ebc8a3445", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:51 GMT", + "Date": "Fri, 07 May 2021 18:17:52 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hCgAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:51 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AsAm359AxB1Bg4QieOJJDx5lEICiAQAAAE97J9gOAAAA; expires=Sun, 06-Jun-2021 18:17:52 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,462.3468,", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "ffada7a9-4a33-4f5b-8277-065ada480900" + "x-ms-clitelem": "1,0,0,847.8355,", + "x-ms-ests-server": "2.1.11654.25 - SCUS ProdSlices", + "x-ms-request-id": "1c735522-c155-4a5f-93bc-5b7ca5e74d00" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMTEsIm5iZiI6MTYxMjU1NTAxMSwiZXhwIjoxNjEyNTU4OTExLCJhaW8iOiJBVFFBeS84VEFBQUFXWDVSSDNyOUdVbkh1MkhOMks3T1dUdnhiN25nNEpVV2FyM3RlQ1h3TzZOQUNveVhrVG1XZWl0anBhc3QyZGpQIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6InFhZXRfek5LVzAtQ2R3WmEya2dKQUEiLCJ2ZXIiOiIyLjAifQ.QnTnIQ9MQmw0Oiz_RxmLzhsOss6XW_TQZj45LN-pyVdFbWe1FiX-Mi9Fsqh542lv_fsL_n1DL2pFChZKGmW3QRpmYx1R1zqA97e4t0WUUiQt3MfbJebSnTaK5-quWq5aKyIbHo7icVaGJphRWRPwBFgBcaCI9ZcagxlkoHsi8wX1Fz0-saw9K7hnnC9XVat0jeB9i9zN2uzSfVGmDbffZn6_JU8NLhQItKdJUy2TsbxceuSFepdah1eqzfe-mGBcOWm_ljXHL0hhG2CpGCWu0cOMeB8eO-R-gs5KbATVyEv35qGp7hF3kjx07sCmgDeHaikib4Z0Kk-Z2AR-Hqiiwg", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTExNzIsIm5iZiI6MTYyMDQxMTE3MiwiZXhwIjoxNjIwNDE1MDcyLCJhaW8iOiJBVFFBeS84VEFBQUFIcXk1bkhNMHpyM0dGYWUvVzlyM2dRNjdUSnhpSkdzMWtSWmk2NURURWtRWm9pclBHdlJQR0FWOWxMM1ZtcFNOIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IklsVnpIRlhCWDBxVHZGdDhwZWROQUEiLCJ2ZXIiOiIyLjAifQ.iXW2nKMnT_SLS7ECN5I8P0mDsxaPU1iw3W0PvwYzAFw38RW12mLK7bL6Iy8gQWN73urv8deJZSgTLooHfHRXByV96_PgtelZuEfycshbGWrE87qg60esefg6NoJNV1-f0rVe1RVC3xI22wnMQj-q1UJ9KB9pv2YHU6HgbjLCZKqeD_xmwCVzsZmYLMR6x4UhLneVLWcxavqUP-dGnK2G2jUPMSmIhMxZJw7_NALbF5iiI-dxKY9aWU_IDS3mLaiZD20V-i0J1t5vwaCps_FV6OZ3q4HUgkZAfhHd7f4xLsSSdLeFT6uvfNlegSkwoOwvovs-SGEtgkSV6RZo_abDJg", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } }, @@ -204,56 +208,57 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "97236cab-68a1-44b7-90b7-0939a05232fc", + "client-request-id": "c244beba-3ca2-4ece-b364-86b96e22705f", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", - "x-ms-client-request-id": "1f4e093c970f202a5eb073babc263a7c", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", + "x-ms-client-request-id": "42ea29bea358d6b1c5e776c167cb49f3", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "97236cab-68a1-44b7-90b7-0939a05232fc", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "c244beba-3ca2-4ece-b364-86b96e22705f", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:50 GMT", + "Date": "Fri, 07 May 2021 18:17:52 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hCgAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:51 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AsCLJyUIBTlGpuCrAZr3B0plEICiAQAAAFB7J9gOAAAA; expires=Sun, 06-Jun-2021 18:17:52 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,490.8276,", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "b3b26155-6915-4399-ae75-0a1503a10900" + "x-ms-clitelem": "1,0,0,899.7944,", + "x-ms-ests-server": "2.1.11654.25 - NCUS ProdSlices", + "x-ms-request-id": "4206e89f-5461-4221-ae45-f2d163395200" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMTEsIm5iZiI6MTYxMjU1NTAxMSwiZXhwIjoxNjEyNTU4OTExLCJhaW8iOiJBVFFBeS84VEFBQUFXWEFlUDhDY0VsQmVaZXZwbmM3WVYzM1Z0KzkzTzBSZFhDZFExd3RicU42dTR1TGVCcUhacGJqZmpSZDArZlZrIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IlZXR3lzeFZwbVVPdWRRb1ZBNkVKQUEiLCJ2ZXIiOiIyLjAifQ.Uu2Yz0VKrdkfJldi3ShHRlOo47sxtPvF1DBGvpnY_g4Pxo5ZG_juePP_TaceLjcHy-COHdPmDPxBb5LFSCdpiyMmYNjS1DENU4DweKfgHohwlDI62FXJYBz5L5ju6m_50flgL2tXk1mP2z7OqNnE_NxbojGjGAZMWeUsFOPWPASo1zSlfAF_Ej28Un_6RCWG-DXYVU018iflOi-gXXLmK-8v7CONSA0O8mSfCX5EoBscaBxp_YG0a29lSFVArKWvqf4GpRG7t-bkspU0t5NHE7iZHSTY-UgoYUOrMFfD6T29IrRNPQIDBZLzmpv3RIC3V5kV7mJTcWd65snfzrKecw", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTExNzIsIm5iZiI6MTYyMDQxMTE3MiwiZXhwIjoxNjIwNDE1MDcyLCJhaW8iOiJBVFFBeS84VEFBQUE1VjdOR00xZGR1dTJTOHRWdVBKTXRiWXpVdFJ2a1BsclNFTHl6V0JHZEc4RGYyQW01WVc0ay9iSFpjU1Boanp6IiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6Im4tZ0dRbUZVSVVLdVJmTFJZemxTQUEiLCJ2ZXIiOiIyLjAifQ.W1Cwm-wU1AEC_xv83t_n1e-XviR1ay0knslR-e0smgaPGF58j4WEEOxPYwCMbuOvN1ZzhOguv8mM7aWhjiZupviO1GFNrpXejeeWmb21qsluvY0quScp387BA6XCFjoEzt6hEcvN8463LykoFFx3HjRijudhPN0jyPI9zmYjuvR13zJdZPakgCyU5M4oyHmmrzm2koSmdm7Gl7KUtMv1TrOHNKzUGtWtle472fTmKLWpWgEOUazrL_LJ-NGC0J-iysf2FlLc6q0gpjq1PPwFHPaNmDLm07TGs4S5x5Fb3D1ohWefnT0aXA7WUg3uOy8la81JsQ_UsG0bst5lG47kfQ", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } }, @@ -261,56 +266,57 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "f307d026-e436-46e1-b5bf-089711cfcd99", + "client-request-id": "e8b7a2d3-e2ce-4f97-b07a-9c1153170c04", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", - "x-ms-client-request-id": "924e2edff3fb353e98892630ca5785d4", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", + "x-ms-client-request-id": "a4f328d4c422e41382efa4cc607357ea", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "f307d026-e436-46e1-b5bf-089711cfcd99", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "e8b7a2d3-e2ce-4f97-b07a-9c1153170c04", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:50 GMT", + "Date": "Fri, 07 May 2021 18:17:52 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hCgAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:51 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AnaFL3ztkPhIiORv4UVdaUNlEICiAQAAAFB7J9gOAAAA; expires=Sun, 06-Jun-2021 18:17:52 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,495.8387,", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "b3b26155-6915-4399-ae75-0a1504a10900" + "x-ms-clitelem": "1,0,0,1146.5971,", + "x-ms-ests-server": "2.1.11654.25 - SCUS ProdSlices", + "x-ms-request-id": "b0a46265-8d14-4e57-beb5-1a9746ee5200" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMTEsIm5iZiI6MTYxMjU1NTAxMSwiZXhwIjoxNjEyNTU4OTExLCJhaW8iOiJBVFFBeS84VEFBQUFxcy82aUJ6L3ZuSHJjajRXbXkvOVJqL2M0SDRwbGZpTzZQbFlrZ1ZndHpuNjc3VUxBbitNSUdRYUFpMHF5dHA0IiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IlZXR3lzeFZwbVVPdWRRb1ZCS0VKQUEiLCJ2ZXIiOiIyLjAifQ.coIUK1hxoI-7tjYxyRkJP2s5lgNxAWjrtInEdvFiqqaEsKPWSCKbIi_qNFXDHgvH-aijTTa8Ax4uwZaYB1jRq625c4_NQOHcHpAClkOOwd4yst2_fdE7NvQFTOVrTXjRp3-TMyvgUWBBVrjY9yLb099jGSI6t0jpVFrT5yT9wwsvfGqzrjWynqCau3O87s7DHe92EQ1CjodzMhpt71RJC1tnZN7S7gZcpm5wO_s9Po6b3_3YE7tXLI-BjJR_joqkaF-hCreSQGIsYokJHLvNXJ1592kFTjm1Ie7z17YKTB17E9qGmTQ0uvwaf6oXvHgjUQOhsWzTfiKRvqrLLUI-TA", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTExNzIsIm5iZiI6MTYyMDQxMTE3MiwiZXhwIjoxNjIwNDE1MDcyLCJhaW8iOiJBVFFBeS84VEFBQUFTZUFjMHdyYlN4QlUrQ3ZqbEZHUmY1a1duZ2NlcGk0QzBzc09halVLSkNmaDVPVERuSTBrN3pTUFVzUjc2Rjl2IiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IlpXS2tzQlNOVjA2LXRScVhSdTVTQUEiLCJ2ZXIiOiIyLjAifQ.Lwh85VUOhc5dF3aTU-ggWwZcHAChd469hcEs9jLTqSjabOEe69I748i-6AD0dagxJbO0tREYyM--cs5OwYScqcFhUgrT-KR-sFj7XzekapBC9diR4X0vAxFZvylva3agKtg6hiq3zMBC5S_jO2thiwZvBl9Hjn8KoCFW_AMfhOyRHooBB6WR-22F8vKK-cmCiVEViG8ADT4NSLHtTDmtcvYrQOlvGh78hKxetpk-ELb21M2J6kPVrKjrAlkFfMRQNr7_GoVQvyDro2BGlvGonDfK-ygPeehLeDm1ZH8oXjoRtBu3YxgJFJTihdCz14Bi_-TR-2cv5i6NTvWPjFiytw", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } }, @@ -318,56 +324,57 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "92c94ab2-2d60-4cc0-bef5-6bbf367a7616", + "client-request-id": "1bd938d7-e5ea-4c51-b5f4-68a223e4046c", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "85a9c2cd3de04211faae3d57e3e4beb8", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "92c94ab2-2d60-4cc0-bef5-6bbf367a7616", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "1bd938d7-e5ea-4c51-b5f4-68a223e4046c", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:51 GMT", + "Date": "Fri, 07 May 2021 18:17:52 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hCgAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:51 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AjykgED9hBJNjH-1svY01dtlEICiAQAAAFB7J9gOAAAA; expires=Sun, 06-Jun-2021 18:17:52 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,512.6121,", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "d15b65a6-1203-4f06-b58a-0c4f01610700" + "x-ms-clitelem": "1,0,0,1160.8609,", + "x-ms-ests-server": "2.1.11654.25 - NCUS ProdSlices", + "x-ms-request-id": "155503ca-1d9f-4bf4-a946-b6b81a994900" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMTEsIm5iZiI6MTYxMjU1NTAxMSwiZXhwIjoxNjEyNTU4OTExLCJhaW8iOiJBVFFBeS84VEFBQUFXamJwUkxHYVJiSjU4TUkrU3hzcVhRSzVpQ2xLTXNjMnhtRm5kUlRCMDNDSXdVSzZ2dzQrUmxWcENFSVk4ZUJFIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6InBtVmIwUU1TQmstMWlneFBBV0VIQUEiLCJ2ZXIiOiIyLjAifQ.UY4bQMxhp86f-cSmariDEb3PZVxDIzv0-sdLnhyfDNFOc9u2Ozio5qFz716wIe7E_gwbycwjYxT7hSwovVcqIfEc8GB8rFGfCOgJd_NWXVcLOJ3fP1M8KAS9uFjH6kCMMtVLEJbPY8uZB5crLEvKPtXyWHfci6LuR2E1rgfxpBhqh5u8X8q3IGxPVKEoWX9gb4ptt-l7D0McLYxSkRjS5ZqvrXWcdocXc3plASWG365vDuPbAHtJjlrunqicav9sja6djPQbtLr-6tKZ7pqCuSStLw03evxzzLmstwBFUWoldBV2YEjRs2TJWvM4iCjWWf1X3NcPfz-Aq4HeoiLtTw", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTExNzIsIm5iZiI6MTYyMDQxMTE3MiwiZXhwIjoxNjIwNDE1MDcyLCJhaW8iOiJBVFFBeS84VEFBQUFIcXk1bkhNMHpyM0dGYWUvVzlyM2dRNjdUSnhpSkdzMWtSWmk2NURURWtRWm9pclBHdlJQR0FWOWxMM1ZtcFNOIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6InlnTlZGWjhkOUV1cFJyYTRHcGxKQUEiLCJ2ZXIiOiIyLjAifQ.Px7nh0mJfbpEIKf-nw5Gshbzs4NPvB8VdA7YQkJ_NIxkKU_cW6-RCZ9KIAZZmbSz3ihmqjvLJDo4lt3G9pRVUuqv8-YBY3YtHxOP4QFJsMdptuZMHOx-My-lCiStgNd7heIw_FSoDi3CiXUSTUd55h1D0d-B9zpPnPHvQBEwqYv1wxMeulwjoh9YvLZlq2ERIMCWzj4EObSnmhzhm526pSKqk_C6p8tJgF4vTr7WR70wt_UYL9Atg51CgDAcJydYZ_wfzunxjqEtKQTP5u-QrhUttpYwVbo6n3QfjXprg4W6nu8xhsXbLWXTZzBzJw9jeAPDcwDdh2h4ZWWQejiYlg", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } }, @@ -375,56 +382,57 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "14aa462e-04cd-4427-baf7-ef2cef55827f", + "client-request-id": "10e8975a-0091-445b-bf8a-72ef994f095a", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "ba82c17319f07896f6699d1ff25dbfea", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "14aa462e-04cd-4427-baf7-ef2cef55827f", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "10e8975a-0091-445b-bf8a-72ef994f095a", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:51 GMT", + "Date": "Fri, 07 May 2021 18:17:52 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hCgAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:51 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AvaLLTQqONRFlAGKgpK9tdhlEICiAQAAAFB7J9gOAAAA; expires=Sun, 06-Jun-2021 18:17:52 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,499.1528,", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "ddeba4bd-cd3f-4dd6-ad1b-c3c2b8fa0800" + "x-ms-clitelem": "1,0,0,1147.5973,", + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "bc41852d-b08f-4a77-a9ba-2cd49fc04c00" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMTEsIm5iZiI6MTYxMjU1NTAxMSwiZXhwIjoxNjEyNTU4OTExLCJhaW8iOiJBVFFBeS84VEFBQUFVQk9vNjZ4Zm1oWGQ1elA0cWdxMytSbFdscUN6Qm52SWxkcFFLeDYrMStRQnBBNC9DVmgrK04xVmVQeC9JLzQxIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6InZhVHIzVF9OMWsydEc4UEN1UG9JQUEiLCJ2ZXIiOiIyLjAifQ.jijJZZiepsP0lihn8OrrNjOChVOGateFoU8_yyLz2vQQzVHP0Z2f6kZo94PlqeM0oPjqetE6VCnRl9-p8u2u_7LEIojPqohGikNagmlxJloiKaIep0ijHYvc3zudxeonx-1KweKNBh4K_aC1EtaxvDdfXTRr3nbYwyUacYei6LmKeqliP8YdBJlY-o1PHNViEUceydF59KhVPwdMnWBzvBJBegpcCl70x84HnABZgtUhre0AjJBtmlwURNIPrmBdYo12gi5AjplGqIcB4euhh47lp1azsk3UB-kLr887dCkDNd9CUmclwPxRCC6PLOT9eI5hbm8xZbUc_xsY0H3Gyw", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTExNzIsIm5iZiI6MTYyMDQxMTE3MiwiZXhwIjoxNjIwNDE1MDcyLCJhaW8iOiJBVFFBeS84VEFBQUFMY3JncDRiejlXTzRydW5IRGVpNGJrVHYyaWd3MXhoUW90N3U2dWFVd1N3eUd2cGw5MVRCNTJ0d0RLYUZzMVg4IiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IkxZVkJ2SS13ZDBxcHVpelVuOEJNQUEiLCJ2ZXIiOiIyLjAifQ.iVNohjvlo00Sbqdx7FazFKwjGeKGSyqfihNHrXGK6kyh24PyswaCzlhLNemeZQR46iNlo1JtKULO6ckIKNbqA6-Oyt1_pgrjDwwAa9kC5YAlk023qUG0pLEWojYgVobLQfAe6PDGeDTRcY51yb96wJZ-79G2uNQhu_T4PQ8TozFLVgiXDhERaAyiYSSobSY3uXsP6tNhVZ3ZFnLjnzbk5ltPs9EjzYMyBfxpW2Pq4ZRDtnU0jc9NRXiwQ8txzrIEWiuNwWoB7b2VhFsZSYtuqSmzxZMZtxRZI-m9szxE5czVLyn3CXn6dhBoIRjvM2EZft8GP54vLV5jm68rxi72pQ", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } }, @@ -432,56 +440,57 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "4207cb0e-435f-4ef4-b701-4333b0b605b8", + "client-request-id": "20a5749a-d032-479f-b898-4441bb6364ab", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", - "x-ms-client-request-id": "42ea29bea358d6b1c5e776c167cb49f3", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", + "x-ms-client-request-id": "924e2edff3fb353e98892630ca5785d4", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "4207cb0e-435f-4ef4-b701-4333b0b605b8", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "20a5749a-d032-479f-b898-4441bb6364ab", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:51 GMT", + "Date": "Fri, 07 May 2021 18:17:52 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hCgAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:51 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Aiok7eRQDjlAoF--nfawqLxlEICiAQAAAFB7J9gOAAAA; expires=Sun, 06-Jun-2021 18:17:52 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,470.4414,", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "1cc6e447-6293-46f0-a04a-1c9106790900" + "x-ms-clitelem": "1,0,0,1163.5174,", + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "c50f07c4-9615-4aea-9b84-ac5c4a205000" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMTEsIm5iZiI6MTYxMjU1NTAxMSwiZXhwIjoxNjEyNTU4OTExLCJhaW8iOiJBVFFBeS84VEFBQUFMV0k2UWRWamlEdDRyYWk3Z0lNS1Z4RldLNTNwVFpiWCtLQ3VScGxBZldTQStqMHlvVGJSdWNvdTBGYklaWjdLIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IlItVEdISk5pOEVhZ1NoeVJCbmtKQUEiLCJ2ZXIiOiIyLjAifQ.aN8Sb9n_-rDZuSEMVVM3jxal4Pf2_npU7Bym7bROhcMFtdb_L9T8q88LnrDzudfo0oGf8lDfF89cz2VE9QgCpH4RiWpy25YpouJ0KvvyMXBKDIvW5BEzWSn5rwAW8NRpe7HCjOkcnfMjhg6nviS0w-_PLuA4nztVzvHHqt6tX9KUQTRTmvZU_X_1MqeKy91GD8JKbSztvSnmA1XY2eS7kCtE8PM06R3adxGbzx9WcSwhzs3mTPyBfUswXbtOx-sY6dqit6RaadKU0DLWA_LnhKeT9wBbh16CQMS11ytgdaWbqBEjd1gxLQiatekxkzjYdkp5_sEBK7d5rPTEvkiRZQ", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTExNzIsIm5iZiI6MTYyMDQxMTE3MiwiZXhwIjoxNjIwNDE1MDcyLCJhaW8iOiJBVFFBeS84VEFBQUF5NnV1dlVxeWRVNE8raFRIMjNXK0VMbTZ6SlRPaDZvYk1qT1l3cEpaWEtPSHd4cnBCOFhlcUhlTGUxdFJHYW1nIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6InhBY1B4UldXNmtxYmhLeGNTaUJRQUEiLCJ2ZXIiOiIyLjAifQ.DKXSHZAIwlnN7gD6xllEbJF7dwwDO9JvzSvuieWdrY8eXqIL6aRsl6YCn0FYLMgn4lz3h3d4yird3jf-sNXGRmvJOQCq8QDcp-y_hILaT7Lh4p9IDoYfXmVzMl1GiSPTbn7cp6qWZzl0zTsMAkIBcNlBgy330d-HHY_eYeldFBVsN0uzyIm9qXutvgbraZBZLRG38rdvl8_1TIX1OiNhTpv_w7HwG2R1olOMMKihTiPBBXvSmnDMFxtY1DDQtXXZA4jewolkytphVmR69-cD2G0oDPDMQKQe9mtzNR4dXBdhYAgS5ykpMN27UmbfJicWFx8wtifLeBJwSdpYJVpc-Q", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } }, @@ -489,56 +498,57 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "63cce7a0-d1fb-4f94-b66f-947dcf3d0b84", + "client-request-id": "b733ee6d-6061-4a9b-a8de-30c6490f3098", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", - "x-ms-client-request-id": "0384ace6593e25a58486fc6fb34136a5", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", + "x-ms-client-request-id": "1f4e093c970f202a5eb073babc263a7c", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "63cce7a0-d1fb-4f94-b66f-947dcf3d0b84", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "b733ee6d-6061-4a9b-a8de-30c6490f3098", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:51 GMT", + "Date": "Fri, 07 May 2021 18:17:52 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hCgAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:51 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AqpPTCAW0k1GoOJRAcC47ctlEICiAQAAAFB7J9gOAAAA; expires=Sun, 06-Jun-2021 18:17:52 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,495.0733,", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "cb5bc5f1-a680-485d-91e5-6fa19b410a00" + "x-ms-clitelem": "1,0,0,1195.2971,", + "x-ms-ests-server": "2.1.11654.25 - NCUS ProdSlices", + "x-ms-request-id": "4fefb874-85d6-4011-b34a-e44532cd5100" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMTEsIm5iZiI6MTYxMjU1NTAxMSwiZXhwIjoxNjEyNTU4OTExLCJhaW8iOiJBVFFBeS84VEFBQUFLVkdIdmF5cUMzdzNTT21yMCtqTUd4eVAvR2I0aitaWWowNjc3NmZtZGZJaXdxTXNBVTBnK2huYmF5MjJLK3pRIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IjhjVmJ5NENtWFVpUjVXLWhtMEVLQUEiLCJ2ZXIiOiIyLjAifQ.gozHZD5WHD7E6bFMDSLA5QCg3CosBirLpCqOxBhbTbagyEaKabUHXZO0ZxySssVX5Tm93remBajGhobCpwEr5fr0rDNoCjrg7GcVI04HlO0_e0SusUmQyAb8Fz8MTwHvZP_w1xK20kT04i5gJANAV1anCp0xiRreYremFcnhaymTmo7TlISW6GxVvM2rObmVdzjs3u_A7YF0x159HQFJ-kPEMCxa9j46g_Zf92kLTFOQK4wsBJZfnNIGwfuBPkESs4AJ7rF8iF1dOljGa0527QJgG5d8WoU8FDhne4dr8daMVTLeasSATTaRJ6udRGVVYoH0xwhYqBVUi3Oql4-Ywg", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTExNzIsIm5iZiI6MTYyMDQxMTE3MiwiZXhwIjoxNjIwNDE1MDcyLCJhaW8iOiJBVFFBeS84VEFBQUExL1dZOHBRa0xvWUhNSFpHem1vcFVXVWZuZDJtdlBNcEhkQTdsTlBVOU93UUU5d2hiMm8wb1NnekphU0xOQmhIIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6ImRManZUOWFGRVVDelN1UkZNczFSQUEiLCJ2ZXIiOiIyLjAifQ.hFbLPQxHsqh0dPZl0Lb-xpkhXpiMGnhl5v3xJFfDBq1kX02T6SXg8d7rURZUxCWFTLjXo5qYH9PwcvYhyELh-7C57veJHtJIYl3Ow4heWpi68M16mRGPrcLHuoOUe9ILdqIm9FpGIXnsX0d5-83-eFyqsQRqYAlY6yOxSgUr2gJ6c2I3WOdI0ZHG3CpvTVF9mZfeI6ww1YlcqXTcjkLtbHu51K22SRy7wXLpb2gOXEsGnXJnglj1-zkqIbEth5Fq86odcvM237fxLZlm3pY15uWGlzivjJX25Y1jgAzHsKAzwe6qWoMS_GZQppaSY-D1Bn_wZ75sHqndgk3y93FG1Q", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } }, @@ -546,56 +556,57 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "7180921e-52e8-44d1-95cd-93d95879dc17", + "client-request-id": "b7efaadb-3cfa-4298-9f08-df2c884aa490", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", - "x-ms-client-request-id": "9f3294219e7a3acacf9ee78b9c49134d", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", + "x-ms-client-request-id": "0384ace6593e25a58486fc6fb34136a5", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "7180921e-52e8-44d1-95cd-93d95879dc17", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "b7efaadb-3cfa-4298-9f08-df2c884aa490", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:51 GMT", + "Date": "Fri, 07 May 2021 18:17:52 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hCgAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:51 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AivepoSXX3BCprZFVfz7nVVlEICiAQAAAE97J9gOAAAA; expires=Sun, 06-Jun-2021 18:17:52 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,494.4572,", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "2e95cf19-39a3-499b-8b68-bbe201a20900" + "x-ms-clitelem": "1,0,0,1153.0313,", + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "8185e0df-205d-4912-92a0-82bfef095100" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMTEsIm5iZiI6MTYxMjU1NTAxMSwiZXhwIjoxNjEyNTU4OTExLCJhaW8iOiJBVFFBeS84VEFBQUFBcXVuQ3pnT1VvN2JoYVpwaDZYVFZlK1ZhdWt5NHNmR2xsOTZ3elZXNDYwMXFBclBwN3JhcGsyKzdxdi9ZK2dvIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IkdjLVZMcU01bTBtTGFMdmlBYUlKQUEiLCJ2ZXIiOiIyLjAifQ.OwDfbsKZYiU6RmzvYrykYNqaEhkbcDd_QRRJNvTDeWkp6kQ3ZerXnZs3iFlj4YktTqUPeI9oDKI-Z-K_EciSyMKX_66HOTTKWQ7i5-XzGiSo9NU0SMiggrU2y6YeTGC9JwSnd3SfYvEHRw68crucXSY2IAbOij7Q34hLF2UtsqWkTLmu7xCK2VYK1Lo2kxnQxLAW2j5aLmM6jmlA0x9Lzr6-aMcIluDSumJT5SkLuIiDzgWoE8UrSnBU8DeQWgAHaBdlR5KXhfU4O30fdoFRuJC6HZbojDhVaFOj_bV7hBFH178UJgeDaYL9rhrEe_bqFOHCkCYxlx8Yd9TvbqbSbA", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTExNzIsIm5iZiI6MTYyMDQxMTE3MiwiZXhwIjoxNjIwNDE1MDcyLCJhaW8iOiJBVFFBeS84VEFBQUFQRzBZRzQvWmlRSFJkYkdrMGpWQTRZTzZuaW5rMk1ITEFzZ21HVllyU2hxMnpnenZremNncVNaWTk2cjg0U3lEIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IjMtQ0ZnVjBnRWttU29JS183d2xSQUEiLCJ2ZXIiOiIyLjAifQ.cOsXRkAawtlS2KqsB_IPD5BD7eU4Xmgg3Q8na-eiCXRPgWZvq1iNQeDUnveJ5IqitSEAnboUkRiNfyw7y5ZHK1RDLDIH9if4jSZAJAlnkzJvPdS6Z3nFqaFXVWoKIbKFpqIRBXSVbbQpekUOc5bjP1JuCPMwfB-UQGpSpPQqwGLr6MDa1het5PEa-vpTfcYn4z1kf3uTWzvClVXcYP1HDgb8qaLOP0R-LEByIXWkX9P0Ct-l9RY4z4qiy09jEXFRvxaXob3MNH9b9OlPz6x3tKwj8IB-jgVPOFiB_ugGyiV4Cwa-BsMJMhCWhu1G4H4siwGCKWsJusNPmMCQ4jYJgw", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } }, @@ -603,63 +614,66 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "1e15a8bb-3715-4eb8-9d77-96f0d96359c8", + "client-request-id": "75745355-5a05-43c9-8a29-132bf6df70e5", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", - "x-ms-client-request-id": "a4f328d4c422e41382efa4cc607357ea", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", + "x-ms-client-request-id": "9f3294219e7a3acacf9ee78b9c49134d", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "1e15a8bb-3715-4eb8-9d77-96f0d96359c8", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "75745355-5a05-43c9-8a29-132bf6df70e5", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:51 GMT", + "Date": "Fri, 07 May 2021 18:17:52 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hCgAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:51 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AtTe6PE5TP1DgYA6rogosyRlEICiAQAAAFB7J9gOAAAA; expires=Sun, 06-Jun-2021 18:17:52 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,492.2778,", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "efc41daa-d3e4-4853-865b-af3506610700" + "x-ms-clitelem": "1,0,0,1157.4885,", + "x-ms-ests-server": "2.1.11654.25 - WUS2 ProdSlices", + "x-ms-request-id": "5cf40390-1983-40aa-b681-76f0a9a6a500" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMTEsIm5iZiI6MTYxMjU1NTAxMSwiZXhwIjoxNjEyNTU4OTExLCJhaW8iOiJBVFFBeS84VEFBQUF5NnV1dlVxeWRVNE8raFRIMjNXK0VJZ25vQ3o4RFZ3SVZWYStId3pMWlppUzFCUit5WGNXSmM0Z3Z0RlQ1MHpSIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6InFoM0U3LVRUVTBpR1c2ODFCbUVIQUEiLCJ2ZXIiOiIyLjAifQ.UCUwOlkwkzQe18EyIy2yijoYXanCzRguv0pJ--1kOUxfXDuC0w5vHgxZ_N7HPHMxGBLQmadMZvPM8huN-1wwR6bQ0Hfio-Kea8QFE7eu4fao5Np0Jp8BPVay5pEyTAqtotIh-Gd2AK_aq3hGzv8qjgNXJE7LbLe1SGTC8H5yZUTpCkakzTffWLQ7ogFaYIJz3_zTTGxFCU_TSHALk9gQ-LB2EYR8942wRv7XgX7u4NJyRlUHRMgW313vhdxuKB_CQZ0D8EdEB-AqXHkT5dTWJxuBltOfJmlfo8YidVGUbVfEwoJq7MevBlWNGCVMzEwSJnmDpJdWjSeU29NdIm38UQ", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTExNzIsIm5iZiI6MTYyMDQxMTE3MiwiZXhwIjoxNjIwNDE1MDcyLCJhaW8iOiJBVFFBeS84VEFBQUFlZENDRGxJc1pmbVozcDQrMS9MT1F0cENpUXZsOEhia1F0M2tmVDVTcDJYQ3ZFNXpjNXlFSmI4TVcvR1QzZy9QIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6ImtBUDBYSU1acWtDMmdYYndxYWFsQUEiLCJ2ZXIiOiIyLjAifQ.NGa28ihbi2eYMGDtLQupfHKz_HlE4YYDnr0hHJEuLyPPTRM4Rsv7cpGtZANmfdBkVKw0qTfDF-s30WFCQDGLpezv6YqvdbF4OCRl0Eq_qo0iGFT8ibmpqNJE1LAumPeR-la7JNl1UjSr2bRf_f3DFewOxksNmyTGEbhLuwlGq5TVcVB9_dOFCDfkK61DfCNVxWfGfbHWy89JClbNAkc-lqO1Aff9EI8gWnj_RrY_HkwgjCacvRUGAphgs_Nbm6UvzKCth-BCCe97B4U1fZkdWmKMVyGGNIeMbM-ZrkzvkD8jz9cIWrB53lwCtzgCO0S-O59nT8kTugA_mw5rn6vCDQ", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "AZURE_IDENTITY_TEST_USERNAME": "identitytestuser@azuresdkplayground.onmicrosoft.com", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "1032859498", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCredential.json b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCredential.json index 59f795bbf62e..983b7f345096 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCredential.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCredential.json @@ -1,6 +1,7 @@ { "Entries": [], "Variables": { + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "2077368464" } } \ No newline at end of file diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCredentialAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCredentialAsync.json index 024db6d8e6e5..6284764c3a39 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCredentialAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/DefaultAzureCredentialLiveTests/DefaultAzureCredential_UseVisualStudioCredentialAsync.json @@ -1,6 +1,7 @@ { "Entries": [], "Variables": { + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "1307910533" } } \ No newline at end of file diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/AuthenticateNoContext.json b/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/AuthenticateNoContext.json index e6354849de9a..4ef228c8675d 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/AuthenticateNoContext.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/AuthenticateNoContext.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "a984b227-155b-4857-8512-734a1befeb16", + "client-request-id": "ff0df594-7d1b-4c47-a72e-94d7e38e9b1f", "return-client-request-id": "true", - "traceparent": "00-09b0e49971395c4398a8ff5aa033f05a-a1204d5572f0664b-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-1e3dcf587b7eec4e84f098a812622677-a47b69309a53194b-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "bdc193d438381f612e03bbf6722b423c", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "a984b227-155b-4857-8512-734a1befeb16", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "ff0df594-7d1b-4c47-a72e-94d7e38e9b1f", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:58 GMT", + "Date": "Fri, 07 May 2021 18:18:35 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hCgAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:59 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AqaORF0zlftPt_QKcX3a_L4; expires=Sun, 06-Jun-2021 18:18:35 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrg4b04o4zXNWzdhqaep1t7X0KQnPCFKSeSpzII7EWbeqQZ99HMIjFCiAq0QvmqFHcFZzsI8Rle6RtU9bdu3hXxXL83-1dwpB1eaQtqR660vVDAK2iMmX9T9B2eXFqxGb-C0xwTMdMaoW-pjcyMRgxkjkxu0ht4OLFbAb45_z2E4IgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - EUS ProdSlices", - "x-ms-request-id": "5c345a1f-dfe7-4da5-9e9e-89814e300900" + "x-ms-ests-server": "2.1.11654.16 - NCUS ProdSlices", + "x-ms-request-id": "bf6f1a46-dce8-43ac-8f57-c48b96e70903" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,37 +93,38 @@ "RequestUri": "https://login.microsoftonline.com/common/userrealm/identitytestuser@azuresdkplayground.onmicrosoft.com?api-version=1.0", "RequestMethod": "GET", "RequestHeaders": { - "traceparent": "00-09b0e49971395c4398a8ff5aa033f05a-80022a064ea4b043-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "traceparent": "00-1e3dcf587b7eec4e84f098a812622677-745db351e6b1c841-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "886b2b2aaaed2ac8db7d283d631fa6d3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", + "Cache-Control": [ + "no-store", + "no-cache" + ], "Content-Disposition": "inline; filename=userrealm.json", "Content-Length": "187", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:58 GMT", + "Date": "Fri, 07 May 2021 18:18:35 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hCgAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAAA; expires=Sun, 07-Mar-2021 20:01:59 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AqM9yy0rGxtEvQtBrA0hdy0; expires=Sun, 06-Jun-2021 18:18:35 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "1b911531-26d7-497e-8cd4-7f0d0e4a0800" + "x-ms-ests-server": "2.1.11654.25 - WUS2 ProdSlices", + "x-ms-request-id": "80be15d0-e468-4cef-9026-0c95fc7e9900" }, "ResponseBody": { "ver": "1.0", @@ -135,48 +138,48 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "a984b227-155b-4857-8512-734a1befeb16", + "client-request-id": "ff0df594-7d1b-4c47-a72e-94d7e38e9b1f", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-09b0e49971395c4398a8ff5aa033f05a-412f725dd33c5943-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-1e3dcf587b7eec4e84f098a812622677-c52bf3c948eba149-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1003,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1003,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "7033cc3d6eaf666ebf4ccc819d566ec6", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "a984b227-155b-4857-8512-734a1befeb16", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "ff0df594-7d1b-4c47-a72e-94d7e38e9b1f", "Content-Length": "1645", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:58 GMT", + "Date": "Fri, 07 May 2021 18:18:36 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hCgAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAANJ4XoMBAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:01:59 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AukkBw7OJgtOqWD9CFqdz-_SeF6DAQAAAHx7J9gOAAAA; expires=Sun, 06-Jun-2021 18:18:36 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "1b911531-26d7-497e-8cd4-7f0d104a0800" + "x-ms-ests-server": "2.1.11654.25 - SCUS ProdSlices", + "x-ms-request-id": "9fc28d96-4122-4b2b-8725-3fc6fe085400" }, "ResponseBody": { "token_type": "Bearer", @@ -186,7 +189,7 @@ "access_token": "Sanitized", "refresh_token": "Sanitized", "foci": "1", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMTksIm5iZiI6MTYxMjU1NTAxOSwiZXhwIjoxNjEyNTU4OTE5LCJhaW8iOiJBVFFBeS84VEFBQUFFUGNucjQ0SndnaGRKNnNXZlhFd2VmMkNTMXV0aGFPMzMvUzJrM2dvcWZOWHVBMGZWUEE0ZUd3RCs2TEpaL0dBIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzNVYzc0FUYmpScEd1LTRDLWVHX2UwWXRBSWsuIiwic3ViIjoiRHh5SUFhMjRMTWtWb2djWV9iYWhlTnZ3UGNXYldoa2FqaHNmcEZLOU5PNCIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6Ik1SV1JHOWNtZmttTTFIOE5FRW9JQUEiLCJ2ZXIiOiIyLjAifQ.EoEsrdH9SAQiP9a5x9T7kGs246PiHPbGhHuB0Wy5Nx3YkMwf6X71A5KAYQRwivJZPQtAfaz6CRrpiPuMgWGULgU5Ya5h9ENbGWwBFsKTSMA2aF5pBechc0Fbk-kaPCv-f6dN_hHiDAADqFf3TnIaXjggP7tQop7TB4o5vFrvUKbB35OGK2322F4NyYBzdQs6aoPIhAP_2GB-2NKc_yTFACPWfUIOWjd3aqcWATYJNLkF_P5C_pCIo8lZrso8sT-B72_yqcLxifXzFffpkDBocWVMZSpvIx6x-dq1pouLly1wV5Ekd4pT-HuV13t7KqBHnw-9exgLhnXsmoszm9xytg", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTEyMTYsIm5iZiI6MTYyMDQxMTIxNiwiZXhwIjoxNjIwNDE1MTE2LCJhaW8iOiJBVFFBeS84VEFBQUFqeExuQVMzRDB2ZDI0UldyaXg5Q2J0NTlCWWxiN1hUUDFTV2VwSmN2MFdkRHlDTHdTTzNONDhsODZ3WnNaYUJ2IiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzNVYzc0FUYmpScEd1LTRDLWVHX2UwWXRBSWsuIiwic3ViIjoiRHh5SUFhMjRMTWtWb2djWV9iYWhlTnZ3UGNXYldoa2FqaHNmcEZLOU5PNCIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6ImxvM0NueUpCSzB1SEpUX0dfZ2hVQUEiLCJ2ZXIiOiIyLjAifQ.cmscynQlxlubZ8DFl64twXWvGXwpvJQzbu3-yogH8T16dAKQ3u5jkTT3uC4esk4p0W4CpWS4bDZiY2BBZbNrUWDV0w25rDibYwvpZGjWBvzjPYwXEaj4r72DJDL4PdxN67cApsrgeu-126P05htDhRrpPzMfJtt-pdUspVgRpkBGDIHSmh-j1SLMxSaW00Ct3ZOi2XGOAeJ96n8xPwH1Ijj4pDcDUdAJy4_dNeQeJAoJqzP5TzMH_AFHXVpoUFRmBg5gTnFZ_xCZjzXEHgeG5_IMIHMfM2YaPz87-GGtkimtFxs32LW0VC-MbG012aq55NHQIfH1mliqJcTUC4S7MA", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/AuthenticateNoContextAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/AuthenticateNoContextAsync.json index 10a6bbd69772..4c1c5e06d316 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/AuthenticateNoContextAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/AuthenticateNoContextAsync.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "234fd516-7ac0-4b37-883c-dc9a2dccb6e3", + "client-request-id": "fd86067d-9567-4512-a5f1-402d1f9a9b4b", "return-client-request-id": "true", - "traceparent": "00-2b917af384421546935a87cd9fa56a65-aa8b982f36fb2042-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-0fd49b8ee4fb8245aa54391e25536221-1bd8b863953ae144-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "a6d388007a7e173addabb06d0dc925d7", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "234fd516-7ac0-4b37-883c-dc9a2dccb6e3", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "fd86067d-9567-4512-a5f1-402d1f9a9b4b", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:00 GMT", + "Date": "Fri, 07 May 2021 18:18:38 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTAgAAADebr9cOAAAASl0JjBQAAAAmm6_XDgAAANJ4XoMBAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:00 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AlqIw7xjV6RKgmllkCxD3oA; expires=Sun, 06-Jun-2021 18:18:38 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrhPdguHjdBuqBk8aN4PehiLRm3U4Aavo6XePmfkwgENymlcCI6-ca-NsvwKZqOkrbLfN2vCc71S2sa-t8qZip6rV8im33yLbTk98mtQujQjLoQVh_Qy4Qv8TyRKV3Xywr9GU14zhRw-bPg3S3UPtG3Vj-Zy0hZY59o_7hS46WDiIgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "a84b7a9b-7af6-443b-b8f2-f1b245bd0700" + "x-ms-ests-server": "2.1.11654.25 - SCUS ProdSlices", + "x-ms-request-id": "37a92965-846a-41f0-8058-85a94f501a01" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,37 +93,38 @@ "RequestUri": "https://login.microsoftonline.com/common/userrealm/identitytestuser@azuresdkplayground.onmicrosoft.com?api-version=1.0", "RequestMethod": "GET", "RequestHeaders": { - "traceparent": "00-2b917af384421546935a87cd9fa56a65-f38220de81a9914d-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "traceparent": "00-0fd49b8ee4fb8245aa54391e25536221-8850c7e248460a42-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "43aa33225ffefaf26a5b007e79b27e8a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", + "Cache-Control": [ + "no-store", + "no-cache" + ], "Content-Disposition": "inline; filename=userrealm.json", "Content-Length": "187", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:00 GMT", + "Date": "Fri, 07 May 2021 18:18:38 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTAgAAADebr9cOAAAASl0JjBQAAAAmm6_XDgAAANJ4XoMBAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:00 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AoVbRCrtoqpKklfPrvw7ipE; expires=Sun, 06-Jun-2021 18:18:38 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "efc41daa-d3e4-4853-865b-af3504640700" + "x-ms-ests-server": "2.1.11654.25 - SCUS ProdSlices", + "x-ms-request-id": "9fc28d96-4122-4b2b-8725-3fc68f095400" }, "ResponseBody": { "ver": "1.0", @@ -135,48 +138,48 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "234fd516-7ac0-4b37-883c-dc9a2dccb6e3", + "client-request-id": "fd86067d-9567-4512-a5f1-402d1f9a9b4b", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-2b917af384421546935a87cd9fa56a65-34aa872dc4460145-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-0fd49b8ee4fb8245aa54391e25536221-6256885dcf40f143-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1003,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1003,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "63baa256cbfa541d107b96125ea27ed7", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "234fd516-7ac0-4b37-883c-dc9a2dccb6e3", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "fd86067d-9567-4512-a5f1-402d1f9a9b4b", "Content-Length": "1645", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:00 GMT", + "Date": "Fri, 07 May 2021 18:18:38 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTAgAAADebr9cOAAAASl0JjBQAAAAmm6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:01 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AhNVPbhHb9ZNlOrXoJDk1Y_SeF6DAQAAAH57J9gOAAAA; expires=Sun, 06-Jun-2021 18:18:38 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "1b1408f0-c0ec-46ac-bbdb-6af9686e0900" + "x-ms-ests-server": "2.1.11654.25 - NCUS ProdSlices", + "x-ms-request-id": "7b466bc2-599e-4f00-96ff-5dc828d45300" }, "ResponseBody": { "token_type": "Bearer", @@ -186,7 +189,7 @@ "access_token": "Sanitized", "refresh_token": "Sanitized", "foci": "1", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMjAsIm5iZiI6MTYxMjU1NTAyMCwiZXhwIjoxNjEyNTU4OTIwLCJhaW8iOiJBVFFBeS84VEFBQUFXamJwUkxHYVJiSjU4TUkrU3hzcVhlWlVKTjZPOVdGaDE3R0xMWnVEZEVBczEvV1d4WUNKMzZYWlpsd2VBeGhlIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzNVYzc0FUYmpScEd1LTRDLWVHX2UwWXRBSWsuIiwic3ViIjoiRHh5SUFhMjRMTWtWb2djWV9iYWhlTnZ3UGNXYldoa2FqaHNmcEZLOU5PNCIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IjhBZ1VHLXpBckVhNzIycjVhRzRKQUEiLCJ2ZXIiOiIyLjAifQ.A2vR7ZlWKBib6WB24eoWMiOkZofOLQulp1EzuXKOrtNnbVHRUVvQtCx5FqEYav5k_jG833WQvSvoT2ADpmj1chdya9qNFsiY3JX6-6rqzqoYufnKxXwh2rEQ8uXyFdtbBe6BuCodQtdb4BRW8Py4vgc5zVPqvMI3ngPPu2CjNt9pPFYZQFAsV8Ls6YI2P8bdVL9rBbBMOa1igZfEVlGhtwOHSk_uVShFJ-yC2mQ79Uf4N3QSn1PL1btpWAd1pF2ym9Gw-BeG_hpfZ9doHl-Cg82mdrC7HA8_0T1WMT7T3MF-AeFU--fTlaXkh7KnuLZGumdX4GIYEEuVC36vFRW1fA", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTEyMTgsIm5iZiI6MTYyMDQxMTIxOCwiZXhwIjoxNjIwNDE1MTE4LCJhaW8iOiJBVFFBeS84VEFBQUFqMzdFMXVjWjhPUm1MOERmKzB1M1lmMktIcEk2RCtyZHJhT1htMFJ3dFlYeU9XWnFEZnJ3U3djQkRCZnNaRS95IiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzNVYzc0FUYmpScEd1LTRDLWVHX2UwWXRBSWsuIiwic3ViIjoiRHh5SUFhMjRMTWtWb2djWV9iYWhlTnZ3UGNXYldoa2FqaHNmcEZLOU5PNCIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IndtdEdlNTVaQUUtV18xM0lLTlJUQUEiLCJ2ZXIiOiIyLjAifQ.UdXvsjIT4qDpPiUqc4-48OtJ1wBaChRe6egK-cm-yRNc6EeFYs94aDN05jq13ChusL-j16AAvWEAcAdSb1G2x5zj0CTm9b_-9LKIGpyzE1SXaq1I-lPe3LVattds2SUDuDX7m_b26T0AYgwbBER0XLjYBBgtltWmv0_dPlGzrZySP3U_VTuG8p0d6peS9asKgkrYpfXAOxp9cnR7BkMLfaCXU7zIsJ832gyR6LHe8Wt8j1wJTe8_sO76WAYFLUmDlabro-FcEqpvWDP506w0kqdmiTiRPYZqWEMd2vzMXMn5nSGFUJsvHfBtGpoLdfJy6TKUxWF6LXcnAFbXGfFQrg", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/AuthenticateWithContext.json b/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/AuthenticateWithContext.json index 40b61bc8f9b5..d483f9f36b48 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/AuthenticateWithContext.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/AuthenticateWithContext.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "341c16e3-de05-4fc9-b778-5177cb4ce917", + "client-request-id": "11afa30f-6334-43e8-9af0-d92f5340ddee", "return-client-request-id": "true", - "traceparent": "00-500328870a5a2642ab76535cc8e206d6-4c67b684cf93f849-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-619028d75aab894a9136bce47c47442b-5d2ef07d7aff0d4d-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "d8b989c0381f173cf71f1cd961a04d5e", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "341c16e3-de05-4fc9-b778-5177cb4ce917", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "11afa30f-6334-43e8-9af0-d92f5340ddee", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:58 GMT", + "Date": "Fri, 07 May 2021 18:18:36 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hCgAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAANJ4XoMBAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:01:59 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Ap7o8OLPFQ5Hk12pKW1WQns; expires=Sun, 06-Jun-2021 18:18:36 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevru1cBdhO9I1pg8VWgF8f2Cp8eb6LPEQiTB_zNCCxNrxz8bri7TvYNVd_87CixTIugj8Tj_THc963Z5koOfzm0lvuZTT2YcOMCutpOtMLKIkJvp88HmWJmjKs5bGVWiPmraT-fVO0Eg9fXsw2jetOUgrTS57kGoh6Re-Z2hb8z1QIgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "7e686849-819c-445c-bab5-3cca4f0c0a00" + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "dc740b4b-4902-4a00-920e-317da1b14800" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,37 +93,38 @@ "RequestUri": "https://login.microsoftonline.com/common/userrealm/identitytestuser@azuresdkplayground.onmicrosoft.com?api-version=1.0", "RequestMethod": "GET", "RequestHeaders": { - "traceparent": "00-500328870a5a2642ab76535cc8e206d6-9625f5590bb3dc46-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "traceparent": "00-619028d75aab894a9136bce47c47442b-649b1eee696d6a43-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "eb185f4fd86c1c512a53fb60fb61dd32", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", + "Cache-Control": [ + "no-store", + "no-cache" + ], "Content-Disposition": "inline; filename=userrealm.json", "Content-Length": "187", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:59 GMT", + "Date": "Fri, 07 May 2021 18:18:36 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfjoE88hCgAAACKbr9cOAAAASl0JjBQAAAAmm6_XDgAAANJ4XoMBAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:01:59 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AgtR40z08w9Giua50XJoJ2E; expires=Sun, 06-Jun-2021 18:18:37 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "b33bc59c-816f-42d9-b181-862e66bb0800" + "x-ms-ests-server": "2.1.11654.25 - WUS2 ProdSlices", + "x-ms-request-id": "fcba3060-5d2d-44f4-9e9c-ed316d039f00" }, "ResponseBody": { "ver": "1.0", @@ -135,48 +138,48 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "341c16e3-de05-4fc9-b778-5177cb4ce917", + "client-request-id": "11afa30f-6334-43e8-9af0-d92f5340ddee", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-500328870a5a2642ab76535cc8e206d6-a32f2dcdb7348046-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-619028d75aab894a9136bce47c47442b-58b5a391d90ddd47-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1003,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1003,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "103e8761ee2ecebb5fe7e68ce28371c1", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "341c16e3-de05-4fc9-b778-5177cb4ce917", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "11afa30f-6334-43e8-9af0-d92f5340ddee", "Content-Length": "1619", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:59 GMT", + "Date": "Fri, 07 May 2021 18:18:37 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTAQAAADebr9cOAAAASl0JjBQAAAAmm6_XDgAAANJ4XoMBAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:00 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AtoWVRZcj2ZPhyucIAqbvosqmvoTAQAAAHx7J9gOAAAA; expires=Sun, 06-Jun-2021 18:18:37 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "efc41daa-d3e4-4853-865b-af35b1630700" + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "53f35130-c427-4268-9c8d-23dd69c34d00" }, "ResponseBody": { "token_type": "Bearer", @@ -186,7 +189,7 @@ "access_token": "Sanitized", "refresh_token": "Sanitized", "foci": "1", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMTksIm5iZiI6MTYxMjU1NTAxOSwiZXhwIjoxNjEyNTU4OTE5LCJhaW8iOiJBVFFBeS84VEFBQUFlZENDRGxJc1pmbVozcDQrMS9MT1FpK09xOURFY0U5cDNtV1BNaHBkdkllTnNJR3lvd3B0dzlvZEJscU9zc1p5IiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzNVYzc0FUYmpScEd1LTRDLWVHX2UwWXRBSWsuIiwic3ViIjoiRHh5SUFhMjRMTWtWb2djWV9iYWhlTnZ3UGNXYldoa2FqaHNmcEZLOU5PNCIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6InFoM0U3LVRUVTBpR1c2ODFzV01IQUEiLCJ2ZXIiOiIyLjAifQ.AZ2w00Y304sy1J-IevFuitT_jKqGNdq5qCW8Pvvkl61aJGJt-_Qx68y-w7QFLemerXnJdlHY6lDcVQwZgM5Vc7CzRUE3wn8Oc3He0Z077MxX1aTS8Fi16gPyZqqJ2ELDrB7cf3l-4f2vPxhtS0bDmtHCIECFc3WMUD3c-VGVKgJmdFAdC-cvG3-gRbMZ3bCIKZatTzsIJST_K8DHItHrjEyZdby9DUt1DKIYbny5TQ7rFcGxgKelayHF9IT0QbZrTGFgGS1PzUrgWANExMsfv1eDUeqE2lhNJm9pmItmlwewzkByLb-yEgyDogw4VGaDQ4hLpB7Ej5-DbdOjMYh7-A", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTEyMTcsIm5iZiI6MTYyMDQxMTIxNywiZXhwIjoxNjIwNDE1MTE3LCJhaW8iOiJBVFFBeS84VEFBQUFMSlBoSDgvYTJMamtmaHJ1OEVPcElRWUlqUzU1cU1UYjZkTHBMQUxwZEdKM2V4d0hJSmRJb0NUbXV2T0Y2NjNRIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzNVYzc0FUYmpScEd1LTRDLWVHX2UwWXRBSWsuIiwic3ViIjoiRHh5SUFhMjRMTWtWb2djWV9iYWhlTnZ3UGNXYldoa2FqaHNmcEZLOU5PNCIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6Ik1GSHpVeWZFYUVLY2pTUGRhY05OQUEiLCJ2ZXIiOiIyLjAifQ.HXKAOgG6hV7XrmMNE9gjNFzoVDC4NVtIT7kPP5KjmTST51v5ZsQt_sp_vzyxMj6soLnDNn7eFaoVxV1f1QeHKc-7d6Wp8s8bIBeQv5I8mYLult_L6cEvqBHxbg3ehbFaq1WO71CGApHBsycbJKWsCbXeEnuNqVQECbWw--xyZ82Eh1cfmQGN4oSg7isKBNUeQljWu8dujaI6TEnTzQNy1LjgczDcNVMt34ww4UvRqkJsk7C5Sw8n5aWfsmIWjlslH7ILUkl1yDc-3JcRkSjyXSmdG9N3kqH2beT-WfZ0lfqrc5w7fVz0IZ3jXmDDQ8O2mLCVVBPHzM-RrsqGZPfemQ", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/AuthenticateWithContextAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/AuthenticateWithContextAsync.json index e3014ff6f917..5fa118056c1c 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/AuthenticateWithContextAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/AuthenticateWithContextAsync.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "9437c15d-052c-4c61-b55d-1a0648cd6ee9", + "client-request-id": "91d36f5e-7088-4c3c-8a8d-049ce84b4287", "return-client-request-id": "true", - "traceparent": "00-77638363029dbe4dbc39706a662054e6-ec816386bc08f941-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-7a8602b4cb442d41a97632712d34bce6-ecd608b5ce3cab4b-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "f3548871c2bd992649339173ae0eba69", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "9437c15d-052c-4c61-b55d-1a0648cd6ee9", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "91d36f5e-7088-4c3c-8a8d-049ce84b4287", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:00 GMT", + "Date": "Fri, 07 May 2021 18:18:38 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTAgAAADebr9cOAAAASl0JjBQAAAAmm6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:01 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AuAXtDW8T5hJh7hNSIqGqus; expires=Sun, 06-Jun-2021 18:18:38 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrpYZSSxl7zcUm_Kvk28xjQa9PbBopJkwo3AvJqd109dgwbcTwWZvV4MfE1wvpZ3gFLlHO9AytlPPmZMTDXY5x8v_9Q3OtxyVO4UFvDQDArwf9A8VRO62j2fe4lcARejfS9m31er1rAmgyMdf77RiMlapn4ApoDMjjkEdZ6cZ1-0cgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "efc41daa-d3e4-4853-865b-af351c640700" + "x-ms-ests-server": "2.1.11654.25 - WUS2 ProdSlices", + "x-ms-request-id": "5877d740-f685-43ff-99f6-faf3cc918400" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,37 +93,38 @@ "RequestUri": "https://login.microsoftonline.com/common/userrealm/identitytestuser@azuresdkplayground.onmicrosoft.com?api-version=1.0", "RequestMethod": "GET", "RequestHeaders": { - "traceparent": "00-77638363029dbe4dbc39706a662054e6-73ff63ca6ed3c549-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "traceparent": "00-7a8602b4cb442d41a97632712d34bce6-39ac4fbe7472b043-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "ff5eb3275aa50db1e05f5b911c16748c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", + "Cache-Control": [ + "no-store", + "no-cache" + ], "Content-Disposition": "inline; filename=userrealm.json", "Content-Length": "187", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:00 GMT", + "Date": "Fri, 07 May 2021 18:18:38 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTAgAAADebr9cOAAAASl0JjBQAAAAmm6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:01 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AtZM1S_PxZNCkySR03aamr0; expires=Sun, 06-Jun-2021 18:18:39 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "1b1408f0-c0ec-46ac-bbdb-6af97f6e0900" + "x-ms-ests-server": "2.1.11654.25 - SCUS ProdSlices", + "x-ms-request-id": "17082d3e-f814-4d32-b01a-f888925b5200" }, "ResponseBody": { "ver": "1.0", @@ -135,48 +138,48 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "9437c15d-052c-4c61-b55d-1a0648cd6ee9", + "client-request-id": "91d36f5e-7088-4c3c-8a8d-049ce84b4287", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-77638363029dbe4dbc39706a662054e6-4533d066911ccb4e-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-7a8602b4cb442d41a97632712d34bce6-117bc1841e8ca74a-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1003,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1003,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "001ced6ba6baeafa0eef57b864245024", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "9437c15d-052c-4c61-b55d-1a0648cd6ee9", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "91d36f5e-7088-4c3c-8a8d-049ce84b4287", "Content-Length": "1619", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:00 GMT", + "Date": "Fri, 07 May 2021 18:18:39 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTAwAAADebr9cOAAAASl0JjBQAAAAmm6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:01 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AucAp4lbGXtMsRgkRelzAYEqmvoTAQAAAH57J9gOAAAA; expires=Sun, 06-Jun-2021 18:18:39 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "b33bc59c-816f-42d9-b181-862ed1bb0800" + "x-ms-ests-server": "2.1.11654.25 - WUS2 ProdSlices", + "x-ms-request-id": "80be15d0-e468-4cef-9026-0c95f97f9900" }, "ResponseBody": { "token_type": "Bearer", @@ -186,7 +189,7 @@ "access_token": "Sanitized", "refresh_token": "Sanitized", "foci": "1", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMjEsIm5iZiI6MTYxMjU1NTAyMSwiZXhwIjoxNjEyNTU4OTIxLCJhaW8iOiJBVFFBeS84VEFBQUFQVkFFS2JpMnRtdTJsb1VGT0Fma3htVVpmdDIxaTBKMEhGT2pnLzZBWndBK1d6MGttTFp1dnBLbmpsdVl1R2NDIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzNVYzc0FUYmpScEd1LTRDLWVHX2UwWXRBSWsuIiwic3ViIjoiRHh5SUFhMjRMTWtWb2djWV9iYWhlTnZ3UGNXYldoa2FqaHNmcEZLOU5PNCIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6Im5NVTdzMi1CMlVLeGdZWXUwYnNJQUEiLCJ2ZXIiOiIyLjAifQ.gpmgJXHXHviw3J-RZZ1A0bebU86TcehTCx5Bd3SPFLcLEisaxBuQImigO-IK3lyZ-pUvuD40xUdYimKQdTZ1Ovz-2uS9VaM4Dq8shJmwIMBxqUNicFK7c2DWEu5WlvulJ4x2wWKUSPJ9YHh__dD98tRMNQVQuv1nlIk0oTLUDGD4HucwqXrIjbLMDejS3KBh9HROTdbo7g4oPcct3hPX4IgeUVdaY2VzEi0dSsqhSU1-wvhMeTPEG33clQM1ytMpRt-7NSqj9qSMttwH3PmRLILOnDg93IV25xjmNmjbZdqaapMBS0QuXZ6dxi_6pmUN8VLEzQSfciQkjhX-MJWM-Q", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTEyMTksIm5iZiI6MTYyMDQxMTIxOSwiZXhwIjoxNjIwNDE1MTE5LCJhaW8iOiJBVFFBeS84VEFBQUFLVkdIdmF5cUMzdzNTT21yMCtqTUd6dHpiQml2UlVLNUFoQUhDSkdDSVI5S3lKczZXQ0hXeEVEZ21ZdTVVbWdiIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzNVYzc0FUYmpScEd1LTRDLWVHX2UwWXRBSWsuIiwic3ViIjoiRHh5SUFhMjRMTWtWb2djWV9iYWhlTnZ3UGNXYldoa2FqaHNmcEZLOU5PNCIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IjBCVy1nR2prNzB5UUpneVYtWC1aQUEiLCJ2ZXIiOiIyLjAifQ.eDUAsidGZcFDsfkaUpM8zMnLAgtPBi81ibExkIZuiKmUj7L7QXrgF0vPJgII3-XenzsMD0iURoJePQfKKATZO2C7pV7W8iFEQf4fI-qTcl0h-QHqAt-E5u22CIuO4DYk3QDlfZsy16FB2lvsdWDessswgyKSnItfjHVCyxjI7_jGkZE9_419ytHMJnCg-p36-GlQ2jxvQiuzrjuYIeQc81VT_OVVaQ_wvaaRsVUkheVJWSZs6MKsSxEn2YG_xgyOPYYphNVeFXjoBH9PkVVYtH6pB6PbNflaZ-2Vq4t1KSmyBu99IE_16KQRFkyqYyoIXxox8Gbjv8pPZASCp_YpFg", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/GetToken.json b/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/GetToken.json index 9f6b642d578f..46a9e5cf80d1 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/GetToken.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/GetToken.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "5b8da039-2f0d-4812-a3d9-eb1e9a5cf5f9", + "client-request-id": "9398446d-5468-493c-9dfd-435d123e8d1d", "return-client-request-id": "true", - "traceparent": "00-915ae9386f9ba94a9fe3d00fd732174f-1f7f43349af3f549-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-5fd6a47ea7f4ae4fa28b479370515afd-9181af01e3007a4d-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "d8ccb782f5e117fd9c41e7d0be9d8be2", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "5b8da039-2f0d-4812-a3d9-eb1e9a5cf5f9", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "9398446d-5468-493c-9dfd-435d123e8d1d", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:59 GMT", + "Date": "Fri, 07 May 2021 18:18:37 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTAQAAADebr9cOAAAASl0JjBQAAAAmm6_XDgAAANJ4XoMBAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:00 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Aq8KrKdJ5xJOtnzkgMCJwjw; expires=Sun, 06-Jun-2021 18:18:37 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrTw83mKnY3bg8zHOxKTeCo2qNhzgrwlkcokKEvqTamat7e07_jOQRfxpe5F1trWVN2Ar-68BKs3xOMhYifDCWcDEg2haWcvI2k3KoY0BF9_J2malc2iNBWFGIWdcRHI70DWWuybe65BmSt2fx0-qEdIdfljO0pm-HimLwP9IexhIgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "1b14e808-aaeb-4b7b-8c07-60735fd10700" + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "ff5772ab-a36d-4fbd-b875-9b445b763e00" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,37 +93,38 @@ "RequestUri": "https://login.microsoftonline.com/common/userrealm/identitytestuser@azuresdkplayground.onmicrosoft.com?api-version=1.0", "RequestMethod": "GET", "RequestHeaders": { - "traceparent": "00-915ae9386f9ba94a9fe3d00fd732174f-4464a407af56ba49-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "traceparent": "00-5fd6a47ea7f4ae4fa28b479370515afd-e4433693a189c542-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "8108e0ee2b9c5e9193c7d3b63981f663", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", + "Cache-Control": [ + "no-store", + "no-cache" + ], "Content-Disposition": "inline; filename=userrealm.json", "Content-Length": "187", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:59 GMT", + "Date": "Fri, 07 May 2021 18:18:37 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTAQAAADebr9cOAAAASl0JjBQAAAAmm6_XDgAAANJ4XoMBAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:00 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AvR2wKOVLo1Ilu79sFJ_tpI; expires=Sun, 06-Jun-2021 18:18:37 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "e130c648-f35c-46a3-956f-6e3ba4dd0900" + "x-ms-ests-server": "2.1.11654.25 - SCUS ProdSlices", + "x-ms-request-id": "89f32309-d209-4c4a-b3ca-78a5e8235300" }, "ResponseBody": { "ver": "1.0", @@ -135,48 +138,48 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "5b8da039-2f0d-4812-a3d9-eb1e9a5cf5f9", + "client-request-id": "9398446d-5468-493c-9dfd-435d123e8d1d", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-915ae9386f9ba94a9fe3d00fd732174f-086cd6095736494d-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-5fd6a47ea7f4ae4fa28b479370515afd-db7b47d8666a2044-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1003,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1003,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "0b85252f1c6f7fa24a0a95edb1f0fd62", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "5b8da039-2f0d-4812-a3d9-eb1e9a5cf5f9", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "9398446d-5468-493c-9dfd-435d123e8d1d", "Content-Length": "1619", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:01:59 GMT", + "Date": "Fri, 07 May 2021 18:18:38 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTAgAAADebr9cOAAAASl0JjBQAAAAmm6_XDgAAANJ4XoMBAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:00 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Ahw99JrSjd1OscJAiQYkWHgqmvoTAQAAAH17J9gOAAAA; expires=Sun, 06-Jun-2021 18:18:38 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - EUS ProdSlices", - "x-ms-request-id": "d0328f82-572e-40d5-8664-a0a844010600" + "x-ms-ests-server": "2.1.11654.25 - WUS2 ProdSlices", + "x-ms-request-id": "900a0ad5-abcb-4c2a-88cb-da41f3fd9300" }, "ResponseBody": { "token_type": "Bearer", @@ -186,7 +189,7 @@ "access_token": "Sanitized", "refresh_token": "Sanitized", "foci": "1", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMjAsIm5iZiI6MTYxMjU1NTAyMCwiZXhwIjoxNjEyNTU4OTIwLCJhaW8iOiJBVFFBeS84VEFBQUFqeExuQVMzRDB2ZDI0UldyaXg5Q2JuUVZ0WHc2OTlER0dZNlUrNkNYakl1Nzlqb2hPellncEhNd0lSeVJlaDA2IiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzNVYzc0FUYmpScEd1LTRDLWVHX2UwWXRBSWsuIiwic3ViIjoiRHh5SUFhMjRMTWtWb2djWV9iYWhlTnZ3UGNXYldoa2FqaHNmcEZLOU5PNCIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6ImdvOHkwQzVYMVVDR1pLQ29SQUVHQUEiLCJ2ZXIiOiIyLjAifQ.iaCPraWWdrkq8z7XU516ybOwzIeihr-RIxQYTEOcEKz8YV9hesTyRB08HmK35MDQk56OjPIyPyLHop-8Ovb9ugeoctrXb6pzeB6908z-G2JjmP2FCQ7Bk7f4d5i2RrytsVBgvYWItmNlk0HED4PlJFTbIr8yVTqe4QUgBrkhwqlpdrp3uPiGDunvQRfg-MHPEuFadDOyyMgwz6Tdzoyt9hxEvu_2NwZ0QsgoGiMly0PXDNDjELPi71_kqdQvPcOHbThHMhfxYlIXjDF7WJPG80qTFg1MwjvSvRtMLLUaF-xF-jJBuh-fOf1kIdpxIOzAV4Us2_OijFqMQALehWsMRQ", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTEyMTcsIm5iZiI6MTYyMDQxMTIxNywiZXhwIjoxNjIwNDE1MTE3LCJhaW8iOiJBVFFBeS84VEFBQUFhL1VSNWNDY2pTZ0pqRVB2TkNLN3RVVDlsSVlHdjM5TnI2RVh5Y3ExOGFPSHJic3kyN21KV2FMUXZuM3A2VlhaIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzNVYzc0FUYmpScEd1LTRDLWVHX2UwWXRBSWsuIiwic3ViIjoiRHh5SUFhMjRMTWtWb2djWV9iYWhlTnZ3UGNXYldoa2FqaHNmcEZLOU5PNCIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IjFRb0trTXVyS2t5SXk5cEI4XzJUQUEiLCJ2ZXIiOiIyLjAifQ.jw5mGqNDZ_QTyRLrqdPWJXdvJQJbbqwxYRtTd073CpeCAge169dFeO9Ux_7yi8mf_LZZ7_VBtsxyWLxcr8qzesDGH_9QyiazxEIApAOxjipVleaajlxwkckFJJ1ejwfKzft4MgeGFZwMSuoYXVpnO7Cc2SA0MOrgPF962bL9A6bI0UwmlozkygQCrnFF7_PYl_GGQJCN4UCoR6BfYgExt0KAFF1-u4c_d15KBiMWJmU1LfPr9hLbJ5nvdCmYHrK97tDspBmSP7LcifEl6_awoXZxXuqb5EQ4eH-M8QalyaEt7PQuqPAcwpK5EmnRrcU5ZUAux3bCeG3rQl5FbmoChQ", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/GetTokenAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/GetTokenAsync.json index 7810eb37d3ae..f000ee1d4a0b 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/GetTokenAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/UsernamePasswordCredentialLiveTests/GetTokenAsync.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "e29bfd30-a5c1-449a-9979-1e1f5ac93c5b", + "client-request-id": "3b330a07-90ad-4ce2-973d-151cfedb74b5", "return-client-request-id": "true", - "traceparent": "00-b6e6233cd13f544c8b52160010af8be7-7589bb98f832ac46-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-68f99ce1398e154f9fea84a96e4b7395-d1e7407e9f8db945-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "c4507150f034ddcb92bb7a9ee0de770c", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "e29bfd30-a5c1-449a-9979-1e1f5ac93c5b", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "3b330a07-90ad-4ce2-973d-151cfedb74b5", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:00 GMT", + "Date": "Fri, 07 May 2021 18:18:39 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTAwAAADebr9cOAAAASl0JjBQAAAAmm6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:01 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AlY0_Xyt3WBEmoE3dbMThxM; expires=Sun, 06-Jun-2021 18:18:39 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrGFne6DDfNNge8L4gN4F7TnwmmbTq8BF5O8xWuheYZOExXRVya_bKJf4_BqnYbiB8dtrCRc2_14wYhMJFMqCEz8VAVzNRkr54i6iCRETTig7JdkZ8bxiX4xB00n_3hFBuznCJUEJzJxBPX11h0T8m37NO4kTgY362TGJP8dZl6dwgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.16 - WUS2 ProdSlices", - "x-ms-request-id": "372b6ab4-bb9a-4f26-b065-ca49c2c40600" + "x-ms-ests-server": "2.1.11654.25 - WUS2 ProdSlices", + "x-ms-request-id": "11bc2a80-8f27-4f00-a016-a368a65c0900" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,37 +93,38 @@ "RequestUri": "https://login.microsoftonline.com/common/userrealm/identitytestuser@azuresdkplayground.onmicrosoft.com?api-version=1.0", "RequestMethod": "GET", "RequestHeaders": { - "traceparent": "00-b6e6233cd13f544c8b52160010af8be7-0ad7fa40bc92b24e-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "traceparent": "00-68f99ce1398e154f9fea84a96e4b7395-bb5dc01e21f48b41-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "1c97e3805e12dc0d952c72b4111f03db", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", + "Cache-Control": [ + "no-store", + "no-cache" + ], "Content-Disposition": "inline; filename=userrealm.json", "Content-Length": "187", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:00 GMT", + "Date": "Fri, 07 May 2021 18:18:39 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTAwAAADebr9cOAAAASl0JjBQAAAAmm6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:01 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Av0mHDb-PVZCoWNSEwJ-EVk; expires=Sun, 06-Jun-2021 18:18:39 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "5d93c35b-aacc-4472-b8be-adac61de0900" + "x-ms-ests-server": "2.1.11654.25 - WUS2 ProdSlices", + "x-ms-request-id": "7edc0ebd-b83e-43ee-abbf-282791669700" }, "ResponseBody": { "ver": "1.0", @@ -135,48 +138,48 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "e29bfd30-a5c1-449a-9979-1e1f5ac93c5b", + "client-request-id": "3b330a07-90ad-4ce2-973d-151cfedb74b5", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-b6e6233cd13f544c8b52160010af8be7-6f07117f4b5c694a-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-68f99ce1398e154f9fea84a96e4b7395-ce7260911539af48-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1003,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1003,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "8a88bf7af0b9eb1a652d728e0d4bca2d", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "e29bfd30-a5c1-449a-9979-1e1f5ac93c5b", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "3b330a07-90ad-4ce2-973d-151cfedb74b5", "Content-Length": "1619", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:01 GMT", + "Date": "Fri, 07 May 2021 18:18:39 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAASl0JjBQAAAAmm6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:01 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Aiowvoeb7hxHrqpHgD3uYjkqmvoTAQAAAH97J9gOAAAA; expires=Sun, 06-Jun-2021 18:18:40 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "2c125229-6259-4b6e-837a-3fe195360a00" + "x-ms-ests-server": "2.1.11654.25 - SCUS ProdSlices", + "x-ms-request-id": "0dc6c2b5-2a6d-4cb0-b049-e32befbc5700" }, "ResponseBody": { "token_type": "Bearer", @@ -186,7 +189,7 @@ "access_token": "Sanitized", "refresh_token": "Sanitized", "foci": "1", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMjEsIm5iZiI6MTYxMjU1NTAyMSwiZXhwIjoxNjEyNTU4OTIxLCJhaW8iOiJBVFFBeS84VEFBQUE3QXdDeklOUGQ0enJ2b1p3UjN4YnBjZ2JpbzMya3B1YW5UU0QvZG84NExyMUJTUDlwbjJNMEhYTmtXdGNSNTFOIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzNVYzc0FUYmpScEd1LTRDLWVHX2UwWXRBSWsuIiwic3ViIjoiRHh5SUFhMjRMTWtWb2djWV9iYWhlTnZ3UGNXYldoa2FqaHNmcEZLOU5PNCIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IktWSVNMRmxpYmt1RGVqX2hsVFlLQUEiLCJ2ZXIiOiIyLjAifQ.iU2TmhbHrd_YkjPeW5iPqRW3GlAXvLkoAPwU86PxfCWgvGplT7VTvWWyuA-6w7pMaHv4cwViM4YHlnoD2M5PDjzSwUc0x992c0pc--0P6fIW3UnMfkxyztRMvBOMMj1Xp-56Jg9cmzrOSseteOOYX5ICHERCaxEjnmeOj_8ELB6gni2lhLxTbilV38QdnZwWMiUgvZpG0B0kV-biLSgdZXfO5K0g26OMmv-IAFtV5hkuYlo4gLIt8yZMoWnSA7TQNNsQxTKKw5DnjyA8lCfk8722zd3n1oEF1d1INeU07Ql_rbSew-mXYBaGNFMpp7KQw6SFfKEFlKvCmRylgDn1nQ", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTEyMjAsIm5iZiI6MTYyMDQxMTIyMCwiZXhwIjoxNjIwNDE1MTIwLCJhaW8iOiJBVFFBeS84VEFBQUFvZ0tsRnIyWVgwTkN0a0NTdWd6VXpBQUs3K0tPQjZyd1ZvbWZ5cEMrYjBtYVptYXJKdlZCc2d1eGxJMjdoaHJiIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzNVYzc0FUYmpScEd1LTRDLWVHX2UwWXRBSWsuIiwic3ViIjoiRHh5SUFhMjRMTWtWb2djWV9iYWhlTnZ3UGNXYldoa2FqaHNmcEZLOU5PNCIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6InRjTEdEVzBxc0V5d1NlTXI3N3hYQUEiLCJ2ZXIiOiIyLjAifQ.E7aiEe5MwCNv3b7LNGvVPLeCxJH3-1f7aSqiaxZPhop0lZWMNdLHmFumkaxNx9qffEbVP3mMYCrrpA8UWHQAnuggzW9O-dpChyAZsYWUzlhYEdWklZ9BAr0CG1eTjOBqcXaQHUjmWre8GSldzznBUwlg539e_N66plUW8Tp75rKskP_LvB6dhyCkwoa7hFGbfjLCx43IAjWob_ir49wslu-V6cXD2hlhJmYpr0dTEXc0aCPpq6LSX5q-_s70HjyHYOnT1u9VxTbgDLiiHVZXS7kSxLojC8QyicmAoXlcZ-2qF9sJAS0ukSJUVyoa8ZpS6vMTa90Ny3hHtFskRawOkQ", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential.json b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential.json index 2be94ecc03af..4697550484f9 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "9cb459d2-4ada-4700-8d19-2d4bacf2df14", + "client-request-id": "4433452c-2d9b-400d-a4a3-c29b18339bd1", "return-client-request-id": "true", - "traceparent": "00-e1a1efbbac8e2341879a624487a48b95-dbcd6b9217f11e43-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-e903c512020e4e48915e64fcca512c3c-20c061e67f82b543-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "2922e79c517fdf8a3c060ffa683dd147", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "9cb459d2-4ada-4700-8d19-2d4bacf2df14", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "4433452c-2d9b-400d-a4a3-c29b18339bd1", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:01 GMT", + "Date": "Fri, 07 May 2021 18:19:40 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAASl0JjBQAAAAmm6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:02 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AiRYdcK14bpEn0-QhpBe-Ss; expires=Sun, 06-Jun-2021 18:19:40 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrYYdmN6iy0-c_c_MdE07TKV_pKohe_lwNmVK7Jsfb2gel2y6jdF_khmowBmJ6h4kK5XYoh5wa5zDtMKM2nz0pt30sRI8qVMwdtHzIDuMvODUxboMD1uvkVVuCRnY2EhuzYF7rrA2reYuzOFIsSDTwHf7r2cw7_ClOjSXKbrFBrDUgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "41468cb1-c10c-4096-8d74-d42466b60b00" + "x-ms-ests-server": "2.1.11654.16 - NCUS ProdSlices", + "x-ms-request-id": "6af547d3-f6d3-49da-adbd-77284160e301" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,64 +93,67 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "9cb459d2-4ada-4700-8d19-2d4bacf2df14", + "client-request-id": "4433452c-2d9b-400d-a4a3-c29b18339bd1", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-e1a1efbbac8e2341879a624487a48b95-b3228bdb9cc08e46-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-e903c512020e4e48915e64fcca512c3c-bc8d8ae5a8b8ee44-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "5bb30c46884590149c8d8c0159919a24", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "9cb459d2-4ada-4700-8d19-2d4bacf2df14", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "4433452c-2d9b-400d-a4a3-c29b18339bd1", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:01 GMT", + "Date": "Fri, 07 May 2021 18:19:40 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAA6BPPIQEAAAA5m6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:02 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AuaI-yg3CLZIrn13Hb-h6PFlEICiAQAAALx7J9gOAAAA; expires=Sun, 06-Jun-2021 18:19:41 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,312.9343,", - "x-ms-ests-server": "2.1.11459.15 - EUS ProdSlices", - "x-ms-request-id": "5b9f9755-cea8-4e44-a672-308395200700" + "x-ms-clitelem": "1,0,0,1515.7828,", + "x-ms-ests-server": "2.1.11654.25 - WUS2 ProdSlices", + "x-ms-request-id": "17740303-97fa-436c-a177-d22bb9bc8e00" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMjIsIm5iZiI6MTYxMjU1NTAyMiwiZXhwIjoxNjEyNTU4OTIyLCJhaW8iOiJBVFFBeS84VEFBQUE2b1VrSHVodXBSSTU2NFZSMnhXZFRuemIvYmprMk5OZnZYM09jRXdkSGcraUw4S2Q5T3N6dUtzZ3JPZVBYQ2s2IiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IlZaZWZXNmpPUkU2bWNqQ0RsU0FIQUEiLCJ2ZXIiOiIyLjAifQ.XO5E0253Tp3gLxdi29tXO8z8Mlr1hzek7SIkNNw83QW7s6InaLH4b98CQ5YC6Pn5EBfL-r3FuH30L4blgcWwdeG6C04ccZPwj5G3TebBcrQn7f-l4el52W86ehH_gGSEwCQAu1NYxy7fLACVrU5zHuc9ZuitxSVZr-CvJ2lJ_MXmobO-TPgvz-kVW3MKxlu2sslCkWsm1dBmwRB2QwT9aZN3Yzr8Bp8m-mTqyZXdL89CTHGF51aZwjou4ic85NQn4XZWRExAItI5MAqeAsghOfx3R8E4-QPExBGkMete7TpspPSZ5HfFRLAQnBY78qGrTWvrhqd_gzflmmg3-kWzKA", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTEyODEsIm5iZiI6MTYyMDQxMTI4MSwiZXhwIjoxNjIwNDE1MTgxLCJhaW8iOiJBVFFBeS84VEFBQUFtRUd0VUhkYkJrR1paU2tWUTJEQVY2OEY0ZVBZaEt6YWlYb0xPS09SNW0wMVdRS1pnU01GbjBRdkJqcncvbW1FIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IkF3TjBGX3FYYkVPaGQ5SXJ1YnlPQUEiLCJ2ZXIiOiIyLjAifQ.nB3HGlM0cRjPWpDtT74poMwdyh802jNCzzph-wIARp0kgxd9sXP-zJaYrCARG__3PQdfP_Wpb0v9l7WXBFaCgdAEe3iNklMFdyWNzP47vuT74hlnlCRjx0hPjiivoi21Um-zd4MzjJ7slxU8_X6PxhF8isrNLC0Laiuep2ofegcjJg-mCW8DTlZ_f0Ft2FEoGmld4q7i5f25smnOKzPZjNWjfJdWMviWqZNskn-3U_5YEF5DEDMGVYbLxGc6Cj9OUNKvMrcwvmtq763IyTCCOSscIPksXGFFez0hY0B6pnIYjz8u47HJ_YmGI7OwtR_kKvF-ywp_GiaJKNHN-r5oFw", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "AZURE_IDENTITY_TEST_USERNAME": "identitytestuser@azuresdkplayground.onmicrosoft.com", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "621468287", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredentialAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredentialAsync.json index 3a22c0a5c279..726cd7a6537b 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredentialAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredentialAsync.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "4d36406f-cfd6-4228-a1b2-194ac1fe88bf", + "client-request-id": "2bc8b690-e083-4f9a-83f3-83e18fa3198c", "return-client-request-id": "true", - "traceparent": "00-1327bb5d858377458215aefd46a2e3ed-c0ed6efdbc67f047-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-44dd3600e8a20744a45b7c978a325e01-9fbeda00b83ecd4a-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "2df47badcc1973b4e2e683b8d12546a0", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "4d36406f-cfd6-4228-a1b2-194ac1fe88bf", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "2bc8b690-e083-4f9a-83f3-83e18fa3198c", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:05 GMT", + "Date": "Fri, 07 May 2021 18:19:46 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAA6BPPIQUAAAA5m6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:05 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AsAePWMLSdZEpWilUyWVjs4; expires=Sun, 06-Jun-2021 18:19:46 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrN7SiLKkA4BMYkqV9ZEIyFsV8tIqFtBqC3QYP9lEJGyOtemlQcAyG87Od2gMj2104u1VPwdE-24kZYVZ6S3DPuttug5PuZSE3yD2fa4o4nThoOvcdc4uEsG_g1ixoI1gNse_TSiCtV52C0HAw63lhbhEYH9B8ENN7V0L8a-yYUKIgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "0b35272a-a711-4856-9f05-a55ac4756000" + "x-ms-ests-server": "2.1.11654.16 - NCUS ProdSlices", + "x-ms-request-id": "33ad71fb-45db-4d39-87f6-a71e629e6e01" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,64 +93,67 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "4d36406f-cfd6-4228-a1b2-194ac1fe88bf", + "client-request-id": "2bc8b690-e083-4f9a-83f3-83e18fa3198c", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-1327bb5d858377458215aefd46a2e3ed-3ec7a8891e658347-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-44dd3600e8a20744a45b7c978a325e01-a23c4c9c53924b49-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "2ccc2d93d10c4ccd019bf804d48bd946", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "4d36406f-cfd6-4228-a1b2-194ac1fe88bf", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "2bc8b690-e083-4f9a-83f3-83e18fa3198c", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:05 GMT", + "Date": "Fri, 07 May 2021 18:19:46 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAA6BPPIQYAAAA5m6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:05 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AhG9e_AR-wtJrnRY03DtmtNlEICiAQAAAMJ7J9gOAAAA; expires=Sun, 06-Jun-2021 18:19:47 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,375.9072,", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "efc41daa-d3e4-4853-865b-af35b0650700" + "x-ms-clitelem": "1,0,0,506.945,", + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "13e0f3a7-81fb-43aa-a56c-b5ae141f4c00" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMjUsIm5iZiI6MTYxMjU1NTAyNSwiZXhwIjoxNjEyNTU4OTI1LCJhaW8iOiJBVFFBeS84VEFBQUFMSlBoSDgvYTJMamtmaHJ1OEVPcEljbVgyYTBzV0NXZHcrUDJnSFRld05ub0dERDNHV0J5WHkya1pKRHlkZWN6IiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6InFoM0U3LVRUVTBpR1c2ODFzR1VIQUEiLCJ2ZXIiOiIyLjAifQ.EstynF-dXhrE9Xnh9JHeJwjHPdysHvdcbPqrCyZ4NHB4FaTWHyqTTAASSRpY0CHHQ25nxmdZ--cMnqsCbtLQ4armBP2LqTWeU9W1LEHqH0YWQpRLeEurlIkcP45mmb6w8UrWMH19wNdyQf8t6qsjzbKtAOmdt4ZZgDpBvcYTVKFrySXZQu3lZpDjrZpPqY-6ytddTXp3tYkI3e6C5f6ovYGsaPHSgrq3yeOr3EfmUNVxWu8NGG41rJ6-DoIIH7gDP7IJevhtx3iZbcMwU7HQlowWZdiHlFxD14Mfd3-yNBXCsRbo7Oy1AZE1gqfgWYmSYaKJIRZoms_XeN5TXaA1_A", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTEyODcsIm5iZiI6MTYyMDQxMTI4NywiZXhwIjoxNjIwNDE1MTg3LCJhaW8iOiJBVFFBeS84VEFBQUF6OENDeURVWExkVWFWc29TeUhhZUtTZitoMkpyUDlTL2NhWGFrb2VEc3hJTnFDOXg3eFlkM2lKcGQrbkJzNHVHIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6InBfUGdFX3VCcWtPbGJMV3VGQjlNQUEiLCJ2ZXIiOiIyLjAifQ.GZ79Z9ky_1IXb4zCpF1UpN7z-8SOSMDtIMk_Tx4zJMRI8QnPtdXPycMow5P4atO9gzMX-GY8deLO0knwYJ6Xw9XjzhrIh3SlpuQ3hRuo37ZV6ZD3CF6bCkrPqswv9dhITI6vc58GlfA5f97zt7Y8QEvKVtO_CHkOCpYlWORimqmRTRzzj_P375SotSYWj4xkOLA7CQ3fZhX_sRQN-d-N6py9Uy0kBLZtC9K1l60XUiUtQpVGKV_WypyasKo_CblUEvUsTkK010Ap0efzPm0d8A-B4mhE3lrTlAdogWl9SAMyeJhSITQyugGNBZLkdKJPLgAuXJ7QITornT7EWkqcBQ", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "AZURE_IDENTITY_TEST_USERNAME": "identitytestuser@azuresdkplayground.onmicrosoft.com", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "672667440", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_AuthenticationCodeInsteadOfRefreshToken.json b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_AuthenticationCodeInsteadOfRefreshToken.json index 587de0b930ab..8e02ea058808 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_AuthenticationCodeInsteadOfRefreshToken.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_AuthenticationCodeInsteadOfRefreshToken.json @@ -2,6 +2,7 @@ "Entries": [], "Variables": { "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "1872607964", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_AuthenticationCodeInsteadOfRefreshTokenAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_AuthenticationCodeInsteadOfRefreshTokenAsync.json index 0019376dd6a7..690dbb08ed0b 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_AuthenticationCodeInsteadOfRefreshTokenAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_AuthenticationCodeInsteadOfRefreshTokenAsync.json @@ -2,6 +2,7 @@ "Entries": [], "Variables": { "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "1710709823", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_BrokenSettingsFile.json b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_BrokenSettingsFile.json index 8d4b35244b39..9540abdede1c 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_BrokenSettingsFile.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_BrokenSettingsFile.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "8f031c1f-a4b5-4199-be13-04af41f63ecc", + "client-request-id": "39ad604a-658a-45fe-90cf-9d3be93d1d86", "return-client-request-id": "true", - "traceparent": "00-058e8b40109b0342991f2ec3a6327bff-5fa158d73490884d-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-5ef0e05927f5114fb66172bb12dcd729-c6cfb51a42a5ab48-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "dc244e5b5371dd01a4da46a4060a75fd", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "8f031c1f-a4b5-4199-be13-04af41f63ecc", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "39ad604a-658a-45fe-90cf-9d3be93d1d86", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:02 GMT", + "Date": "Fri, 07 May 2021 18:19:41 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAA6BPPIQEAAAA5m6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:03 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AlrSxyLQA7lEqUnzSBdeaAU; expires=Sun, 06-Jun-2021 18:19:42 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrvLdUZ-4A1Am5-gA9Mhur6-qeSFQE6YqXXsi6rZmrxBEkwYPq1FzOvteo0wRqRw0ESqkw5cNJntuY-bgynZzA63Kwld6-cYSsCy02lE3b6r5SiM7yn8rI4NiyfHFUmepKSNj1CF-P7k8baxZA37sI3vZhokBodPwbMSyMXHaUz4ggAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "f8522225-afc8-4e0e-9313-a076e3e80700" + "x-ms-ests-server": "2.1.11654.16 - SCUS ProdSlices", + "x-ms-request-id": "b1c7a1b3-6f38-456e-a253-2dffb9fbcf00" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,64 +93,67 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "8f031c1f-a4b5-4199-be13-04af41f63ecc", + "client-request-id": "39ad604a-658a-45fe-90cf-9d3be93d1d86", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-058e8b40109b0342991f2ec3a6327bff-8a63bf67e92a914d-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-5ef0e05927f5114fb66172bb12dcd729-5830fcd97f774246-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "0d39717ee0f85447c268195631055faa", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "8f031c1f-a4b5-4199-be13-04af41f63ecc", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "39ad604a-658a-45fe-90cf-9d3be93d1d86", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:02 GMT", + "Date": "Fri, 07 May 2021 18:19:42 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAA6BPPIQIAAAA5m6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:03 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=ApAYQZsr0etLo_bBZArMCfhlEICiAQAAAL17J9gOAAAA; expires=Sun, 06-Jun-2021 18:19:42 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,337.4646,", - "x-ms-ests-server": "2.1.11459.15 - EUS ProdSlices", - "x-ms-request-id": "142c8833-3eec-4273-ae54-3aa50e3a0600" + "x-ms-clitelem": "1,0,0,511.015,", + "x-ms-ests-server": "2.1.11654.25 - WUS2 ProdSlices", + "x-ms-request-id": "17740303-97fa-436c-a177-d22b16bd8e00" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMjMsIm5iZiI6MTYxMjU1NTAyMywiZXhwIjoxNjEyNTU4OTIzLCJhaW8iOiJBVFFBeS84VEFBQUE1dTBFaGtKd2ZtWm8ybEpadGhUdmhGcGdQTWZYUVlUZFNiUkNpdjFBUC96TDU5VXF6MlhtKzloK3RzMjM5V0J6IiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6Ik00Z3NGT3ctYzBLdVZEcWxEam9HQUEiLCJ2ZXIiOiIyLjAifQ.Pv2pjSF8ilO71OYnUv32iEzyGIsijZEBXQNItvTyyVDVO6KgAazSabKycG3WUsMNv1cyhocmunsPISsZ5SScOp9_HlQKA7SpA08xEdP3P8T7UQGgdaBlLpQoVxmE1MncpSE5JJT44jalLowUpGjBpI4Drx_FXnV5QL4OkY8EpbsvQzZDPsfjvkStuEuzQuREnRn8v5A5gC0GzRea73kZSaWA92KCDKBY6c6PfuiL_I-pRVplBmRcbKPb-W7U3nFmdpjCdu4YTrJoJuyLpHWIEhSHViBNd4kZJ7jxm82CwC7fhCFDUZDGfWCnZaU_4X2yy_DzNWHg3EeS8LlUNlJWIg", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTEyODIsIm5iZiI6MTYyMDQxMTI4MiwiZXhwIjoxNjIwNDE1MTgyLCJhaW8iOiJFMlpnWUtnNXkzWTA2MDd0NC9vblZZczE4azl4bTVuVVg5dWQwYnk3ankxVU84Tlo3YlRvV1dOMzQxUWUzajVyMTVRQVFaR1BBQT09IiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IkF3TjBGX3FYYkVPaGQ5SXJGcjJPQUEiLCJ2ZXIiOiIyLjAifQ.Lh5V_57WVMXlB2bj3P8Jx5GjdNPpYPLYlNKcMckNjpRbGck3ATqWZpiw6bKoN6Nz8pEg7hyWVf0iUtGTyQ9b6fQvj4aHBB5r3j3KfBc7nXb2t0YlMmuzHM-mAzPxvsILF_vIJ8izPlAke_mu2G_x0FiYzolwVHdS3aoo3oD-JKYL2_5sqIX9W3iwTI7kKoTWigKCCfC7pUSWuC99NYHUvYdra8KU8qKdela5eA7RTWtgOb0M50Z-awv5XrviGpPXBms1zn1r5nP5A37jxcfI27EvUxl6SbRDOYJEl6l6PVtcEcc0m0EskQ109SV4A92ZwygmEVt4js_VzWvYUkqADQ", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "AZURE_IDENTITY_TEST_USERNAME": "identitytestuser@azuresdkplayground.onmicrosoft.com", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "1087424336", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_BrokenSettingsFileAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_BrokenSettingsFileAsync.json index a434d15c3502..0ff3a5826a17 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_BrokenSettingsFileAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_BrokenSettingsFileAsync.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "bb670d9b-cd7a-4a4b-9833-2f03d7c0a127", + "client-request-id": "9e0c81ca-e411-4621-9654-51e0172a5d12", "return-client-request-id": "true", - "traceparent": "00-c9b1bd9b74e47f478e43ca537c806d29-50059ef90936dd4e-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-1c55218cd6eb524990359f2b9e9fc622-b8efef4376c9154a-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "c41dbb01316a7ce94d52af052985f3fc", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "bb670d9b-cd7a-4a4b-9833-2f03d7c0a127", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "9e0c81ca-e411-4621-9654-51e0172a5d12", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:05 GMT", + "Date": "Fri, 07 May 2021 18:19:47 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAA6BPPIQYAAAA5m6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:06 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AqjPKMqBWRFCn6mWCC9xDAc; expires=Sun, 06-Jun-2021 18:19:47 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrno-KAI1GctZrqs3RbKS92R08aZx-ULcgGplagYOlPkPbSTZLkjGG1kIMGceqpCtaaicKVtBXY1UDefkLQSMI29wWmcZhtEvU6G6_w4hf6i16t3dvnw192W8vJP0NhyAGNjt4PbHjRCxxYcfybxYYorvP4vdr8wP0j-aLSLryY70gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "9b23fb4e-7f86-4854-b21e-0109ea134d00" + "x-ms-ests-server": "2.1.11654.16 - NCUS ProdSlices", + "x-ms-request-id": "a24339a5-3062-401c-8e04-91f524384b01" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,64 +93,67 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "bb670d9b-cd7a-4a4b-9833-2f03d7c0a127", + "client-request-id": "9e0c81ca-e411-4621-9654-51e0172a5d12", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-c9b1bd9b74e47f478e43ca537c806d29-515fe3815fd0a740-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-1c55218cd6eb524990359f2b9e9fc622-de551ad017ea6542-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "daa4420d3dd5ca392cad8bd2547dddca", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "bb670d9b-cd7a-4a4b-9833-2f03d7c0a127", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "9e0c81ca-e411-4621-9654-51e0172a5d12", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:05 GMT", + "Date": "Fri, 07 May 2021 18:19:47 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAA6BPPIQcAAAA5m6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:06 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Arpv16M3vB9AsCmrMHHBqxNlEICiAQAAAMN7J9gOAAAA; expires=Sun, 06-Jun-2021 18:19:48 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,227.8501,", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "3e001942-b53c-4cc5-a2f4-cd1f92020900" + "x-ms-clitelem": "1,0,0,511.7083,", + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "53f35130-c427-4268-9c8d-23dd25d74d00" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMjYsIm5iZiI6MTYxMjU1NTAyNiwiZXhwIjoxNjEyNTU4OTI2LCJhaW8iOiJBVFFBeS84VEFBQUFvVjg5SVBscU5ZeHNDR3l0WE9Ddy9SRFNjQ3JLblB1cWhkVUxwUmdyTGNLckplN0s2MDY1d1c2K2ltajNZM3Z6IiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IlFoa0FQankxeFV5aTlNMGZrZ0lKQUEiLCJ2ZXIiOiIyLjAifQ.c2tAdCSx9PunNXpv8O1H3Qf4OtaAN89sMxWzXpE_hJN9PbSIo_c93t9NnFXyt3zosGBOeUaIj0t37cVKGTBBAIwl79OUoOSzuOZMSm0kWAN_eWk5qDWzUXFu4zzMj73a1PVMaFXexk9n2WJ4kh_sRne-CxJ60ws63WZTI-hnq8L8QJvJdeGXrbos2xG0hFSRCerGqBaI-rbdcg3Nn1J7UPLrJQ81zZ34SgH3v4HxiPHItCz36Ql9o9GtYN8LuXncZWtu-vBBlB5GKYsjw1EKtFrVFCukR1GtnVBJmv-YBCCqKM2DJxgteIRIUPDQ5gCrwcKpE_ZaASDtDETZzu7lbQ", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTEyODgsIm5iZiI6MTYyMDQxMTI4OCwiZXhwIjoxNjIwNDE1MTg4LCJhaW8iOiJBVFFBeS84VEFBQUFVTm5ubnFZZW50VHFCUy91Z3M3bXVaT0lFUFB4VDdQNjd3dE5UbTRzS1hBbllhYXhjZ05TVFI1OVNUMm1zbnlzIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6Ik1GSHpVeWZFYUVLY2pTUGRKZGROQUEiLCJ2ZXIiOiIyLjAifQ.VQCB-2VdkL7PgtGWd7DZAUZL7_kueb4VvyCxq-Py0rWG7D04eTi5-J3JkOh-waEjCM8lh6Tq3JwXEDaurdH8OSEKlcUlz0ecQ6_0AkJ-SJOAyOsm-6sItp3b0-JbMK7xYrCyb3PC1-ON7h9ZeNQD5273ewBd6bV6dyGMgXv0AIffLMLsxOCJj9A8Pm7gwL3VAUu9VkFcP-S4EXy02lVYWJuKcegBZPVbfb_y5JErn5cKPJ07bH4CWfp-H-hfp6ZpsW5an8hEuZOH_dUKaoXJHpyBbhywyQUEf820Mp3waObGWOlVh2NWCrXxGSdWSrVWK8GaGvns4tpCxLwwEUtY9A", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "AZURE_IDENTITY_TEST_USERNAME": "identitytestuser@azuresdkplayground.onmicrosoft.com", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "416295041", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_EmptySettingsFile.json b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_EmptySettingsFile.json index dec517211d1e..2d93f669b4c1 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_EmptySettingsFile.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_EmptySettingsFile.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "4bb0a1b1-2663-44e6-916f-3bd06e3df83a", + "client-request-id": "8d80aa5c-1209-457f-b681-65fcdbda2839", "return-client-request-id": "true", - "traceparent": "00-4ab65ae5e5887d478412c59b713b0058-fdc8d9951859224e-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-87761c85b79aa24e814d2cd7cd02032f-6bdeb0f80e795846-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "7f759735c061c49baba0ada601b6993a", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "4bb0a1b1-2663-44e6-916f-3bd06e3df83a", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "8d80aa5c-1209-457f-b681-65fcdbda2839", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:03 GMT", + "Date": "Fri, 07 May 2021 18:19:42 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAA6BPPIQIAAAA5m6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:03 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Ap1vCDjnqw1FihW9v_2AWUA; expires=Sun, 06-Jun-2021 18:19:43 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr-wu1o3yV1FNPd4oflItmf4e0xRz5DZoqiDYnPGDpidgvSPvw_C3YgfLvxh4ACeML7ZnPAXg7k2A_I20k2xHskhaXvqp_FnE0aRxEKlQLtUlLugOWTDlgdHd4_V6J_ZB2Co2AYQaAKcQYlnHAEB-WlvRwboiQSkTMnCPwO_XzaHwgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "88a5a492-397d-4798-a0c1-6d23ca2e5a00" + "x-ms-ests-server": "2.1.11654.16 - NCUS ProdSlices", + "x-ms-request-id": "294b77fb-b929-4e81-91f0-f84fd9e4a201" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,64 +93,67 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "4bb0a1b1-2663-44e6-916f-3bd06e3df83a", + "client-request-id": "8d80aa5c-1209-457f-b681-65fcdbda2839", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-4ab65ae5e5887d478412c59b713b0058-8c3a4a0b4ff0714c-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-87761c85b79aa24e814d2cd7cd02032f-1770c56b5c1af749-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "64b320e2d3b954105f82533e3e5e1e98", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "4bb0a1b1-2663-44e6-916f-3bd06e3df83a", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "8d80aa5c-1209-457f-b681-65fcdbda2839", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:03 GMT", + "Date": "Fri, 07 May 2021 18:19:42 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAA6BPPIQMAAAA5m6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:03 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Ag1akEhnqFNKsqZOk7rekbVlEICiAQAAAL97J9gOAAAA; expires=Sun, 06-Jun-2021 18:19:43 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,255.1383,", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "a9c961b7-e07f-463d-be39-7b8f55c00800" + "x-ms-clitelem": "1,0,0,448.5036,", + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "53f35130-c427-4268-9c8d-23ddd8d54d00" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMjMsIm5iZiI6MTYxMjU1NTAyMywiZXhwIjoxNjEyNTU4OTIzLCJhaW8iOiJBVFFBeS84VEFBQUFtcEJQRE1lVVdjcC95RVVDVVJHTHR5bU5ES0lLZVRMZU1sbTJyN1VlNlJaMW1iL01kQWVDcHFudUgydTlvSnpoIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6InQySEpxWF9nUFVhLU9YdVBWY0FJQUEiLCJ2ZXIiOiIyLjAifQ.PoCyYnK8-9ZiOvN4Fpa-0lg-5sEmoGJV0hLPIp2Sk4I0vMjbXawUxIcluQJuC4OPSUaMy8D6r7_1uSuQMqLYQ-hw1P9i1-T3eyXwFWHNdC2wa5K1RphyD56gbqfqFIPqLKdPJguAWG_aKKotGlzjCMGfaQfWLJlu39m4Eq5UH-JHm4SrXATdy0NqpYq2BHRiTAbROc3DT_yzwxjXodiOI6S-wH_a_acD6cvEAo2_E84KGySrHsoklCmFxB7rIpW-H65fKbK4JcCf4qJl8sIOSevyqXL8YdpXqfX9kmtkU735WYMzbeIIILDwxO4YpjWAgZLNWoLsjDjoeupDUs3cOA", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTEyODMsIm5iZiI6MTYyMDQxMTI4MywiZXhwIjoxNjIwNDE1MTgzLCJhaW8iOiJBVFFBeS84VEFBQUFmWWw5a3ljaHNIbnByQXE4d0JVQ1ZNY0NzaU1oUnpTOGhsaUdWemRLR2Vyd1hTVWNmOEdTeEFMcy9TcllWcmdRIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6Ik1GSHpVeWZFYUVLY2pTUGQyTlZOQUEiLCJ2ZXIiOiIyLjAifQ.CNjOh0Hbt81Rn_shcTIPsyeI6loiMXDKDPNOe6KMEWvDk3_JQiy16e1ikrq-ItRoKN18z9bsNx21aK9Xk6fLmybubPnmdKy6XoMQgVIy1RcQrCbQU8CeJrI8aBY543QXfjpNbHE3w02darccnfCLtszZVPIibosETQIVnajpu7qafDop_Y1qdJgS2xwL4KtYqqTnpb3lvRj38EEwmXnyIV1LTjoDHbgZUxJjXVtmQrza19XPn1ftv4AxZ0CYb8oa6n7sWrTyGhVr1jDu4CwmBg3dZm_p8H1v4HcHooFETPE1vJEGAiIaUdZ9MbZBPPnuH8oXDlVYxKjvHHfAlyaGAA", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "AZURE_IDENTITY_TEST_USERNAME": "identitytestuser@azuresdkplayground.onmicrosoft.com", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "1814209897", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_EmptySettingsFileAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_EmptySettingsFileAsync.json index e5490ff94e7d..a8d5f84d9b20 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_EmptySettingsFileAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_EmptySettingsFileAsync.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "e30994e6-f311-46d1-963a-069e8e7f5651", + "client-request-id": "144beb4b-b9cc-43e9-8c18-5a9d2d96bb0b", "return-client-request-id": "true", - "traceparent": "00-e4201884c142544e802a044f4a44bdce-12e9f3aa316d3946-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-70cb4653f4457842996adccc5142221c-846f130f2aeee841-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "bf33f7ef86206a342d66a853d492bfbb", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "e30994e6-f311-46d1-963a-069e8e7f5651", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "144beb4b-b9cc-43e9-8c18-5a9d2d96bb0b", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:06 GMT", + "Date": "Fri, 07 May 2021 18:19:48 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAA6BPPIQcAAAA5m6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:06 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AvZksVr5m1pFpzlSX1jBLZ0; expires=Sun, 06-Jun-2021 18:19:48 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr2aQzvROBbVgzGnOKOV2ovY6Qe7OUsG15FRwWiE9TE0PWxylIdNBza9zHxEDqjvdRfJ6TwCe_rlAXRw5dIXabDH3bHMKM6ORMyOpW7lUIX6k3vPNruylvuKKcct6eR7zIc227Dx6iGdhohIXXfPRXdGh6lDGQq1Xm9NJRoszsdkggAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "65a34bae-3d0d-4492-b5f8-174a1d490a00" + "x-ms-ests-server": "2.1.11654.16 - EUS ProdSlices", + "x-ms-request-id": "1cb746c5-51ec-44e8-83bb-36291a828602" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,64 +93,67 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "e30994e6-f311-46d1-963a-069e8e7f5651", + "client-request-id": "144beb4b-b9cc-43e9-8c18-5a9d2d96bb0b", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-e4201884c142544e802a044f4a44bdce-bb5831ff0a12144a-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-70cb4653f4457842996adccc5142221c-49a7f33fc082494e-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "4fc12a15541f69414ebef46c815c3de2", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "e30994e6-f311-46d1-963a-069e8e7f5651", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "144beb4b-b9cc-43e9-8c18-5a9d2d96bb0b", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:06 GMT", + "Date": "Fri, 07 May 2021 18:19:48 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAA6BPPIQgAAAA5m6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:07 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=ArFvRAZ5kvdHqwteoV-cNbplEICiAQAAAMR7J9gOAAAA; expires=Sun, 06-Jun-2021 18:19:49 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,205.7937,", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "efc41daa-d3e4-4853-865b-af352f660700" + "x-ms-clitelem": "1,0,0,497.3761,", + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "0dbe471e-7477-44bc-bbd6-81a1d2214b00" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMjYsIm5iZiI6MTYxMjU1NTAyNiwiZXhwIjoxNjEyNTU4OTI2LCJhaW8iOiJBVFFBeS84VEFBQUFDY1NKYUpSUVF4cnRlaWtLSTRKQlV3OW5lTldiV2c5aHpZUTFFdjJZempLYklzNEltenN4Mm53RHRBSUpTOW51IiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6InFoM0U3LVRUVTBpR1c2ODFMMllIQUEiLCJ2ZXIiOiIyLjAifQ.g_A4naNtU3S2hiQqzDsypEN_S-d9JyC74eF2gJti8-StxUM_QtBUgwEbuA58CJ-D1zre5m3mW0lt7l9y6GArv1QSdAznvVG3Ml93POnUi1PMAwzo0bz89drCxB2Zywt7QqeJk5LD3G12i7-amfjW0Ils7PBc4wMad40XCkheNm83fkQ57S4rW3QMVhJpdTkT3SD8rrs4l1oegBw8ajJTu6KHoi1TYO6JMrSwcpQvq2qXkYyih2BDF9N9-BeTI8axvEXB8O6rIyNLo_-JvBZizgGVztqGZW_HQwdPF2yATWfcPue32r-3D_ViIKLXbi2ddMaFUHRYSSMIll3ct_j-gg", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTEyODksIm5iZiI6MTYyMDQxMTI4OSwiZXhwIjoxNjIwNDE1MTg5LCJhaW8iOiJBVFFBeS84VEFBQUFvVjg5SVBscU5ZeHNDR3l0WE9Ddy9RM2ZwRHNsTXNlTm11WUwraHYzaVMvaCtIUDRmN3AxVHY3TUlia2VRTkptIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IkhrZS1EWGQwdkVTNzFvR2gwaUZMQUEiLCJ2ZXIiOiIyLjAifQ.Cll4_gnBFH1ZmUVbgVhmRys32YyoMtMf6SfXxH2sJ5A5cIM2SwypJD9uZU_O0riVJA5llsrHF8K8oOhzvWMy9R2nwiLCM2Oaq_XJUVE-VW56Fuh8GokkE1iPOfNq5U_ihLQCY3KMxLm0hyeUg7turf72VmRHCDYU9WYZieTe8I9ar7wLPK61xTyLACcr_bwthcm3E7jBYYvyC6khtq3dDLjVZWse46HrI_cHXnlv6rrVPAFavMbt0sEevfomJOyab4ct-iOvm2h1TnPqy77FTJPsJdpDGk2YoOP0GbAG340HbxOJwOUnQgPDUyNFimkgPqLpap07eY5423_SERAjjA", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "AZURE_IDENTITY_TEST_USERNAME": "identitytestuser@azuresdkplayground.onmicrosoft.com", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "43695011", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_InvalidRefreshToken.json b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_InvalidRefreshToken.json index 7ac834ef80a9..73f0289187c2 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_InvalidRefreshToken.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_InvalidRefreshToken.json @@ -4,58 +4,58 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "15f3890c-6cb5-40b3-b1ed-2aa69f0be761", + "client-request-id": "d54e5c1f-cd52-4c9e-b288-45543ed69c32", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-477bf34048f3bf41bc36e973e05bc74b-39b52eb3102aae41-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-ca0fd27086fb1045aa9a7ba341b3aa4d-85c020ba12d32145-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "feda22738c5348ee87b601f32a091770", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 400, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "15f3890c-6cb5-40b3-b1ed-2aa69f0be761", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "d54e5c1f-cd52-4c9e-b288-45543ed69c32", "Content-Length": "508", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:03 GMT", + "Date": "Fri, 07 May 2021 18:19:43 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAA6BPPIQMAAAA5m6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:04 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Ap2GIQJvCEFDhbVxBcmojFw; expires=Sun, 06-Jun-2021 18:19:43 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,9002313,0,,", - "x-ms-ests-server": "2.1.11459.15 - WUS2 ProdSlices", - "x-ms-request-id": "1b911531-26d7-497e-8cd4-7f0da14b0800" + "x-ms-ests-server": "2.1.11654.25 - WUS2 ProdSlices", + "x-ms-request-id": "c3f81b68-eb8d-47af-a302-9c68df698e00" }, "ResponseBody": { "error": "invalid_grant", - "error_description": "AADSTS9002313: Invalid request. Request is malformed or invalid.\r\nTrace ID: 1b911531-26d7-497e-8cd4-7f0da14b0800\r\nCorrelation ID: 15f3890c-6cb5-40b3-b1ed-2aa69f0be761\r\nTimestamp: 2021-02-05 20:02:04Z", + "error_description": "AADSTS9002313: Invalid request. Request is malformed or invalid.\r\nTrace ID: c3f81b68-eb8d-47af-a302-9c68df698e00\r\nCorrelation ID: d54e5c1f-cd52-4c9e-b288-45543ed69c32\r\nTimestamp: 2021-05-07 18:19:43Z", "error_codes": [ 9002313 ], - "timestamp": "2021-02-05 20:02:04Z", - "trace_id": "1b911531-26d7-497e-8cd4-7f0da14b0800", - "correlation_id": "15f3890c-6cb5-40b3-b1ed-2aa69f0be761", + "timestamp": "2021-05-07 18:19:43Z", + "trace_id": "c3f81b68-eb8d-47af-a302-9c68df698e00", + "correlation_id": "d54e5c1f-cd52-4c9e-b288-45543ed69c32", "error_uri": "https://login.microsoftonline.com/error?code=9002313", "suberror": "bad_token" } @@ -63,6 +63,7 @@ ], "Variables": { "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "1716890069", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_InvalidRefreshTokenAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_InvalidRefreshTokenAsync.json index 5195eff83245..d2cc1be99f6e 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_InvalidRefreshTokenAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_InvalidRefreshTokenAsync.json @@ -4,58 +4,58 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "e1c18997-e101-4b83-914f-c02f7835c6e7", + "client-request-id": "8935dbfe-7fcf-4b3a-bc4b-de5850f6a1f7", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-678882adb1eb7b4c86f6588ad4ba5e01-aa95290e24b99b40-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-eb967aad72a14f4f881d286938561491-732012f4b73c994a-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "0d50fe598bba955a0e109867dc7335c0", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 400, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "e1c18997-e101-4b83-914f-c02f7835c6e7", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "8935dbfe-7fcf-4b3a-bc4b-de5850f6a1f7", "Content-Length": "508", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:06 GMT", + "Date": "Fri, 07 May 2021 18:19:48 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAA6BPPIQgAAAA5m6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:07 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AtpJbpG4o2tAgM7S3dhiMMg; expires=Sun, 06-Jun-2021 18:19:49 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,9002313,0,,", - "x-ms-ests-server": "2.1.11459.15 - EUS ProdSlices", - "x-ms-request-id": "d0328f82-572e-40d5-8664-a0a89d030600" + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "0dbe471e-7477-44bc-bbd6-81a1f5214b00" }, "ResponseBody": { "error": "invalid_grant", - "error_description": "AADSTS9002313: Invalid request. Request is malformed or invalid.\r\nTrace ID: d0328f82-572e-40d5-8664-a0a89d030600\r\nCorrelation ID: e1c18997-e101-4b83-914f-c02f7835c6e7\r\nTimestamp: 2021-02-05 20:02:07Z", + "error_description": "AADSTS9002313: Invalid request. Request is malformed or invalid.\r\nTrace ID: 0dbe471e-7477-44bc-bbd6-81a1f5214b00\r\nCorrelation ID: 8935dbfe-7fcf-4b3a-bc4b-de5850f6a1f7\r\nTimestamp: 2021-05-07 18:19:49Z", "error_codes": [ 9002313 ], - "timestamp": "2021-02-05 20:02:07Z", - "trace_id": "d0328f82-572e-40d5-8664-a0a89d030600", - "correlation_id": "e1c18997-e101-4b83-914f-c02f7835c6e7", + "timestamp": "2021-05-07 18:19:49Z", + "trace_id": "0dbe471e-7477-44bc-bbd6-81a1f5214b00", + "correlation_id": "8935dbfe-7fcf-4b3a-bc4b-de5850f6a1f7", "error_uri": "https://login.microsoftonline.com/error?code=9002313", "suberror": "bad_token" } @@ -63,6 +63,7 @@ ], "Variables": { "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "608052039", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoRefreshToken.json b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoRefreshToken.json index 58b40014988f..8b6e391a9d08 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoRefreshToken.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoRefreshToken.json @@ -2,6 +2,7 @@ "Entries": [], "Variables": { "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "688559220", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoRefreshTokenAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoRefreshTokenAsync.json index d22db92400bf..6d907ecde88d 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoRefreshTokenAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoRefreshTokenAsync.json @@ -2,6 +2,7 @@ "Entries": [], "Variables": { "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "458534226", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoSettingsFile.json b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoSettingsFile.json index fc04b2073f0a..24560f8224c9 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoSettingsFile.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoSettingsFile.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "e99c2bff-fcb5-4c13-b0a5-5490f37f617f", + "client-request-id": "fa800757-2120-42b7-a959-6a7f851b222d", "return-client-request-id": "true", - "traceparent": "00-84d470f6c9ac534d9880f5a4d619a9e2-35a2b312c73a3e4d-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-010a546ba4c7f44d8e32b6d3359388ce-884aab5944239540-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "1fe1422a39c6bca960de50ae25465b16", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "e99c2bff-fcb5-4c13-b0a5-5490f37f617f", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "fa800757-2120-42b7-a959-6a7f851b222d", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:03 GMT", + "Date": "Fri, 07 May 2021 18:19:43 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAA6BPPIQMAAAA5m6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:04 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Ao7vwqrrjdZFixCHxQMUXM8; expires=Sun, 06-Jun-2021 18:19:44 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrt9wF3ZQAWDWqEv-2QmPWyiLjBF61RDJslsHnlioUwih4K_q7jr4GSTRz0GtbnBptTNkygVqyFIOflz5igFG0kddJrDxa5YAWZP09-TB7My7SIf8vaxtXaK8J6WgQeMPsbTig2g21AOqp4PET5ZTaAqPaMVXdTsndmms1YOI-qLIgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - EUS ProdSlices", - "x-ms-request-id": "5352d7a5-0d70-4ba5-a0b9-3f23edc60a00" + "x-ms-ests-server": "2.1.11654.16 - SCUS ProdSlices", + "x-ms-request-id": "796beb43-f4cf-4bf1-a956-cc9f8f512404" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,64 +93,67 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "e99c2bff-fcb5-4c13-b0a5-5490f37f617f", + "client-request-id": "fa800757-2120-42b7-a959-6a7f851b222d", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-84d470f6c9ac534d9880f5a4d619a9e2-2360b4ffb431d940-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-010a546ba4c7f44d8e32b6d3359388ce-e194e6009b8dde46-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "dea4643e627490424899806905861b31", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "e99c2bff-fcb5-4c13-b0a5-5490f37f617f", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "fa800757-2120-42b7-a959-6a7f851b222d", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:03 GMT", + "Date": "Fri, 07 May 2021 18:19:44 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAA6BPPIQQAAAA5m6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:04 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AvzBiAl_NHJEqMOr3CbPDtllEICiAQAAAL97J9gOAAAA; expires=Sun, 06-Jun-2021 18:19:44 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,280.0772,", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "efc41daa-d3e4-4853-865b-af3546650700" + "x-ms-clitelem": "1,0,0,397.3905,", + "x-ms-ests-server": "2.1.11654.25 - NCUS ProdSlices", + "x-ms-request-id": "e32a1e3f-b787-482b-9f66-1d3b40c45400" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMjQsIm5iZiI6MTYxMjU1NTAyNCwiZXhwIjoxNjEyNTU4OTI0LCJhaW8iOiJBVFFBeS84VEFBQUFQVkFFS2JpMnRtdTJsb1VGT0Fma3hsSGg0U2Q3Q0FjcVdickVUa2tRK0NIQTlyRFJBS25pZldudCs2T3NOTGU1IiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6InFoM0U3LVRUVTBpR1c2ODFSbVVIQUEiLCJ2ZXIiOiIyLjAifQ.TqN7Wjz6OhjbzJeikwZELsRLSnpblVsL0SHDLD6nNF1ybv6cidxQ-2Jrpo67VJqm1AvV7JKeCQrV8jqZexFhKby5fN5keps83mUb9DrwUSxHmknxEMHUlanwDqepq7tAJfy77pGq4L1v1iWMBv_AjAKxnTjtEyOqdIQ-Y8PSvDbesMlNFEnfakEkLAO5uraYip3mt6U4jZ3e1G80lCz8DBoaYtPOB9UZMoL-PZlh1tO0_Ocj4Rt3rzv3o2MrVktrqnIi6NAilO2PbMgqyevq784jsLT1ses1N2Cf8EqK9vKUDtV-xs1unY7p-sogNH3IwAYEIcQ4DmVCu2eK9i4vcQ", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTEyODQsIm5iZiI6MTYyMDQxMTI4NCwiZXhwIjoxNjIwNDE1MTg0LCJhaW8iOiJBVFFBeS84VEFBQUErU1o4amdGYm1kMnNpK2E0U2Y5bC85VDFVUkZZQlhNem9UMVpVS1NlMmdpM1RseGRwNE1WbVhnTlkvQnZaNmJ3IiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IlB4NHE0NGUzSzBpZlpoMDdRTVJVQUEiLCJ2ZXIiOiIyLjAifQ.NdNCSGc-hDk82I3ZdPyGCes6_RjZuCyrSzWZ88Ku5YJVeDnmuPUFBHqXJ5pphx7rl81s3pcNX816tTh9bFtGoZKJkXA1Pebygl0SvCwyEN6Cs3WUB_NboJ8856xTPh9KVVTuLPeGmvw1Jnp25wRXJOzH-cLLC9MvsWgWwrTjpjxedipQXU1Q-lndCMJi1m4osXQrPmTwIDEbfMV4jQFr3uhb22f1wfV5TTZSU9Gj3L-FtEQldAmUTudFLrNOCVe6L7G8xkYUPs9msyHltuCiSpfoqYKuaEoUyVriPSUhvjPyjJxpRAOm20B2KCDxKS9d_9L28XPFB-w-IPCY5Z9pPQ", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "AZURE_IDENTITY_TEST_USERNAME": "identitytestuser@azuresdkplayground.onmicrosoft.com", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "70355856", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoSettingsFileAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoSettingsFileAsync.json index 71169b75e6ec..a3d9617fc92f 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoSettingsFileAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoSettingsFileAsync.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "64204949-c43a-4af3-8084-23b25b6a3e31", + "client-request-id": "559d774c-7f91-402c-ac7d-88bde33abf19", "return-client-request-id": "true", - "traceparent": "00-489b238e3c210d4dac1dd958850401d9-0c06818416fa174f-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-353bff58a001204e971c2060ae8def1a-12c8a8c2794db14c-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "450370fc267f2065b4a4cbff466dd6ff", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "64204949-c43a-4af3-8084-23b25b6a3e31", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "559d774c-7f91-402c-ac7d-88bde33abf19", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:06 GMT", + "Date": "Fri, 07 May 2021 18:19:49 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAA6BPPIQgAAAA5m6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:07 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AglGseOqiGlGldWtG08k0uc; expires=Sun, 06-Jun-2021 18:19:50 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrYgGSywdb7R5LZffjJLunyP6GxnaD72cefOAjjbJ1d_qGGBzOBUZodHPIiEA59oBeXUobSEm834m0MyXFd3FMW1b-5tj38sWLQ1PTbwSKEb7z2SZZWNqT-R6Jnl2O7Dh-mNHiYhHymB2w5pozykAyEyhvhKe9H1yTxb9dFXQWbf8gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "f85e1642-495a-48c7-9dc6-d847c4db5300" + "x-ms-ests-server": "2.1.11654.16 - SCUS ProdSlices", + "x-ms-request-id": "ed10300f-a388-4313-9f4c-8ff5e67a9306" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,64 +93,67 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "64204949-c43a-4af3-8084-23b25b6a3e31", + "client-request-id": "559d774c-7f91-402c-ac7d-88bde33abf19", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-489b238e3c210d4dac1dd958850401d9-995c53532b2fb641-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-353bff58a001204e971c2060ae8def1a-4d647bf760e2894a-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "37e60eeb448355f694f25e2c04c5de17", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "64204949-c43a-4af3-8084-23b25b6a3e31", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "559d774c-7f91-402c-ac7d-88bde33abf19", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:07 GMT", + "Date": "Fri, 07 May 2021 18:19:49 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAA6BPPIQkAAAA5m6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:07 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Ai4mkrFUO4ZHn51NjTlw2SVlEICiAQAAAMV7J9gOAAAA; expires=Sun, 06-Jun-2021 18:19:50 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,248.1046,", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "4ef083a3-6190-4d7f-8bf4-c79e65310600" + "x-ms-clitelem": "1,0,0,465.0129,", + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "0dbe471e-7477-44bc-bbd6-81a13e224b00" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMjcsIm5iZiI6MTYxMjU1NTAyNywiZXhwIjoxNjEyNTU4OTI3LCJhaW8iOiJBVFFBeS84VEFBQUFhL1VSNWNDY2pTZ0pqRVB2TkNLN3RXdkgzTFp3UVY5MHFCK1ZxUW44Y2hTeExacUQvWVVLOFB0SFJkb09tOXk5IiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6Im80UHdUcEJoZjAyTDlNZWVaVEVHQUEiLCJ2ZXIiOiIyLjAifQ.k3tiDoRpPY16YaU4yYDqz6TlCYzG5v3Gc9mneMxmZkQ6y3BbTQl6FAcQety4GZ16QDzDQK6y03fZYWJwz9lIFKb9F-qS19QIEehsrLXf1WQkzpg59E0yaIa1x0Kxe1vFSx5IRTCkh0ij5Sk70y7UOw28JVMqMPk8iNvBJSnX96fS2JTkq4CgwWOg5I6x-MbeHLTXGeX02vSo3sMUU_KsTaapBw-5NGAm-IKDy-mkX2Nlyz8O7aKuYZmVzUNm-SfaIumyOisY4zZ8MhEakpIjjNeBZAU3KX2_10oZk7wfMrilAgqjeVM0UVbXiwTjR8I_XkLn49_TPzuKm1ZuObwQWA", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTEyOTAsIm5iZiI6MTYyMDQxMTI5MCwiZXhwIjoxNjIwNDE1MTkwLCJhaW8iOiJBVFFBeS84VEFBQUFnRTVTSkxvdWo1eWs4d016LzhpMXhhM0phMklmcGlRRnYzc0xaNVNQQ0JkWG1FWkhIZU5XTGZpRlZLeFJqOFJaIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IkhrZS1EWGQwdkVTNzFvR2hQaUpMQUEiLCJ2ZXIiOiIyLjAifQ.jj521v9lniXsvk_C3mminqT2DMkUMv4EzbgKMPlVX3mkLURqDMpiKaeffgpdwTrL59Kq11VsXubJ2hsnNsap9d51ovhuQpCSv1gcOTGm5D6TC6-szQrNzjCRPhPgmG24teO9SX75I36FswhIP-9j4-Oky-SPt7XVV2OCT6dpZCS5FhnUEB6RvC6ZA3xP8HBy0Va8-WgOxNp2pOdlu3tLft7E5mtQJRIJ6T5Xg6LcS1GyKFSwRjkxTkpJB16l2qenAKwGX8IJIwv4QL5PavCnc_fI10P7hbJnRbheLhTlgdn0v5BsFgVV9M22kQO3OhrFPctKVJDEMlzuCN8o8vQFDg", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "AZURE_IDENTITY_TEST_USERNAME": "identitytestuser@azuresdkplayground.onmicrosoft.com", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "1044869523", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoVscInstalled.json b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoVscInstalled.json index c54b6ad52dfe..563e4898f546 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoVscInstalled.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoVscInstalled.json @@ -2,6 +2,7 @@ "Entries": [], "Variables": { "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "831569271", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoVscInstalledAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoVscInstalledAsync.json index a62ee3754488..97122066d39b 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoVscInstalledAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_NoVscInstalledAsync.json @@ -2,6 +2,7 @@ "Entries": [], "Variables": { "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "117392056", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_TenantInSettings.json b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_TenantInSettings.json index 4cdd4f88941c..b7f9429fb53a 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_TenantInSettings.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_TenantInSettings.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "11c7b201-1a56-4206-8846-bfb3b443a8a6", + "client-request-id": "e3cf15c0-f579-4833-8084-9de6833b16cd", "return-client-request-id": "true", - "traceparent": "00-1f32fda38168b64f9877d03445ba6783-08c69e50ae153644-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-97db33f94ac75e49a70c519938ca6fe8-2538562a5fd15146-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "dceab0186a14d6369a54a5828f691a28", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "11c7b201-1a56-4206-8846-bfb3b443a8a6", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "e3cf15c0-f579-4833-8084-9de6833b16cd", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:04 GMT", + "Date": "Fri, 07 May 2021 18:19:45 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAA6BPPIQQAAAA5m6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:05 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Ak6wrht-RoNOs7Nfp31s7oI; expires=Sun, 06-Jun-2021 18:19:45 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrjJEMdAJ8B_Q0nrZw0sJgiVIl918CYd7-1FUlEb5reY2ETh-dD-LukSOy0STG820oQWeSS_9NfpFXMcxJ9WClIkUIyt-HqxbAvSJ3g_3ea_WIiYHtAOJ_jpnnfXWMgwymzPalQ4jUbXqJr0-ofVinIEwgqoR4h6GWM4khp5Py3LsgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "a4e36c68-528f-4c62-8618-5aa017438300" + "x-ms-ests-server": "2.1.11654.16 - EUS ProdSlices", + "x-ms-request-id": "5226b56e-7702-4637-9642-858f22292403" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,64 +93,67 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "11c7b201-1a56-4206-8846-bfb3b443a8a6", + "client-request-id": "e3cf15c0-f579-4833-8084-9de6833b16cd", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-1f32fda38168b64f9877d03445ba6783-4fa7b7c4799a0544-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-97db33f94ac75e49a70c519938ca6fe8-0728b3b060b12c44-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "8e1d6afa370defd4f9811db0c741ad94", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "11c7b201-1a56-4206-8846-bfb3b443a8a6", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "e3cf15c0-f579-4833-8084-9de6833b16cd", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:04 GMT", + "Date": "Fri, 07 May 2021 18:19:45 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAA6BPPIQUAAAA5m6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:05 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AvtP7WblOhFIikiwD5_FcQFlEICiAQAAAMF7J9gOAAAA; expires=Sun, 06-Jun-2021 18:19:46 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,310.3007,", - "x-ms-ests-server": "2.1.11459.15 - SCUS ProdSlices", - "x-ms-request-id": "4ef083a3-6190-4d7f-8bf4-c79e97300600" + "x-ms-clitelem": "1,0,0,477.4108,", + "x-ms-ests-server": "2.1.11654.25 - EUS ProdSlices", + "x-ms-request-id": "fe81efca-4884-43e1-ac0d-5a6767214a00" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMjUsIm5iZiI6MTYxMjU1NTAyNSwiZXhwIjoxNjEyNTU4OTI1LCJhaW8iOiJBVFFBeS84VEFBQUFTd3RQbGtmUWNQLy8vajEyVjIvU0VlVjhWd0FIdnp4WE9kQjEwVWdvRlBwTm4xTndUdURyU21IV1U4YXZWRlRvIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6Im80UHdUcEJoZjAyTDlNZWVsekFHQUEiLCJ2ZXIiOiIyLjAifQ.WyP052ORUu5UFtT5XOz4rgQSw8kJlIijKl8ohPAQvL7uhQwcnB68DFEdF2sx74urT03PV8nqro9qQw2U0YKEViLxa4X3osTOY7IJDQNX99JeGLLu60c3j4I9n_feGYCzcLadYvbh2-CCO3TMDe-kRNhyNISXD-ZYDcIVhspU27zMM2S-EAzal8rAyIYdM4aMgDlILuO-E5cVN5KM9ZQL7mare4Izc0ZvcPvk7Hkg_23gjrajIBZ4dgypdkMJ64cy-q6R5Eagbd_r7pu1s1sbnCj7MSqran2_ig5PWXqd9ROCvW1PxOQ7rKbO46XLOUxi2jZ6EwAI9s-v12GpPHdeIA", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTEyODUsIm5iZiI6MTYyMDQxMTI4NSwiZXhwIjoxNjIwNDE1MTg1LCJhaW8iOiJBVFFBeS84VEFBQUFZaENBRlpseUwrUEVJaFM2OVJtUFRFZyt5S1RaUWNsWFBwYi9hYU56NEtnZTgvTHlCOURxa1QvNjkyWTlQSisrIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6Inl1LUJfb1JJNFVPc0RWcG5aeUZLQUEiLCJ2ZXIiOiIyLjAifQ.ZrPPlq9HmZsN1l8XZp5uerPYvQmnTdIa4Qad7aAyL-4zgzn0pUzsTmR43t0odrC69C7bGdEydOcpUhhimSG_yNEqioVvY0P997kMB6IeALLXTP5XEoUwbBAxmwgN5YvOnviQy32pTx9KJszMK7ro14xgZt9EyLHTvEgekjv_5pjYL1_joDF0ajYlZnctac7bOxmEA6MgX8T8fBiE6N6worpRZ8h9v4agF2i1kBLsXnWoXV_Lm3-N271zKteScho8DOqk4pz4g-r5pJGysqpl7pVdaXSHPXpxsjTBfil3FYwX0hWO65A9KKaX0iFsFebhvte1MEaMRVwLAriW7PeRXg", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "AZURE_IDENTITY_TEST_USERNAME": "identitytestuser@azuresdkplayground.onmicrosoft.com", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "1430786117", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_TenantInSettingsAsync.json b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_TenantInSettingsAsync.json index 4929c3b76e5f..47323f6a26c5 100644 --- a/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_TenantInSettingsAsync.json +++ b/sdk/identity/Azure.Identity/tests/SessionRecords/VisualStudioCodeCredentialLiveTests/AuthenticateWithVscCredential_TenantInSettingsAsync.json @@ -4,18 +4,16 @@ "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fc54fac88-3dd3-461f-a7c4-8a368e0340b3%2Foauth2%2Fv2.0%2Fauthorize", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": "b65399d9-8fc4-4cec-99a6-29a254c97890", + "client-request-id": "1b3fa503-4e1f-4c94-8a01-6926abe4eb4f", "return-client-request-id": "true", - "traceparent": "00-42a6bb36ab78684590db563f190e127f-0eea256773a75e48-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-2ad933dbefec304a9368789a9f6e3d2d-a48a7106be5b0348-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "f31f933add3f6bde90b64fb4c4f20785", "x-ms-return-client-request-id": "true" }, @@ -24,21 +22,25 @@ "ResponseHeaders": { "Access-Control-Allow-Methods": "GET, OPTIONS", "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", - "client-request-id": "b65399d9-8fc4-4cec-99a6-29a254c97890", + "Cache-Control": [ + "max-age=86400", + "private" + ], + "client-request-id": "1b3fa503-4e1f-4c94-8a01-6926abe4eb4f", "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:07 GMT", + "Date": "Fri, 07 May 2021 18:19:50 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAA6BPPIQkAAAA5m6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:08 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=AodZ5sPqyjxBhfpUbKAd6as; expires=Sun, 06-Jun-2021 18:19:51 GMT; path=/; secure; HttpOnly; SameSite=None", + "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrfyooP9OPuBg5Ld6agu2zibZSSwSWY-7JcqcxKp_G9aTo1O6XZdN362PiJNjhla0pIYtSJDo9W_9x-nZ2VHpwn9ttdWel5lgL5o5jE_ST0KFyxfLmS8_Ys3G_fumR0kvLK8Nj2Ft-irfFqWqBKgoFKGDSuD4WDLfYjOstI6MEQmEgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.11459.15 - EUS ProdSlices", - "x-ms-request-id": "d0328f82-572e-40d5-8664-a0a802040600" + "x-ms-ests-server": "2.1.11654.25 - NCUS ProdSlices", + "x-ms-request-id": "ec35d0d4-5435-4d45-ab9a-84483fa74e00" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/v2.0/.well-known/openid-configuration", @@ -91,64 +93,67 @@ "RequestUri": "https://login.microsoftonline.com/c54fac88-3dd3-461f-a7c4-8a368e0340b3/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": "b65399d9-8fc4-4cec-99a6-29a254c97890", + "client-request-id": "1b3fa503-4e1f-4c94-8a01-6926abe4eb4f", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "return-client-request-id": "true", - "traceparent": "00-42a6bb36ab78684590db563f190e127f-f4a117d2c868694b-00", - "User-Agent": [ - "azsdk-net-Identity/1.4.0-alpha.20210205.1", - "(.NET Core 3.1.11; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-2ad933dbefec304a9368789a9f6e3d2d-c2c8025d808cdf4e-00", + "User-Agent": "azsdk-net-Identity/1.4.0-alpha.20210507.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-app-name": "UnknownClient", "x-app-ver": "0.0.0.0", - "x-client-current-telemetry": "2|1001,0|", - "x-client-last-telemetry": "2|0|||", - "x-client-OS": "Microsoft Windows 10.0.19042", - "x-client-SKU": "MSAL.NetCore", - "x-client-Ver": "4.23.0.0", + "x-client-CPU": "x64", + "x-client-current-telemetry": "4|1001,0|,,0,,,,1", + "x-client-last-telemetry": "4|0|||", + "x-client-OS": "Windows 10 Enterprise", + "x-client-SKU": "MSAL.Desktop", + "x-client-Ver": "4.30.1.0", "x-ms-client-request-id": "c1469078ef00d92b5871cd88a1078ed0", "x-ms-lib-capability": "retry-after, h429", - "x-ms-PKeyAuth": "1.0", "x-ms-return-client-request-id": "true" }, "RequestBody": "Sanitized", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "b65399d9-8fc4-4cec-99a6-29a254c97890", - "Content-Length": "1608", + "Cache-Control": [ + "no-store", + "no-cache" + ], + "client-request-id": "1b3fa503-4e1f-4c94-8a01-6926abe4eb4f", + "Content-Length": "1625", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 05 Feb 2021 20:02:07 GMT", + "Date": "Fri, 07 May 2021 18:19:50 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", "Set-Cookie": [ - "fpc=AoMWyVze9J1GhXPK92uLvfgqmvoTBAAAADebr9cOAAAA6BPPIQoAAAA5m6_XDgAAANJ4XoMCAAAANpuv1w4AAAA; expires=Sun, 07-Mar-2021 20:02:08 GMT; path=/; secure; HttpOnly; SameSite=None", + "fpc=Ag-rB2_sZplCij5aheTiOwllEICiAQAAAMZ7J9gOAAAA; expires=Sun, 06-Jun-2021 18:19:51 GMT; path=/; secure; HttpOnly; SameSite=None", "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-clitelem": "1,0,0,380.5849,", - "x-ms-ests-server": "2.1.11459.15 - NCUS ProdSlices", - "x-ms-request-id": "2c125229-6259-4b6e-837a-3fe13c380a00" + "x-ms-clitelem": "1,0,0,491.5215,", + "x-ms-ests-server": "2.1.11654.25 - WUS2 ProdSlices", + "x-ms-request-id": "e3711a35-d652-49d6-8c13-cc2a0a1a8d00" }, "ResponseBody": { "token_type": "Bearer", - "scope": "https://vault.azure.net/user_impersonation https://vault.azure.net/.default", - "expires_in": 3599, - "ext_expires_in": 3599, + "scope": "email Mail.ReadWrite Mail.Send openid profile Tasks.ReadWrite User.Read", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, "access_token": "Sanitized", "refresh_token": "Sanitized", - "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MTI1NTUwMjgsIm5iZiI6MTYxMjU1NTAyOCwiZXhwIjoxNjEyNTU4OTI4LCJhaW8iOiJBVFFBeS84VEFBQUFlR3gwZy9hTWJGbE1FekRLOStrRjFaTjFzbTNnOUxYYkgyd2R0OU91Q0ZsWDRKaURWM2RrVTNRTk1HRGpxT2dqIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6IktWSVNMRmxpYmt1RGVqX2hQRGdLQUEiLCJ2ZXIiOiIyLjAifQ.Ph-0jGbs7206qZsR9YOVy8PCek4iW2XwUTwFMcOoVEviWx7_DRDvAVI769Z0TOZvgQ0vipVFZtdsi7nFxTQKwTNDuK3TTW-SQM8FRMmxF9t4I2weOaZawWPgRTCgPCRCVUGeViJNPuuvZWE8cdZXI8UTw00IJpWoeCgugRgpyfCyfVVZ_hSneOcT8th8LVWY3J8Ts1mlhi9zk4SRsv7wSyZPXsnfv5nRmU4xDdrG4MRHyoTAhKxA3xhhwdKvEldO1A7sqTHqpDono0QavXVD1hLN2kagTYNEtUx8yKfqU1xoZka4q9GytsswxbKepy4t63gvNao1XaQtYLPTJ1MiYg", + "id_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJhZWJjNjQ0My05OTZkLTQ1YzItOTBmMC0zODhmZjk2ZmFhNTYiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzL3YyLjAiLCJpYXQiOjE2MjA0MTEyOTEsIm5iZiI6MTYyMDQxMTI5MSwiZXhwIjoxNjIwNDE1MTkxLCJhaW8iOiJBVFFBeS84VEFBQUFadHZPOUVCZ1c1VU00cytZVjgwcy9tcmRiYWpLd0JvYkF1UE1yT2NvNFROZTY0cE5heExDUlc1aVpZYTZmZmdpIiwibmFtZSI6IklkZW50aXR5IFRlc3QgVXNlciIsIm9pZCI6IjQyZDhlODg0LTI2NWEtNGNkNC05MDg5LTRjM2JjNDBhZjE4MyIsInByZWZlcnJlZF91c2VybmFtZSI6ImlkZW50aXR5dGVzdHVzZXJAYXp1cmVzZGtwbGF5Z3JvdW5kLm9ubWljcm9zb2Z0LmNvbSIsInJoIjoiMC5BUzBBaUt4UHhkTTlIMGFueElvMmpnTkFzME5rdks1dG1jSkZrUEE0al9sdnFsWXRBSWsuIiwic3ViIjoiV21sbnlVR0Y4U3lKdHh0MnMxNnZMZi1pYTBUT1NkQ05MUEdzdHpfVGxhVSIsInRpZCI6ImM1NGZhYzg4LTNkZDMtNDYxZi1hN2M0LThhMzY4ZTAzNDBiMyIsInV0aSI6Ik5ScHg0MUxXMWttTUU4d3FDaHFOQUEiLCJ2ZXIiOiIyLjAifQ.lw3cDPKJjFzNZKRuQvIexC4POVKtWeN0fttzqHsTUaDZqOzn2xZYvyBVbF9Xl81ospt6vFWBWH-rL7krKQYry9W5ad7XgC1yCe8eEFBhYVGlZL5I2Lye5kSOqzcT6cX-kAYe0qm_GIZjODNcOEIJAYv5RsesJbh3ADeXbmpt5OnxIeuihVHBpfNP4Zs317SeDg_SJG04NYIYGxDjmrlN-QNE9Nr3rViOv7TPzH21tt4f7PtECr1bljkbi3dotCLfsJEkmQQgm_StXy76_fDoOMzIBFiKNnc1UBnLg8R6y1YaPVES0gEaEr42t4zLgR5lonhTqzzzZLcXvKoLdEnJsA", "client_info": "eyJ1aWQiOiI0MmQ4ZTg4NC0yNjVhLTRjZDQtOTA4OS00YzNiYzQwYWYxODMiLCJ1dGlkIjoiYzU0ZmFjODgtM2RkMy00NjFmLWE3YzQtOGEzNjhlMDM0MGIzIn0" } } ], "Variables": { + "AZURE_AUTHORITY_HOST": null, "AZURE_IDENTITY_TEST_TENANTID": "c54fac88-3dd3-461f-a7c4-8a368e0340b3", "AZURE_IDENTITY_TEST_USERNAME": "identitytestuser@azuresdkplayground.onmicrosoft.com", + "AZURE_KEYVAULT_SCOPE": null, "RandomSeed": "1225131761", "TENANT_ID": null } diff --git a/sdk/identity/Azure.Identity/tests/StaticCachesUtilities.cs b/sdk/identity/Azure.Identity/tests/StaticCachesUtilities.cs index 2972456f6526..ecb739e17ce0 100644 --- a/sdk/identity/Azure.Identity/tests/StaticCachesUtilities.cs +++ b/sdk/identity/Azure.Identity/tests/StaticCachesUtilities.cs @@ -23,7 +23,7 @@ internal static class StaticCachesUtilities private static readonly Lazy s_clearAuthorityEndpointResolutionManager = new Lazy(() => { var assembly = typeof(PublicClientApplication).Assembly; - Type authorityEndpointResolutionManagerType = assembly.GetType("Microsoft.Identity.Client.Instance.AuthorityEndpointResolutionManager", true); + Type authorityEndpointResolutionManagerType = assembly.GetType("Microsoft.Identity.Client.Instance.AuthorityResolutionManager", true); Type iServiceBundleType = assembly.GetType("Microsoft.Identity.Client.Internal.IServiceBundle", true); Type booleanType = typeof(bool); @@ -31,9 +31,9 @@ internal static class StaticCachesUtilities foreach (ConstructorInfo constructor in constructors) { var parameters = constructor.GetParameters(); - if (parameters.Length == 2 && parameters[0].ParameterType == iServiceBundleType && parameters[1].ParameterType == booleanType) + if (parameters.Length == 1 && parameters[0].ParameterType == booleanType) { - NewExpression callConstructor = Expression.New(constructor, Expression.Constant(null, iServiceBundleType), Expression.Constant(true, booleanType)); + NewExpression callConstructor = Expression.New(constructor, Expression.Constant(true, booleanType)); return Expression.Lambda(callConstructor).Compile(); } } diff --git a/sdk/identity/Azure.Identity/tests/TokenCacheTests.cs b/sdk/identity/Azure.Identity/tests/TokenCacheTests.cs index 39a5c83e995f..b79f0d30f4cb 100644 --- a/sdk/identity/Azure.Identity/tests/TokenCacheTests.cs +++ b/sdk/identity/Azure.Identity/tests/TokenCacheTests.cs @@ -106,7 +106,6 @@ public async Task RegisterCacheInitializesCacheWithName() mockWrapper.Verify(m => m.InitializeAsync( It.Is(p => - p.ClientId == TokenCache.s_msalCacheClientId && p.CacheFileName == cacheName && p.MacKeyChainServiceName == Constants.DefaultMsalTokenCacheKeychainService && p.KeyringCollection == Constants.DefaultMsalTokenCacheKeyringCollection), @@ -123,7 +122,6 @@ public async Task RegisterCacheInitializesCache() mockWrapper.Verify(m => m.InitializeAsync( It.Is(p => - p.ClientId == TokenCache.s_msalCacheClientId && p.CacheFileName == Constants.DefaultMsalTokenCacheName && p.MacKeyChainServiceName == Constants.DefaultMsalTokenCacheKeychainService && p.KeyringCollection == Constants.DefaultMsalTokenCacheKeyringCollection), @@ -141,7 +139,6 @@ public async Task RegisterCacheInitializesCacheOnlyOnce() mockWrapper.Verify(m => m.InitializeAsync( It.Is(p => - p.ClientId == TokenCache.s_msalCacheClientId && p.CacheFileName == Constants.DefaultMsalTokenCacheName && p.MacKeyChainServiceName == Constants.DefaultMsalTokenCacheKeychainService && p.KeyringCollection == Constants.DefaultMsalTokenCacheKeyringCollection), @@ -180,7 +177,6 @@ public void RegisterCacheInitializesCacheAndIsThreadSafe() mockWrapper.Verify(m => m.InitializeAsync( It.Is(p => - p.ClientId == TokenCache.s_msalCacheClientId && p.CacheFileName == Constants.DefaultMsalTokenCacheName && p.MacKeyChainServiceName == Constants.DefaultMsalTokenCacheKeychainService && p.KeyringCollection == Constants.DefaultMsalTokenCacheKeyringCollection), @@ -211,7 +207,6 @@ public async Task RegisterCacheInitializesCacheIfEncryptionIsUnavailableAndAllow mockWrapper.Verify(m => m.InitializeAsync( It.Is(p => - p.ClientId == TokenCache.s_msalCacheClientId && p.CacheFileName == Constants.DefaultMsalTokenCacheName && p.MacKeyChainServiceName == Constants.DefaultMsalTokenCacheKeychainService && p.UseLinuxUnencryptedFallback), diff --git a/sdk/identity/Azure.Identity/tests/samples/CustomCredentialSnippets.cs b/sdk/identity/Azure.Identity/tests/samples/CustomCredentialSnippets.cs index aa263296c25b..78e7d5dab7cc 100644 --- a/sdk/identity/Azure.Identity/tests/samples/CustomCredentialSnippets.cs +++ b/sdk/identity/Azure.Identity/tests/samples/CustomCredentialSnippets.cs @@ -82,8 +82,8 @@ public override async ValueTask GetTokenAsync(TokenRequestContext r [Test] public void ConfidentialClientCredentialUsage() { - string clientSecret = "00000000-0000-0000-0000-00000000"; - string clientId = "00000000-0000-0000-0000-00000000"; + string clientSecret = "00000000-0000-0000-0000-000000000000"; + string clientId = "00000000-0000-0000-0000-000000000000"; #region Snippet:ConfidentialClientCredentialUsage IConfidentialClientApplication confidentialClient = ConfidentialClientApplicationBuilder.Create(clientId).WithClientSecret(clientSecret).Build(); @@ -121,9 +121,9 @@ public override async ValueTask GetTokenAsync(TokenRequestContext r public void OnBehalfOfCredentialUsage() { - string clientSecret = "00000000-0000-0000-0000-00000000"; - string clientId = "00000000-0000-0000-0000-00000000"; - string userAccessToken = "00000000-0000-0000-0000-00000000"; + string clientSecret = "00000000-0000-0000-0000-000000000000"; + string clientId = "00000000-0000-0000-0000-000000000000"; + string userAccessToken = "00000000-0000-0000-0000-000000000000"; #region Snippet:OnBehalfOfCredentialUsage var oboCredential = new OnBehalfOfCredential(clientId, clientSecret, userAccessToken); diff --git a/sdk/iot/Azure.IoT.Hub.Service/src/Azure.IoT.Hub.Service.csproj b/sdk/iot/Azure.IoT.Hub.Service/src/Azure.IoT.Hub.Service.csproj index bd2fdcdcf647..b8b90d4341d7 100644 --- a/sdk/iot/Azure.IoT.Hub.Service/src/Azure.IoT.Hub.Service.csproj +++ b/sdk/iot/Azure.IoT.Hub.Service/src/Azure.IoT.Hub.Service.csproj @@ -12,6 +12,7 @@ + @@ -49,5 +50,4 @@ - diff --git a/sdk/iot/Azure.IoT.Hub.Service/tests/CustomRequestSanitizer.cs b/sdk/iot/Azure.IoT.Hub.Service/tests/CustomRequestSanitizer.cs index a7d53e04cb66..7e8be596dfd4 100644 --- a/sdk/iot/Azure.IoT.Hub.Service/tests/CustomRequestSanitizer.cs +++ b/sdk/iot/Azure.IoT.Hub.Service/tests/CustomRequestSanitizer.cs @@ -18,10 +18,10 @@ public CustomRequestSanitizer() : base() { // Sanitize SAS tokens in request body - JsonPathSanitizers.Add("outputBlobContainerUri"); - JsonPathSanitizers.Add("inputBlobContainerUri"); - JsonPathSanitizers.Add("..primaryKey"); - JsonPathSanitizers.Add("..secondaryKey"); + AddJsonPathSanitizer("outputBlobContainerUri"); + AddJsonPathSanitizer("inputBlobContainerUri"); + AddJsonPathSanitizer("..primaryKey"); + AddJsonPathSanitizer("..secondaryKey"); // TODO: Remove when re-recording LegacyConvertJsonDateTokens = true; } diff --git a/sdk/iothub/Microsoft.Azure.Management.IotHub/Microsoft.Azure.Management.IotHub.sln b/sdk/iothub/Microsoft.Azure.Management.IotHub/Microsoft.Azure.Management.IotHub.sln index f8d2a00c5264..d295377d6146 100644 --- a/sdk/iothub/Microsoft.Azure.Management.IotHub/Microsoft.Azure.Management.IotHub.sln +++ b/sdk/iothub/Microsoft.Azure.Management.IotHub/Microsoft.Azure.Management.IotHub.sln @@ -7,6 +7,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management. EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.IotHub", "src\Microsoft.Azure.Management.IotHub.csproj", "{6D87768F-C148-4850-AA06-B6D0E0319462}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A2940BEF-649E-4B28-A11A-696F3A66E981}" + ProjectSection(SolutionItems) = preProject + AzSdk.RP.props = AzSdk.RP.props + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/IIotHubResourceOperations.cs b/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/IIotHubResourceOperations.cs index c3c39852fe78..5c9e8471f875 100644 --- a/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/IIotHubResourceOperations.cs +++ b/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/IIotHubResourceOperations.cs @@ -58,7 +58,9 @@ public partial interface IIotHubResourceOperations /// Create or update the metadata of an Iot hub. The usual pattern to /// modify a property is to retrieve the IoT hub metadata and security /// metadata, and then combine them with the modified values in a new - /// body to update the IoT hub. + /// body to update the IoT hub. If certain properties are missing in + /// the JSON, updating IoT Hub may cause these values to fallback to + /// default, which may lead to unexpected behavior. /// /// /// The name of the resource group that contains the IoT hub. @@ -742,7 +744,9 @@ public partial interface IIotHubResourceOperations /// Create or update the metadata of an Iot hub. The usual pattern to /// modify a property is to retrieve the IoT hub metadata and security /// metadata, and then combine them with the modified values in a new - /// body to update the IoT hub. + /// body to update the IoT hub. If certain properties are missing in + /// the JSON, updating IoT Hub may cause these values to fallback to + /// default, which may lead to unexpected behavior. /// /// /// The name of the resource group that contains the IoT hub. diff --git a/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/IotHubResourceOperations.cs b/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/IotHubResourceOperations.cs index a97deac297ee..f2a475573d47 100644 --- a/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/IotHubResourceOperations.cs +++ b/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/IotHubResourceOperations.cs @@ -251,7 +251,9 @@ internal IotHubResourceOperations(IotHubClient client) /// Create or update the metadata of an Iot hub. The usual pattern to modify a /// property is to retrieve the IoT hub metadata and security metadata, and /// then combine them with the modified values in a new body to update the IoT - /// hub. + /// hub. If certain properties are missing in the JSON, updating IoT Hub may + /// cause these values to fallback to default, which may lead to unexpected + /// behavior. /// /// /// The name of the resource group that contains the IoT hub. @@ -4147,7 +4149,9 @@ internal IotHubResourceOperations(IotHubClient client) /// Create or update the metadata of an Iot hub. The usual pattern to modify a /// property is to retrieve the IoT hub metadata and security metadata, and /// then combine them with the modified values in a new body to update the IoT - /// hub. + /// hub. If certain properties are missing in the JSON, updating IoT Hub may + /// cause these values to fallback to default, which may lead to unexpected + /// behavior. /// /// /// The name of the resource group that contains the IoT hub. diff --git a/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/IotHubResourceOperationsExtensions.cs b/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/IotHubResourceOperationsExtensions.cs index 6b8d1af18367..806d65620779 100644 --- a/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/IotHubResourceOperationsExtensions.cs +++ b/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/IotHubResourceOperationsExtensions.cs @@ -76,7 +76,9 @@ public static IotHubDescription Get(this IIotHubResourceOperations operations, s /// Create or update the metadata of an Iot hub. The usual pattern to modify a /// property is to retrieve the IoT hub metadata and security metadata, and /// then combine them with the modified values in a new body to update the IoT - /// hub. + /// hub. If certain properties are missing in the JSON, updating IoT Hub may + /// cause these values to fallback to default, which may lead to unexpected + /// behavior. /// /// /// The operations group for this extension method. @@ -106,7 +108,9 @@ public static IotHubDescription Get(this IIotHubResourceOperations operations, s /// Create or update the metadata of an Iot hub. The usual pattern to modify a /// property is to retrieve the IoT hub metadata and security metadata, and /// then combine them with the modified values in a new body to update the IoT - /// hub. + /// hub. If certain properties are missing in the JSON, updating IoT Hub may + /// cause these values to fallback to default, which may lead to unexpected + /// behavior. /// /// /// The operations group for this extension method. @@ -1205,7 +1209,9 @@ public static JobResponse ImportDevices(this IIotHubResourceOperations operation /// Create or update the metadata of an Iot hub. The usual pattern to modify a /// property is to retrieve the IoT hub metadata and security metadata, and /// then combine them with the modified values in a new body to update the IoT - /// hub. + /// hub. If certain properties are missing in the JSON, updating IoT Hub may + /// cause these values to fallback to default, which may lead to unexpected + /// behavior. /// /// /// The operations group for this extension method. @@ -1235,7 +1241,9 @@ public static JobResponse ImportDevices(this IIotHubResourceOperations operation /// Create or update the metadata of an Iot hub. The usual pattern to modify a /// property is to retrieve the IoT hub metadata and security metadata, and /// then combine them with the modified values in a new body to update the IoT - /// hub. + /// hub. If certain properties are missing in the JSON, updating IoT Hub may + /// cause these values to fallback to default, which may lead to unexpected + /// behavior. /// /// /// The operations group for this extension method. diff --git a/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/Models/GroupIdInformation.cs b/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/Models/GroupIdInformation.cs index a646ed0f9a27..ae44b57e636f 100644 --- a/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/Models/GroupIdInformation.cs +++ b/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/Models/GroupIdInformation.cs @@ -82,13 +82,6 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "Properties"); } - if (Name != null) - { - if (!System.Text.RegularExpressions.Regex.IsMatch(Name, "^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$")) - { - throw new ValidationException(ValidationRules.Pattern, "Name", "^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$"); - } - } } } } diff --git a/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/Models/PrivateEndpointConnection.cs b/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/Models/PrivateEndpointConnection.cs index be46ac71b2f9..c71e2a8372a4 100644 --- a/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/Models/PrivateEndpointConnection.cs +++ b/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/Models/PrivateEndpointConnection.cs @@ -83,13 +83,6 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "Properties"); } - if (Name != null) - { - if (!System.Text.RegularExpressions.Regex.IsMatch(Name, "^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$")) - { - throw new ValidationException(ValidationRules.Pattern, "Name", "^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$"); - } - } if (Properties != null) { Properties.Validate(); diff --git a/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/SdkInfo_iotHubClient.cs b/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/SdkInfo_iotHubClient.cs index 4a58d6c7b187..ca27599bee50 100644 --- a/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/SdkInfo_iotHubClient.cs +++ b/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/SdkInfo_iotHubClient.cs @@ -35,7 +35,7 @@ public static IEnumerable> ApiInfo_iotHubClient public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/iothub/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --tag=package-2020-03 --csharp-sdks-folder=C:\\code\\Azure\\asfn1\\sdk"; public static readonly String GithubForkName = "Azure"; public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "55131eaf8fb4722171769ba175791ad45ae3d969"; + public static readonly String GithubCommidId = "a394eccc2ce26369cacbc113cf0c3a9c9501e689"; public static readonly String CodeGenerationErrors = ""; public static readonly String GithubRepoName = "azure-rest-api-specs"; // END: Code Generation Metadata Section diff --git a/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Microsoft.Azure.Management.IotHub.csproj b/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Microsoft.Azure.Management.IotHub.csproj index e89cf1f2fcf8..1652b769e87a 100644 --- a/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Microsoft.Azure.Management.IotHub.csproj +++ b/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Microsoft.Azure.Management.IotHub.csproj @@ -13,9 +13,9 @@ Provides management capabilities for Microsoft Azure Iot Hub. Microsoft Azure Iot Hub Management Microsoft.Azure.Management.IotHub - 3.0.0 + 3.0.1 Microsoft Azure IotHub;IotHub management;IotHub; - Updated to API version 2020-03-01 + Regenerated from an updated 2020-03-01 swagger that removed faulty property validation. diff --git a/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Properties/AssemblyInfo.cs b/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Properties/AssemblyInfo.cs index 9f892b7b1a8e..09c9cc003a55 100644 --- a/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Properties/AssemblyInfo.cs +++ b/sdk/iothub/Microsoft.Azure.Management.IotHub/src/Properties/AssemblyInfo.cs @@ -14,5 +14,5 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguage("en")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] diff --git a/sdk/keyvault/Azure.Security.KeyVault.Administration/src/Azure.Security.KeyVault.Administration.csproj b/sdk/keyvault/Azure.Security.KeyVault.Administration/src/Azure.Security.KeyVault.Administration.csproj index 92fc83e531a6..b6ae6fddc4a3 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Administration/src/Azure.Security.KeyVault.Administration.csproj +++ b/sdk/keyvault/Azure.Security.KeyVault.Administration/src/Azure.Security.KeyVault.Administration.csproj @@ -10,6 +10,7 @@ + @@ -36,12 +37,4 @@ - - - - - - - - diff --git a/sdk/keyvault/Azure.Security.KeyVault.Administration/tests/BackupRestoreRecordedTestSanitizer.cs b/sdk/keyvault/Azure.Security.KeyVault.Administration/tests/BackupRestoreRecordedTestSanitizer.cs index 69e4f6dfa55c..a1173367830b 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Administration/tests/BackupRestoreRecordedTestSanitizer.cs +++ b/sdk/keyvault/Azure.Security.KeyVault.Administration/tests/BackupRestoreRecordedTestSanitizer.cs @@ -13,7 +13,7 @@ public class BackupRestoreRecordedTestSanitizer : RecordedTestSanitizer public BackupRestoreRecordedTestSanitizer() : base() { - JsonPathSanitizers.Add("$..token"); + AddJsonPathSanitizer("$..token"); } private const string RetryAfter = "Retry-After"; diff --git a/sdk/keyvault/Azure.Security.KeyVault.Certificates/src/Azure.Security.KeyVault.Certificates.csproj b/sdk/keyvault/Azure.Security.KeyVault.Certificates/src/Azure.Security.KeyVault.Certificates.csproj index cf56541a5fbc..983890ff634f 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Certificates/src/Azure.Security.KeyVault.Certificates.csproj +++ b/sdk/keyvault/Azure.Security.KeyVault.Certificates/src/Azure.Security.KeyVault.Certificates.csproj @@ -17,6 +17,7 @@ + @@ -38,12 +39,4 @@ - - - - - - - - diff --git a/sdk/keyvault/Azure.Security.KeyVault.Keys/src/Azure.Security.KeyVault.Keys.csproj b/sdk/keyvault/Azure.Security.KeyVault.Keys/src/Azure.Security.KeyVault.Keys.csproj index 7cbfa10a46b2..13fa47390ce3 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Keys/src/Azure.Security.KeyVault.Keys.csproj +++ b/sdk/keyvault/Azure.Security.KeyVault.Keys/src/Azure.Security.KeyVault.Keys.csproj @@ -18,10 +18,8 @@ - - - + @@ -40,10 +38,4 @@ - - - - - - diff --git a/sdk/keyvault/Azure.Security.KeyVault.Secrets/src/Azure.Security.KeyVault.Secrets.csproj b/sdk/keyvault/Azure.Security.KeyVault.Secrets/src/Azure.Security.KeyVault.Secrets.csproj index 57f67abee418..33d8a906162f 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Secrets/src/Azure.Security.KeyVault.Secrets.csproj +++ b/sdk/keyvault/Azure.Security.KeyVault.Secrets/src/Azure.Security.KeyVault.Secrets.csproj @@ -14,14 +14,12 @@ - - - + @@ -40,9 +38,4 @@ - - - - - diff --git a/sdk/keyvault/Azure.Security.KeyVault.Shared/src/Azure.Security.KeyVault.Shared.shproj b/sdk/keyvault/Azure.Security.KeyVault.Shared/src/Azure.Security.KeyVault.Shared.shproj index 771af863fb80..510e88988697 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Shared/src/Azure.Security.KeyVault.Shared.shproj +++ b/sdk/keyvault/Azure.Security.KeyVault.Shared/src/Azure.Security.KeyVault.Shared.shproj @@ -8,7 +8,6 @@ - diff --git a/sdk/keyvault/Azure.Security.KeyVault.Shared/src/ChallengeBasedAuthenticationPolicy.cs b/sdk/keyvault/Azure.Security.KeyVault.Shared/src/ChallengeBasedAuthenticationPolicy.cs index fcfc4860d396..59e584e22081 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Shared/src/ChallengeBasedAuthenticationPolicy.cs +++ b/sdk/keyvault/Azure.Security.KeyVault.Shared/src/ChallengeBasedAuthenticationPolicy.cs @@ -47,11 +47,11 @@ private async ValueTask AuthorizeRequestInternal(HttpMessage message, bool async var context = new TokenRequestContext(_scope.Scopes, message.Request.ClientRequestId); if (async) { - await AuthorizeRequestAsync(message, context).ConfigureAwait(false); + await AuthenticateAndAuthorizeRequestAsync(message, context).ConfigureAwait(false); } else { - AuthorizeRequest(message, context); + AuthenticateAndAuthorizeRequest(message, context); } return; } @@ -109,11 +109,11 @@ private async ValueTask AuthorizeRequestOnChallengeAsyncInternal(HttpMessa var context = new TokenRequestContext(_scope.Scopes, message.Request.ClientRequestId); if (async) { - await AuthorizeRequestAsync(message, context).ConfigureAwait(false); + await AuthenticateAndAuthorizeRequestAsync(message, context).ConfigureAwait(false); } else { - AuthorizeRequest(message, context); + AuthenticateAndAuthorizeRequest(message, context); } return true; } diff --git a/sdk/keyvault/samples/sharelink/ShareLink.csproj b/sdk/keyvault/samples/sharelink/ShareLink.csproj index 2f3e11ad74e3..dfa220b63d57 100644 --- a/sdk/keyvault/samples/sharelink/ShareLink.csproj +++ b/sdk/keyvault/samples/sharelink/ShareLink.csproj @@ -16,21 +16,13 @@ - - - + - - - - - - @@ -38,10 +30,9 @@ - - - - + + + diff --git a/sdk/mediaservices/Azure.Media.Analytics.Edge/src/Azure.Media.Analytics.Edge.csproj b/sdk/mediaservices/Azure.Media.Analytics.Edge/src/Azure.Media.Analytics.Edge.csproj index efac03e98d08..1c8b43730b19 100644 --- a/sdk/mediaservices/Azure.Media.Analytics.Edge/src/Azure.Media.Analytics.Edge.csproj +++ b/sdk/mediaservices/Azure.Media.Analytics.Edge/src/Azure.Media.Analytics.Edge.csproj @@ -10,6 +10,7 @@ + @@ -23,6 +24,4 @@ - - diff --git a/sdk/metricsadvisor/Azure.AI.MetricsAdvisor/src/Azure.AI.MetricsAdvisor.csproj b/sdk/metricsadvisor/Azure.AI.MetricsAdvisor/src/Azure.AI.MetricsAdvisor.csproj index 1930d11cc7be..753f516b9fbe 100644 --- a/sdk/metricsadvisor/Azure.AI.MetricsAdvisor/src/Azure.AI.MetricsAdvisor.csproj +++ b/sdk/metricsadvisor/Azure.AI.MetricsAdvisor/src/Azure.AI.MetricsAdvisor.csproj @@ -9,6 +9,10 @@ + + + + @@ -21,5 +25,4 @@ - diff --git a/sdk/metricsadvisor/Azure.AI.MetricsAdvisor/src/autorest.md b/sdk/metricsadvisor/Azure.AI.MetricsAdvisor/src/autorest.md index b374f929c509..a11ef8191f63 100644 --- a/sdk/metricsadvisor/Azure.AI.MetricsAdvisor/src/autorest.md +++ b/sdk/metricsadvisor/Azure.AI.MetricsAdvisor/src/autorest.md @@ -813,20 +813,3 @@ directive: } } ``` - -### Correct Security to be separately defined - -``` yaml -directive: - from: swagger-document - where: $ - transform: > - $.security = [ - { - "apim_key": [] - }, - { - "ma_api_key": [] - } - ] -``` diff --git a/sdk/metricsadvisor/Azure.AI.MetricsAdvisor/tests/MetricsAdvisorRecordedTestSanitizer.cs b/sdk/metricsadvisor/Azure.AI.MetricsAdvisor/tests/MetricsAdvisorRecordedTestSanitizer.cs index bb8fe0a0bd2d..37ff95cb8c1b 100644 --- a/sdk/metricsadvisor/Azure.AI.MetricsAdvisor/tests/MetricsAdvisorRecordedTestSanitizer.cs +++ b/sdk/metricsadvisor/Azure.AI.MetricsAdvisor/tests/MetricsAdvisorRecordedTestSanitizer.cs @@ -13,11 +13,11 @@ public MetricsAdvisorRecordedTestSanitizer() { SanitizedHeaders.Add(Constants.SubscriptionAuthorizationHeader); SanitizedHeaders.Add(Constants.ApiAuthorizationHeader); - JsonPathSanitizers.Add("$..connectionString"); - JsonPathSanitizers.Add("$..apiKey"); - JsonPathSanitizers.Add("$..accountKey"); - JsonPathSanitizers.Add("$..authHeader"); - JsonPathSanitizers.Add("$..httpHeader"); + AddJsonPathSanitizer("$..connectionString"); + AddJsonPathSanitizer("$..apiKey"); + AddJsonPathSanitizer("$..accountKey"); + AddJsonPathSanitizer("$..authHeader"); + AddJsonPathSanitizer("$..httpHeader"); // TODO: Remove when re-recording LegacyConvertJsonDateTokens = true; } diff --git a/sdk/mixedreality/Azure.MixedReality.Authentication/src/Azure.MixedReality.Authentication.csproj b/sdk/mixedreality/Azure.MixedReality.Authentication/src/Azure.MixedReality.Authentication.csproj index 457593bd1424..2a105bba4e7f 100644 --- a/sdk/mixedreality/Azure.MixedReality.Authentication/src/Azure.MixedReality.Authentication.csproj +++ b/sdk/mixedreality/Azure.MixedReality.Authentication/src/Azure.MixedReality.Authentication.csproj @@ -11,6 +11,7 @@ + @@ -31,6 +32,4 @@ - - diff --git a/sdk/modelsrepository/Azure.IoT.ModelsRepository/src/Azure.IoT.ModelsRepository.csproj b/sdk/modelsrepository/Azure.IoT.ModelsRepository/src/Azure.IoT.ModelsRepository.csproj index 09a0e0d2e146..b5cdea8b241f 100644 --- a/sdk/modelsrepository/Azure.IoT.ModelsRepository/src/Azure.IoT.ModelsRepository.csproj +++ b/sdk/modelsrepository/Azure.IoT.ModelsRepository/src/Azure.IoT.ModelsRepository.csproj @@ -16,6 +16,7 @@ + @@ -53,5 +54,4 @@ - diff --git a/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/src/Azure.Monitor.OpenTelemetry.Exporter.csproj b/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/src/Azure.Monitor.OpenTelemetry.Exporter.csproj index 488af3815d81..27a590038a05 100644 --- a/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/src/Azure.Monitor.OpenTelemetry.Exporter.csproj +++ b/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/src/Azure.Monitor.OpenTelemetry.Exporter.csproj @@ -8,6 +8,7 @@ + @@ -26,8 +27,6 @@ - - diff --git a/sdk/monitor/Azure.Monitor.Query/README.md b/sdk/monitor/Azure.Monitor.Query/README.md index 539756fccc58..a7b1c022dde7 100644 --- a/sdk/monitor/Azure.Monitor.Query/README.md +++ b/sdk/monitor/Azure.Monitor.Query/README.md @@ -65,7 +65,7 @@ You can query logs using the `LogsClient.QueryAsync`. The result would be return ```C# Snippet:QueryLogsAsTable LogsClient client = new LogsClient(new DefaultAzureCredential()); string workspaceId = ""; -Response response = await client.QueryAsync(workspaceId, "AzureActivity | top 10 by TimeGenerated"); +Response response = await client.QueryAsync(workspaceId, "AzureActivity | top 10 by TimeGenerated", TimeSpan.FromDays(1)); LogsQueryResultTable table = response.Value.PrimaryTable; @@ -93,7 +93,8 @@ string workspaceId = ""; // Query TOP 10 resource groups by event count Response> response = await client.QueryAsync(workspaceId, - "AzureActivity | summarize Count = count() by ResourceGroup | top 10 by Count"); + "AzureActivity | summarize Count = count() by ResourceGroup | top 10 by Count", + TimeSpan.FromDays(1)); foreach (var logEntryModel in response.Value) { @@ -111,7 +112,8 @@ string workspaceId = ""; // Query TOP 10 resource groups by event count Response> response = await client.QueryAsync(workspaceId, - "AzureActivity | summarize Count = count() by ResourceGroup | top 10 by Count | project ResourceGroup"); + "AzureActivity | summarize Count = count() by ResourceGroup | top 10 by Count | project ResourceGroup", + TimeSpan.FromDays(1)); foreach (var resourceGroup in response.Value) { @@ -130,8 +132,8 @@ string workspaceId = ""; // Query TOP 10 resource groups by event count // And total event count LogsBatchQuery batch = client.CreateBatchQuery(); -string countQueryId = batch.AddQuery(workspaceId, "AzureActivity | count"); -string topQueryId = batch.AddQuery(workspaceId, "AzureActivity | summarize Count = count() by ResourceGroup | top 10 by Count"); +string countQueryId = batch.AddQuery(workspaceId, "AzureActivity | count", TimeSpan.FromDays(1)); +string topQueryId = batch.AddQuery(workspaceId, "AzureActivity | summarize Count = count() by ResourceGroup | top 10 by Count", TimeSpan.FromDays(1)); Response response = await batch.SubmitAsync(); @@ -152,7 +154,7 @@ You can also dynamically inspect the list of columns. The following example prin ```C# Snippet:QueryLogsPrintTable LogsClient client = new LogsClient(new DefaultAzureCredential()); string workspaceId = ""; -Response response = await client.QueryAsync(workspaceId, "AzureActivity | top 10 by TimeGenerated"); +Response response = await client.QueryAsync(workspaceId, "AzureActivity | top 10 by TimeGenerated", TimeSpan.FromDays(1)); LogsQueryResultTable table = response.Value.PrimaryTable; @@ -182,7 +184,7 @@ Some queries take longer to execute than the default service timeout allows. You ```C# Snippet:QueryLogsPrintTable LogsClient client = new LogsClient(new DefaultAzureCredential()); string workspaceId = ""; -Response response = await client.QueryAsync(workspaceId, "AzureActivity | top 10 by TimeGenerated"); +Response response = await client.QueryAsync(workspaceId, "AzureActivity | top 10 by TimeGenerated", TimeSpan.FromDays(1)); LogsQueryResultTable table = response.Value.PrimaryTable; @@ -218,7 +220,7 @@ string workspaceId = ""; LogsClient client = new LogsClient(new DefaultAzureCredential()); try { - await client.QueryAsync(workspaceId, "My Not So Valid Query"); + await client.QueryAsync(workspaceId, "My Not So Valid Query", TimeSpan.FromDays(1)); } catch (Exception e) { diff --git a/sdk/monitor/Azure.Monitor.Query/api/Azure.Monitor.Query.netstandard2.0.cs b/sdk/monitor/Azure.Monitor.Query/api/Azure.Monitor.Query.netstandard2.0.cs index 114de9ed7241..94d0c65fa359 100644 --- a/sdk/monitor/Azure.Monitor.Query/api/Azure.Monitor.Query.netstandard2.0.cs +++ b/sdk/monitor/Azure.Monitor.Query/api/Azure.Monitor.Query.netstandard2.0.cs @@ -1,9 +1,28 @@ namespace Azure.Monitor.Query { + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct DateTimeRange : System.IEquatable + { + public DateTimeRange(System.DateTimeOffset startTime, System.DateTimeOffset endTime) { throw null; } + public DateTimeRange(System.DateTimeOffset startTime, System.TimeSpan duration) { throw null; } + public DateTimeRange(System.TimeSpan duration) { throw null; } + public DateTimeRange(System.TimeSpan duration, System.DateTimeOffset endTime) { throw null; } + public System.TimeSpan Duration { get { throw null; } } + public System.DateTimeOffset? EndTime { get { throw null; } } + public static Azure.Monitor.Query.DateTimeRange MaxValue { get { throw null; } } + public System.DateTimeOffset? StartTime { get { throw null; } } + public bool Equals(Azure.Monitor.Query.DateTimeRange other) { throw null; } + public override bool Equals(object obj) { throw null; } + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.Monitor.Query.DateTimeRange left, Azure.Monitor.Query.DateTimeRange right) { throw null; } + public static implicit operator Azure.Monitor.Query.DateTimeRange (System.TimeSpan timeSpan) { throw null; } + public static bool operator !=(Azure.Monitor.Query.DateTimeRange left, Azure.Monitor.Query.DateTimeRange right) { throw null; } + public override string ToString() { throw null; } + } public partial class LogsBatchQuery { protected LogsBatchQuery() { } - public virtual string AddQuery(string workspaceId, string query, System.TimeSpan? timeSpan = default(System.TimeSpan?), Azure.Monitor.Query.LogsQueryOptions options = null) { throw null; } + public virtual string AddQuery(string workspaceId, string query, Azure.Monitor.Query.DateTimeRange timeRange, Azure.Monitor.Query.LogsQueryOptions options = null) { throw null; } public virtual Azure.Response Submit(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> SubmitAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } @@ -13,10 +32,10 @@ protected LogsClient() { } public LogsClient(Azure.Core.TokenCredential credential) { } public LogsClient(Azure.Core.TokenCredential credential, Azure.Monitor.Query.LogsClientOptions options) { } public virtual Azure.Monitor.Query.LogsBatchQuery CreateBatchQuery() { throw null; } - public virtual Azure.Response Query(string workspaceId, string query, System.TimeSpan? timeSpan = default(System.TimeSpan?), Azure.Monitor.Query.LogsQueryOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> QueryAsync(string workspaceId, string query, System.TimeSpan? timeSpan = default(System.TimeSpan?), Azure.Monitor.Query.LogsQueryOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task>> QueryAsync(string workspaceId, string query, System.TimeSpan? timeSpan = default(System.TimeSpan?), Azure.Monitor.Query.LogsQueryOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response> Query(string workspaceId, string query, System.TimeSpan? timeSpan = default(System.TimeSpan?), Azure.Monitor.Query.LogsQueryOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Query(string workspaceId, string query, Azure.Monitor.Query.DateTimeRange timeRange, Azure.Monitor.Query.LogsQueryOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> QueryAsync(string workspaceId, string query, Azure.Monitor.Query.DateTimeRange timeRange, Azure.Monitor.Query.LogsQueryOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task>> QueryAsync(string workspaceId, string query, Azure.Monitor.Query.DateTimeRange timeRange, Azure.Monitor.Query.LogsQueryOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response> Query(string workspaceId, string query, Azure.Monitor.Query.DateTimeRange timeRange, Azure.Monitor.Query.LogsQueryOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } public partial class LogsClientOptions : Azure.Core.ClientOptions { @@ -36,13 +55,11 @@ public partial class MetricQueryOptions { public MetricQueryOptions() { } public System.Collections.Generic.IList Aggregations { get { throw null; } } - public System.TimeSpan? Duration { get { throw null; } set { } } - public System.DateTimeOffset? EndTime { get { throw null; } set { } } public string Filter { get { throw null; } set { } } public System.TimeSpan? Interval { get { throw null; } set { } } public string MetricNamespace { get { throw null; } set { } } public string OrderBy { get { throw null; } set { } } - public System.DateTimeOffset? StartTime { get { throw null; } set { } } + public Azure.Monitor.Query.DateTimeRange? TimeSpan { get { throw null; } set { } } public int? Top { get { throw null; } set { } } } public partial class MetricsClient diff --git a/sdk/monitor/Azure.Monitor.Query/src/Azure.Monitor.Query.csproj b/sdk/monitor/Azure.Monitor.Query/src/Azure.Monitor.Query.csproj index 19eeaf4d87a0..13ca78cbe4c5 100644 --- a/sdk/monitor/Azure.Monitor.Query/src/Azure.Monitor.Query.csproj +++ b/sdk/monitor/Azure.Monitor.Query/src/Azure.Monitor.Query.csproj @@ -9,9 +9,7 @@ - - - + @@ -26,6 +24,7 @@ + diff --git a/sdk/monitor/Azure.Monitor.Query/src/DateTimeRange.cs b/sdk/monitor/Azure.Monitor.Query/src/DateTimeRange.cs new file mode 100644 index 000000000000..1680b154827c --- /dev/null +++ b/sdk/monitor/Azure.Monitor.Query/src/DateTimeRange.cs @@ -0,0 +1,150 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System; +using Azure.Core; + +namespace Azure.Monitor.Query +{ + /// + /// Represents a span of time over which the query would be executed. + /// + public readonly struct DateTimeRange : IEquatable + { + /// + /// Represents the maximum . + /// + public static DateTimeRange MaxValue => new DateTimeRange(TimeSpan.MaxValue); + + /// + /// Gets the duration of the range. + /// + public TimeSpan Duration { get; } + + /// + /// Gets the start time of the range. + /// + public DateTimeOffset? StartTime { get; } + + /// + /// Gets the end time of the range. + /// + public DateTimeOffset? EndTime { get; } + + /// + /// Initializes an instance of using a duration value. + /// The exact query range would be determined by the service when executing the query. + /// + /// The duration of the range. + public DateTimeRange(TimeSpan duration) + { + Duration = duration; + StartTime = null; + EndTime = null; + } + + /// + /// Initializes an instance of using a start time and a duration value. + /// + /// The start of the range. + /// The duration of the range. + public DateTimeRange(DateTimeOffset startTime, TimeSpan duration) + { + Duration = duration; + StartTime = startTime; + EndTime = null; + } + + /// + /// Initializes an instance of using a duration and an end time. + /// + /// The duration of the range. + /// The end of the range. + public DateTimeRange(TimeSpan duration, DateTimeOffset endTime) + { + Duration = duration; + StartTime = null; + EndTime = endTime; + } + + /// + /// Initializes an instance of using a start time and an end time. + /// + /// The start of the range. + /// The end of the range. + public DateTimeRange(DateTimeOffset startTime, DateTimeOffset endTime) + { + Duration = endTime - startTime; + StartTime = startTime; + EndTime = endTime; + } + + /// + /// Converts a to a . + /// + /// The value to convert. + public static implicit operator DateTimeRange(TimeSpan timeSpan) => new DateTimeRange(timeSpan); + + /// + public override string ToString() + { + var startTime = StartTime != null ? TypeFormatters.ToString(StartTime.Value, "o") : null; + var endTime = EndTime != null ? TypeFormatters.ToString(EndTime.Value, "o") : null; + var duration = TypeFormatters.ToString(Duration, "P"); + + switch (startTime, endTime, duration) + { + case (string, string, _): + return $"{startTime}/{endTime}"; + case (string, null, string): + return $"{startTime}/{duration}"; + case (null, string, string): + return $"{duration}/{endTime}"; + default: + return duration; + } + } + + /// + public bool Equals(DateTimeRange other) + { + return Duration.Equals(other.Duration) && + Nullable.Equals(StartTime, other.StartTime) && + Nullable.Equals(EndTime, other.EndTime); + } + + /// + public override bool Equals(object obj) + { + return obj is DateTimeRange other && Equals(other); + } + + /// + /// Determines if two values are the same. + /// + /// The first to compare. + /// The second to compare. + /// True if and are the same; otherwise, false. + public static bool operator ==(DateTimeRange left, DateTimeRange right) + { + return left.Equals(right); + } + + /// + /// Determines if two values are different. + /// + /// The first to compare. + /// The second to compare. + /// True if and are different; otherwise, false. + public static bool operator !=(DateTimeRange left, DateTimeRange right) + { + return !left.Equals(right); + } + + /// + public override int GetHashCode() + { + return HashCodeBuilder.Combine(StartTime, EndTime, Duration); + } + } +} diff --git a/sdk/monitor/Azure.Monitor.Query/src/LogsClient.cs b/sdk/monitor/Azure.Monitor.Query/src/LogsClient.cs index d4249b232e0e..b3a35dc0e172 100644 --- a/sdk/monitor/Azure.Monitor.Query/src/LogsClient.cs +++ b/sdk/monitor/Azure.Monitor.Query/src/LogsClient.cs @@ -59,13 +59,13 @@ protected LogsClient() /// /// The workspace to include in the query. /// The query text to execute. - /// The timespan over which to query data. Logs would be filtered to include entries produced starting at Now - timeSpan. + /// The timespan over which to query data. Logs would be filtered to include entries produced starting at Now - timeSpan. /// The to configure the query. /// The to use. /// Query results mapped to a type . - public virtual Response> Query(string workspaceId, string query, TimeSpan? timeSpan = null, LogsQueryOptions options = null, CancellationToken cancellationToken = default) + public virtual Response> Query(string workspaceId, string query, DateTimeRange timeRange, LogsQueryOptions options = null, CancellationToken cancellationToken = default) { - Response response = Query(workspaceId, query, timeSpan, options, cancellationToken); + Response response = Query(workspaceId, query, timeRange, options, cancellationToken); return Response.FromValue(_rowBinder.BindResults(response), response.GetRawResponse()); } @@ -75,13 +75,13 @@ public virtual Response> Query(string workspaceId, string qu /// /// The workspace to include in the query. /// The query text to execute. - /// The timespan over which to query data. Logs would be filtered to include entries produced starting at Now - timeSpan. + /// The timespan over which to query data. Logs would be filtered to include entries produced starting at Now - timeSpan. /// The to configure the query. /// The to use. /// Query results mapped to a type . - public virtual async Task>> QueryAsync(string workspaceId, string query, TimeSpan? timeSpan = null, LogsQueryOptions options = null, CancellationToken cancellationToken = default) + public virtual async Task>> QueryAsync(string workspaceId, string query, DateTimeRange timeRange, LogsQueryOptions options = null, CancellationToken cancellationToken = default) { - Response response = await QueryAsync(workspaceId, query, timeSpan, options, cancellationToken).ConfigureAwait(false); + Response response = await QueryAsync(workspaceId, query, timeRange, options, cancellationToken).ConfigureAwait(false); return Response.FromValue(_rowBinder.BindResults(response), response.GetRawResponse()); } @@ -91,17 +91,17 @@ public virtual async Task>> QueryAsync(string works /// /// The workspace to include in the query. /// The query text to execute. - /// The timespan over which to query data. Logs would be filtered to include entries produced starting at Now - timeSpan. + /// The timespan over which to query data. Logs would be filtered to include entries produced starting at Now - timeSpan. /// The to configure the query. /// The to use. /// The containing the query results. - public virtual Response Query(string workspaceId, string query, TimeSpan? timeSpan = null, LogsQueryOptions options = null, CancellationToken cancellationToken = default) + public virtual Response Query(string workspaceId, string query, DateTimeRange timeRange, LogsQueryOptions options = null, CancellationToken cancellationToken = default) { using DiagnosticScope scope = _clientDiagnostics.CreateScope($"{nameof(LogsClient)}.{nameof(Query)}"); scope.Start(); try { - return ExecuteAsync(workspaceId, query, timeSpan, options, false, cancellationToken).EnsureCompleted(); + return ExecuteAsync(workspaceId, query, timeRange, options, false, cancellationToken).EnsureCompleted(); } catch (Exception e) { @@ -115,17 +115,17 @@ public virtual Response Query(string workspaceId, string query, /// /// The workspace to include in the query. /// The query text to execute. - /// The timespan over which to query data. Logs would be filtered to include entries produced starting at Now - timeSpan. + /// The timespan over which to query data. Logs would be filtered to include entries produced starting at Now - timeSpan. /// The to configure the query. /// The to use. /// The with the query results. - public virtual async Task> QueryAsync(string workspaceId, string query, TimeSpan? timeSpan = null, LogsQueryOptions options = null, CancellationToken cancellationToken = default) + public virtual async Task> QueryAsync(string workspaceId, string query, DateTimeRange timeRange, LogsQueryOptions options = null, CancellationToken cancellationToken = default) { using DiagnosticScope scope = _clientDiagnostics.CreateScope($"{nameof(LogsClient)}.{nameof(Query)}"); scope.Start(); try { - return await ExecuteAsync(workspaceId, query, timeSpan, options, true, cancellationToken).ConfigureAwait(false); + return await ExecuteAsync(workspaceId, query, timeRange, options, true, cancellationToken).ConfigureAwait(false); } catch (Exception e) { @@ -143,12 +143,12 @@ public virtual LogsBatchQuery CreateBatchQuery() return new LogsBatchQuery(_clientDiagnostics, _queryClient, _rowBinder); } - internal static QueryBody CreateQueryBody(string query, TimeSpan? timeSpan, LogsQueryOptions options, out string prefer) + internal static QueryBody CreateQueryBody(string query, DateTimeRange timeRange, LogsQueryOptions options, out string prefer) { var queryBody = new QueryBody(query); - if (timeSpan != null) + if (timeRange != DateTimeRange.MaxValue) { - queryBody.Timespan = TypeFormatters.ToString(timeSpan.Value, "P"); + queryBody.Timespan = timeRange.ToString(); } prefer = null; @@ -166,20 +166,21 @@ internal static QueryBody CreateQueryBody(string query, TimeSpan? timeSpan, Logs return queryBody; } - private async Task> ExecuteAsync(string workspaceId, string query, TimeSpan? timeSpan, LogsQueryOptions options, bool async, CancellationToken cancellationToken = default) + private async Task> ExecuteAsync(string workspaceId, string query, DateTimeRange timeRange, LogsQueryOptions options, bool async, CancellationToken cancellationToken = default) { if (workspaceId == null) { throw new ArgumentNullException(nameof(workspaceId)); } - QueryBody queryBody = CreateQueryBody(query, timeSpan, options, out string prefer); + QueryBody queryBody = CreateQueryBody(query, timeRange, options, out string prefer); using var message = _queryClient.CreateExecuteRequest(workspaceId, queryBody, prefer); - if (options?.Timeout != null) - { - message.NetworkTimeout = options.Timeout; - } + // TODO: https://github.com/Azure/azure-sdk-for-net/issues/20859 + // if (options?.Timeout != null) + // { + // message.NetworkTimeout = options.Timeout; + // } if (async) { diff --git a/sdk/monitor/Azure.Monitor.Query/src/MetricQueryOptions.cs b/sdk/monitor/Azure.Monitor.Query/src/MetricQueryOptions.cs index edc3de546eca..a874562de950 100644 --- a/sdk/monitor/Azure.Monitor.Query/src/MetricQueryOptions.cs +++ b/sdk/monitor/Azure.Monitor.Query/src/MetricQueryOptions.cs @@ -13,23 +13,9 @@ namespace Azure.Monitor.Query public class MetricQueryOptions { /// - /// Gets ot sets the start of the time range for the query. - /// This value has to be used in combination with the or . + /// Gets or sets the time span over which the metric would be queried. /// - public DateTimeOffset? StartTime { get; set; } - - /// - /// Gets ot sets the end of the time range for the query. - /// This value has to be used in combination with the or . - /// - public DateTimeOffset? EndTime { get; set; } - - /// - /// Gets ot sets the duration that of the time range for the query. - /// This value can be set on it's own or in combination with the or - /// but not both. - /// - public TimeSpan? Duration { get; set; } + public DateTimeRange? TimeSpan { get; set; } /// /// Gets ot sets the interval to sample metrics at. diff --git a/sdk/monitor/Azure.Monitor.Query/src/MetricsClient.cs b/sdk/monitor/Azure.Monitor.Query/src/MetricsClient.cs index c8a71ac3ed3d..9bfad583e86d 100644 --- a/sdk/monitor/Azure.Monitor.Query/src/MetricsClient.cs +++ b/sdk/monitor/Azure.Monitor.Query/src/MetricsClient.cs @@ -71,7 +71,7 @@ public virtual Response Query(string resource, IEnumerable> QueryAsync(string resourc try { return await _metricsRestClient.ListAsync(resource, - timespan: GetTimespan(options), + timespan: options?.TimeSpan?.ToString(), interval: options?.Interval, filter: options?.Filter, top: options?.Top, @@ -220,34 +220,6 @@ public virtual async Task>> GetMetricNam } } - private static string GetTimespan(MetricQueryOptions options) - { - var startTime = options?.StartTime != null ? TypeFormatters.ToString(options.StartTime.Value, "o") : null; - var endTime = options?.EndTime != null ? TypeFormatters.ToString(options.EndTime.Value, "o") : null; - var duration = options?.Duration != null ? TypeFormatters.ToString(options.Duration.Value, "P") : null; - - switch (startTime, endTime, duration) - { - case (null, null, string): - return duration; - case (string, string, null): - return $"{startTime}/{endTime}"; - case (string, null, string): - return $"{startTime}/{duration}"; - case (null, string, string): - return $"{duration}/{endTime}"; - case (null, null, null): - return null; - default: - throw new ArgumentException( - $"The following combinations of {nameof(MetricQueryOptions.Duration)}, {nameof(MetricQueryOptions.StartTime)}, {nameof(MetricQueryOptions.EndTime)} are allowed: " + Environment.NewLine + - $" {nameof(MetricQueryOptions.Duration)}, " + Environment.NewLine + - $" {nameof(MetricQueryOptions.StartTime)} + {nameof(MetricQueryOptions.Duration)}" + Environment.NewLine + - $" {nameof(MetricQueryOptions.Duration)} + {nameof(MetricQueryOptions.EndTime)}" + Environment.NewLine + - $" {nameof(MetricQueryOptions.StartTime)} + {nameof(MetricQueryOptions.EndTime)}"); - } - } - private static string GetAggregation(MetricQueryOptions options) { if (options?.Aggregations == null || diff --git a/sdk/monitor/Azure.Monitor.Query/src/Models/LogsBatchQuery.cs b/sdk/monitor/Azure.Monitor.Query/src/Models/LogsBatchQuery.cs index 0150373c97c7..9aace7823e52 100644 --- a/sdk/monitor/Azure.Monitor.Query/src/Models/LogsBatchQuery.cs +++ b/sdk/monitor/Azure.Monitor.Query/src/Models/LogsBatchQuery.cs @@ -41,17 +41,17 @@ protected LogsBatchQuery() /// /// The workspace to include in the query. /// The query text to execute. - /// The timespan over which to query data. + /// The timespan over which to query data. /// The to configure the query. /// The query identifier that has to be passed into to get the result. - public virtual string AddQuery(string workspaceId, string query, TimeSpan? timeSpan = null, LogsQueryOptions options = null) + public virtual string AddQuery(string workspaceId, string query, DateTimeRange timeRange, LogsQueryOptions options = null) { var id = _counter.ToString("G", CultureInfo.InvariantCulture); _counter++; var logQueryRequest = new LogQueryRequest() { Id = id, - Body = LogsClient.CreateQueryBody(query, timeSpan, options, out string prefer), + Body = LogsClient.CreateQueryBody(query, timeRange, options, out string prefer), Workspace = workspaceId }; if (prefer != null) diff --git a/sdk/monitor/Azure.Monitor.Query/tests/DateTimeRangeTests.cs b/sdk/monitor/Azure.Monitor.Query/tests/DateTimeRangeTests.cs new file mode 100644 index 000000000000..6f3fb5d6aecc --- /dev/null +++ b/sdk/monitor/Azure.Monitor.Query/tests/DateTimeRangeTests.cs @@ -0,0 +1,43 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System; +using NUnit.Framework; + +namespace Azure.Monitor.Query.Tests +{ + public class DateTimeRangeTests + { + [Test] + public void ToStringDurationTests() + { + var duration = TimeSpan.FromMinutes(23); + Assert.AreEqual("PT23M", new DateTimeRange(duration).ToString()); + } + + [Test] + public void ToStringDurationEndTests() + { + var duration = TimeSpan.FromMinutes(23); + var endTime = new DateTimeOffset(2021, 5, 4, 3, 2, 1, TimeSpan.Zero); + Assert.AreEqual("PT23M/2021-05-04T03:02:01.0000000Z", new DateTimeRange(duration, endTime).ToString()); + } + + [Test] + public void ToStringStartDurationTests() + { + var startTime = new DateTimeOffset(2021, 5, 4, 3, 2, 1, TimeSpan.Zero); + var duration = TimeSpan.FromMinutes(23); + Assert.AreEqual("2021-05-04T03:02:01.0000000Z/PT23M", new DateTimeRange(startTime, duration).ToString()); + } + + [Test] + public void ToStringStartEndTests() + { + var startTime = new DateTimeOffset(2021, 1, 2, 3, 4, 5, TimeSpan.Zero); + var endTime = new DateTimeOffset(2021, 5, 4, 3, 2, 1, TimeSpan.Zero); + + Assert.AreEqual("2021-01-02T03:04:05.0000000Z/2021-05-04T03:02:01.0000000Z", new DateTimeRange(startTime, endTime).ToString()); + } + } +} \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/LogsClientSamples.cs b/sdk/monitor/Azure.Monitor.Query/tests/LogsClientSamples.cs index 99e007b70c0b..57c6233e946f 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/LogsClientSamples.cs +++ b/sdk/monitor/Azure.Monitor.Query/tests/LogsClientSamples.cs @@ -6,8 +6,6 @@ using System.Linq; using System.Threading.Tasks; using Azure.Core.TestFramework; -using Azure.Identity; -using Azure.Monitor.Query; using Azure.Monitor.Query.Models; using NUnit.Framework; @@ -23,7 +21,7 @@ public async Task QueryLogsAsTable() LogsClient client = new LogsClient(new DefaultAzureCredential()); /*@@*/string workspaceId = TestEnvironment.WorkspaceId; //@@string workspaceId = ""; - Response response = await client.QueryAsync(workspaceId, "AzureActivity | top 10 by TimeGenerated"); + Response response = await client.QueryAsync(workspaceId, "AzureActivity | top 10 by TimeGenerated", TimeSpan.FromDays(1)); LogsQueryResultTable table = response.Value.PrimaryTable; @@ -46,7 +44,7 @@ public async Task QueryLogsAsTablePrintAll() #else string workspaceId = TestEnvironment.WorkspaceId; #endif - Response response = await client.QueryAsync(workspaceId, "AzureActivity | top 10 by TimeGenerated"); + Response response = await client.QueryAsync(workspaceId, "AzureActivity | top 10 by TimeGenerated", TimeSpan.FromDays(1)); LogsQueryResultTable table = response.Value.PrimaryTable; @@ -85,7 +83,8 @@ public async Task QueryLogsAsPrimitive() // Query TOP 10 resource groups by event count Response> response = await client.QueryAsync(workspaceId, - "AzureActivity | summarize Count = count() by ResourceGroup | top 10 by Count | project ResourceGroup"); + "AzureActivity | summarize Count = count() by ResourceGroup | top 10 by Count | project ResourceGroup", + TimeSpan.FromDays(1)); foreach (var resourceGroup in response.Value) { @@ -109,7 +108,8 @@ public async Task QueryLogsAsModels() // Query TOP 10 resource groups by event count Response> response = await client.QueryAsync(workspaceId, - "AzureActivity | summarize Count = count() by ResourceGroup | top 10 by Count"); + "AzureActivity | summarize Count = count() by ResourceGroup | top 10 by Count", + TimeSpan.FromDays(1)); foreach (var logEntryModel in response.Value) { @@ -134,8 +134,8 @@ public async Task BatchQuery() // Query TOP 10 resource groups by event count // And total event count LogsBatchQuery batch = client.CreateBatchQuery(); - string countQueryId = batch.AddQuery(workspaceId, "AzureActivity | count"); - string topQueryId = batch.AddQuery(workspaceId, "AzureActivity | summarize Count = count() by ResourceGroup | top 10 by Count"); + string countQueryId = batch.AddQuery(workspaceId, "AzureActivity | count", TimeSpan.FromDays(1)); + string topQueryId = batch.AddQuery(workspaceId, "AzureActivity | summarize Count = count() by ResourceGroup | top 10 by Count", TimeSpan.FromDays(1)); Response response = await batch.SubmitAsync(); @@ -166,6 +166,7 @@ public async Task QueryLogsWithTimeout() // Query TOP 10 resource groups by event count Response> response = await client.QueryAsync(workspaceId, "AzureActivity | summarize count()", + TimeSpan.FromDays(1), options: new LogsQueryOptions() { Timeout = TimeSpan.FromMinutes(10) @@ -191,7 +192,7 @@ public async Task BadRequest() LogsClient client = new LogsClient(new DefaultAzureCredential()); try { - await client.QueryAsync(workspaceId, "My Not So Valid Query"); + await client.QueryAsync(workspaceId, "My Not So Valid Query", TimeSpan.FromDays(1)); } catch (Exception e) { diff --git a/sdk/monitor/Azure.Monitor.Query/tests/LogsQueryClientClientLiveTests.cs b/sdk/monitor/Azure.Monitor.Query/tests/LogsQueryClientClientLiveTests.cs index 2a574ca0e973..81274b5470ab 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/LogsQueryClientClientLiveTests.cs +++ b/sdk/monitor/Azure.Monitor.Query/tests/LogsQueryClientClientLiveTests.cs @@ -43,7 +43,8 @@ public async Task CanQuery() var results = await client.QueryAsync(TestEnvironment.WorkspaceId, $"{_logsTestData.TableAName} |" + $"project {LogsTestData.StringColumnName}, {LogsTestData.IntColumnName}, {LogsTestData.BoolColumnName}, {LogsTestData.FloatColumnName} |" + - $"order by {LogsTestData.StringColumnName} asc"); + $"order by {LogsTestData.StringColumnName} asc", + _logsTestData.DataTimeRange); var resultTable = results.Value.Tables.Single(); CollectionAssert.IsNotEmpty(resultTable.Columns); @@ -67,7 +68,8 @@ public async Task CanQueryIntoPrimitiveString() var client = CreateClient(); var results = await client.QueryAsync(TestEnvironment.WorkspaceId, - $"{_logsTestData.TableAName} | project {LogsTestData.StringColumnName} | order by {LogsTestData.StringColumnName} asc"); + $"{_logsTestData.TableAName} | project {LogsTestData.StringColumnName} | order by {LogsTestData.StringColumnName} asc", + _logsTestData.DataTimeRange); CollectionAssert.AreEqual(new[] {"a", "b", "c"}, results.Value); } @@ -77,7 +79,8 @@ public async Task CanQueryIntoPrimitiveInt() { var client = CreateClient(); - var results = await client.QueryAsync(TestEnvironment.WorkspaceId, $"{_logsTestData.TableAName} | count"); + var results = await client.QueryAsync(TestEnvironment.WorkspaceId, $"{_logsTestData.TableAName} | count", + _logsTestData.DataTimeRange); Assert.AreEqual(_logsTestData.TableA.Count, results.Value[0]); } @@ -90,7 +93,8 @@ public async Task CanQueryIntoClass() var results = await client.QueryAsync(TestEnvironment.WorkspaceId, $"{_logsTestData.TableAName} |" + $"project-rename Name = {LogsTestData.StringColumnName}, Age = {LogsTestData.IntColumnName} |" + - $"order by Name asc"); + $"order by Name asc", + _logsTestData.DataTimeRange); CollectionAssert.AreEqual(new[] { @@ -109,7 +113,8 @@ public async Task CanQueryIntoDictionary() $"{_logsTestData.TableAName} |" + $"project-rename Name = {LogsTestData.StringColumnName}, Age = {LogsTestData.IntColumnName} |" + $"project Name, Age |" + - $"order by Name asc"); + $"order by Name asc", + _logsTestData.DataTimeRange); CollectionAssert.AreEqual(new[] { @@ -128,7 +133,8 @@ public async Task CanQueryIntoIDictionary() $"{_logsTestData.TableAName} |" + $"project-rename Name = {LogsTestData.StringColumnName}, Age = {LogsTestData.IntColumnName} |" + $"project Name, Age |" + - $"order by Name asc"); + $"order by Name asc", + _logsTestData.DataTimeRange); CollectionAssert.AreEqual(new[] { @@ -143,8 +149,8 @@ public async Task CanQueryBatch() { var client = CreateClient(); LogsBatchQuery batch = InstrumentClient(client.CreateBatchQuery()); - string id1 = batch.AddQuery(TestEnvironment.WorkspaceId, "Heartbeat"); - string id2 = batch.AddQuery(TestEnvironment.WorkspaceId, "Heartbeat"); + string id1 = batch.AddQuery(TestEnvironment.WorkspaceId, "Heartbeat", _logsTestData.DataTimeRange); + string id2 = batch.AddQuery(TestEnvironment.WorkspaceId, "Heartbeat", _logsTestData.DataTimeRange); Response response = await batch.SubmitAsync(); var result1 = response.Value.GetResult(id1); @@ -172,7 +178,7 @@ public async Task CanQueryAllSupportedTypes() "10s," + "decimal(0.10101)," + "bool(null)" + - "]"); + "]", _logsTestData.DataTimeRange); LogsQueryResultRow row = results.Value.PrimaryTable.Rows[0]; @@ -225,7 +231,7 @@ public async Task CanQueryAllSupportedTypesIntoModel() "'string value'," + "10s," + "decimal(0.10101)" + - "]"); + "]", _logsTestData.DataTimeRange); TestModelForTypes row = results.Value[0]; @@ -257,7 +263,7 @@ public async Task CanQueryAllSupportedTypesIntoModelNullable() "'string value'," + "10s," + "decimal(0.10101)" + - "]"); + "]", _logsTestData.DataTimeRange); TestModelForTypesNullable row = results.Value[0]; @@ -289,7 +295,7 @@ public async Task CanQueryAllSupportedTypesIntoModelNulls() "'I cant be null'," + "timespan(null)," + "decimal(null)," + - "]"); + "]", _logsTestData.DataTimeRange); TestModelForTypesNullable row = results.Value[0]; @@ -309,15 +315,15 @@ public async Task CanQueryIntoPrimitive() { var client = CreateClient(); - Assert.AreEqual(DateTimeOffset.Parse("2015-12-31 23:59:59.9+00:00"), (await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (DateTime: datetime) [ datetime(2015-12-31 23:59:59.9) ]")).Value[0]); - Assert.AreEqual(false, (await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Bool: bool) [ false ]")).Value[0]); - Assert.AreEqual(Guid.Parse("74be27de-1e4e-49d9-b579-fe0b331d3642"), (await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Guid: guid) [ guid(74be27de-1e4e-49d9-b579-fe0b331d3642) ]")).Value[0]); - Assert.AreEqual(12345, (await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Int: int) [ 12345 ]")).Value[0]); - Assert.AreEqual(1234567890123, (await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Long: long) [ 1234567890123 ]")).Value[0]); - Assert.AreEqual(12345.6789d, (await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Double: double) [ 12345.6789 ]")).Value[0]); - Assert.AreEqual("string value", (await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (String: string) [ \"string value\" ]")).Value[0]); - Assert.AreEqual(TimeSpan.FromSeconds(10), (await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Timespan: timespan) [ 10s ]")).Value[0]); - Assert.AreEqual(0.10101m, (await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Decimal: decimal) [ decimal(0.10101) ]")).Value[0]); + Assert.AreEqual(DateTimeOffset.Parse("2015-12-31 23:59:59.9+00:00"), (await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (DateTime: datetime) [ datetime(2015-12-31 23:59:59.9) ]", _logsTestData.DataTimeRange)).Value[0]); + Assert.AreEqual(false, (await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Bool: bool) [ false ]", _logsTestData.DataTimeRange)).Value[0]); + Assert.AreEqual(Guid.Parse("74be27de-1e4e-49d9-b579-fe0b331d3642"), (await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Guid: guid) [ guid(74be27de-1e4e-49d9-b579-fe0b331d3642) ]", _logsTestData.DataTimeRange)).Value[0]); + Assert.AreEqual(12345, (await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Int: int) [ 12345 ]", _logsTestData.DataTimeRange)).Value[0]); + Assert.AreEqual(1234567890123, (await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Long: long) [ 1234567890123 ]", _logsTestData.DataTimeRange)).Value[0]); + Assert.AreEqual(12345.6789d, (await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Double: double) [ 12345.6789 ]", _logsTestData.DataTimeRange)).Value[0]); + Assert.AreEqual("string value", (await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (String: string) [ \"string value\" ]", _logsTestData.DataTimeRange)).Value[0]); + Assert.AreEqual(TimeSpan.FromSeconds(10), (await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Timespan: timespan) [ 10s ]", _logsTestData.DataTimeRange)).Value[0]); + Assert.AreEqual(0.10101m, (await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Decimal: decimal) [ decimal(0.10101) ]", _logsTestData.DataTimeRange)).Value[0]); } [RecordedTest] @@ -325,14 +331,14 @@ public async Task CanQueryIntoNullablePrimitive() { var client = CreateClient(); - Assert.IsNull((await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (DateTime: datetime) [ datetime(null) ]")).Value[0]); - Assert.IsNull((await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Bool: bool) [ bool(null) ]")).Value[0]); - Assert.IsNull((await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Guid: guid) [ guid(null) ]")).Value[0]); - Assert.IsNull((await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Int: int) [ int(null) ]")).Value[0]); - Assert.IsNull((await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Long: long) [ long(null) ]")).Value[0]); - Assert.IsNull((await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Double: double) [ double(null) ]")).Value[0]); - Assert.IsNull((await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Timespan: timespan) [ timespan(null) ]")).Value[0]); - Assert.IsNull((await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Decimal: decimal) [ decimal(null) ]")).Value[0]); + Assert.IsNull((await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (DateTime: datetime) [ datetime(null) ]", _logsTestData.DataTimeRange)).Value[0]); + Assert.IsNull((await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Bool: bool) [ bool(null) ]", _logsTestData.DataTimeRange)).Value[0]); + Assert.IsNull((await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Guid: guid) [ guid(null) ]", _logsTestData.DataTimeRange)).Value[0]); + Assert.IsNull((await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Int: int) [ int(null) ]", _logsTestData.DataTimeRange)).Value[0]); + Assert.IsNull((await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Long: long) [ long(null) ]", _logsTestData.DataTimeRange)).Value[0]); + Assert.IsNull((await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Double: double) [ double(null) ]", _logsTestData.DataTimeRange)).Value[0]); + Assert.IsNull((await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Timespan: timespan) [ timespan(null) ]", _logsTestData.DataTimeRange)).Value[0]); + Assert.IsNull((await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (Decimal: decimal) [ decimal(null) ]", _logsTestData.DataTimeRange)).Value[0]); } [RecordedTest] @@ -340,7 +346,7 @@ public async Task CanQueryIntoNullablePrimitiveNull() { var client = CreateClient(); - var results = await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (DateTime: datetime) [ datetime(null) ]"); + var results = await client.QueryAsync(TestEnvironment.WorkspaceId, $"datatable (DateTime: datetime) [ datetime(null) ]", _logsTestData.DataTimeRange); Assert.IsNull(results.Value[0]); } @@ -375,7 +381,7 @@ public async Task CanQueryBatchWithTimespan() var client = CreateClient(); LogsBatchQuery batch = InstrumentClient(client.CreateBatchQuery()); - string id1 = batch.AddQuery(TestEnvironment.WorkspaceId, $"{_logsTestData.TableAName} | project {LogsTestData.TimeGeneratedColumnName}"); + string id1 = batch.AddQuery(TestEnvironment.WorkspaceId, $"{_logsTestData.TableAName} | project {LogsTestData.TimeGeneratedColumnName}", _logsTestData.DataTimeRange); string id2 = batch.AddQuery(TestEnvironment.WorkspaceId, $"{_logsTestData.TableAName} | project {LogsTestData.TimeGeneratedColumnName}", timespan); Response response = await batch.SubmitAsync(); @@ -393,7 +399,7 @@ public async Task CanQueryBatchWithTimespan() public void ThrowsExceptionWhenQueryFails() { var client = CreateClient(); - var exception = Assert.ThrowsAsync(async () => await client.QueryAsync(TestEnvironment.WorkspaceId, "this won't work")); + var exception = Assert.ThrowsAsync(async () => await client.QueryAsync(TestEnvironment.WorkspaceId, "this won't work", _logsTestData.DataTimeRange)); Assert.AreEqual("BadArgumentError", exception.ErrorCode); StringAssert.StartsWith("The request had some invalid properties", exception.Message); @@ -405,7 +411,7 @@ public async Task ThrowsExceptionWhenQueryFailsBatch() var client = CreateClient(); LogsBatchQuery batch = InstrumentClient(client.CreateBatchQuery()); - var queryId = batch.AddQuery(TestEnvironment.WorkspaceId, "this won't work"); + var queryId = batch.AddQuery(TestEnvironment.WorkspaceId, "this won't work", _logsTestData.DataTimeRange); var batchResult = await batch.SubmitAsync(); var exception = Assert.Throws(() => batchResult.Value.GetResult(queryId)); @@ -420,7 +426,7 @@ public async Task ThrowsExceptionWhenBatchQueryNotFound() var client = CreateClient(); LogsBatchQuery batch = InstrumentClient(client.CreateBatchQuery()); - batch.AddQuery(TestEnvironment.WorkspaceId, _logsTestData.TableAName); + batch.AddQuery(TestEnvironment.WorkspaceId, _logsTestData.TableAName, _logsTestData.DataTimeRange); var batchResult = await batch.SubmitAsync(); var exception = Assert.Throws(() => batchResult.Value.GetResult("12345")); @@ -436,7 +442,7 @@ public async Task CanQueryWithStatistics(bool include) { var client = CreateClient(); - var response = await client.QueryAsync(TestEnvironment.WorkspaceId, _logsTestData.TableAName, options: new LogsQueryOptions() + var response = await client.QueryAsync(TestEnvironment.WorkspaceId, _logsTestData.TableAName, _logsTestData.DataTimeRange, options: new LogsQueryOptions() { IncludeStatistics = include }); @@ -459,7 +465,7 @@ public async Task CanQueryWithStatisticsBatch(bool include) var client = CreateClient(); LogsBatchQuery batch = InstrumentClient(client.CreateBatchQuery()); - var queryId = batch.AddQuery(TestEnvironment.WorkspaceId, _logsTestData.TableAName, options: new LogsQueryOptions() + var queryId = batch.AddQuery(TestEnvironment.WorkspaceId, _logsTestData.TableAName, _logsTestData.DataTimeRange, options: new LogsQueryOptions() { IncludeStatistics = include }); @@ -481,7 +487,7 @@ public async Task CanSetServiceTimeout() { var client = CreateClient(); - var response = await client.QueryAsync(TestEnvironment.WorkspaceId, _logsTestData.TableAName, options: new LogsQueryOptions() + var response = await client.QueryAsync(TestEnvironment.WorkspaceId, _logsTestData.TableAName, _logsTestData.DataTimeRange, options: new LogsQueryOptions() { Timeout = TimeSpan.FromMinutes(10) }); diff --git a/sdk/monitor/Azure.Monitor.Query/tests/LogsQueryClientClientTests.cs b/sdk/monitor/Azure.Monitor.Query/tests/LogsQueryClientClientTests.cs index 85e98a1dff02..a63e197468ae 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/LogsQueryClientClientTests.cs +++ b/sdk/monitor/Azure.Monitor.Query/tests/LogsQueryClientClientTests.cs @@ -13,12 +13,14 @@ public class LogsQueryClientClientTests public void CanSetServiceTimeout_Mocked() { string preferHeader = null; - TimeSpan? networkOverride = default; + // TODO: https://github.com/Azure/azure-sdk-for-net/issues/20859 + // TimeSpan? networkOverride = default; var mockTransport = MockTransport.FromMessageCallback(message => { Assert.True(message.Request.Headers.TryGetValue("prefer", out preferHeader)); - networkOverride = message.NetworkTimeout; + // TODO: https://github.com/Azure/azure-sdk-for-net/issues/20859 + //networkOverride = message.NetworkTimeout; return new MockResponse(500); }); @@ -28,13 +30,14 @@ public void CanSetServiceTimeout_Mocked() Transport = mockTransport }); - Assert.ThrowsAsync(() => client.QueryAsync("wid", "tid", options: new LogsQueryOptions() + Assert.ThrowsAsync(() => client.QueryAsync("wid", "tid", TimeSpan.FromDays(1), options: new LogsQueryOptions() { Timeout = TimeSpan.FromMinutes(10) })); Assert.AreEqual("wait=600", preferHeader); - Assert.AreEqual(TimeSpan.FromMinutes(10), networkOverride); + // TODO: https://github.com/Azure/azure-sdk-for-net/issues/20859 + //Assert.AreEqual(TimeSpan.FromMinutes(10), networkOverride); } } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/LogsTestData.cs b/sdk/monitor/Azure.Monitor.Query/tests/LogsTestData.cs index 1005970e6d05..aca9edac1eed 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/LogsTestData.cs +++ b/sdk/monitor/Azure.Monitor.Query/tests/LogsTestData.cs @@ -39,6 +39,7 @@ public class LogsTestData private string TableANameSent => nameof(TableA) + DataVersion + "_" + RetentionWindowStart.DayOfYear; public string TableAName => TableANameSent + "_CL"; + public DateTimeRange DataTimeRange => new DateTimeRange(RetentionWindowStart, TimeSpan.FromDays(7)); private readonly MonitorQueryClientTestEnvironment _testEnvironment; private static bool _initialized; @@ -113,7 +114,7 @@ private async Task QueryCount() var logsClient = new LogsClient(_testEnvironment.Credential); try { - var countResponse = await logsClient.QueryAsync(_testEnvironment.WorkspaceId, $"{TableAName} | count"); + var countResponse = await logsClient.QueryAsync(_testEnvironment.WorkspaceId, $"{TableAName} | count", DataTimeRange); var count = countResponse.Value.Single(); return count; } diff --git a/sdk/monitor/Azure.Monitor.Query/tests/MetricsQueryClientLiveTests.cs b/sdk/monitor/Azure.Monitor.Query/tests/MetricsQueryClientLiveTests.cs index 122b22d0dfca..a41fb2c6bd0d 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/MetricsQueryClientLiveTests.cs +++ b/sdk/monitor/Azure.Monitor.Query/tests/MetricsQueryClientLiveTests.cs @@ -55,8 +55,7 @@ public async Task CanQueryMetrics() new MetricQueryOptions() { MetricNamespace = _testData.MetricNamespace, - StartTime = _testData.StartTime, - Duration = duration + TimeSpan = new DateTimeRange(_testData.StartTime, duration) }); var timeSeriesData = results.Value.Metrics[0].Timeseries[0].Data; @@ -76,8 +75,7 @@ public async Task CanQueryMetricsAllAggregations() new MetricQueryOptions { MetricNamespace = _testData.MetricNamespace, - StartTime = _testData.StartTime, - EndTime = _testData.StartTime.Add(_testData.Duration), + TimeSpan = new DateTimeRange(_testData.StartTime, _testData.StartTime.Add(_testData.Duration)), Aggregations = { MetricAggregationType.Average, @@ -110,8 +108,7 @@ public async Task CanQueryMetricsStartEnd() new MetricQueryOptions { MetricNamespace = _testData.MetricNamespace, - StartTime = _testData.StartTime, - EndTime = _testData.EndTime + TimeSpan = new DateTimeRange(_testData.StartTime, _testData.EndTime), }); var timeSeriesData = results.Value.Metrics[0].Timeseries[0].Data; @@ -131,8 +128,7 @@ public async Task CanQueryMetricsStartDuration() new MetricQueryOptions { MetricNamespace = _testData.MetricNamespace, - StartTime = _testData.StartTime, - Duration = _testData.Duration + TimeSpan = new DateTimeRange(_testData.StartTime, _testData.Duration) }); var timeSeriesData = results.Value.Metrics[0].Timeseries[0].Data; @@ -152,8 +148,7 @@ public async Task CanQueryMetricsDurationEnd() new MetricQueryOptions { MetricNamespace = _testData.MetricNamespace, - EndTime = _testData.EndTime, - Duration = _testData.Duration + TimeSpan = new DateTimeRange(_testData.Duration, _testData.EndTime) }); var timeSeriesData = results.Value.Metrics[0].Timeseries[0].Data; @@ -190,8 +185,7 @@ public async Task CanQueryMetricsStartEndInterval() new MetricQueryOptions { MetricNamespace = _testData.MetricNamespace, - StartTime = _testData.StartTime, - EndTime = _testData.EndTime, + TimeSpan = new DateTimeRange(_testData.StartTime, _testData.EndTime), Interval = TimeSpan.FromMinutes(5) }); @@ -212,8 +206,7 @@ public async Task CanQueryMetricsFilter() new MetricQueryOptions { MetricNamespace = _testData.MetricNamespace, - StartTime = _testData.StartTime, - EndTime = _testData.EndTime, + TimeSpan = new DateTimeRange(_testData.StartTime, _testData.EndTime), Filter = $"Name eq '{_testData.Name1}'", Aggregations = { @@ -236,8 +229,7 @@ public async Task CanQueryMetricsFilterTop() new MetricQueryOptions { MetricNamespace = _testData.MetricNamespace, - StartTime = _testData.StartTime, - EndTime = _testData.EndTime, + TimeSpan = new DateTimeRange(_testData.StartTime, _testData.EndTime), Filter = $"Name eq '*'", Top = 1, Aggregations = diff --git a/sdk/monitor/Azure.Monitor.Query/tests/MetricsTestData.cs b/sdk/monitor/Azure.Monitor.Query/tests/MetricsTestData.cs index 0dca559e46a2..37cefd254cf0 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/MetricsTestData.cs +++ b/sdk/monitor/Azure.Monitor.Query/tests/MetricsTestData.cs @@ -85,8 +85,7 @@ private async Task MetricsPropagated(MetricsClient metricClient) var metrics = await metricClient.QueryAsync(_testEnvironment.MetricsResource, new[] {MetricName}, new MetricQueryOptions() { - StartTime = StartTime, - Duration = Duration, + TimeSpan = new DateTimeRange(StartTime, Duration), MetricNamespace = MetricNamespace, Interval = TimeSpan.FromMinutes(1), Aggregations = diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQuery.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQuery.json index 699b47129c44..18370ff14581 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQuery.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQuery.json @@ -1,38 +1,37 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "121", + "Content-Length": "167", "Content-Type": "application/json", - "traceparent": "00-dd114e07f028b14a9fc7a90533d82a65-d070a037ee567b4e-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-5de85b9bc751ce4ba651541b8f9b2ea9-a275707c20ee924d-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d36f33f97f3b8afbfd44a3fa76ab65e8", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "TableA1_102_CL |project StringColumn_s, IntColumn_d, BoolColumn_b, FloatColumn_d |order by StringColumn_s asc" + "query": "TableA1_116_CL |project StringColumn_s, IntColumn_d, BoolColumn_b, FloatColumn_d |order by StringColumn_s asc", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "84", "Connection": "keep-alive", - "Content-Length": "265", + "Content-Length": "279", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:12:12 GMT", + "Date": "Tue, 04 May 2021 18:37:04 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-6ddc976cfd-cv4fn", + "Via": "1.1 draft-oms-6c84644dc4-cl8rl", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -68,13 +67,13 @@ "b", 3, true, - 1.2 + 1.20000005 ], [ "c", 1, false, - 1.1 + 1.10000002 ] ] } @@ -83,8 +82,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:12:09.8221311-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:02.7017507-07:00", "RandomSeed": "1577816746", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypes.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypes.json index 60d26bf45cd3..e3a05d2650cc 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypes.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypes.json @@ -1,38 +1,37 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "342", + "Content-Length": "388", "Content-Type": "application/json", - "traceparent": "00-405f122c3f07744e98534bfb9a9b98a8-fc8b830dab8c5540-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-5694b7163cf7a44cbb5cfe374db32d96-ac997d5108880c42-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "50db4cf98b31e9e0c0a5817c7f8b605c", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (DateTime: datetime, Bool:bool, Guid: guid, Int: int, Long:long, Double: double, String: string, Timespan: timespan, Decimal: decimal, NullBool: bool)[datetime(2015-12-31 23:59:59.9),false,guid(74be27de-1e4e-49d9-b579-fe0b331d3642),12345,1234567890123,12345.6789,\u0022string value\u0022,10s,decimal(0.10101),bool(null)]" + "query": "datatable (DateTime: datetime, Bool:bool, Guid: guid, Int: int, Long:long, Double: double, String: string, Timespan: timespan, Decimal: decimal, NullBool: bool)[datetime(2015-12-31 23:59:59.9),false,guid(74be27de-1e4e-49d9-b579-fe0b331d3642),12345,1234567890123,12345.6789,\u0022string value\u0022,10s,decimal(0.10101),bool(null)]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "84", "Connection": "keep-alive", "Content-Length": "532", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:37:30 GMT", + "Date": "Tue, 04 May 2021 18:37:05 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-6ddc976cfd-xkvtn", + "Via": "1.1 draft-oms-6c84644dc4-d8d6n", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -101,8 +100,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:37:27.8503722-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:04.8423311-07:00", "RandomSeed": "1735501629", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesAsync.json index cffd32c35b62..a667a517d5e6 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesAsync.json @@ -1,39 +1,37 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "342", + "Content-Length": "388", "Content-Type": "application/json", - "traceparent": "00-2ca7770d61574c469fc95db0c168bf9e-204ee734bcae5e46-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-fee1758c542c334a888cb6e98a9263da-9f18e2e26a5b0c46-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "57db0d63af645eca7a022113e537dce2", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (DateTime: datetime, Bool:bool, Guid: guid, Int: int, Long:long, Double: double, String: string, Timespan: timespan, Decimal: decimal, NullBool: bool)[datetime(2015-12-31 23:59:59.9),false,guid(74be27de-1e4e-49d9-b579-fe0b331d3642),12345,1234567890123,12345.6789,\u0022string value\u0022,10s,decimal(0.10101),bool(null)]" + "query": "datatable (DateTime: datetime, Bool:bool, Guid: guid, Int: int, Long:long, Double: double, String: string, Timespan: timespan, Decimal: decimal, NullBool: bool)[datetime(2015-12-31 23:59:59.9),false,guid(74be27de-1e4e-49d9-b579-fe0b331d3642),12345,1234567890123,12345.6789,\u0022string value\u0022,10s,decimal(0.10101),bool(null)]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", - "Age": "88", + "Age": "92", "Connection": "keep-alive", "Content-Length": "532", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:38:59 GMT", + "Date": "Tue, 04 May 2021 18:37:13 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-6ddc976cfd-xbs6q", + "Via": "1.1 draft-oms-6c84644dc4-2z78r", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -102,8 +100,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:38:58.0694838-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:13.1080671-07:00", "RandomSeed": "683651485", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModel.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModel.json index aa31a8586656..565774c41059 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModel.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModel.json @@ -1,38 +1,37 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "315", + "Content-Length": "361", "Content-Type": "application/json", - "traceparent": "00-ebcd14f22a93b64485b58b45b3ccadd5-29010fe44ef7bd43-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-a95405e4452c7f41be94a75f91daf4b8-4c2a02d83e5afa4b-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d1e1b22a9b5e8b1aa48c84ef882eb8c7", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (DateTime: datetime, Bool:bool, Guid: guid, Int: int, Long:long, Double: double, String: string, Timespan: timespan, Decimal: decimal)[datetime(2015-12-31 23:59:59.9),false,guid(74be27de-1e4e-49d9-b579-fe0b331d3642),12345,1234567890123,12345.6789,\u0027string value\u0027,10s,decimal(0.10101)]" + "query": "datatable (DateTime: datetime, Bool:bool, Guid: guid, Int: int, Long:long, Double: double, String: string, Timespan: timespan, Decimal: decimal)[datetime(2015-12-31 23:59:59.9),false,guid(74be27de-1e4e-49d9-b579-fe0b331d3642),12345,1234567890123,12345.6789,\u0027string value\u0027,10s,decimal(0.10101)]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "82", "Connection": "keep-alive", "Content-Length": "493", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:37:31 GMT", + "Date": "Tue, 04 May 2021 18:37:05 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-6ddc976cfd-9c28z", + "Via": "1.1 draft-oms-6c84644dc4-62tfl", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -96,8 +95,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:37:30.9875136-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:05.1550269-07:00", "RandomSeed": "944339450", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModelAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModelAsync.json index 10b16817cf35..933b27c7fff6 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModelAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModelAsync.json @@ -1,39 +1,37 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "315", + "Content-Length": "361", "Content-Type": "application/json", - "traceparent": "00-f4e407d4a7914644b74dae075f3c029f-833a9db9e8dc9d48-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-3cb4932e625ea243bc937a88ba5abd48-f5a3b41a01aa194f-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "38f09510ddc5f7d3071a63aeae3dadce", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (DateTime: datetime, Bool:bool, Guid: guid, Int: int, Long:long, Double: double, String: string, Timespan: timespan, Decimal: decimal)[datetime(2015-12-31 23:59:59.9),false,guid(74be27de-1e4e-49d9-b579-fe0b331d3642),12345,1234567890123,12345.6789,\u0027string value\u0027,10s,decimal(0.10101)]" + "query": "datatable (DateTime: datetime, Bool:bool, Guid: guid, Int: int, Long:long, Double: double, String: string, Timespan: timespan, Decimal: decimal)[datetime(2015-12-31 23:59:59.9),false,guid(74be27de-1e4e-49d9-b579-fe0b331d3642),12345,1234567890123,12345.6789,\u0027string value\u0027,10s,decimal(0.10101)]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", - "Age": "87", + "Age": "90", "Connection": "keep-alive", "Content-Length": "493", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:38:59 GMT", + "Date": "Tue, 04 May 2021 18:37:13 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-6ddc976cfd-q5vvn", + "Via": "1.1 draft-oms-6c84644dc4-r5jzf", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -97,8 +95,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:38:59.1742077-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:13.3267570-07:00", "RandomSeed": "1517775869", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModelNullable.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModelNullable.json index d725e5261dd7..d333cb56cf48 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModelNullable.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModelNullable.json @@ -1,39 +1,37 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "315", + "Content-Length": "361", "Content-Type": "application/json", - "traceparent": "00-f95e342c755a1541b140a9d61a103cdf-8b4d8efbe4985e49-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-e11b60633947514ba21c199e243d3ea5-1b65977553ebee49-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "98b8c415e308f138f95c4bcffb555830", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (DateTime: datetime, Bool:bool, Guid: guid, Int: int, Long:long, Double: double, String: string, Timespan: timespan, Decimal: decimal)[datetime(2015-12-31 23:59:59.9),false,guid(74be27de-1e4e-49d9-b579-fe0b331d3642),12345,1234567890123,12345.6789,\u0027string value\u0027,10s,decimal(0.10101)]" + "query": "datatable (DateTime: datetime, Bool:bool, Guid: guid, Int: int, Long:long, Double: double, String: string, Timespan: timespan, Decimal: decimal)[datetime(2015-12-31 23:59:59.9),false,guid(74be27de-1e4e-49d9-b579-fe0b331d3642),12345,1234567890123,12345.6789,\u0027string value\u0027,10s,decimal(0.10101)]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", - "Age": "0", + "Age": "82", "Connection": "keep-alive", "Content-Length": "493", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:37:32 GMT", + "Date": "Tue, 04 May 2021 18:37:05 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-6ddc976cfd-428hn", + "Via": "1.1 draft-oms-6c84644dc4-4dqzx", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -97,8 +95,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:37:31.9378384-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:05.4830219-07:00", "RandomSeed": "679609132", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModelNullableAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModelNullableAsync.json index 983c5d4a7719..ba1a19f58bae 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModelNullableAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModelNullableAsync.json @@ -1,39 +1,37 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "315", + "Content-Length": "361", "Content-Type": "application/json", - "traceparent": "00-9b1c41c930901c4cb5da68ea61237ae4-f9c82d3597f0db4d-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-458dc136fb4a5041a8ea48a523122c45-1aef0aae98c5ce45-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "66c86437f3a305b4197b6f76e761890d", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (DateTime: datetime, Bool:bool, Guid: guid, Int: int, Long:long, Double: double, String: string, Timespan: timespan, Decimal: decimal)[datetime(2015-12-31 23:59:59.9),false,guid(74be27de-1e4e-49d9-b579-fe0b331d3642),12345,1234567890123,12345.6789,\u0027string value\u0027,10s,decimal(0.10101)]" + "query": "datatable (DateTime: datetime, Bool:bool, Guid: guid, Int: int, Long:long, Double: double, String: string, Timespan: timespan, Decimal: decimal)[datetime(2015-12-31 23:59:59.9),false,guid(74be27de-1e4e-49d9-b579-fe0b331d3642),12345,1234567890123,12345.6789,\u0027string value\u0027,10s,decimal(0.10101)]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", - "Age": "87", + "Age": "90", "Connection": "keep-alive", "Content-Length": "493", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:38:59 GMT", + "Date": "Tue, 04 May 2021 18:37:13 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-6ddc976cfd-p59b2", + "Via": "1.1 draft-oms-6c84644dc4-lswqn", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -97,8 +95,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:38:59.3744166-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:13.6236332-07:00", "RandomSeed": "452841035", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModelNulls.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModelNulls.json index 8f65b58704b1..0732ca9d5b3a 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModelNulls.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModelNulls.json @@ -1,38 +1,37 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "285", + "Content-Length": "331", "Content-Type": "application/json", - "traceparent": "00-5d6d1520240c2b4d973ebef7a0c55c17-d243210251551742-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-69eace3950a58847a930d359bdb2d71d-4de0218f73c40242-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "12ae3d299533e79e36e40102cdf7b0b2", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (DateTime: datetime, Bool:bool, Guid: guid, Int: int, Long:long, Double: double, String: string, Timespan: timespan, Decimal: decimal)[datetime(null),bool(null),guid(null),int(null),long(null),double(null),\u0027I cant be null\u0027,timespan(null),decimal(null),]" + "query": "datatable (DateTime: datetime, Bool:bool, Guid: guid, Int: int, Long:long, Double: double, String: string, Timespan: timespan, Decimal: decimal)[datetime(null),bool(null),guid(null),int(null),long(null),double(null),\u0027I cant be null\u0027,timespan(null),decimal(null),]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "81", "Connection": "keep-alive", "Content-Length": "413", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:37:33 GMT", + "Date": "Tue, 04 May 2021 18:37:06 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-6ddc976cfd-r6xwr", + "Via": "1.1 draft-oms-6c84644dc4-xqzxt", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -96,8 +95,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:37:32.1430457-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:05.7642603-07:00", "RandomSeed": "1837064876", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModelNullsAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModelNullsAsync.json index 6131c9c32e16..a35b2d07d895 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModelNullsAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAllSupportedTypesIntoModelNullsAsync.json @@ -1,39 +1,37 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "285", + "Content-Length": "331", "Content-Type": "application/json", - "traceparent": "00-3bf5aea37f293541b61602456f94a51c-4a449f6e879d0543-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-6bede0bb1d9b4b4c93b3ca42b84314b7-053d59b2e9885e4f-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c78790299f36174aab985f6afc6f3680", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (DateTime: datetime, Bool:bool, Guid: guid, Int: int, Long:long, Double: double, String: string, Timespan: timespan, Decimal: decimal)[datetime(null),bool(null),guid(null),int(null),long(null),double(null),\u0027I cant be null\u0027,timespan(null),decimal(null),]" + "query": "datatable (DateTime: datetime, Bool:bool, Guid: guid, Int: int, Long:long, Double: double, String: string, Timespan: timespan, Decimal: decimal)[datetime(null),bool(null),guid(null),int(null),long(null),double(null),\u0027I cant be null\u0027,timespan(null),decimal(null),]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", - "Age": "86", + "Age": "89", "Connection": "keep-alive", "Content-Length": "413", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:38:59 GMT", + "Date": "Tue, 04 May 2021 18:37:14 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-6ddc976cfd-lb69d", + "Via": "1.1 draft-oms-6c84644dc4-4dqzx", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -97,8 +95,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:38:59.6186866-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:13.8738446-07:00", "RandomSeed": "2117357238", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAsync.json index c20803c5088b..67ea557698b2 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryAsync.json @@ -1,39 +1,37 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "121", + "Content-Length": "167", "Content-Type": "application/json", - "traceparent": "00-133cd09a096f5846ac8806dd1542c190-3b45c2b5fba49542-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-fe35b3f5d82a584c80889cc2515d0ab0-2d22e5021ebc6347-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "619724faaa519c39f43a4ee91f7a72bf", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "TableA1_102_CL |project StringColumn_s, IntColumn_d, BoolColumn_b, FloatColumn_d |order by StringColumn_s asc" + "query": "TableA1_116_CL |project StringColumn_s, IntColumn_d, BoolColumn_b, FloatColumn_d |order by StringColumn_s asc", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", - "Age": "1", + "Age": "92", "Connection": "keep-alive", - "Content-Length": "265", + "Content-Length": "279", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:12:14 GMT", + "Date": "Tue, 04 May 2021 18:37:13 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-6ddc976cfd-hq94g", + "Via": "1.1 draft-oms-6c84644dc4-td7pw", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -69,13 +67,13 @@ "b", 3, true, - 1.2 + 1.20000005 ], [ "c", 1, false, - 1.1 + 1.10000002 ] ] } @@ -84,8 +82,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:12:14.3630118-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:12.9049029-07:00", "RandomSeed": "1465646503", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryBatch.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryBatch.json index a6b4a96113d1..0f89685cb203 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryBatch.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryBatch.json @@ -6,13 +6,10 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "260", + "Content-Length": "352", "Content-Type": "application/json", - "traceparent": "00-7574c545b51d0d42a3df7648e8cc152e-b686ce088a124e4f-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-5a2f80baad13384f885c1e009c8059bb-5f6ba5e47984bc45-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "71385b2e9566961d382ec20e0e1368c5", "x-ms-return-client-request-id": "true" }, @@ -21,20 +18,22 @@ { "id": "0", "body": { - "query": "Heartbeat" + "query": "Heartbeat", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "path": "/query", "method": "POST", - "workspace": "9a15b791-8d2f-436f-a734-25d128c72254" + "workspace": "bb1b4371-062d-414d-bef3-b0d124ff721c" }, { "id": "1", "body": { - "query": "Heartbeat" + "query": "Heartbeat", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "path": "/query", "method": "POST", - "workspace": "9a15b791-8d2f-436f-a734-25d128c72254" + "workspace": "bb1b4371-062d-414d-bef3-b0d124ff721c" } ] }, @@ -44,21 +43,25 @@ "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 18:26:26 GMT", + "Date": "Tue, 04 May 2021 18:37:06 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Transfer-Encoding": "chunked", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-6f48f8487b-pnn8f", + "Via": "1.1 draft-oms-6c84644dc4-gmfnb", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { "responses": [ { - "id": "1", + "id": "0", "status": 200, + "headers": { + "Age": "80", + "request-context": "appId=cid-v1:70941e4f-7e8f-40b7-b730-183893db0297" + }, "body": { "tables": [ { @@ -191,8 +194,12 @@ } }, { - "id": "0", + "id": "1", "status": 200, + "headers": { + "Age": "80", + "request-context": "appId=cid-v1:70941e4f-7e8f-40b7-b730-183893db0297" + }, "body": { "tables": [ { @@ -329,8 +336,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T11:26:23.9357405-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:06.0768964-07:00", "RandomSeed": "1735529811", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryBatchAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryBatchAsync.json index 659d92b4d758..2fbbe5ab0a46 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryBatchAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryBatchAsync.json @@ -6,13 +6,10 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "260", + "Content-Length": "352", "Content-Type": "application/json", - "traceparent": "00-25dab67c9f13d3458ac4cebcfc883cff-8d5b83a319843148-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-30483aa48179f5499085e0ebbcd8280e-a772b25ec1302247-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ea2d66241d6f5f8ec0ff4748506e6f68", "x-ms-return-client-request-id": "true" }, @@ -21,20 +18,22 @@ { "id": "0", "body": { - "query": "Heartbeat" + "query": "Heartbeat", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "path": "/query", "method": "POST", - "workspace": "9a15b791-8d2f-436f-a734-25d128c72254" + "workspace": "bb1b4371-062d-414d-bef3-b0d124ff721c" }, { "id": "1", "body": { - "query": "Heartbeat" + "query": "Heartbeat", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "path": "/query", "method": "POST", - "workspace": "9a15b791-8d2f-436f-a734-25d128c72254" + "workspace": "bb1b4371-062d-414d-bef3-b0d124ff721c" } ] }, @@ -44,14 +43,14 @@ "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 18:26:31 GMT", + "Date": "Tue, 04 May 2021 18:37:14 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Transfer-Encoding": "chunked", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-6f48f8487b-ghgph", + "Via": "1.1 draft-oms-6c84644dc4-272wk", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -60,7 +59,7 @@ "id": "0", "status": 200, "headers": { - "Age": "5", + "Age": "88", "request-context": "appId=cid-v1:70941e4f-7e8f-40b7-b730-183893db0297" }, "body": { @@ -198,7 +197,7 @@ "id": "1", "status": 200, "headers": { - "Age": "5", + "Age": "88", "request-context": "appId=cid-v1:70941e4f-7e8f-40b7-b730-183893db0297" }, "body": { @@ -337,8 +336,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T11:26:31.5549835-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:14.0923443-07:00", "RandomSeed": "163342615", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryBatchWithTimespan.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryBatchWithTimespan.json index d3454ba3e252..951db84cc7ac 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryBatchWithTimespan.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryBatchWithTimespan.json @@ -6,13 +6,10 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "352", + "Content-Length": "398", "Content-Type": "application/json", - "traceparent": "00-3039d60fda0a09459675a5ed4626b052-f38caa9b962bd146-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-f42de3f08664004ba0802e9696a92de0-da7242b2c619db41-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d0750064cd74826afe42399856ccfe5d", "x-ms-return-client-request-id": "true" }, @@ -21,21 +18,22 @@ { "id": "0", "body": { - "query": "TableA1_102_CL | project TimeGenerated" + "query": "TableA1_116_CL | project TimeGenerated", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "path": "/query", "method": "POST", - "workspace": "9a15b791-8d2f-436f-a734-25d128c72254" + "workspace": "bb1b4371-062d-414d-bef3-b0d124ff721c" }, { "id": "1", "body": { - "query": "TableA1_102_CL | project TimeGenerated", - "timespan": "P7DT22H11M33.198912S" + "query": "TableA1_116_CL | project TimeGenerated", + "timespan": "P7DT18H37M6.2800793S" }, "path": "/query", "method": "POST", - "workspace": "9a15b791-8d2f-436f-a734-25d128c72254" + "workspace": "bb1b4371-062d-414d-bef3-b0d124ff721c" } ] }, @@ -45,14 +43,14 @@ "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:11:36 GMT", + "Date": "Tue, 04 May 2021 18:37:06 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Transfer-Encoding": "chunked", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-6f48f8487b-xph4h", + "Via": "1.1 draft-oms-6c84644dc4-qdpv2", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -60,6 +58,10 @@ { "id": "0", "status": 200, + "headers": { + "Age": "79", + "request-context": "appId=cid-v1:70941e4f-7e8f-40b7-b730-183893db0297" + }, "body": { "tables": [ { @@ -72,13 +74,13 @@ ], "rows": [ [ - "2021-04-12T00:00:00Z" + "2021-04-26T00:00:00Z" ], [ - "2021-04-14T00:00:00Z" + "2021-04-28T00:00:00Z" ], [ - "2021-04-17T00:00:00Z" + "2021-05-01T00:00:00Z" ] ] } @@ -100,10 +102,10 @@ ], "rows": [ [ - "2021-04-14T00:00:00Z" + "2021-04-28T00:00:00Z" ], [ - "2021-04-17T00:00:00Z" + "2021-05-01T00:00:00Z" ] ] } @@ -115,8 +117,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:11:33.1989120-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:06.2800793-07:00", "RandomSeed": "1342496839", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryBatchWithTimespanAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryBatchWithTimespanAsync.json index b9f961c3d88c..cea90acf0a6c 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryBatchWithTimespanAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryBatchWithTimespanAsync.json @@ -6,13 +6,10 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "353", + "Content-Length": "399", "Content-Type": "application/json", - "traceparent": "00-ed0452a8977bad48955e10819ec390a2-9c3ef3c4bca39343-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-e52224330f6fd143b11d7244518d84f0-b1668b126b68c541-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "fac6616006b1239ae09df6145f0e49e8", "x-ms-return-client-request-id": "true" }, @@ -21,21 +18,22 @@ { "id": "0", "body": { - "query": "TableA1_102_CL | project TimeGenerated" + "query": "TableA1_116_CL | project TimeGenerated", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "path": "/query", "method": "POST", - "workspace": "9a15b791-8d2f-436f-a734-25d128c72254" + "workspace": "bb1b4371-062d-414d-bef3-b0d124ff721c" }, { "id": "1", "body": { - "query": "TableA1_102_CL | project TimeGenerated", - "timespan": "P7DT22H12M14.5318781S" + "query": "TableA1_116_CL | project TimeGenerated", + "timespan": "P7DT18H37M14.5455387S" }, "path": "/query", "method": "POST", - "workspace": "9a15b791-8d2f-436f-a734-25d128c72254" + "workspace": "bb1b4371-062d-414d-bef3-b0d124ff721c" } ] }, @@ -45,21 +43,25 @@ "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:12:17 GMT", + "Date": "Tue, 04 May 2021 18:37:14 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Transfer-Encoding": "chunked", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-6ddc976cfd-j9d4r", + "Via": "1.1 draft-oms-6c84644dc4-5rvww", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { "responses": [ { - "id": "1", + "id": "0", "status": 200, + "headers": { + "Age": "87", + "request-context": "appId=cid-v1:70941e4f-7e8f-40b7-b730-183893db0297" + }, "body": { "tables": [ { @@ -72,10 +74,13 @@ ], "rows": [ [ - "2021-04-14T00:00:00Z" + "2021-04-26T00:00:00Z" + ], + [ + "2021-04-28T00:00:00Z" ], [ - "2021-04-17T00:00:00Z" + "2021-05-01T00:00:00Z" ] ] } @@ -83,7 +88,7 @@ } }, { - "id": "0", + "id": "1", "status": 200, "body": { "tables": [ @@ -97,13 +102,10 @@ ], "rows": [ [ - "2021-04-12T00:00:00Z" - ], - [ - "2021-04-14T00:00:00Z" + "2021-04-28T00:00:00Z" ], [ - "2021-04-17T00:00:00Z" + "2021-05-01T00:00:00Z" ] ] } @@ -115,8 +117,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:12:14.5318781-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:14.5455387-07:00", "RandomSeed": "1921044756", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoClass.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoClass.json index a369bcab230d..cbc805f38892 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoClass.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoClass.json @@ -1,38 +1,37 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "102", + "Content-Length": "148", "Content-Type": "application/json", - "traceparent": "00-e4420e24e775a8429279c93f9b38ee22-5e5c219e801b004a-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-c4cdbe0cb6bddf4db595d2864fe27fd3-e451624b34190f4a-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d3c806a83a8d010a8270095172b48f15", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "TableA1_102_CL |project-rename Name = StringColumn_s, Age = IntColumn_d |order by Name asc" + "query": "TableA1_116_CL |project-rename Name = StringColumn_s, Age = IntColumn_d |order by Name asc", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "79", "Connection": "keep-alive", - "Content-Length": "897", + "Content-Length": "911", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:12:13 GMT", + "Date": "Tue, 04 May 2021 18:37:07 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-6ddc976cfd-6n98v", + "Via": "1.1 draft-oms-6c84644dc4-mhs9c", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -95,48 +94,48 @@ ], "rows": [ [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-12T00:00:00Z", + "2021-04-26T00:00:00Z", "", "", 1, "a", false, 0, - "TableA1_102_CL", + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-14T00:00:00Z", + "2021-04-28T00:00:00Z", "", "", 3, "b", true, - 1.2, - "TableA1_102_CL", + 1.20000005, + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-17T00:00:00Z", + "2021-05-01T00:00:00Z", "", "", 1, "c", false, - 1.1, - "TableA1_102_CL", + 1.10000002, + "TableA1_116_CL", "" ] ] @@ -146,8 +145,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:12:12.5956196-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:07.1006264-07:00", "RandomSeed": "195466269", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoClassAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoClassAsync.json index ae20c262ccf1..24831f93cdf9 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoClassAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoClassAsync.json @@ -1,39 +1,37 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "102", + "Content-Length": "148", "Content-Type": "application/json", - "traceparent": "00-15ce2c73e450314283b5cf73fb5beb3e-2b9bfdbb1f9fb84b-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-81b4453fe8dba24496a1220c67a27030-524d26a3bf6dde4b-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c52d0e51e5c8e5c8889a2b4b5aaaf98c", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "TableA1_102_CL |project-rename Name = StringColumn_s, Age = IntColumn_d |order by Name asc" + "query": "TableA1_116_CL |project-rename Name = StringColumn_s, Age = IntColumn_d |order by Name asc", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", - "Age": "4", + "Age": "90", "Connection": "keep-alive", - "Content-Length": "897", + "Content-Length": "911", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:12:17 GMT", + "Date": "Tue, 04 May 2021 18:37:18 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-6ddc976cfd-4kgf6", + "Via": "1.1 draft-oms-6c84644dc4-nmj4n", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -96,48 +94,48 @@ ], "rows": [ [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-12T00:00:00Z", + "2021-04-26T00:00:00Z", "", "", 1, "a", false, 0, - "TableA1_102_CL", + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-14T00:00:00Z", + "2021-04-28T00:00:00Z", "", "", 3, "b", true, - 1.2, - "TableA1_102_CL", + 1.20000005, + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-17T00:00:00Z", + "2021-05-01T00:00:00Z", "", "", 1, "c", false, - 1.1, - "TableA1_102_CL", + 1.10000002, + "TableA1_116_CL", "" ] ] @@ -147,8 +145,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:12:17.0851794-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:18.5612587-07:00", "RandomSeed": "2106646577", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoDictionary.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoDictionary.json index 546556768570..1c6486ff83db 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoDictionary.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoDictionary.json @@ -1,35 +1,34 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "121", + "Content-Length": "167", "Content-Type": "application/json", - "traceparent": "00-8bbb29bb74ff604a8e774169009704c1-844add11d7082f4e-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-c5656762c78efc4d842e4c17d89d298c-f935700052a5de48-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b0ad0544223e642737428909269feb69", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "TableA1_102_CL |project-rename Name = StringColumn_s, Age = IntColumn_d |project Name, Age |order by Name asc" + "query": "TableA1_116_CL |project-rename Name = StringColumn_s, Age = IntColumn_d |project Name, Age |order by Name asc", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "79", "Connection": "keep-alive", "Content-Length": "143", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:12:13 GMT", + "Date": "Tue, 04 May 2021 18:37:07 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-zjwxl", + "Via": "1.1 draft-oms-6c84644dc4-fn7sf", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -66,8 +65,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:12:13.0477459-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:07.3648895-07:00", "RandomSeed": "472670342", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoDictionaryAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoDictionaryAsync.json index 86e80ef1175a..df307915e447 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoDictionaryAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoDictionaryAsync.json @@ -1,36 +1,34 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "121", + "Content-Length": "167", "Content-Type": "application/json", - "traceparent": "00-b05ecd684ee76949bf009cf83196625c-38652f32ccc80948-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-ee53899ba020294d9b41abed35862ded-f9f139b96f26124d-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "91aaebec519299707985f730f4827852", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "TableA1_102_CL |project-rename Name = StringColumn_s, Age = IntColumn_d |project Name, Age |order by Name asc" + "query": "TableA1_116_CL |project-rename Name = StringColumn_s, Age = IntColumn_d |project Name, Age |order by Name asc", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", - "Age": "3", + "Age": "90", "Connection": "keep-alive", "Content-Length": "143", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:12:17 GMT", + "Date": "Tue, 04 May 2021 18:37:18 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-zqd9x", + "Via": "1.1 draft-oms-6c84644dc4-vmfjp", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -67,8 +65,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:12:17.2617128-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:18.6861609-07:00", "RandomSeed": "339337094", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoIDictionary.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoIDictionary.json index 35d8a7592327..cf28a8a67111 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoIDictionary.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoIDictionary.json @@ -1,36 +1,34 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "121", + "Content-Length": "167", "Content-Type": "application/json", - "traceparent": "00-cb13392114c2344c99c889af3ec3353e-f7715edaa0ef6b47-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-8b4be422b979f948a24443121740f62e-74d94fabd1693740-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7fbb71211ffb16371e04010b940f1172", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "TableA1_102_CL |project-rename Name = StringColumn_s, Age = IntColumn_d |project Name, Age |order by Name asc" + "query": "TableA1_116_CL |project-rename Name = StringColumn_s, Age = IntColumn_d |project Name, Age |order by Name asc", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", - "Age": "0", + "Age": "79", "Connection": "keep-alive", "Content-Length": "143", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:12:13 GMT", + "Date": "Tue, 04 May 2021 18:37:07 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-bf2tv", + "Via": "1.1 draft-oms-6c84644dc4-bfgjw", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -67,8 +65,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:12:13.5145004-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:07.5713283-07:00", "RandomSeed": "1236107337", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoIDictionaryAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoIDictionaryAsync.json index 2e4ebd74b5f2..9722e4e42feb 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoIDictionaryAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoIDictionaryAsync.json @@ -1,36 +1,34 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "121", + "Content-Length": "167", "Content-Type": "application/json", - "traceparent": "00-d435b1696bb62d4f863b803a1bddc06a-29f4a1b5ef339342-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-23ec9fd0e3feb94c86df90d969443c89-5dc23b2843bdc94e-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3c22e922ada330b193f7df06379c7892", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "TableA1_102_CL |project-rename Name = StringColumn_s, Age = IntColumn_d |project Name, Age |order by Name asc" + "query": "TableA1_116_CL |project-rename Name = StringColumn_s, Age = IntColumn_d |project Name, Age |order by Name asc", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", - "Age": "5", + "Age": "90", "Connection": "keep-alive", "Content-Length": "143", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:12:18 GMT", + "Date": "Tue, 04 May 2021 18:37:19 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-745q4", + "Via": "1.1 draft-oms-6c84644dc4-c9xd6", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -67,8 +65,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:12:17.4040564-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:18.8893123-07:00", "RandomSeed": "332246161", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoNullablePrimitive.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoNullablePrimitive.json index 7b269f269914..4cfe922ceeb9 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoNullablePrimitive.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoNullablePrimitive.json @@ -1,35 +1,34 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "61", + "Content-Length": "107", "Content-Type": "application/json", - "traceparent": "00-57140c2a9314ac48a96ad439e98f4c34-fbdf7b8224fd1e43-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-2764266415e63043a2b07c99ea487503-e7b9d42a59556041-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4674e933cf99e7f1c0237fddc5f8a28a", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (DateTime: datetime) [ datetime(null) ]" + "query": "datatable (DateTime: datetime) [ datetime(null) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "79", "Connection": "keep-alive", "Content-Length": "103", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:38:36 GMT", + "Date": "Tue, 04 May 2021 18:37:08 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-lrrk7", + "Via": "1.1 draft-oms-6c84644dc4-2f2z5", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -52,35 +51,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "49", + "Content-Length": "95", "Content-Type": "application/json", - "traceparent": "00-8ca6fea97e8d5945ba95e785492b8d6e-54a5ff785d135e4c-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-ad414ee072a2b349a8dad0e4ff0b5dfc-adf0c76595fb2a4e-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "59ddf6b3b2442f100101b05de1df735c", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Bool: bool) [ bool(null) ]" + "query": "datatable (Bool: bool) [ bool(null) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "78", "Connection": "keep-alive", "Content-Length": "95", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:38:37 GMT", + "Date": "Tue, 04 May 2021 18:37:08 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-942zj", + "Via": "1.1 draft-oms-6c84644dc4-9mjgv", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -103,35 +101,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "49", + "Content-Length": "95", "Content-Type": "application/json", - "traceparent": "00-3cfad8ff65cdd0489879ae3f5b5365ee-75c5b9512c755a42-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-facb9e906892474f999d9e56fd1b4750-f32867021f0d1343-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "03013b0a14a360a6b712a4a9ee864ea7", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Guid: guid) [ guid(null) ]" + "query": "datatable (Guid: guid) [ guid(null) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "77", "Connection": "keep-alive", "Content-Length": "95", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:38:38 GMT", + "Date": "Tue, 04 May 2021 18:37:08 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-pqpjh", + "Via": "1.1 draft-oms-6c84644dc4-fwz7k", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -154,35 +151,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "46", + "Content-Length": "92", "Content-Type": "application/json", - "traceparent": "00-98d01d19d32a584bb85974c1c0c460cb-52e915c50af7d340-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-00ccad592c15d84a95db70b74e19943e-c4e11012bd48b24d-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5f6b41b807d1809cd84545971e9306e1", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Int: int) [ int(null) ]" + "query": "datatable (Int: int) [ int(null) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "77", "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:38:39 GMT", + "Date": "Tue, 04 May 2021 18:37:08 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-sr7sj", + "Via": "1.1 draft-oms-6c84644dc4-tqwms", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -205,35 +201,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "49", + "Content-Length": "95", "Content-Type": "application/json", - "traceparent": "00-7a9ca271df1e5942ba0db47c7e784c2f-6dee7dd6e44d8249-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-95cb612aed7d4941975a0f343a3cb989-ba82ab969085d34e-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "89d322af9ef69ee6507da1320d67407a", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Long: long) [ long(null) ]" + "query": "datatable (Long: long) [ long(null) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "77", "Connection": "keep-alive", "Content-Length": "95", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:38:40 GMT", + "Date": "Tue, 04 May 2021 18:37:08 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-pcs7p", + "Via": "1.1 draft-oms-6c84644dc4-r2wd7", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -256,35 +251,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "55", + "Content-Length": "101", "Content-Type": "application/json", - "traceparent": "00-04067525cb61c84a83414b0c87a2ca21-a45328d55fdac544-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-b29bd506e7018142b440ce3ae736725c-233119df8aa2174b-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9fa408b21373028b9f812a5ecf0e4124", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Double: double) [ double(null) ]" + "query": "datatable (Double: double) [ double(null) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "75", "Connection": "keep-alive", "Content-Length": "97", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:38:40 GMT", + "Date": "Tue, 04 May 2021 18:37:08 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-gd2fk", + "Via": "1.1 draft-oms-6c84644dc4-xfplg", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -307,35 +301,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "61", + "Content-Length": "107", "Content-Type": "application/json", - "traceparent": "00-344494bff58d1843ac48eb8d8e50a026-53313a498d835448-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-c1c7e3bb642e494db5d02d111d675c3b-5f4a0b76df171a4d-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ccf9c30cc5b31ab05bcc0f53656a7271", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Timespan: timespan) [ timespan(null) ]" + "query": "datatable (Timespan: timespan) [ timespan(null) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "75", "Connection": "keep-alive", "Content-Length": "103", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:38:40 GMT", + "Date": "Tue, 04 May 2021 18:37:08 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-4vp8q", + "Via": "1.1 draft-oms-6c84644dc4-r9pss", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -358,35 +351,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "58", + "Content-Length": "104", "Content-Type": "application/json", - "traceparent": "00-f0ed2a7dec37f8498abd7933a3a7f9ac-032527e9a04b9444-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-05f7489246c6b448bdce6e90a60bf932-79cb8832e8b8e145-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "16e5ca0566ee9c6d96d0e9757488cf41", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Decimal: decimal) [ decimal(null) ]" + "query": "datatable (Decimal: decimal) [ decimal(null) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "73", "Connection": "keep-alive", "Content-Length": "101", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:38:41 GMT", + "Date": "Tue, 04 May 2021 18:37:08 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-zqm84", + "Via": "1.1 draft-oms-6c84644dc4-xrpff", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -410,8 +402,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:38:34.7493351-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:07.8853458-07:00", "RandomSeed": "793735302", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoNullablePrimitiveAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoNullablePrimitiveAsync.json index f83d230c43bb..b3dca7ad9ead 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoNullablePrimitiveAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoNullablePrimitiveAsync.json @@ -1,35 +1,34 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "61", + "Content-Length": "107", "Content-Type": "application/json", - "traceparent": "00-49fb4c62bc2fe74fb182084adb21f013-a66412861b4c4c4a-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-039a5533e5f9a14eb1b98549e0123dff-9058226b9ec8db4d-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "538afea8dee92bd43d5ed04ec5bfe76f", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (DateTime: datetime) [ datetime(null) ]" + "query": "datatable (DateTime: datetime) [ datetime(null) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "90", "Connection": "keep-alive", "Content-Length": "103", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:39:07 GMT", + "Date": "Tue, 04 May 2021 18:37:19 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6f48f8487b-4z5mj", + "Via": "1.1 draft-oms-6c84644dc4-gdjsf", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -52,35 +51,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "49", + "Content-Length": "95", "Content-Type": "application/json", - "traceparent": "00-cbe47ef9dbb1ce48ac7c1e87dc68ea54-6ae4be772390d740-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-a2e7c2bfb8c06a4697dc53ae855d2730-82b91f1532408141-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "dab2f6a747eb888f8095c25ccd275629", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Bool: bool) [ bool(null) ]" + "query": "datatable (Bool: bool) [ bool(null) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "89", "Connection": "keep-alive", "Content-Length": "95", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:39:09 GMT", + "Date": "Tue, 04 May 2021 18:37:19 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6f48f8487b-gnnrk", + "Via": "1.1 draft-oms-6c84644dc4-8fpns", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -103,35 +101,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "49", + "Content-Length": "95", "Content-Type": "application/json", - "traceparent": "00-c59cdbf2f0fe36439ed9fc90daee3fd4-b14fcfe417e8ec4f-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-8f4ee30625aa9247802d71fa32ec34d3-ecc6c7a3f56a8344-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3d0b511df9a37f94881a7fd5f05e8e9f", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Guid: guid) [ guid(null) ]" + "query": "datatable (Guid: guid) [ guid(null) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "88", "Connection": "keep-alive", "Content-Length": "95", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:39:09 GMT", + "Date": "Tue, 04 May 2021 18:37:19 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6f48f8487b-xph4h", + "Via": "1.1 draft-oms-6c84644dc4-cl8rl", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -154,35 +151,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "46", + "Content-Length": "92", "Content-Type": "application/json", - "traceparent": "00-1ad489e0903eba4bacde69641bead0ac-47f9d54144ec8041-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-2ee3ec4f946fd344b0c5d9d453f46184-1f077498f636bb43-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9729971b8417602a6e02d2531b775d15", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Int: int) [ int(null) ]" + "query": "datatable (Int: int) [ int(null) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "88", "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:39:09 GMT", + "Date": "Tue, 04 May 2021 18:37:19 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6f48f8487b-r6pt9", + "Via": "1.1 draft-oms-6c84644dc4-h76tn", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -205,35 +201,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "49", + "Content-Length": "95", "Content-Type": "application/json", - "traceparent": "00-386014979d16f744bd5634d541e449ac-f9f805ee92d19643-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-5e389c8a8acd4946a2a71b70019b1f4f-e07dd75312fd5d42-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7431a608a9b3adcb613251d1c8b99722", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Long: long) [ long(null) ]" + "query": "datatable (Long: long) [ long(null) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "88", "Connection": "keep-alive", "Content-Length": "95", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:39:10 GMT", + "Date": "Tue, 04 May 2021 18:37:19 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6f48f8487b-2m6qt", + "Via": "1.1 draft-oms-6c84644dc4-r9574", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -256,35 +251,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "55", + "Content-Length": "101", "Content-Type": "application/json", - "traceparent": "00-493bcae6a927bb4385ed4d836b041d98-7d2d5f46dff3d542-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-cb564910cd1f604a944b527b597edc78-76e48ac275b71e4b-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "36412207bffe991226abcfa127406411", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Double: double) [ double(null) ]" + "query": "datatable (Double: double) [ double(null) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "86", "Connection": "keep-alive", "Content-Length": "97", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:39:10 GMT", + "Date": "Tue, 04 May 2021 18:37:19 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6f48f8487b-6rwpz", + "Via": "1.1 draft-oms-6c84644dc4-xd77f", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -307,35 +301,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "61", + "Content-Length": "107", "Content-Type": "application/json", - "traceparent": "00-4c6d7138f63b5944843b5229e5aea39a-ccdd19ab70ecf248-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-00fc7cef21b99544a3c11d7fdc2825d5-386b6b8650f05e4b-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "49cd69bd1a2d72eccb7b35e5335998b4", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Timespan: timespan) [ timespan(null) ]" + "query": "datatable (Timespan: timespan) [ timespan(null) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "86", "Connection": "keep-alive", "Content-Length": "103", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:39:10 GMT", + "Date": "Tue, 04 May 2021 18:37:19 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6f48f8487b-th4dg", + "Via": "1.1 draft-oms-6c84644dc4-5r68s", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -358,35 +351,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "58", + "Content-Length": "104", "Content-Type": "application/json", - "traceparent": "00-5bf3681cef3d374b860f600b398600de-f9142b25ce0a0e46-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-9ecf65b10d50e7459d765cb3ebff6125-41f55fe23dfad94d-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f84bb06b2636491794974d08d92a8621", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Decimal: decimal) [ decimal(null) ]" + "query": "datatable (Decimal: decimal) [ decimal(null) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "84", "Connection": "keep-alive", "Content-Length": "101", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:39:11 GMT", + "Date": "Tue, 04 May 2021 18:37:19 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6f48f8487b-ddc4s", + "Via": "1.1 draft-oms-6c84644dc4-7mbw8", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -410,8 +402,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:39:05.6528715-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:18.9986140-07:00", "RandomSeed": "129681988", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoNullablePrimitiveNull.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoNullablePrimitiveNull.json index a4489c29ae7f..d224b65df172 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoNullablePrimitiveNull.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoNullablePrimitiveNull.json @@ -1,36 +1,34 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "61", + "Content-Length": "107", "Content-Type": "application/json", - "traceparent": "00-82e927ee9288ae4c93f3002d0ddbae31-61c38aa581570740-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-4b1b039fd0a55143aedc9574c8305c34-5541c2ab456dd84d-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "13bfa12c9afd089e180c9276e05fb92a", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (DateTime: datetime) [ datetime(null) ]" + "query": "datatable (DateTime: datetime) [ datetime(null) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", - "Age": "4", + "Age": "79", "Connection": "keep-alive", "Content-Length": "103", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:38:41 GMT", + "Date": "Tue, 04 May 2021 18:37:08 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-h4bvx", + "Via": "1.1 draft-oms-6c84644dc4-s48vs", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -54,8 +52,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:38:41.2377209-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:08.4829622-07:00", "RandomSeed": "1740518380", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoNullablePrimitiveNullAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoNullablePrimitiveNullAsync.json index 739946ac4d0a..a020ac235c04 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoNullablePrimitiveNullAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoNullablePrimitiveNullAsync.json @@ -1,36 +1,34 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "61", + "Content-Length": "107", "Content-Type": "application/json", - "traceparent": "00-bba37c92f017c54598fe33b633339e3c-ecb200b36378e143-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-3779a8a64946ee428aa695af8fd19b5e-a62df9c191f31849-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a8c7374903fb4c1f123e364de6e95cc3", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (DateTime: datetime) [ datetime(null) ]" + "query": "datatable (DateTime: datetime) [ datetime(null) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", - "Age": "3", + "Age": "90", "Connection": "keep-alive", "Content-Length": "103", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:39:11 GMT", + "Date": "Tue, 04 May 2021 18:37:19 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6f48f8487b-8z6qn", + "Via": "1.1 draft-oms-6c84644dc4-527dh", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -54,8 +52,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:39:11.1021261-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:19.4673660-07:00", "RandomSeed": "1554739528", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitive.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitive.json index b54bec0ac801..6479cc327f1a 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitive.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitive.json @@ -1,35 +1,34 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "78", + "Content-Length": "124", "Content-Type": "application/json", - "traceparent": "00-6d9271191fe7cc4690c720eba0da4e0c-6b7cc65a3cec7b47-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-80bfe561e33b8e478258daf55e5a8092-b75b330839582d44-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "360a26067b2bd173b12121597e434b7c", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (DateTime: datetime) [ datetime(2015-12-31 23:59:59.9) ]" + "query": "datatable (DateTime: datetime) [ datetime(2015-12-31 23:59:59.9) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "72", "Connection": "keep-alive", "Content-Length": "123", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:38:42 GMT", + "Date": "Tue, 04 May 2021 18:37:08 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-66ghc", + "Via": "1.1 draft-oms-6c84644dc4-g65t6", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -52,35 +51,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "44", + "Content-Length": "90", "Content-Type": "application/json", - "traceparent": "00-3b8a0768b565e044a4eed03202e25904-4622f7292ce64f45-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-0d151a864920e842abbc0348ea702ba2-92009e6a8a582f48-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7afe957899156f2b14643fb684bb7ab4", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Bool: bool) [ false ]" + "query": "datatable (Bool: bool) [ false ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "72", "Connection": "keep-alive", "Content-Length": "96", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:38:43 GMT", + "Date": "Tue, 04 May 2021 18:37:08 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-jvsdt", + "Via": "1.1 draft-oms-6c84644dc4-p7t8p", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -103,35 +101,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "81", + "Content-Length": "127", "Content-Type": "application/json", - "traceparent": "00-948f39660a563f44b6d3c9ef76348c99-483418e45e855a46-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-0e02b695a027f245ab1303d7bbd76d52-abee006542465745-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "aa15cb20adf75a8e3095f8d0d19c0170", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Guid: guid) [ guid(74be27de-1e4e-49d9-b579-fe0b331d3642) ]" + "query": "datatable (Guid: guid) [ guid(74be27de-1e4e-49d9-b579-fe0b331d3642) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "71", "Connection": "keep-alive", "Content-Length": "129", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:38:43 GMT", + "Date": "Tue, 04 May 2021 18:37:09 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-69rzv", + "Via": "1.1 draft-oms-6c84644dc4-m2ssz", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -154,35 +151,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "42", + "Content-Length": "88", "Content-Type": "application/json", - "traceparent": "00-1ed31ce285c4954ebbd883dd2f22dd8d-bd94ea18e3178848-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-26ad2cc6f98a3c4fa757ea97f810eada-25c96a95a6bb8a48-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ca1d71cf0fd76df9fb9a21c73bbd4df6", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Int: int) [ 12345 ]" + "query": "datatable (Int: int) [ 12345 ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "69", "Connection": "keep-alive", "Content-Length": "94", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:38:43 GMT", + "Date": "Tue, 04 May 2021 18:37:09 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-zdpvg", + "Via": "1.1 draft-oms-6c84644dc4-cq6n4", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -205,35 +201,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "52", + "Content-Length": "98", "Content-Type": "application/json", - "traceparent": "00-7cd659d8d1231d498c0d36af621438ea-41853279ca58ee4c-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-beb1d17c356c654e9071d96d81b57813-7dbe9508c60f3049-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b3396ca7a02eca8407a34a80a15a9d78", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Long: long) [ 1234567890123 ]" + "query": "datatable (Long: long) [ 1234567890123 ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "69", "Connection": "keep-alive", "Content-Length": "104", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:38:45 GMT", + "Date": "Tue, 04 May 2021 18:37:09 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-npgz8", + "Via": "1.1 draft-oms-6c84644dc4-td7pw", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -256,35 +251,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "53", + "Content-Length": "99", "Content-Type": "application/json", - "traceparent": "00-7f49e8dc3b668a47bfcf831796f3cbc3-377cfe32c47fae48-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-c04c8b0bdbb0df4db4716dd7253d3c08-32d6cc5228195147-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "12e7cf63af9d10dcd1a8ae5c8cc71f73", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Double: double) [ 12345.6789 ]" + "query": "datatable (Double: double) [ 12345.6789 ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "69", "Connection": "keep-alive", "Content-Length": "103", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:38:46 GMT", + "Date": "Tue, 04 May 2021 18:37:09 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-qs8fb", + "Via": "1.1 draft-oms-6c84644dc4-jp5ms", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -307,35 +301,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "67", + "Content-Length": "113", "Content-Type": "application/json", - "traceparent": "00-f4d7bae903bff04a8678d83efc181871-88a1ce49657def40-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-70649fcaada9a04ebbb6a93c325dea3f-49dabb11e49c074a-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "642801474e632e42ed52c333c579cca0", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (String: string) [ \u0022string value\u0022 ]" + "query": "datatable (String: string) [ \u0022string value\u0022 ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "69", "Connection": "keep-alive", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:38:47 GMT", + "Date": "Tue, 04 May 2021 18:37:09 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-pn5dw", + "Via": "1.1 draft-oms-6c84644dc4-pkj55", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -358,35 +351,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "50", + "Content-Length": "96", "Content-Type": "application/json", - "traceparent": "00-3f9c75fb616d4f4185806ea2d98d6581-3bf2e19163a49d48-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-62c81b710285084295db721c2e1472ed-ffb4ecf11e8d2d42-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "6c63a8fd3bd6f7589029e186f1273e40", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Timespan: timespan) [ 10s ]" + "query": "datatable (Timespan: timespan) [ 10s ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "68", "Connection": "keep-alive", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:38:48 GMT", + "Date": "Tue, 04 May 2021 18:37:09 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-hkmbj", + "Via": "1.1 draft-oms-6c84644dc4-nlvx6", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -409,35 +401,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "61", + "Content-Length": "107", "Content-Type": "application/json", - "traceparent": "00-3c2c0c3be535e64aa0f5019714b2f9b1-85a8f1c4b191ef4a-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-b535746d3e93ab4dbcf5d69d6e9a2fd4-5a81082c8ab3df4d-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9f38d684383215158cb8254beca84b57", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Decimal: decimal) [ decimal(0.10101) ]" + "query": "datatable (Decimal: decimal) [ decimal(0.10101) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "68", "Connection": "keep-alive", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:38:48 GMT", + "Date": "Tue, 04 May 2021 18:37:09 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-ncngj", + "Via": "1.1 draft-oms-6c84644dc4-gnz7x", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -461,8 +452,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:38:41.4578100-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:08.6864292-07:00", "RandomSeed": "1457666448", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitiveAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitiveAsync.json index 82dfbf2075a1..335128096ff5 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitiveAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitiveAsync.json @@ -1,35 +1,34 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "78", + "Content-Length": "124", "Content-Type": "application/json", - "traceparent": "00-0b52f3a3bd7b9843bce4bda18db88efc-486dad8f9a152e4b-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-0b4a85e0fa22064c8819022e8785e2ab-8f91b22b8f26144d-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "fa641e04f95286221788805ede7da002", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (DateTime: datetime) [ datetime(2015-12-31 23:59:59.9) ]" + "query": "datatable (DateTime: datetime) [ datetime(2015-12-31 23:59:59.9) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "83", "Connection": "keep-alive", "Content-Length": "123", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:39:11 GMT", + "Date": "Tue, 04 May 2021 18:37:19 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6f48f8487b-cwrj5", + "Via": "1.1 draft-oms-6c84644dc4-xqzxt", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -52,35 +51,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "44", + "Content-Length": "90", "Content-Type": "application/json", - "traceparent": "00-553a24a41eff3946b52760bfa5144014-721dcf1cb3b9bd4a-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-fb7d7196bcd3d94697cf9d6f4be455ef-aab2bea9c64a474b-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "52ba1cef7b7b82867d887ea1257bf1b6", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Bool: bool) [ false ]" + "query": "datatable (Bool: bool) [ false ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "82", "Connection": "keep-alive", "Content-Length": "96", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:39:12 GMT", + "Date": "Tue, 04 May 2021 18:37:19 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6f48f8487b-q46vc", + "Via": "1.1 draft-oms-6c84644dc4-62tfl", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -103,35 +101,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "81", + "Content-Length": "127", "Content-Type": "application/json", - "traceparent": "00-ae01c4c719b14e49b0f310e298cb8705-0afed31db703f644-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-bd3a5916b5240a4cbc3f946933d2c083-4b18109fe3edd145-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "59214f1e8400aac00ffd4ccd966b2372", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Guid: guid) [ guid(74be27de-1e4e-49d9-b579-fe0b331d3642) ]" + "query": "datatable (Guid: guid) [ guid(74be27de-1e4e-49d9-b579-fe0b331d3642) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "82", "Connection": "keep-alive", "Content-Length": "129", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:39:14 GMT", + "Date": "Tue, 04 May 2021 18:37:19 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6f48f8487b-gqct6", + "Via": "1.1 draft-oms-6c84644dc4-hnflv", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -154,35 +151,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "42", + "Content-Length": "88", "Content-Type": "application/json", - "traceparent": "00-537f8f4d4ef8ba489b985249c4f6621f-7752b909e8ec6841-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-5f561d6a31666e4cb403dcd29ecb4319-4bfa5ee81113bc43-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e26b330084c8898b97e27dc97a80609b", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Int: int) [ 12345 ]" + "query": "datatable (Int: int) [ 12345 ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "80", "Connection": "keep-alive", "Content-Length": "94", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:39:14 GMT", + "Date": "Tue, 04 May 2021 18:37:19 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6f48f8487b-h9fzx", + "Via": "1.1 draft-oms-6c84644dc4-r9574", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -205,35 +201,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "52", + "Content-Length": "98", "Content-Type": "application/json", - "traceparent": "00-c8d366bbe7157d46ae13085120f0efd7-3e7e707448049641-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-2afa81bf5096cf43a7f1cbcbbf35204c-99b9b5394c520a47-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8e3fca96475c6a015c0f427e2eb9eb11", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Long: long) [ 1234567890123 ]" + "query": "datatable (Long: long) [ 1234567890123 ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "80", "Connection": "keep-alive", "Content-Length": "104", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:39:14 GMT", + "Date": "Tue, 04 May 2021 18:37:19 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6f48f8487b-f5pv2", + "Via": "1.1 draft-oms-6c84644dc4-4vrdq", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -256,35 +251,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "53", + "Content-Length": "99", "Content-Type": "application/json", - "traceparent": "00-af3130b652f2cd4f98bf3cbb09bcab1f-47b7f6adff0a4648-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-b140227b722d5a4d9a8802abeffc4d1e-ef4e3dcd8e51c74a-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f2a10b650f109aedc497c11e06f6308e", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Double: double) [ 12345.6789 ]" + "query": "datatable (Double: double) [ 12345.6789 ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "80", "Connection": "keep-alive", "Content-Length": "103", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:39:15 GMT", + "Date": "Tue, 04 May 2021 18:37:20 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6f48f8487b-vmv7q", + "Via": "1.1 draft-oms-6c84644dc4-k8rd9", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -307,35 +301,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "67", + "Content-Length": "113", "Content-Type": "application/json", - "traceparent": "00-2d9c871e94343843b3f4dba283655f7f-dd4b3a3325ffba40-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-9a77e02292f65942888e1e55709cc7a1-0d22f38779f63b47-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "cc36b19c942cb815310086b9410c5add", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (String: string) [ \u0022string value\u0022 ]" + "query": "datatable (String: string) [ \u0022string value\u0022 ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "80", "Connection": "keep-alive", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:39:15 GMT", + "Date": "Tue, 04 May 2021 18:37:20 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6f48f8487b-g7mpc", + "Via": "1.1 draft-oms-6c84644dc4-28sqx", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -358,35 +351,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "50", + "Content-Length": "96", "Content-Type": "application/json", - "traceparent": "00-094da9a9c025414f983a4ed9a3b79af0-8a6be052fc41ef4f-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-37c7d3ba86007f49a2c4edcfcfb47fdc-7c12bbc8627c6c47-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "6e646bf66ede878adda5c9c585e36465", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Timespan: timespan) [ 10s ]" + "query": "datatable (Timespan: timespan) [ 10s ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "80", "Connection": "keep-alive", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:39:16 GMT", + "Date": "Tue, 04 May 2021 18:37:20 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6f48f8487b-f5pv2", + "Via": "1.1 draft-oms-6c84644dc4-qn6vm", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -409,35 +401,34 @@ } }, { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "61", + "Content-Length": "107", "Content-Type": "application/json", - "traceparent": "00-7a84bb160e030443902c3f422b813b42-c4d1aab08edd384c-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-8bad32e1fc923847899214fa0151157f-f3376353fe286342-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7de1b3df1f82d1e5f6e8c010893459b7", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "datatable (Decimal: decimal) [ decimal(0.10101) ]" + "query": "datatable (Decimal: decimal) [ decimal(0.10101) ]", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "79", "Connection": "keep-alive", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:39:16 GMT", + "Date": "Tue, 04 May 2021 18:37:20 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6f48f8487b-l6k4k", + "Via": "1.1 draft-oms-6c84644dc4-47dnd", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -461,8 +452,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:39:11.2480500-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:19.6549366-07:00", "RandomSeed": "560728092", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitiveInt.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitiveInt.json index 5729f4c450f1..987195fe8e84 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitiveInt.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitiveInt.json @@ -1,36 +1,34 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "34", + "Content-Length": "80", "Content-Type": "application/json", - "traceparent": "00-5d0569ec06ce5a44b99a001e21e5c593-0b8cefcf01a80d43-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-64ae251b2b24e64cad94059c5a29de88-ea64d9a422f06f40-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5ec21abf78f6a1dd6cef86f3bb6aec9e", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "TableA1_102_CL | count" + "query": "TableA1_116_CL | count", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", - "Age": "69", + "Age": "89", "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:12:13 GMT", + "Date": "Tue, 04 May 2021 18:37:09 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-5gmt2", + "Via": "1.1 draft-oms-6c84644dc4-lmtrc", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -54,8 +52,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:12:13.6962541-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:09.3268151-07:00", "RandomSeed": "456729592", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitiveIntAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitiveIntAsync.json index 77f7b48af85e..8954c650f814 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitiveIntAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitiveIntAsync.json @@ -1,36 +1,34 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "34", + "Content-Length": "80", "Content-Type": "application/json", - "traceparent": "00-3d1f08f120a16845a55efcf4a89fb32b-bc58efe392c9d74b-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-bafa18cb459dd347bd46fc95d668aecd-e5a88efafa753c49-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "dd8956f22e601ba7a377bf5f63d4c6f7", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "TableA1_102_CL | count" + "query": "TableA1_116_CL | count", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", - "Age": "74", + "Age": "100", "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:12:18 GMT", + "Date": "Tue, 04 May 2021 18:37:20 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-ltwcf", + "Via": "1.1 draft-oms-6c84644dc4-hnx2d", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -54,8 +52,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:12:18.8074465-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:20.5926733-07:00", "RandomSeed": "765892111", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitiveString.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitiveString.json index 16673f531e67..b7d273111775 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitiveString.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitiveString.json @@ -1,35 +1,34 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "81", + "Content-Length": "127", "Content-Type": "application/json", - "traceparent": "00-6222bfc178146f42810924284b4079e7-a41884ee26400e4c-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-56cafe5133ce8546b74d0d952de0e71e-be6176bc67baf945-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b8c3caa6f1ef92ff2515aa87f92bda6c", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "TableA1_102_CL | project StringColumn_s | order by StringColumn_s asc" + "query": "TableA1_116_CL | project StringColumn_s | order by StringColumn_s asc", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "68", "Connection": "keep-alive", "Content-Length": "118", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:12:14 GMT", + "Date": "Tue, 04 May 2021 18:37:09 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-qs8fb", + "Via": "1.1 draft-oms-6c84644dc4-h4srp", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -59,8 +58,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:12:13.9077651-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:09.5298287-07:00", "RandomSeed": "2059659621", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitiveStringAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitiveStringAsync.json index 7ede3b857415..c33a88fc506a 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitiveStringAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryIntoPrimitiveStringAsync.json @@ -1,36 +1,34 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "81", + "Content-Length": "127", "Content-Type": "application/json", - "traceparent": "00-16df9b93d2c17e4c8cac8858b684248e-fa3846c9d91c2c46-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-820b4385b630d44682064d983ef59047-5ddbd2eb0b650e4d-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "425a6d47cfaf90461ac9211672bd02f1", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "TableA1_102_CL | project StringColumn_s | order by StringColumn_s asc" + "query": "TableA1_116_CL | project StringColumn_s | order by StringColumn_s asc", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", - "Age": "4", + "Age": "79", "Connection": "keep-alive", "Content-Length": "118", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:12:19 GMT", + "Date": "Tue, 04 May 2021 18:37:21 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-hkmbj", + "Via": "1.1 draft-oms-6c84644dc4-rkdq4", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -60,8 +58,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:12:18.9736778-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:20.9363912-07:00", "RandomSeed": "221477876", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatistics(False).json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatistics(False).json index af43cf4e2774..a9b0dd5579fa 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatistics(False).json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatistics(False).json @@ -1,35 +1,37 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "26", + "Content-Length": "72", "Content-Type": "application/json", - "traceparent": "00-b8844510f3c36a40926807df74b4362c-c025023e6d13244b-00", - "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210422.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-4df031112579bb49a45523c1ea2d9f0f-24d05ec22b5dff46-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e0631063d913e4fb77da0396016c7203", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "TableA1_102_CL" + "query": "TableA1_116_CL", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "68", "Connection": "keep-alive", - "Content-Length": "915", + "Content-Length": "929", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 22 Apr 2021 20:26:01 GMT", + "Date": "Tue, 04 May 2021 18:37:12 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-57c6b45486-zhn7k", + "Via": "1.1 draft-oms-6c84644dc4-rkdq4", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -92,48 +94,48 @@ ], "rows": [ [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-12T00:00:00Z", + "2021-04-26T00:00:00Z", "", "", 1, "a", false, 0, - "TableA1_102_CL", + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-14T00:00:00Z", + "2021-04-28T00:00:00Z", "", "", 3, "b", true, - 1.2, - "TableA1_102_CL", + 1.20000005, + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-17T00:00:00Z", + "2021-05-01T00:00:00Z", "", "", 1, "c", false, - 1.1, - "TableA1_102_CL", + 1.10000002, + "TableA1_116_CL", "" ] ] @@ -143,8 +145,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-22T13:26:00.5655230-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:12.4048879-07:00", "RandomSeed": "649791919", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatistics(False)Async.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatistics(False)Async.json index 68d22890d2e5..affc5cbe1269 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatistics(False)Async.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatistics(False)Async.json @@ -1,36 +1,37 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "26", + "Content-Length": "72", "Content-Type": "application/json", - "traceparent": "00-26767918909ef245a54991b1371d60fe-f8860cb6cf437749-00", - "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210422.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-551cdb6361f338408b79fad5469116c6-0388fbc9434ec146-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5a8f839466c9358e3bf1e44c38de40e3", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "TableA1_102_CL" + "query": "TableA1_116_CL", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", - "Age": "5", + "Age": "81", "Connection": "keep-alive", - "Content-Length": "915", + "Content-Length": "929", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 22 Apr 2021 20:26:06 GMT", + "Date": "Tue, 04 May 2021 18:37:25 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-57c6b45486-2hxkv", + "Via": "1.1 draft-oms-6c84644dc4-rrzxn", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -93,48 +94,48 @@ ], "rows": [ [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-12T00:00:00Z", + "2021-04-26T00:00:00Z", "", "", 1, "a", false, 0, - "TableA1_102_CL", + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-14T00:00:00Z", + "2021-04-28T00:00:00Z", "", "", 3, "b", true, - 1.2, - "TableA1_102_CL", + 1.20000005, + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-17T00:00:00Z", + "2021-05-01T00:00:00Z", "", "", 1, "c", false, - 1.1, - "TableA1_102_CL", + 1.10000002, + "TableA1_116_CL", "" ] ] @@ -144,8 +145,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-22T13:26:06.3488522-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:25.4049303-07:00", "RandomSeed": "2073931437", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatistics(True).json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatistics(True).json index 9e01bf29c7a9..1d634cf18a5e 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatistics(True).json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatistics(True).json @@ -1,36 +1,38 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "26", + "Content-Length": "72", "Content-Type": "application/json", "Prefer": " include-statistics=true", - "traceparent": "00-341acb7204fba842856e61d4310006ca-93919642d23a4d4c-00", - "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210422.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-f075be8203c0eb4aaac89356edf0e6da-d9852b721f807b48-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "530ebcf3be3d499eac2baf959539ff7f", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "TableA1_102_CL" + "query": "TableA1_116_CL", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "67", "Connection": "keep-alive", - "Content-Length": "1686", + "Content-Length": "1684", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 22 Apr 2021 20:34:45 GMT", + "Date": "Tue, 04 May 2021 18:37:12 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-7d8dfb7986-swbjx", + "Via": "1.1 draft-oms-6c84644dc4-pqd9b", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -93,48 +95,48 @@ ], "rows": [ [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-12T00:00:00Z", + "2021-04-26T00:00:00Z", "", "", 1, "a", false, 0, - "TableA1_102_CL", + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-14T00:00:00Z", + "2021-04-28T00:00:00Z", "", "", 3, "b", true, - 1.2, - "TableA1_102_CL", + 1.20000005, + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-17T00:00:00Z", + "2021-05-01T00:00:00Z", "", "", 1, "c", false, - 1.1, - "TableA1_102_CL", + 1.10000002, + "TableA1_116_CL", "" ] ] @@ -142,13 +144,13 @@ ], "statistics": { "query": { - "executionTime": 0.0312676, + "executionTime": 0.0156271, "resourceUsage": { "cache": { "memory": { - "hits": 26, + "hits": 32, "misses": 0, - "total": 26 + "total": 32 }, "disk": { "hits": 0, @@ -170,20 +172,20 @@ } }, "cpu": { - "user": "00:00:00.0156250", + "user": "00:00:00", "kernel": "00:00:00", - "totalCpu": "00:00:00.0156250" + "totalCpu": "00:00:00" }, "memory": { - "peakPerNode": 1048768 + "peakPerNode": 4195648 } }, "inputDatasetStatistics": { "extents": { "total": 1, "scanned": 1, - "scannedMinDatetime": "2021-04-20T22:10:44.3431836Z", - "scannedMaxDatetime": "2021-04-20T22:10:44.3431836Z" + "scannedMinDatetime": "2021-05-04T18:10:50.2570785Z", + "scannedMaxDatetime": "2021-05-04T18:10:50.2570785Z" }, "rows": { "total": 3, @@ -210,8 +212,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-22T13:34:45.2069841-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:12.2019242-07:00", "RandomSeed": "89860256", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatistics(True)Async.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatistics(True)Async.json index da8ec430423c..74148569ff4d 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatistics(True)Async.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatistics(True)Async.json @@ -1,36 +1,38 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "26", + "Content-Length": "72", "Content-Type": "application/json", "Prefer": " include-statistics=true", - "traceparent": "00-9e63ee7f54a3684382c82a07e48e712f-79a621111d664240-00", - "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210422.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-f715af4b86aca048b5dac2a7c6dfed20-d172d3f32f45e24f-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9c7b8aacfa4075865bbbd8ca47d129af", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "TableA1_102_CL" + "query": "TableA1_116_CL", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "80", "Connection": "keep-alive", - "Content-Length": "1686", + "Content-Length": "1684", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 22 Apr 2021 20:17:07 GMT", + "Date": "Tue, 04 May 2021 18:37:25 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-7d8dfb7986-tzgcp", + "Via": "1.1 draft-oms-6c84644dc4-5whbm", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -93,48 +95,48 @@ ], "rows": [ [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-12T00:00:00Z", + "2021-04-26T00:00:00Z", "", "", 1, "a", false, 0, - "TableA1_102_CL", + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-14T00:00:00Z", + "2021-04-28T00:00:00Z", "", "", 3, "b", true, - 1.2, - "TableA1_102_CL", + 1.20000005, + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-17T00:00:00Z", + "2021-05-01T00:00:00Z", "", "", 1, "c", false, - 1.1, - "TableA1_102_CL", + 1.10000002, + "TableA1_116_CL", "" ] ] @@ -142,13 +144,13 @@ ], "statistics": { "query": { - "executionTime": 0.0155889, + "executionTime": 0.0156271, "resourceUsage": { "cache": { "memory": { - "hits": 26, + "hits": 32, "misses": 0, - "total": 26 + "total": 32 }, "disk": { "hits": 0, @@ -170,20 +172,20 @@ } }, "cpu": { - "user": "00:00:00.0156250", + "user": "00:00:00", "kernel": "00:00:00", - "totalCpu": "00:00:00.0156250" + "totalCpu": "00:00:00" }, "memory": { - "peakPerNode": 5348256 + "peakPerNode": 4195648 } }, "inputDatasetStatistics": { "extents": { "total": 1, "scanned": 1, - "scannedMinDatetime": "2021-04-20T22:10:44.3431836Z", - "scannedMaxDatetime": "2021-04-20T22:10:44.3431836Z" + "scannedMinDatetime": "2021-05-04T18:10:50.2570785Z", + "scannedMaxDatetime": "2021-05-04T18:10:50.2570785Z" }, "rows": { "total": 3, @@ -210,8 +212,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-22T13:17:02.9731778-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:25.2958153-07:00", "RandomSeed": "321992665", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatisticsBatch(False).json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatisticsBatch(False).json index 1b48dc577abd..a37c74b5cd9b 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatisticsBatch(False).json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatisticsBatch(False).json @@ -6,10 +6,13 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "142", + "Content-Length": "188", "Content-Type": "application/json", - "traceparent": "00-ae4eb422fb418d4d9c41e86999aab302-6135812a7dff8d41-00", - "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210422.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-c20924a4911c5443b1f32873fc1c4680-d7b59aa9c4a3dd49-00", + "User-Agent": [ + "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], "x-ms-client-request-id": "754bbca68f52ede3d22604ece195ea23", "x-ms-return-client-request-id": "true" }, @@ -18,11 +21,12 @@ { "id": "0", "body": { - "query": "TableA1_102_CL" + "query": "TableA1_116_CL", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "path": "/query", "method": "POST", - "workspace": "9a15b791-8d2f-436f-a734-25d128c72254" + "workspace": "bb1b4371-062d-414d-bef3-b0d124ff721c" } ] }, @@ -32,14 +36,14 @@ "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 22 Apr 2021 20:34:51 GMT", + "Date": "Tue, 04 May 2021 18:37:55 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Transfer-Encoding": "chunked", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-7d8dfb7986-6gx2c", + "Via": "1.1 draft-oms-6c84644dc4-8hrd8", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -47,6 +51,10 @@ { "id": "0", "status": 200, + "headers": { + "Age": "111", + "request-context": "appId=cid-v1:70941e4f-7e8f-40b7-b730-183893db0297" + }, "body": { "tables": [ { @@ -107,48 +115,48 @@ ], "rows": [ [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-12T00:00:00Z", + "2021-04-26T00:00:00Z", "", "", 1, "a", false, 0, - "TableA1_102_CL", + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-14T00:00:00Z", + "2021-04-28T00:00:00Z", "", "", 3, "b", true, - 1.2, - "TableA1_102_CL", + 1.20000005, + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-17T00:00:00Z", + "2021-05-01T00:00:00Z", "", "", 1, "c", false, - 1.1, - "TableA1_102_CL", + 1.10000002, + "TableA1_116_CL", "" ] ] @@ -161,8 +169,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-22T13:34:50.5985603-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:54.6603292-07:00", "RandomSeed": "937834533", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatisticsBatch(False)Async.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatisticsBatch(False)Async.json index 1096e1ce545a..72e1f6dedb48 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatisticsBatch(False)Async.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatisticsBatch(False)Async.json @@ -6,10 +6,13 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "142", + "Content-Length": "188", "Content-Type": "application/json", - "traceparent": "00-c56ca2c89644594a9bc290f67ae69976-4b9941a1a5bbe841-00", - "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210422.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-54a0382d34e3ce48a7cd19ae225b4394-6277a0bd6d26b648-00", + "User-Agent": [ + "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], "x-ms-client-request-id": "1b967d63b3f2b19e7c754a8b5f43aaec", "x-ms-return-client-request-id": "true" }, @@ -18,11 +21,12 @@ { "id": "0", "body": { - "query": "TableA1_102_CL" + "query": "TableA1_116_CL", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "path": "/query", "method": "POST", - "workspace": "9a15b791-8d2f-436f-a734-25d128c72254" + "workspace": "bb1b4371-062d-414d-bef3-b0d124ff721c" } ] }, @@ -32,14 +36,14 @@ "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 22 Apr 2021 20:27:11 GMT", + "Date": "Tue, 04 May 2021 18:37:56 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Transfer-Encoding": "chunked", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-7d8dfb7986-zwf9s", + "Via": "1.1 draft-oms-6c84644dc4-st8z5", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -47,6 +51,10 @@ { "id": "0", "status": 200, + "headers": { + "Age": "112", + "request-context": "appId=cid-v1:70941e4f-7e8f-40b7-b730-183893db0297" + }, "body": { "tables": [ { @@ -107,48 +115,48 @@ ], "rows": [ [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-12T00:00:00Z", + "2021-04-26T00:00:00Z", "", "", 1, "a", false, 0, - "TableA1_102_CL", + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-14T00:00:00Z", + "2021-04-28T00:00:00Z", "", "", 3, "b", true, - 1.2, - "TableA1_102_CL", + 1.20000005, + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-17T00:00:00Z", + "2021-05-01T00:00:00Z", "", "", 1, "c", false, - 1.1, - "TableA1_102_CL", + 1.10000002, + "TableA1_116_CL", "" ] ] @@ -161,8 +169,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-22T13:27:05.5502268-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:55.9548962-07:00", "RandomSeed": "525536773", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatisticsBatch(True).json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatisticsBatch(True).json index be3a888fe125..f458423416dc 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatisticsBatch(True).json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatisticsBatch(True).json @@ -6,10 +6,10 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "190", + "Content-Length": "236", "Content-Type": "application/json", - "traceparent": "00-6d69cace0730fc4491af8912bbba249a-7537a63eb308384c-00", - "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210422.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-61253208b2394c4789e455ce2ef5f5d2-4639cdf6d4bc9e40-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e15c344896d3896b1a1a36264d0d9b30", "x-ms-return-client-request-id": "true" }, @@ -21,11 +21,12 @@ "prefer": " include-statistics=true" }, "body": { - "query": "TableA1_102_CL" + "query": "TableA1_116_CL", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "path": "/query", "method": "POST", - "workspace": "9a15b791-8d2f-436f-a734-25d128c72254" + "workspace": "bb1b4371-062d-414d-bef3-b0d124ff721c" } ] }, @@ -35,14 +36,14 @@ "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 22 Apr 2021 20:34:50 GMT", + "Date": "Tue, 04 May 2021 18:37:12 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Transfer-Encoding": "chunked", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-7d8dfb7986-fw9gv", + "Via": "1.1 draft-oms-6c84644dc4-hnflv", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -50,6 +51,10 @@ { "id": "0", "status": 200, + "headers": { + "Age": "67", + "request-context": "appId=cid-v1:70941e4f-7e8f-40b7-b730-183893db0297" + }, "body": { "tables": [ { @@ -110,48 +115,48 @@ ], "rows": [ [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-12T00:00:00Z", + "2021-04-26T00:00:00Z", "", "", 1, "a", false, 0, - "TableA1_102_CL", + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-14T00:00:00Z", + "2021-04-28T00:00:00Z", "", "", 3, "b", true, - 1.2, - "TableA1_102_CL", + 1.20000005, + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-17T00:00:00Z", + "2021-05-01T00:00:00Z", "", "", 1, "c", false, - 1.1, - "TableA1_102_CL", + 1.10000002, + "TableA1_116_CL", "" ] ] @@ -159,13 +164,13 @@ ], "statistics": { "query": { - "executionTime": 2.0781945, + "executionTime": 0.0312532, "resourceUsage": { "cache": { "memory": { - "hits": 26, + "hits": 32, "misses": 0, - "total": 26 + "total": 32 }, "disk": { "hits": 0, @@ -192,15 +197,15 @@ "totalCpu": "00:00:00.0312500" }, "memory": { - "peakPerNode": 6921968 + "peakPerNode": 3670720 } }, "inputDatasetStatistics": { "extents": { "total": 1, "scanned": 1, - "scannedMinDatetime": "2021-04-20T22:10:44.3431836Z", - "scannedMaxDatetime": "2021-04-20T22:10:44.3431836Z" + "scannedMinDatetime": "2021-05-04T18:10:50.2570785Z", + "scannedMaxDatetime": "2021-05-04T18:10:50.2570785Z" }, "rows": { "total": 3, @@ -230,8 +235,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-22T13:34:45.9625940-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:12.6080545-07:00", "RandomSeed": "471662810", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatisticsBatch(True)Async.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatisticsBatch(True)Async.json index 363d7a38dd0d..ee5d2b56501d 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatisticsBatch(True)Async.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithStatisticsBatch(True)Async.json @@ -6,10 +6,10 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "190", + "Content-Length": "236", "Content-Type": "application/json", - "traceparent": "00-a4aad11f33945249a9f77310dd8df252-a01810865abbc146-00", - "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210422.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-938b2a3eb668304d91f2579b7991a973-38e6e224468a9949-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e7225792ee0fb81fc825b0c62e8c1f59", "x-ms-return-client-request-id": "true" }, @@ -21,11 +21,12 @@ "prefer": " include-statistics=true" }, "body": { - "query": "TableA1_102_CL" + "query": "TableA1_116_CL", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "path": "/query", "method": "POST", - "workspace": "9a15b791-8d2f-436f-a734-25d128c72254" + "workspace": "bb1b4371-062d-414d-bef3-b0d124ff721c" } ] }, @@ -35,14 +36,14 @@ "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 22 Apr 2021 20:27:45 GMT", + "Date": "Tue, 04 May 2021 18:37:25 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Transfer-Encoding": "chunked", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-7d8dfb7986-l78gm", + "Via": "1.1 draft-oms-6c84644dc4-lxnf6", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -50,6 +51,10 @@ { "id": "0", "status": 200, + "headers": { + "Age": "80", + "request-context": "appId=cid-v1:70941e4f-7e8f-40b7-b730-183893db0297" + }, "body": { "tables": [ { @@ -110,48 +115,48 @@ ], "rows": [ [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-12T00:00:00Z", + "2021-04-26T00:00:00Z", "", "", 1, "a", false, 0, - "TableA1_102_CL", + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-14T00:00:00Z", + "2021-04-28T00:00:00Z", "", "", 3, "b", true, - 1.2, - "TableA1_102_CL", + 1.20000005, + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-17T00:00:00Z", + "2021-05-01T00:00:00Z", "", "", 1, "c", false, - 1.1, - "TableA1_102_CL", + 1.10000002, + "TableA1_116_CL", "" ] ] @@ -159,13 +164,13 @@ ], "statistics": { "query": { - "executionTime": 0.0156248, + "executionTime": 0.0312532, "resourceUsage": { "cache": { "memory": { - "hits": 26, + "hits": 32, "misses": 0, - "total": 26 + "total": 32 }, "disk": { "hits": 0, @@ -187,20 +192,20 @@ } }, "cpu": { - "user": "00:00:00", + "user": "00:00:00.0312500", "kernel": "00:00:00", - "totalCpu": "00:00:00" + "totalCpu": "00:00:00.0312500" }, "memory": { - "peakPerNode": 4824320 + "peakPerNode": 3670720 } }, "inputDatasetStatistics": { "extents": { "total": 1, "scanned": 1, - "scannedMinDatetime": "2021-04-20T22:10:44.3431836Z", - "scannedMaxDatetime": "2021-04-20T22:10:44.3431836Z" + "scannedMinDatetime": "2021-05-04T18:10:50.2570785Z", + "scannedMaxDatetime": "2021-05-04T18:10:50.2570785Z" }, "rows": { "total": 3, @@ -230,8 +235,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-22T13:27:43.4044034-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:25.7173262-07:00", "RandomSeed": "1838021031", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithTimespan.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithTimespan.json index eddf825caee8..d27b13cfdbac 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithTimespan.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithTimespan.json @@ -1,24 +1,21 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "84", "Content-Type": "application/json", - "traceparent": "00-b1daf6db25d90644a7dab82a9340c341-dd18f6c005a34e4e-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-39fb2970c538b3488f89301c80033554-166b5266119c7446-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ef888e0b48e04b118dccb2adc69443e0", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "TableA1_102_CL | project TimeGenerated", - "timespan": "P7DT22H2M23.3719678S" + "query": "TableA1_116_CL | project TimeGenerated", + "timespan": "P7DT18H37M9.8267504S" }, "StatusCode": 200, "ResponseHeaders": { @@ -27,10 +24,10 @@ "Connection": "keep-alive", "Content-Length": "151", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:11:04 GMT", + "Date": "Tue, 04 May 2021 18:37:10 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-6n8cb", + "Via": "1.1 draft-oms-6c84644dc4-jbp94", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -45,10 +42,10 @@ ], "rows": [ [ - "2021-04-14T00:00:00Z" + "2021-04-28T00:00:00Z" ], [ - "2021-04-17T00:00:00Z" + "2021-05-01T00:00:00Z" ] ] } @@ -57,9 +54,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:02:23.3719678-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:09.8267504-07:00", "RandomSeed": "479188848", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254", - "WORKSPACE_KEY": "Kg==" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithTimespanAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithTimespanAsync.json index ed8e2d8c2e25..e7576824b54e 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithTimespanAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanQueryWithTimespanAsync.json @@ -1,24 +1,21 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "85", "Content-Type": "application/json", - "traceparent": "00-ecf7c81770bed74d96e7924155ec4f44-1d2a5c948ec8de4c-00", - "User-Agent": [ - "azsdk-net-Monitory.Query/1.0.0-alpha.20210420.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-a6efe766850f7f4b9841a752e21c015a-fcbfda7c94e41549-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "78a3791e3c716b70d3bb26a4aa909da5", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "TableA1_102_CL | project TimeGenerated", - "timespan": "P7DT22H12M19.1396417S" + "query": "TableA1_116_CL | project TimeGenerated", + "timespan": "P7DT18H37M21.1551195S" }, "StatusCode": 200, "ResponseHeaders": { @@ -27,10 +24,10 @@ "Connection": "keep-alive", "Content-Length": "151", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Apr 2021 22:12:19 GMT", + "Date": "Tue, 04 May 2021 18:37:22 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-6ddc976cfd-drfvq", + "Via": "1.1 draft-oms-6c84644dc4-fqxsd", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -45,10 +42,10 @@ ], "rows": [ [ - "2021-04-14T00:00:00Z" + "2021-04-28T00:00:00Z" ], [ - "2021-04-17T00:00:00Z" + "2021-05-01T00:00:00Z" ] ] } @@ -57,8 +54,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-20T15:12:19.1396417-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:21.1551195-07:00", "RandomSeed": "388550729", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanSetServiceTimeout.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanSetServiceTimeout.json index 3ed7d768459e..6b62b999f615 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanSetServiceTimeout.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanSetServiceTimeout.json @@ -1,37 +1,38 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "26", + "Content-Length": "72", "Content-Type": "application/json", "Prefer": "wait=600", - "traceparent": "00-df29be0a9c18924baad3e7e06c60e87b-91a47b12f8cd7544-00", - "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210422.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-b3aea9130f79bb4689c448329ec206db-9bbbf70b15c5f24a-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "6f2a881af2d0cc7f1d2dc5f84904637e", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "TableA1_102_CL" + "query": "TableA1_116_CL", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", + "Age": "66", "Connection": "keep-alive", - "Content-Length": "915", + "Content-Length": "929", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 22 Apr 2021 20:34:45 GMT", - "Preference-Applied": "wait=600", + "Date": "Tue, 04 May 2021 18:37:10 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-7d8dfb7986-cw97c", + "Via": "1.1 draft-oms-6c84644dc4-d6p68", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -94,48 +95,48 @@ ], "rows": [ [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-12T00:00:00Z", + "2021-04-26T00:00:00Z", "", "", 1, "a", false, 0, - "TableA1_102_CL", + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-14T00:00:00Z", + "2021-04-28T00:00:00Z", "", "", 3, "b", true, - 1.2, - "TableA1_102_CL", + 1.20000005, + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-17T00:00:00Z", + "2021-05-01T00:00:00Z", "", "", 1, "c", false, - 1.1, - "TableA1_102_CL", + 1.10000002, + "TableA1_116_CL", "" ] ] @@ -145,8 +146,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-22T13:34:41.3911407-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:10.1865400-07:00", "RandomSeed": "253792280", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanSetServiceTimeoutAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanSetServiceTimeoutAsync.json index 198f76eaedf7..7ed54b4892d0 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanSetServiceTimeoutAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/CanSetServiceTimeoutAsync.json @@ -1,37 +1,38 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "26", + "Content-Length": "72", "Content-Type": "application/json", "Prefer": "wait=600", - "traceparent": "00-fd282b8917a3084eb5773f8b41b49c44-a9adce7b1f037641-00", - "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210422.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-ca7da5ca33a56e439240957b380fc187-bc825933997d0546-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "cfe8abf5d78d7c9397f96c8cc052cbc0", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "TableA1_102_CL" + "query": "TableA1_116_CL", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 200, "ResponseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", - "Age": "6", + "Age": "78", "Connection": "keep-alive", - "Content-Length": "915", + "Content-Length": "929", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 22 Apr 2021 20:34:51 GMT", + "Date": "Tue, 04 May 2021 18:37:22 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-7d8dfb7986-5tkpt", + "Via": "1.1 draft-oms-6c84644dc4-dm927", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -94,48 +95,48 @@ ], "rows": [ [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-12T00:00:00Z", + "2021-04-26T00:00:00Z", "", "", 1, "a", false, 0, - "TableA1_102_CL", + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-14T00:00:00Z", + "2021-04-28T00:00:00Z", "", "", 3, "b", true, - 1.2, - "TableA1_102_CL", + 1.20000005, + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-17T00:00:00Z", + "2021-05-01T00:00:00Z", "", "", 1, "c", false, - 1.1, - "TableA1_102_CL", + 1.10000002, + "TableA1_116_CL", "" ] ] @@ -145,8 +146,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-22T13:34:51.4558310-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:22.1398045-07:00", "RandomSeed": "429621551", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenBatchQueryNotFound.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenBatchQueryNotFound.json index 8693c89e5038..a67516fb4310 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenBatchQueryNotFound.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenBatchQueryNotFound.json @@ -6,10 +6,13 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "142", + "Content-Length": "188", "Content-Type": "application/json", - "traceparent": "00-4d8f6ab5f4406d44848007c06c4d9480-90a9c55b5a6d814f-00", - "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210422.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-3f46b8d8d6f5a64abcf221a9aac5f52b-e0a6262deef6b14e-00", + "User-Agent": [ + "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], "x-ms-client-request-id": "91f4adc96435290d4280185fdf573b81", "x-ms-return-client-request-id": "true" }, @@ -18,11 +21,12 @@ { "id": "0", "body": { - "query": "TableA1_102_CL" + "query": "TableA1_116_CL", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "path": "/query", "method": "POST", - "workspace": "9a15b791-8d2f-436f-a734-25d128c72254" + "workspace": "bb1b4371-062d-414d-bef3-b0d124ff721c" } ] }, @@ -32,14 +36,14 @@ "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 22 Apr 2021 17:28:29 GMT", + "Date": "Tue, 04 May 2021 18:37:55 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Transfer-Encoding": "chunked", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-778c644d5b-cmht8", + "Via": "1.1 draft-oms-6c84644dc4-ls5rt", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -48,7 +52,7 @@ "id": "0", "status": 200, "headers": { - "Age": "97", + "Age": "111", "request-context": "appId=cid-v1:70941e4f-7e8f-40b7-b730-183893db0297" }, "body": { @@ -111,48 +115,48 @@ ], "rows": [ [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-12T00:00:00Z", + "2021-04-26T00:00:00Z", "", "", 1, "a", false, 0, - "TableA1_102_CL", + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-14T00:00:00Z", + "2021-04-28T00:00:00Z", "", "", 3, "b", true, - 1.2, - "TableA1_102_CL", + 1.20000005, + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-17T00:00:00Z", + "2021-05-01T00:00:00Z", "", "", 1, "c", false, - 1.1, - "TableA1_102_CL", + 1.10000002, + "TableA1_116_CL", "" ] ] @@ -165,8 +169,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-22T10:28:27.1772242-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:55.8758609-07:00", "RandomSeed": "79312884", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenBatchQueryNotFoundAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenBatchQueryNotFoundAsync.json index 5fd0920ce2de..4d53d7a1c062 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenBatchQueryNotFoundAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenBatchQueryNotFoundAsync.json @@ -6,10 +6,13 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "142", + "Content-Length": "188", "Content-Type": "application/json", - "traceparent": "00-79972b83e0b85547924ac5dd58a39b17-df374d5effdd7a43-00", - "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210422.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-5103c14e646a784280719b4b7bdc4c77-05e0d34d2afe4d40-00", + "User-Agent": [ + "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1", + "(.NET 5.0.5; Microsoft Windows 10.0.19042)" + ], "x-ms-client-request-id": "727770ed17ef619d19e48ec7ee5cf505", "x-ms-return-client-request-id": "true" }, @@ -18,11 +21,12 @@ { "id": "0", "body": { - "query": "TableA1_102_CL" + "query": "TableA1_116_CL", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "path": "/query", "method": "POST", - "workspace": "9a15b791-8d2f-436f-a734-25d128c72254" + "workspace": "bb1b4371-062d-414d-bef3-b0d124ff721c" } ] }, @@ -32,14 +36,14 @@ "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 22 Apr 2021 17:28:29 GMT", + "Date": "Tue, 04 May 2021 18:37:56 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Transfer-Encoding": "chunked", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-778c644d5b-np5wq", + "Via": "1.1 draft-oms-6c84644dc4-nmj4n", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -48,7 +52,7 @@ "id": "0", "status": 200, "headers": { - "Age": "98", + "Age": "112", "request-context": "appId=cid-v1:70941e4f-7e8f-40b7-b730-183893db0297" }, "body": { @@ -111,48 +115,48 @@ ], "rows": [ [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-12T00:00:00Z", + "2021-04-26T00:00:00Z", "", "", 1, "a", false, 0, - "TableA1_102_CL", + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-14T00:00:00Z", + "2021-04-28T00:00:00Z", "", "", 3, "b", true, - 1.2, - "TableA1_102_CL", + 1.20000005, + "TableA1_116_CL", "" ], [ - "9a15b791-8d2f-436f-a734-25d128c72254", + "bb1b4371-062d-414d-bef3-b0d124ff721c", "RestAPI", "", "", - "2021-04-17T00:00:00Z", + "2021-05-01T00:00:00Z", "", "", 1, "c", false, - 1.1, - "TableA1_102_CL", + 1.10000002, + "TableA1_116_CL", "" ] ] @@ -165,8 +169,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-22T10:28:29.4509924-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:56.2950165-07:00", "RandomSeed": "1493790199", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenQueryFails.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenQueryFails.json index d3a0a488cc5e..fb493740e2b1 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenQueryFails.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenQueryFails.json @@ -1,20 +1,21 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "32", + "Content-Length": "78", "Content-Type": "application/json", - "traceparent": "00-47c96303e79ae64eb65500cc915a8a56-58663260b2dccc4b-00", - "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210422.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-905268170a27f34e8d16372642d307ff-247bc2bb2a42d040-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7da29de1d51011d7e4aff1b3c9c32a3e", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "this won\u0027t work" + "query": "this won\u0027t work", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 400, "ResponseHeaders": { @@ -23,17 +24,17 @@ "Connection": "keep-alive", "Content-Length": "423", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 22 Apr 2021 16:57:45 GMT", + "Date": "Tue, 04 May 2021 18:37:11 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-778c644d5b-xz7rk", + "Via": "1.1 draft-oms-6c84644dc4-ftkqb", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { "error": { "message": "The request had some invalid properties", "code": "BadArgumentError", - "correlationId": "93079145-4d01-4909-9cf3-acd782dea6fe", + "correlationId": "ddf607a7-d998-4178-bc0b-d09daac37a3e", "innererror": { "code": "SyntaxError", "message": "Request is invalid and cannot be processed: Syntax error: SYN0001: I could not parse that, sorry. [line:position=0:0]. Query: \u0027let [\u0027emptyTable\u0027] = view () { datatable(column:string)[] };restrict access to (*);\r\nthis won\u0027t work\u0027" @@ -43,8 +44,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-22T09:57:42.4580725-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:10.5298323-07:00", "RandomSeed": "1125575113", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenQueryFailsAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenQueryFailsAsync.json index db57008c4155..5ac940217ad4 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenQueryFailsAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenQueryFailsAsync.json @@ -1,20 +1,21 @@ { "Entries": [ { - "RequestUri": "https://api.loganalytics.io/v1/workspaces/9a15b791-8d2f-436f-a734-25d128c72254/query", + "RequestUri": "https://api.loganalytics.io/v1/workspaces/bb1b4371-062d-414d-bef3-b0d124ff721c/query", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "32", + "Content-Length": "78", "Content-Type": "application/json", - "traceparent": "00-841b384131b1eb4aa010c08f4f4898b2-d69c35b5f668c24d-00", - "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210422.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-f3a08b5199e5924c98bd43b61f5eef6f-34cce3b2dac17c43-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "69272719ec966dc0d767e2a490f3aed5", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "query": "this won\u0027t work" + "query": "this won\u0027t work", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "StatusCode": 400, "ResponseHeaders": { @@ -23,17 +24,17 @@ "Connection": "keep-alive", "Content-Length": "423", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 22 Apr 2021 16:56:00 GMT", + "Date": "Tue, 04 May 2021 18:37:24 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Vary": "Accept-Encoding", - "Via": "1.1 draft-oms-778c644d5b-brthf", + "Via": "1.1 draft-oms-6c84644dc4-tvtw8", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { "error": { "message": "The request had some invalid properties", "code": "BadArgumentError", - "correlationId": "74310ce9-9a8a-4bbd-9eb7-171c59a83ee9", + "correlationId": "4d4f9829-b5d9-4b46-87d6-02e586715001", "innererror": { "code": "SyntaxError", "message": "Request is invalid and cannot be processed: Syntax error: SYN0001: I could not parse that, sorry. [line:position=0:0]. Query: \u0027let [\u0027emptyTable\u0027] = view () { datatable(column:string)[] };restrict access to (*);\r\nthis won\u0027t work\u0027" @@ -43,8 +44,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-22T09:55:58.3723633-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:22.4831807-07:00", "RandomSeed": "977279808", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenQueryFailsBatch.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenQueryFailsBatch.json index 7ee60d100932..9c1edd4f7ffe 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenQueryFailsBatch.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenQueryFailsBatch.json @@ -6,10 +6,10 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "148", + "Content-Length": "194", "Content-Type": "application/json", - "traceparent": "00-ea0ce86dac33974e95f271a9dd1d1f92-2c58d14c9685b945-00", - "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210422.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-0d6e98cb3e6c724d9151e336fb1018ae-9423287c0f2cb044-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "6e01ed65a2d698f66d1915a5f9ba5732", "x-ms-return-client-request-id": "true" }, @@ -18,11 +18,12 @@ { "id": "0", "body": { - "query": "this won\u0027t work" + "query": "this won\u0027t work", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "path": "/query", "method": "POST", - "workspace": "9a15b791-8d2f-436f-a734-25d128c72254" + "workspace": "bb1b4371-062d-414d-bef3-b0d124ff721c" } ] }, @@ -32,14 +33,14 @@ "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 22 Apr 2021 17:20:17 GMT", + "Date": "Tue, 04 May 2021 18:37:12 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Transfer-Encoding": "chunked", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-778c644d5b-k6t8c", + "Via": "1.1 draft-oms-6c84644dc4-kq5rm", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -51,7 +52,7 @@ "error": { "message": "The request had some invalid properties", "code": "BadArgumentError", - "correlationId": "a0df67e9-32ea-4781-b481-784d861467d6", + "correlationId": "d9aace2c-0e82-4596-a777-02c105ab9254", "innererror": { "code": "SyntaxError", "message": "Request is invalid and cannot be processed: Syntax error: SYN0001: I could not parse that, sorry. [line:position=0:0]. Query: \u0027let [\u0027emptyTable\u0027] = view () { datatable(column:string)[] };restrict access to (*);\r\nthis won\u0027t work\u0027" @@ -64,8 +65,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-22T10:20:12.7477711-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:11.5455286-07:00", "RandomSeed": "1611967510", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenQueryFailsBatchAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenQueryFailsBatchAsync.json index 7d69b7e93d8a..8399a9945833 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenQueryFailsBatchAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/LogsQueryClientClientLiveTests/ThrowsExceptionWhenQueryFailsBatchAsync.json @@ -6,10 +6,10 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "148", + "Content-Length": "194", "Content-Type": "application/json", - "traceparent": "00-391bd40a9f352b4eb52f821c87713f9e-974d2aad4351c141-00", - "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210422.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-b1d875aafbadfd4cafc81f0f96e3a1f1-2501fd0bc1cdac49-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4a4399a7a5e3e1c433a64bc4556a6ce0", "x-ms-return-client-request-id": "true" }, @@ -18,11 +18,12 @@ { "id": "0", "body": { - "query": "this won\u0027t work" + "query": "this won\u0027t work", + "timespan": "2021-04-26T00:00:00.0000000Z/P7D" }, "path": "/query", "method": "POST", - "workspace": "9a15b791-8d2f-436f-a734-25d128c72254" + "workspace": "bb1b4371-062d-414d-bef3-b0d124ff721c" } ] }, @@ -32,14 +33,14 @@ "Access-Control-Expose-Headers": "Retry-After,Age,WWW-Authenticate,x-resource-identities,x-ms-status-location", "Connection": "keep-alive", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 22 Apr 2021 17:23:13 GMT", + "Date": "Tue, 04 May 2021 18:37:25 GMT", "Strict-Transport-Security": "max-age=15724800; includeSubDomains", "Transfer-Encoding": "chunked", "Vary": [ "Accept-Encoding", "Accept-Encoding" ], - "Via": "1.1 draft-oms-778c644d5b-fs9qc", + "Via": "1.1 draft-oms-6c84644dc4-p7t8p", "X-Content-Type-Options": "nosniff" }, "ResponseBody": { @@ -51,7 +52,7 @@ "error": { "message": "The request had some invalid properties", "code": "BadArgumentError", - "correlationId": "b2c76f21-ecfd-4983-8a54-38a3a3378e58", + "correlationId": "3e9331a5-ffab-4bb6-94ef-1629707ae52e", "innererror": { "code": "SyntaxError", "message": "Request is invalid and cannot be processed: Syntax error: SYN0001: I could not parse that, sorry. [line:position=0:0]. Query: \u0027let [\u0027emptyTable\u0027] = view () { datatable(column:string)[] };restrict access to (*);\r\nthis won\u0027t work\u0027" @@ -64,8 +65,8 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-22T10:23:10.4570553-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:24.3584417-07:00", "RandomSeed": "1563703860", - "WORKSPACE_ID": "9a15b791-8d2f-436f-a734-25d128c72254" + "WORKSPACE_ID": "bb1b4371-062d-414d-bef3-b0d124ff721c" } } \ No newline at end of file diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanListMetrics.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanListMetrics.json index e0d5f37dae10..640e05f6e0c7 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanListMetrics.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanListMetrics.json @@ -6,11 +6,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-3cb9fdf7c65a38448cd114d0f8aca640-df79b70acb6e184b-00", - "User-Agent": [ - "azsdk-net-Monitor.Query/1.0.0-alpha.20210429.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-fca0549e05857744b5e70c94667e1e70-d0e7228c63caf340-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "41243e379d1e3f54b2b97fb33a3557ba", "x-ms-return-client-request-id": "true" }, @@ -21,17 +18,17 @@ "Cache-Control": "no-cache", "Content-Length": "86362", "Content-Type": "application/json", - "Date": "Thu, 29 Apr 2021 17:51:37 GMT", + "Date": "Tue, 04 May 2021 18:37:32 GMT", "Request-Context": "appId=cid-v1:b021da79-5252-4375-9df5-2e17c1dcd822", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-AspNet-Version": "4.0.30319", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "377c57df-d97b-4a26-94b1-70df907d4f1b", + "x-ms-correlation-request-id": "6c2dc8e4-9ca0-4584-a3be-bf2adc7739d3", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "{377c57df-d97b-4a26-94b1-70df907d4f1b}", - "x-ms-routing-request-id": "WESTCENTRALUS:20210429T175137Z:377c57df-d97b-4a26-94b1-70df907d4f1b", + "x-ms-request-id": "{6c2dc8e4-9ca0-4584-a3be-bf2adc7739d3}", + "x-ms-routing-request-id": "WESTUS:20210504T183733Z:6c2dc8e4-9ca0-4584-a3be-bf2adc7739d3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4900,7 +4897,7 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-29T10:51:35.3947165-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:31.6236535-07:00", "METRICS_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs", "METRICS_RESOURCE_NAMESPACE": "Microsoft.OperationalInsights/workspaces", "RandomSeed": "275861639" diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanListMetricsAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanListMetricsAsync.json index efc60321b97c..37ee22e8f5bc 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanListMetricsAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanListMetricsAsync.json @@ -6,11 +6,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-59304eb8ff16184a9da0470eb654bf49-209b7a7bd031e842-00", - "User-Agent": [ - "azsdk-net-Monitor.Query/1.0.0-alpha.20210429.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-83e2a7e0ef6618429102b33e1711f30c-a0c291683dc2394d-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a54e04d1a8d8ba5077a364b0e3d9dc6d", "x-ms-return-client-request-id": "true" }, @@ -21,17 +18,17 @@ "Cache-Control": "no-cache", "Content-Length": "86362", "Content-Type": "application/json", - "Date": "Thu, 29 Apr 2021 17:51:41 GMT", + "Date": "Tue, 04 May 2021 18:37:40 GMT", "Request-Context": "appId=cid-v1:b021da79-5252-4375-9df5-2e17c1dcd822", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-AspNet-Version": "4.0.30319", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e515235a-8904-4267-aee4-ff30e87e831e", + "x-ms-correlation-request-id": "364f317a-0e15-49d4-a11a-2b65fa72407a", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "{e515235a-8904-4267-aee4-ff30e87e831e}", - "x-ms-routing-request-id": "WESTCENTRALUS:20210429T175141Z:e515235a-8904-4267-aee4-ff30e87e831e", + "x-ms-request-id": "{364f317a-0e15-49d4-a11a-2b65fa72407a}", + "x-ms-routing-request-id": "WESTUS:20210504T183740Z:364f317a-0e15-49d4-a11a-2b65fa72407a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4900,7 +4897,7 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-29T10:51:41.5245264-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:40.0769687-07:00", "METRICS_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs", "METRICS_RESOURCE_NAMESPACE": "Microsoft.OperationalInsights/workspaces", "RandomSeed": "411766157" diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanListNamespacesMetrics.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanListNamespacesMetrics.json index f0e2bb981e85..6b999c0cf787 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanListNamespacesMetrics.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanListNamespacesMetrics.json @@ -6,11 +6,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-f0a2a106e9a9094fac604733b03f59c6-cd86b1979334de47-00", - "User-Agent": [ - "azsdk-net-Monitor.Query/1.0.0-alpha.20210429.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-1e852c6d48c09b44a9190de8b5cae917-f3530b462ad6d642-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4fb1eb77a38c67838e28da618ae3afcd", "x-ms-return-client-request-id": "true" }, @@ -21,16 +18,16 @@ "Cache-Control": "no-cache", "Content-Length": "795", "Content-Type": "application/json", - "Date": "Thu, 29 Apr 2021 21:02:44 GMT", + "Date": "Tue, 04 May 2021 18:37:33 GMT", "Request-Context": "appId=cid-v1:b021da79-5252-4375-9df5-2e17c1dcd822", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c27e3c2-ba3e-4921-8d5e-0e981fa7ceae", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "{2c27e3c2-ba3e-4921-8d5e-0e981fa7ceae}", - "x-ms-routing-request-id": "WESTUS:20210429T210245Z:2c27e3c2-ba3e-4921-8d5e-0e981fa7ceae", + "x-ms-correlation-request-id": "0a0a984e-729b-42bc-93c2-4512ae2d2acf", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "{0a0a984e-729b-42bc-93c2-4512ae2d2acf}", + "x-ms-routing-request-id": "WESTUS:20210504T183733Z:0a0a984e-729b-42bc-93c2-4512ae2d2acf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -58,7 +55,7 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-29T14:02:43.8334094-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:33.3270653-07:00", "METRICS_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs", "RandomSeed": "573943417" } diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanListNamespacesMetricsAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanListNamespacesMetricsAsync.json index fdf0cceab58d..d024c71124dd 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanListNamespacesMetricsAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanListNamespacesMetricsAsync.json @@ -6,11 +6,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b089ab70631b744fab83a7f7ad5581c5-007316496d54ce4a-00", - "User-Agent": [ - "azsdk-net-Monitor.Query/1.0.0-alpha.20210429.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-25769809fb86fd44bfd7f9e50c5acd99-5b0af70c07de8048-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8c8a93ce2d9a92f0bb494f5dcc2d2c0b", "x-ms-return-client-request-id": "true" }, @@ -21,16 +18,16 @@ "Cache-Control": "no-cache", "Content-Length": "795", "Content-Type": "application/json", - "Date": "Thu, 29 Apr 2021 21:03:07 GMT", + "Date": "Tue, 04 May 2021 18:37:41 GMT", "Request-Context": "appId=cid-v1:b021da79-5252-4375-9df5-2e17c1dcd822", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d31e828-bc3f-4875-a4ba-de428b72abbe", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "{4d31e828-bc3f-4875-a4ba-de428b72abbe}", - "x-ms-routing-request-id": "WESTCENTRALUS:20210429T210307Z:4d31e828-bc3f-4875-a4ba-de428b72abbe", + "x-ms-correlation-request-id": "a1fe0b10-ddcd-4f83-9072-f19741df7317", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "{a1fe0b10-ddcd-4f83-9072-f19741df7317}", + "x-ms-routing-request-id": "WESTUS:20210504T183741Z:a1fe0b10-ddcd-4f83-9072-f19741df7317", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -58,7 +55,7 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-29T14:03:06.3537249-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:40.7332802-07:00", "METRICS_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs", "RandomSeed": "986176634" } diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetrics.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetrics.json index 38285508d560..7d313968a8d5 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetrics.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetrics.json @@ -1,16 +1,13 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-04-29T17%3A30%3A00.0000000Z%2FPT3M\u0026metricnames=CowsHappiness\u0026api-version=2018-01-01\u0026metricnamespace=Cows", + "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-05-04T18%3A15%3A00.0000000Z%2FPT3M\u0026metricnames=CowsHappiness\u0026api-version=2018-01-01\u0026metricnamespace=Cows", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-d15e0cc3ef02e34386fe9cfa7c1cfd22-e5b1e7138b1ec54d-00", - "User-Agent": [ - "azsdk-net-Monitor.Query/1.0.0-alpha.20210429.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-d50605636fb55043bdfdd4e6e25f91c8-c42a214173490143-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "df7775edb4762b4c410ebe8367cd7956", "x-ms-return-client-request-id": "true" }, @@ -21,22 +18,22 @@ "Cache-Control": "no-cache", "Content-Length": "693", "Content-Type": "application/json", - "Date": "Thu, 29 Apr 2021 17:51:38 GMT", + "Date": "Tue, 04 May 2021 18:37:34 GMT", "Request-Context": "appId=cid-v1:b021da79-5252-4375-9df5-2e17c1dcd822", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-AspNet-Version": "4.0.30319", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab9b9e13-f3f2-4b9d-8faa-76c6154e8726", + "x-ms-correlation-request-id": "5d46a5c3-b06c-4c11-a0a9-0d0ff2f2ff22", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "{ab9b9e13-f3f2-4b9d-8faa-76c6154e8726}", - "x-ms-routing-request-id": "WESTCENTRALUS:20210429T175138Z:ab9b9e13-f3f2-4b9d-8faa-76c6154e8726", + "x-ms-request-id": "{5d46a5c3-b06c-4c11-a0a9-0d0ff2f2ff22}", + "x-ms-routing-request-id": "WESTUS:20210504T183734Z:5d46a5c3-b06c-4c11-a0a9-0d0ff2f2ff22", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "cost": 2, - "timespan": "2021-04-29T17:30:00Z/2021-04-29T17:33:00Z", + "timespan": "2021-05-04T18:15:00Z/2021-05-04T18:18:00Z", "interval": "PT1M", "value": [ { @@ -52,15 +49,15 @@ "metadatavalues": [], "data": [ { - "timeStamp": "2021-04-29T17:30:00Z", + "timeStamp": "2021-05-04T18:15:00Z", "average": 0.0 }, { - "timeStamp": "2021-04-29T17:31:00Z", + "timeStamp": "2021-05-04T18:16:00Z", "average": 15.0 }, { - "timeStamp": "2021-04-29T17:32:00Z", + "timeStamp": "2021-05-04T18:17:00Z", "average": 20.0 } ] @@ -75,7 +72,7 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-29T10:51:37.9135980-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:33.7334729-07:00", "METRICS_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs", "RandomSeed": "2009786302" } diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsAllAggregations.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsAllAggregations.json index 96233d256b31..25665f2e88a6 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsAllAggregations.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsAllAggregations.json @@ -1,16 +1,13 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-04-29T17%3A30%3A00.0000000Z%2F2021-04-29T17%3A45%3A00.0000000Z\u0026metricnames=CowsHappiness\u0026aggregation=Average%2CCount%2CMaximum%2CMinimum%2CTotal\u0026api-version=2018-01-01\u0026metricnamespace=Cows", + "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-05-04T18%3A15%3A00.0000000Z%2F2021-05-04T18%3A30%3A00.0000000Z\u0026metricnames=CowsHappiness\u0026aggregation=Average%2CCount%2CMaximum%2CMinimum%2CTotal\u0026api-version=2018-01-01\u0026metricnamespace=Cows", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-f393e60bf765da4dbc87beced27e9c20-50432fbe7cd11146-00", - "User-Agent": [ - "azsdk-net-Monitor.Query/1.0.0-alpha.20210429.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-c030dbb47cd7c146ae2d14ed3ba8ded9-49a0e573de1ac64c-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "95abd3fb2b747520e86feea0a3fe790c", "x-ms-return-client-request-id": "true" }, @@ -21,22 +18,22 @@ "Cache-Control": "no-cache", "Content-Length": "2244", "Content-Type": "application/json", - "Date": "Thu, 29 Apr 2021 17:51:38 GMT", + "Date": "Tue, 04 May 2021 18:37:34 GMT", "Request-Context": "appId=cid-v1:b021da79-5252-4375-9df5-2e17c1dcd822", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-AspNet-Version": "4.0.30319", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38500344-8a6c-43e7-86b5-9cf1b3b9f87c", + "x-ms-correlation-request-id": "7287bd28-12e0-48b5-9a85-5c252f442007", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "{38500344-8a6c-43e7-86b5-9cf1b3b9f87c}", - "x-ms-routing-request-id": "WESTCENTRALUS:20210429T175138Z:38500344-8a6c-43e7-86b5-9cf1b3b9f87c", + "x-ms-request-id": "{7287bd28-12e0-48b5-9a85-5c252f442007}", + "x-ms-routing-request-id": "WESTUS:20210504T183735Z:7287bd28-12e0-48b5-9a85-5c252f442007", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "cost": 70, - "timespan": "2021-04-29T17:30:00Z/2021-04-29T17:45:00Z", + "timespan": "2021-05-04T18:15:00Z/2021-05-04T18:30:00Z", "interval": "PT1M", "value": [ { @@ -52,7 +49,7 @@ "metadatavalues": [], "data": [ { - "timeStamp": "2021-04-29T17:30:00Z", + "timeStamp": "2021-05-04T18:15:00Z", "total": 0.0, "count": 2.0, "average": 0.0, @@ -60,7 +57,7 @@ "maximum": 0.0 }, { - "timeStamp": "2021-04-29T17:31:00Z", + "timeStamp": "2021-05-04T18:16:00Z", "total": 60.0, "count": 4.0, "average": 15.0, @@ -68,7 +65,7 @@ "maximum": 20.0 }, { - "timeStamp": "2021-04-29T17:32:00Z", + "timeStamp": "2021-05-04T18:17:00Z", "total": 120.0, "count": 6.0, "average": 20.0, @@ -76,7 +73,7 @@ "maximum": 40.0 }, { - "timeStamp": "2021-04-29T17:33:00Z", + "timeStamp": "2021-05-04T18:18:00Z", "total": 180.0, "count": 8.0, "average": 22.5, @@ -84,7 +81,7 @@ "maximum": 60.0 }, { - "timeStamp": "2021-04-29T17:34:00Z", + "timeStamp": "2021-05-04T18:19:00Z", "total": 240.0, "count": 10.0, "average": 24.0, @@ -92,7 +89,7 @@ "maximum": 80.0 }, { - "timeStamp": "2021-04-29T17:35:00Z", + "timeStamp": "2021-05-04T18:20:00Z", "total": 300.0, "count": 12.0, "average": 25.0, @@ -100,7 +97,7 @@ "maximum": 100.0 }, { - "timeStamp": "2021-04-29T17:36:00Z", + "timeStamp": "2021-05-04T18:21:00Z", "total": 360.0, "count": 14.0, "average": 25.714285714285715, @@ -108,7 +105,7 @@ "maximum": 120.0 }, { - "timeStamp": "2021-04-29T17:37:00Z", + "timeStamp": "2021-05-04T18:22:00Z", "total": 420.0, "count": 16.0, "average": 26.25, @@ -116,7 +113,7 @@ "maximum": 140.0 }, { - "timeStamp": "2021-04-29T17:38:00Z", + "timeStamp": "2021-05-04T18:23:00Z", "total": 480.0, "count": 18.0, "average": 26.666666666666668, @@ -124,7 +121,7 @@ "maximum": 160.0 }, { - "timeStamp": "2021-04-29T17:39:00Z", + "timeStamp": "2021-05-04T18:24:00Z", "total": 540.0, "count": 20.0, "average": 27.0, @@ -132,7 +129,7 @@ "maximum": 180.0 }, { - "timeStamp": "2021-04-29T17:40:00Z", + "timeStamp": "2021-05-04T18:25:00Z", "total": 600.0, "count": 22.0, "average": 27.272727272727273, @@ -140,7 +137,7 @@ "maximum": 200.0 }, { - "timeStamp": "2021-04-29T17:41:00Z", + "timeStamp": "2021-05-04T18:26:00Z", "total": 660.0, "count": 24.0, "average": 27.5, @@ -148,7 +145,7 @@ "maximum": 220.0 }, { - "timeStamp": "2021-04-29T17:42:00Z", + "timeStamp": "2021-05-04T18:27:00Z", "total": 720.0, "count": 26.0, "average": 27.692307692307693, @@ -156,7 +153,7 @@ "maximum": 240.0 }, { - "timeStamp": "2021-04-29T17:43:00Z", + "timeStamp": "2021-05-04T18:28:00Z", "total": 780.0, "count": 28.0, "average": 27.857142857142858, @@ -164,7 +161,7 @@ "maximum": 260.0 }, { - "timeStamp": "2021-04-29T17:44:00Z", + "timeStamp": "2021-05-04T18:29:00Z", "total": 840.0, "count": 30.0, "average": 28.0, @@ -183,7 +180,7 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-29T10:51:38.3109163-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:34.4987455-07:00", "METRICS_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs", "RandomSeed": "1667063643" } diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsAllAggregationsAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsAllAggregationsAsync.json index aef140e02082..b741b05e9c08 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsAllAggregationsAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsAllAggregationsAsync.json @@ -1,16 +1,13 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-04-29T17%3A30%3A00.0000000Z%2F2021-04-29T17%3A45%3A00.0000000Z\u0026metricnames=CowsHappiness\u0026aggregation=Average%2CCount%2CMaximum%2CMinimum%2CTotal\u0026api-version=2018-01-01\u0026metricnamespace=Cows", + "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-05-04T18%3A15%3A00.0000000Z%2F2021-05-04T18%3A30%3A00.0000000Z\u0026metricnames=CowsHappiness\u0026aggregation=Average%2CCount%2CMaximum%2CMinimum%2CTotal\u0026api-version=2018-01-01\u0026metricnamespace=Cows", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-832d027c6254b94a8b9c25c7d143551b-39073fd42db12849-00", - "User-Agent": [ - "azsdk-net-Monitor.Query/1.0.0-alpha.20210429.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-ab8b96af862b9f4da7510d771bebefbb-134105a09a859048-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "877e3c6d15b4d0ea6daa9c60103c0714", "x-ms-return-client-request-id": "true" }, @@ -21,22 +18,22 @@ "Cache-Control": "no-cache", "Content-Length": "2244", "Content-Type": "application/json", - "Date": "Thu, 29 Apr 2021 17:51:42 GMT", + "Date": "Tue, 04 May 2021 18:37:42 GMT", "Request-Context": "appId=cid-v1:b021da79-5252-4375-9df5-2e17c1dcd822", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-AspNet-Version": "4.0.30319", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03748264-40bf-4f62-bf4c-e9f1758405bd", + "x-ms-correlation-request-id": "576b1432-5f87-4cac-be90-493cc6e23726", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "{03748264-40bf-4f62-bf4c-e9f1758405bd}", - "x-ms-routing-request-id": "WESTCENTRALUS:20210429T175143Z:03748264-40bf-4f62-bf4c-e9f1758405bd", + "x-ms-request-id": "{576b1432-5f87-4cac-be90-493cc6e23726}", + "x-ms-routing-request-id": "WESTUS:20210504T183743Z:576b1432-5f87-4cac-be90-493cc6e23726", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "cost": 70, - "timespan": "2021-04-29T17:30:00Z/2021-04-29T17:45:00Z", + "timespan": "2021-05-04T18:15:00Z/2021-05-04T18:30:00Z", "interval": "PT1M", "value": [ { @@ -52,7 +49,7 @@ "metadatavalues": [], "data": [ { - "timeStamp": "2021-04-29T17:30:00Z", + "timeStamp": "2021-05-04T18:15:00Z", "total": 0.0, "count": 2.0, "average": 0.0, @@ -60,7 +57,7 @@ "maximum": 0.0 }, { - "timeStamp": "2021-04-29T17:31:00Z", + "timeStamp": "2021-05-04T18:16:00Z", "total": 60.0, "count": 4.0, "average": 15.0, @@ -68,7 +65,7 @@ "maximum": 20.0 }, { - "timeStamp": "2021-04-29T17:32:00Z", + "timeStamp": "2021-05-04T18:17:00Z", "total": 120.0, "count": 6.0, "average": 20.0, @@ -76,7 +73,7 @@ "maximum": 40.0 }, { - "timeStamp": "2021-04-29T17:33:00Z", + "timeStamp": "2021-05-04T18:18:00Z", "total": 180.0, "count": 8.0, "average": 22.5, @@ -84,7 +81,7 @@ "maximum": 60.0 }, { - "timeStamp": "2021-04-29T17:34:00Z", + "timeStamp": "2021-05-04T18:19:00Z", "total": 240.0, "count": 10.0, "average": 24.0, @@ -92,7 +89,7 @@ "maximum": 80.0 }, { - "timeStamp": "2021-04-29T17:35:00Z", + "timeStamp": "2021-05-04T18:20:00Z", "total": 300.0, "count": 12.0, "average": 25.0, @@ -100,7 +97,7 @@ "maximum": 100.0 }, { - "timeStamp": "2021-04-29T17:36:00Z", + "timeStamp": "2021-05-04T18:21:00Z", "total": 360.0, "count": 14.0, "average": 25.714285714285715, @@ -108,7 +105,7 @@ "maximum": 120.0 }, { - "timeStamp": "2021-04-29T17:37:00Z", + "timeStamp": "2021-05-04T18:22:00Z", "total": 420.0, "count": 16.0, "average": 26.25, @@ -116,7 +113,7 @@ "maximum": 140.0 }, { - "timeStamp": "2021-04-29T17:38:00Z", + "timeStamp": "2021-05-04T18:23:00Z", "total": 480.0, "count": 18.0, "average": 26.666666666666668, @@ -124,7 +121,7 @@ "maximum": 160.0 }, { - "timeStamp": "2021-04-29T17:39:00Z", + "timeStamp": "2021-05-04T18:24:00Z", "total": 540.0, "count": 20.0, "average": 27.0, @@ -132,7 +129,7 @@ "maximum": 180.0 }, { - "timeStamp": "2021-04-29T17:40:00Z", + "timeStamp": "2021-05-04T18:25:00Z", "total": 600.0, "count": 22.0, "average": 27.272727272727273, @@ -140,7 +137,7 @@ "maximum": 200.0 }, { - "timeStamp": "2021-04-29T17:41:00Z", + "timeStamp": "2021-05-04T18:26:00Z", "total": 660.0, "count": 24.0, "average": 27.5, @@ -148,7 +145,7 @@ "maximum": 220.0 }, { - "timeStamp": "2021-04-29T17:42:00Z", + "timeStamp": "2021-05-04T18:27:00Z", "total": 720.0, "count": 26.0, "average": 27.692307692307693, @@ -156,7 +153,7 @@ "maximum": 240.0 }, { - "timeStamp": "2021-04-29T17:43:00Z", + "timeStamp": "2021-05-04T18:28:00Z", "total": 780.0, "count": 28.0, "average": 27.857142857142858, @@ -164,7 +161,7 @@ "maximum": 260.0 }, { - "timeStamp": "2021-04-29T17:44:00Z", + "timeStamp": "2021-05-04T18:29:00Z", "total": 840.0, "count": 30.0, "average": 28.0, @@ -183,7 +180,7 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-29T10:51:42.8750903-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:42.3582129-07:00", "METRICS_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs", "RandomSeed": "1565110545" } diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsAsync.json index d223b4bab3ca..7ace49c466af 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsAsync.json @@ -1,16 +1,13 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-04-29T17%3A30%3A00.0000000Z%2FPT3M\u0026metricnames=CowsHappiness\u0026api-version=2018-01-01\u0026metricnamespace=Cows", + "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-05-04T18%3A15%3A00.0000000Z%2FPT3M\u0026metricnames=CowsHappiness\u0026api-version=2018-01-01\u0026metricnamespace=Cows", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b4527c321e343147b3627f05da2a768f-31f95ce847dacd49-00", - "User-Agent": [ - "azsdk-net-Monitor.Query/1.0.0-alpha.20210429.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-feb95ff0f74c264888eaea3457f28127-f35450ef02add145-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "968e4c18a8b1cca002fb55beba6ac202", "x-ms-return-client-request-id": "true" }, @@ -21,22 +18,22 @@ "Cache-Control": "no-cache", "Content-Length": "693", "Content-Type": "application/json", - "Date": "Thu, 29 Apr 2021 17:51:42 GMT", + "Date": "Tue, 04 May 2021 18:37:42 GMT", "Request-Context": "appId=cid-v1:b021da79-5252-4375-9df5-2e17c1dcd822", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-AspNet-Version": "4.0.30319", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d413b37f-3247-4552-9258-a4ecfc0f0fbc", + "x-ms-correlation-request-id": "2fe82687-92cc-4537-81bd-045735b36525", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "{d413b37f-3247-4552-9258-a4ecfc0f0fbc}", - "x-ms-routing-request-id": "WESTCENTRALUS:20210429T175142Z:d413b37f-3247-4552-9258-a4ecfc0f0fbc", + "x-ms-request-id": "{2fe82687-92cc-4537-81bd-045735b36525}", + "x-ms-routing-request-id": "WESTUS:20210504T183742Z:2fe82687-92cc-4537-81bd-045735b36525", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "cost": 2, - "timespan": "2021-04-29T17:30:00Z/2021-04-29T17:33:00Z", + "timespan": "2021-05-04T18:15:00Z/2021-05-04T18:18:00Z", "interval": "PT1M", "value": [ { @@ -52,15 +49,15 @@ "metadatavalues": [], "data": [ { - "timeStamp": "2021-04-29T17:30:00Z", + "timeStamp": "2021-05-04T18:15:00Z", "average": 0.0 }, { - "timeStamp": "2021-04-29T17:31:00Z", + "timeStamp": "2021-05-04T18:16:00Z", "average": 15.0 }, { - "timeStamp": "2021-04-29T17:32:00Z", + "timeStamp": "2021-05-04T18:17:00Z", "average": 20.0 } ] @@ -75,7 +72,7 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-29T10:51:42.4822823-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:41.5145525-07:00", "METRICS_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs", "RandomSeed": "297588951" } diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsDurationEnd.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsDurationEnd.json index 9bbe5266b8c8..bd3f465c2dcd 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsDurationEnd.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsDurationEnd.json @@ -1,16 +1,13 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=PT15M%2F2021-04-29T17%3A45%3A00.0000000Z\u0026metricnames=CowsHappiness\u0026api-version=2018-01-01\u0026metricnamespace=Cows", + "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=PT15M%2F2021-05-04T18%3A30%3A00.0000000Z\u0026metricnames=CowsHappiness\u0026api-version=2018-01-01\u0026metricnamespace=Cows", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e316ad4b26f67542b73d335e795db4fb-fa150a16a5fe8c44-00", - "User-Agent": [ - "azsdk-net-Monitor.Query/1.0.0-alpha.20210429.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-99d6819c650fa540b4d1d049c2010ec3-3e2a2253f0213b40-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e9c0a8196b8022ba5a6f6337b9aac1e8", "x-ms-return-client-request-id": "true" }, @@ -21,22 +18,22 @@ "Cache-Control": "no-cache", "Content-Length": "1389", "Content-Type": "application/json", - "Date": "Thu, 29 Apr 2021 17:51:38 GMT", + "Date": "Tue, 04 May 2021 18:37:35 GMT", "Request-Context": "appId=cid-v1:b021da79-5252-4375-9df5-2e17c1dcd822", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-AspNet-Version": "4.0.30319", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e149c579-8bbc-49ce-836a-a7ff1bc3d98d", + "x-ms-correlation-request-id": "23ec53a1-e9f0-4864-b107-8ff30a56d6e4", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "{e149c579-8bbc-49ce-836a-a7ff1bc3d98d}", - "x-ms-routing-request-id": "WESTCENTRALUS:20210429T175139Z:e149c579-8bbc-49ce-836a-a7ff1bc3d98d", + "x-ms-request-id": "{23ec53a1-e9f0-4864-b107-8ff30a56d6e4}", + "x-ms-routing-request-id": "WESTUS:20210504T183735Z:23ec53a1-e9f0-4864-b107-8ff30a56d6e4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "cost": 14, - "timespan": "2021-04-29T17:30:00Z/2021-04-29T17:45:00Z", + "timespan": "2021-05-04T18:15:00Z/2021-05-04T18:30:00Z", "interval": "PT1M", "value": [ { @@ -52,63 +49,63 @@ "metadatavalues": [], "data": [ { - "timeStamp": "2021-04-29T17:30:00Z", + "timeStamp": "2021-05-04T18:15:00Z", "average": 0.0 }, { - "timeStamp": "2021-04-29T17:31:00Z", + "timeStamp": "2021-05-04T18:16:00Z", "average": 15.0 }, { - "timeStamp": "2021-04-29T17:32:00Z", + "timeStamp": "2021-05-04T18:17:00Z", "average": 20.0 }, { - "timeStamp": "2021-04-29T17:33:00Z", + "timeStamp": "2021-05-04T18:18:00Z", "average": 22.5 }, { - "timeStamp": "2021-04-29T17:34:00Z", + "timeStamp": "2021-05-04T18:19:00Z", "average": 24.0 }, { - "timeStamp": "2021-04-29T17:35:00Z", + "timeStamp": "2021-05-04T18:20:00Z", "average": 25.0 }, { - "timeStamp": "2021-04-29T17:36:00Z", + "timeStamp": "2021-05-04T18:21:00Z", "average": 25.714285714285715 }, { - "timeStamp": "2021-04-29T17:37:00Z", + "timeStamp": "2021-05-04T18:22:00Z", "average": 26.25 }, { - "timeStamp": "2021-04-29T17:38:00Z", + "timeStamp": "2021-05-04T18:23:00Z", "average": 26.666666666666668 }, { - "timeStamp": "2021-04-29T17:39:00Z", + "timeStamp": "2021-05-04T18:24:00Z", "average": 27.0 }, { - "timeStamp": "2021-04-29T17:40:00Z", + "timeStamp": "2021-05-04T18:25:00Z", "average": 27.272727272727273 }, { - "timeStamp": "2021-04-29T17:41:00Z", + "timeStamp": "2021-05-04T18:26:00Z", "average": 27.5 }, { - "timeStamp": "2021-04-29T17:42:00Z", + "timeStamp": "2021-05-04T18:27:00Z", "average": 27.692307692307693 }, { - "timeStamp": "2021-04-29T17:43:00Z", + "timeStamp": "2021-05-04T18:28:00Z", "average": 27.857142857142858 }, { - "timeStamp": "2021-04-29T17:44:00Z", + "timeStamp": "2021-05-04T18:29:00Z", "average": 28.0 } ] @@ -123,7 +120,7 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-29T10:51:38.7018824-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:35.2956383-07:00", "METRICS_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs", "RandomSeed": "250799635" } diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsDurationEndAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsDurationEndAsync.json index ef225ec10a73..a506121e05fc 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsDurationEndAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsDurationEndAsync.json @@ -1,16 +1,13 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=PT15M%2F2021-04-29T17%3A45%3A00.0000000Z\u0026metricnames=CowsHappiness\u0026api-version=2018-01-01\u0026metricnamespace=Cows", + "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=PT15M%2F2021-05-04T18%3A30%3A00.0000000Z\u0026metricnames=CowsHappiness\u0026api-version=2018-01-01\u0026metricnamespace=Cows", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-7469f5cc94effe4485c2399faff1c822-04b29c1b033c6b40-00", - "User-Agent": [ - "azsdk-net-Monitor.Query/1.0.0-alpha.20210429.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-59a9c89913b9354db315d2f233fc2f52-a442e4eb9cbf424b-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "dee5f8cf1f1bb0c25656d34cb80bd355", "x-ms-return-client-request-id": "true" }, @@ -21,22 +18,22 @@ "Cache-Control": "no-cache", "Content-Length": "1389", "Content-Type": "application/json", - "Date": "Thu, 29 Apr 2021 17:51:43 GMT", + "Date": "Tue, 04 May 2021 18:37:43 GMT", "Request-Context": "appId=cid-v1:b021da79-5252-4375-9df5-2e17c1dcd822", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-AspNet-Version": "4.0.30319", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5953a1a5-c6ba-466d-b653-63ddbfbf3b37", + "x-ms-correlation-request-id": "e433afb3-b9ef-4205-8a39-5b05bff535de", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "{5953a1a5-c6ba-466d-b653-63ddbfbf3b37}", - "x-ms-routing-request-id": "WESTCENTRALUS:20210429T175143Z:5953a1a5-c6ba-466d-b653-63ddbfbf3b37", + "x-ms-request-id": "{e433afb3-b9ef-4205-8a39-5b05bff535de}", + "x-ms-routing-request-id": "WESTUS:20210504T183743Z:e433afb3-b9ef-4205-8a39-5b05bff535de", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "cost": 14, - "timespan": "2021-04-29T17:30:00Z/2021-04-29T17:45:00Z", + "timespan": "2021-05-04T18:15:00Z/2021-05-04T18:30:00Z", "interval": "PT1M", "value": [ { @@ -52,63 +49,63 @@ "metadatavalues": [], "data": [ { - "timeStamp": "2021-04-29T17:30:00Z", + "timeStamp": "2021-05-04T18:15:00Z", "average": 0.0 }, { - "timeStamp": "2021-04-29T17:31:00Z", + "timeStamp": "2021-05-04T18:16:00Z", "average": 15.0 }, { - "timeStamp": "2021-04-29T17:32:00Z", + "timeStamp": "2021-05-04T18:17:00Z", "average": 20.0 }, { - "timeStamp": "2021-04-29T17:33:00Z", + "timeStamp": "2021-05-04T18:18:00Z", "average": 22.5 }, { - "timeStamp": "2021-04-29T17:34:00Z", + "timeStamp": "2021-05-04T18:19:00Z", "average": 24.0 }, { - "timeStamp": "2021-04-29T17:35:00Z", + "timeStamp": "2021-05-04T18:20:00Z", "average": 25.0 }, { - "timeStamp": "2021-04-29T17:36:00Z", + "timeStamp": "2021-05-04T18:21:00Z", "average": 25.714285714285715 }, { - "timeStamp": "2021-04-29T17:37:00Z", + "timeStamp": "2021-05-04T18:22:00Z", "average": 26.25 }, { - "timeStamp": "2021-04-29T17:38:00Z", + "timeStamp": "2021-05-04T18:23:00Z", "average": 26.666666666666668 }, { - "timeStamp": "2021-04-29T17:39:00Z", + "timeStamp": "2021-05-04T18:24:00Z", "average": 27.0 }, { - "timeStamp": "2021-04-29T17:40:00Z", + "timeStamp": "2021-05-04T18:25:00Z", "average": 27.272727272727273 }, { - "timeStamp": "2021-04-29T17:41:00Z", + "timeStamp": "2021-05-04T18:26:00Z", "average": 27.5 }, { - "timeStamp": "2021-04-29T17:42:00Z", + "timeStamp": "2021-05-04T18:27:00Z", "average": 27.692307692307693 }, { - "timeStamp": "2021-04-29T17:43:00Z", + "timeStamp": "2021-05-04T18:28:00Z", "average": 27.857142857142858 }, { - "timeStamp": "2021-04-29T17:44:00Z", + "timeStamp": "2021-05-04T18:29:00Z", "average": 28.0 } ] @@ -123,7 +120,7 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-29T10:51:43.2738139-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:43.1082292-07:00", "METRICS_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs", "RandomSeed": "695706998" } diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsFilter.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsFilter.json index 4f940a98bfa7..4494d1227089 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsFilter.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsFilter.json @@ -1,16 +1,13 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-04-29T17%3A30%3A00.0000000Z%2F2021-04-29T17%3A45%3A00.0000000Z\u0026metricnames=CowsHappiness\u0026aggregation=Count\u0026$filter=Name%20eq%20%27Guinness%27\u0026api-version=2018-01-01\u0026metricnamespace=Cows", + "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-05-04T18%3A15%3A00.0000000Z%2F2021-05-04T18%3A30%3A00.0000000Z\u0026metricnames=CowsHappiness\u0026aggregation=Count\u0026$filter=Name%20eq%20%27Guinness%27\u0026api-version=2018-01-01\u0026metricnamespace=Cows", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-80841e7c3e6ca3479b0a4ec3d4950296-3cf5e61aa468c949-00", - "User-Agent": [ - "azsdk-net-Monitor.Query/1.0.0-alpha.20210429.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-887175f651220a41932605fec61ab96c-159e45dd435ef041-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "75d7dd742cfed6d4cd4d410008450756", "x-ms-return-client-request-id": "true" }, @@ -21,22 +18,22 @@ "Cache-Control": "no-cache", "Content-Length": "1348", "Content-Type": "application/json", - "Date": "Thu, 29 Apr 2021 17:51:39 GMT", + "Date": "Tue, 04 May 2021 18:37:36 GMT", "Request-Context": "appId=cid-v1:b021da79-5252-4375-9df5-2e17c1dcd822", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-AspNet-Version": "4.0.30319", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "416e91a6-e380-46cf-bf2e-d670624699d8", + "x-ms-correlation-request-id": "948becbd-d5ed-4c1d-ba30-dbbc3d450338", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "{416e91a6-e380-46cf-bf2e-d670624699d8}", - "x-ms-routing-request-id": "WESTCENTRALUS:20210429T175139Z:416e91a6-e380-46cf-bf2e-d670624699d8", + "x-ms-request-id": "{948becbd-d5ed-4c1d-ba30-dbbc3d450338}", + "x-ms-routing-request-id": "WESTUS:20210504T183736Z:948becbd-d5ed-4c1d-ba30-dbbc3d450338", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "cost": 14, - "timespan": "2021-04-29T17:30:00Z/2021-04-29T17:45:00Z", + "timespan": "2021-05-04T18:15:00Z/2021-05-04T18:30:00Z", "interval": "PT1M", "value": [ { @@ -60,63 +57,63 @@ ], "data": [ { - "timeStamp": "2021-04-29T17:30:00Z", + "timeStamp": "2021-05-04T18:15:00Z", "count": 1.0 }, { - "timeStamp": "2021-04-29T17:31:00Z", + "timeStamp": "2021-05-04T18:16:00Z", "count": 2.0 }, { - "timeStamp": "2021-04-29T17:32:00Z", + "timeStamp": "2021-05-04T18:17:00Z", "count": 3.0 }, { - "timeStamp": "2021-04-29T17:33:00Z", + "timeStamp": "2021-05-04T18:18:00Z", "count": 4.0 }, { - "timeStamp": "2021-04-29T17:34:00Z", + "timeStamp": "2021-05-04T18:19:00Z", "count": 5.0 }, { - "timeStamp": "2021-04-29T17:35:00Z", + "timeStamp": "2021-05-04T18:20:00Z", "count": 6.0 }, { - "timeStamp": "2021-04-29T17:36:00Z", + "timeStamp": "2021-05-04T18:21:00Z", "count": 7.0 }, { - "timeStamp": "2021-04-29T17:37:00Z", + "timeStamp": "2021-05-04T18:22:00Z", "count": 8.0 }, { - "timeStamp": "2021-04-29T17:38:00Z", + "timeStamp": "2021-05-04T18:23:00Z", "count": 9.0 }, { - "timeStamp": "2021-04-29T17:39:00Z", + "timeStamp": "2021-05-04T18:24:00Z", "count": 10.0 }, { - "timeStamp": "2021-04-29T17:40:00Z", + "timeStamp": "2021-05-04T18:25:00Z", "count": 11.0 }, { - "timeStamp": "2021-04-29T17:41:00Z", + "timeStamp": "2021-05-04T18:26:00Z", "count": 12.0 }, { - "timeStamp": "2021-04-29T17:42:00Z", + "timeStamp": "2021-05-04T18:27:00Z", "count": 13.0 }, { - "timeStamp": "2021-04-29T17:43:00Z", + "timeStamp": "2021-05-04T18:28:00Z", "count": 14.0 }, { - "timeStamp": "2021-04-29T17:44:00Z", + "timeStamp": "2021-05-04T18:29:00Z", "count": 15.0 } ] @@ -131,7 +128,7 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-29T10:51:39.1473774-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:35.9680769-07:00", "METRICS_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs", "RandomSeed": "257531409" } diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsFilterAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsFilterAsync.json index 424922530c2b..37f3b20a1618 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsFilterAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsFilterAsync.json @@ -1,16 +1,13 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-04-29T17%3A30%3A00.0000000Z%2F2021-04-29T17%3A45%3A00.0000000Z\u0026metricnames=CowsHappiness\u0026aggregation=Count\u0026$filter=Name%20eq%20%27Guinness%27\u0026api-version=2018-01-01\u0026metricnamespace=Cows", + "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-05-04T18%3A15%3A00.0000000Z%2F2021-05-04T18%3A30%3A00.0000000Z\u0026metricnames=CowsHappiness\u0026aggregation=Count\u0026$filter=Name%20eq%20%27Guinness%27\u0026api-version=2018-01-01\u0026metricnamespace=Cows", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9ac537d4388df544afcc053253e09e1d-11e3a8a133dacd42-00", - "User-Agent": [ - "azsdk-net-Monitor.Query/1.0.0-alpha.20210429.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-363321bd9a7c4e42be66e7c3610c30b7-3e1506034b1b7847-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b987511b525c8fa07ea6d4525d17c5e4", "x-ms-return-client-request-id": "true" }, @@ -21,22 +18,22 @@ "Cache-Control": "no-cache", "Content-Length": "1348", "Content-Type": "application/json", - "Date": "Thu, 29 Apr 2021 17:51:44 GMT", + "Date": "Tue, 04 May 2021 18:37:44 GMT", "Request-Context": "appId=cid-v1:b021da79-5252-4375-9df5-2e17c1dcd822", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-AspNet-Version": "4.0.30319", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36ffdd54-0800-44d4-ac07-7d8bc886280f", + "x-ms-correlation-request-id": "8d56d2b4-46e9-4aae-9392-8f44f8db299c", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "{36ffdd54-0800-44d4-ac07-7d8bc886280f}", - "x-ms-routing-request-id": "WESTCENTRALUS:20210429T175144Z:36ffdd54-0800-44d4-ac07-7d8bc886280f", + "x-ms-request-id": "{8d56d2b4-46e9-4aae-9392-8f44f8db299c}", + "x-ms-routing-request-id": "WESTUS:20210504T183744Z:8d56d2b4-46e9-4aae-9392-8f44f8db299c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "cost": 14, - "timespan": "2021-04-29T17:30:00Z/2021-04-29T17:45:00Z", + "timespan": "2021-05-04T18:15:00Z/2021-05-04T18:30:00Z", "interval": "PT1M", "value": [ { @@ -60,63 +57,63 @@ ], "data": [ { - "timeStamp": "2021-04-29T17:30:00Z", + "timeStamp": "2021-05-04T18:15:00Z", "count": 1.0 }, { - "timeStamp": "2021-04-29T17:31:00Z", + "timeStamp": "2021-05-04T18:16:00Z", "count": 2.0 }, { - "timeStamp": "2021-04-29T17:32:00Z", + "timeStamp": "2021-05-04T18:17:00Z", "count": 3.0 }, { - "timeStamp": "2021-04-29T17:33:00Z", + "timeStamp": "2021-05-04T18:18:00Z", "count": 4.0 }, { - "timeStamp": "2021-04-29T17:34:00Z", + "timeStamp": "2021-05-04T18:19:00Z", "count": 5.0 }, { - "timeStamp": "2021-04-29T17:35:00Z", + "timeStamp": "2021-05-04T18:20:00Z", "count": 6.0 }, { - "timeStamp": "2021-04-29T17:36:00Z", + "timeStamp": "2021-05-04T18:21:00Z", "count": 7.0 }, { - "timeStamp": "2021-04-29T17:37:00Z", + "timeStamp": "2021-05-04T18:22:00Z", "count": 8.0 }, { - "timeStamp": "2021-04-29T17:38:00Z", + "timeStamp": "2021-05-04T18:23:00Z", "count": 9.0 }, { - "timeStamp": "2021-04-29T17:39:00Z", + "timeStamp": "2021-05-04T18:24:00Z", "count": 10.0 }, { - "timeStamp": "2021-04-29T17:40:00Z", + "timeStamp": "2021-05-04T18:25:00Z", "count": 11.0 }, { - "timeStamp": "2021-04-29T17:41:00Z", + "timeStamp": "2021-05-04T18:26:00Z", "count": 12.0 }, { - "timeStamp": "2021-04-29T17:42:00Z", + "timeStamp": "2021-05-04T18:27:00Z", "count": 13.0 }, { - "timeStamp": "2021-04-29T17:43:00Z", + "timeStamp": "2021-05-04T18:28:00Z", "count": 14.0 }, { - "timeStamp": "2021-04-29T17:44:00Z", + "timeStamp": "2021-05-04T18:29:00Z", "count": 15.0 } ] @@ -131,7 +128,7 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-29T10:51:43.9337871-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:43.6082964-07:00", "METRICS_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs", "RandomSeed": "522051195" } diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsFilterTop.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsFilterTop.json index df3a4bcb20e2..782f420a917b 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsFilterTop.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsFilterTop.json @@ -1,16 +1,13 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-04-29T17%3A30%3A00.0000000Z%2F2021-04-29T17%3A45%3A00.0000000Z\u0026metricnames=CowsHappiness\u0026aggregation=Count\u0026top=1\u0026$filter=Name%20eq%20%27%2A%27\u0026api-version=2018-01-01\u0026metricnamespace=Cows", + "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-05-04T18%3A15%3A00.0000000Z%2F2021-05-04T18%3A30%3A00.0000000Z\u0026metricnames=CowsHappiness\u0026aggregation=Count\u0026top=1\u0026$filter=Name%20eq%20%27%2A%27\u0026api-version=2018-01-01\u0026metricnamespace=Cows", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-d59930e0bba4bd46a45ba0757c83bbcc-608e2b8f89d4524a-00", - "User-Agent": [ - "azsdk-net-Monitor.Query/1.0.0-alpha.20210429.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-55be202e75d5724796f4c310682b80df-b553d5f423e7be4d-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "26de771c87437a6dd0374cfdac966cc3", "x-ms-return-client-request-id": "true" }, @@ -21,22 +18,22 @@ "Cache-Control": "no-cache", "Content-Length": "1346", "Content-Type": "application/json", - "Date": "Thu, 29 Apr 2021 17:51:39 GMT", + "Date": "Tue, 04 May 2021 18:37:37 GMT", "Request-Context": "appId=cid-v1:b021da79-5252-4375-9df5-2e17c1dcd822", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-AspNet-Version": "4.0.30319", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7db07f3c-bc78-4a87-945a-230fd1b6bcb3", + "x-ms-correlation-request-id": "338343b9-1a2c-4d58-bf6e-91787e66a23c", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "{7db07f3c-bc78-4a87-945a-230fd1b6bcb3}", - "x-ms-routing-request-id": "WESTCENTRALUS:20210429T175139Z:7db07f3c-bc78-4a87-945a-230fd1b6bcb3", + "x-ms-request-id": "{338343b9-1a2c-4d58-bf6e-91787e66a23c}", + "x-ms-routing-request-id": "WESTUS:20210504T183737Z:338343b9-1a2c-4d58-bf6e-91787e66a23c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "cost": 14, - "timespan": "2021-04-29T17:30:00Z/2021-04-29T17:45:00Z", + "timespan": "2021-05-04T18:15:00Z/2021-05-04T18:30:00Z", "interval": "PT1M", "value": [ { @@ -60,63 +57,63 @@ ], "data": [ { - "timeStamp": "2021-04-29T17:30:00Z", + "timeStamp": "2021-05-04T18:15:00Z", "count": 1.0 }, { - "timeStamp": "2021-04-29T17:31:00Z", + "timeStamp": "2021-05-04T18:16:00Z", "count": 2.0 }, { - "timeStamp": "2021-04-29T17:32:00Z", + "timeStamp": "2021-05-04T18:17:00Z", "count": 3.0 }, { - "timeStamp": "2021-04-29T17:33:00Z", + "timeStamp": "2021-05-04T18:18:00Z", "count": 4.0 }, { - "timeStamp": "2021-04-29T17:34:00Z", + "timeStamp": "2021-05-04T18:19:00Z", "count": 5.0 }, { - "timeStamp": "2021-04-29T17:35:00Z", + "timeStamp": "2021-05-04T18:20:00Z", "count": 6.0 }, { - "timeStamp": "2021-04-29T17:36:00Z", + "timeStamp": "2021-05-04T18:21:00Z", "count": 7.0 }, { - "timeStamp": "2021-04-29T17:37:00Z", + "timeStamp": "2021-05-04T18:22:00Z", "count": 8.0 }, { - "timeStamp": "2021-04-29T17:38:00Z", + "timeStamp": "2021-05-04T18:23:00Z", "count": 9.0 }, { - "timeStamp": "2021-04-29T17:39:00Z", + "timeStamp": "2021-05-04T18:24:00Z", "count": 10.0 }, { - "timeStamp": "2021-04-29T17:40:00Z", + "timeStamp": "2021-05-04T18:25:00Z", "count": 11.0 }, { - "timeStamp": "2021-04-29T17:41:00Z", + "timeStamp": "2021-05-04T18:26:00Z", "count": 12.0 }, { - "timeStamp": "2021-04-29T17:42:00Z", + "timeStamp": "2021-05-04T18:27:00Z", "count": 13.0 }, { - "timeStamp": "2021-04-29T17:43:00Z", + "timeStamp": "2021-05-04T18:28:00Z", "count": 14.0 }, { - "timeStamp": "2021-04-29T17:44:00Z", + "timeStamp": "2021-05-04T18:29:00Z", "count": 15.0 } ] @@ -131,7 +128,7 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-29T10:51:39.5949652-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:36.8111393-07:00", "METRICS_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs", "RandomSeed": "425851262" } diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsFilterTopAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsFilterTopAsync.json index 737de77d0fd3..99fca9218255 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsFilterTopAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsFilterTopAsync.json @@ -1,16 +1,13 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-04-29T17%3A30%3A00.0000000Z%2F2021-04-29T17%3A45%3A00.0000000Z\u0026metricnames=CowsHappiness\u0026aggregation=Count\u0026top=1\u0026$filter=Name%20eq%20%27%2A%27\u0026api-version=2018-01-01\u0026metricnamespace=Cows", + "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-05-04T18%3A15%3A00.0000000Z%2F2021-05-04T18%3A30%3A00.0000000Z\u0026metricnames=CowsHappiness\u0026aggregation=Count\u0026top=1\u0026$filter=Name%20eq%20%27%2A%27\u0026api-version=2018-01-01\u0026metricnamespace=Cows", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-6a6810e7ef6dbd4bacb59c9177ecac3c-8aaf31856e687541-00", - "User-Agent": [ - "azsdk-net-Monitor.Query/1.0.0-alpha.20210429.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-f4a962066eeff74497391cb78abe535d-5aa62df5299bfe44-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f112cb5d01e9385d88066b9ced42c28f", "x-ms-return-client-request-id": "true" }, @@ -19,24 +16,24 @@ "ResponseHeaders": { "Access-Control-Expose-Headers": "Request-Context", "Cache-Control": "no-cache", - "Content-Length": "1348", + "Content-Length": "1346", "Content-Type": "application/json", - "Date": "Thu, 29 Apr 2021 17:51:44 GMT", + "Date": "Tue, 04 May 2021 18:37:44 GMT", "Request-Context": "appId=cid-v1:b021da79-5252-4375-9df5-2e17c1dcd822", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-AspNet-Version": "4.0.30319", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "80c2ee3a-d863-42fe-94aa-d42bacfc4e01", + "x-ms-correlation-request-id": "bcf25bae-d94b-4f67-8f1a-273d302129f7", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "{80c2ee3a-d863-42fe-94aa-d42bacfc4e01}", - "x-ms-routing-request-id": "WESTCENTRALUS:20210429T175144Z:80c2ee3a-d863-42fe-94aa-d42bacfc4e01", + "x-ms-request-id": "{bcf25bae-d94b-4f67-8f1a-273d302129f7}", + "x-ms-routing-request-id": "WESTUS:20210504T183745Z:bcf25bae-d94b-4f67-8f1a-273d302129f7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "cost": 14, - "timespan": "2021-04-29T17:30:00Z/2021-04-29T17:45:00Z", + "timespan": "2021-05-04T18:15:00Z/2021-05-04T18:30:00Z", "interval": "PT1M", "value": [ { @@ -55,68 +52,68 @@ "value": "name", "localizedValue": "name" }, - "value": "Guinness" + "value": "Bessie" } ], "data": [ { - "timeStamp": "2021-04-29T17:30:00Z", + "timeStamp": "2021-05-04T18:15:00Z", "count": 1.0 }, { - "timeStamp": "2021-04-29T17:31:00Z", + "timeStamp": "2021-05-04T18:16:00Z", "count": 2.0 }, { - "timeStamp": "2021-04-29T17:32:00Z", + "timeStamp": "2021-05-04T18:17:00Z", "count": 3.0 }, { - "timeStamp": "2021-04-29T17:33:00Z", + "timeStamp": "2021-05-04T18:18:00Z", "count": 4.0 }, { - "timeStamp": "2021-04-29T17:34:00Z", + "timeStamp": "2021-05-04T18:19:00Z", "count": 5.0 }, { - "timeStamp": "2021-04-29T17:35:00Z", + "timeStamp": "2021-05-04T18:20:00Z", "count": 6.0 }, { - "timeStamp": "2021-04-29T17:36:00Z", + "timeStamp": "2021-05-04T18:21:00Z", "count": 7.0 }, { - "timeStamp": "2021-04-29T17:37:00Z", + "timeStamp": "2021-05-04T18:22:00Z", "count": 8.0 }, { - "timeStamp": "2021-04-29T17:38:00Z", + "timeStamp": "2021-05-04T18:23:00Z", "count": 9.0 }, { - "timeStamp": "2021-04-29T17:39:00Z", + "timeStamp": "2021-05-04T18:24:00Z", "count": 10.0 }, { - "timeStamp": "2021-04-29T17:40:00Z", + "timeStamp": "2021-05-04T18:25:00Z", "count": 11.0 }, { - "timeStamp": "2021-04-29T17:41:00Z", + "timeStamp": "2021-05-04T18:26:00Z", "count": 12.0 }, { - "timeStamp": "2021-04-29T17:42:00Z", + "timeStamp": "2021-05-04T18:27:00Z", "count": 13.0 }, { - "timeStamp": "2021-04-29T17:43:00Z", + "timeStamp": "2021-05-04T18:28:00Z", "count": 14.0 }, { - "timeStamp": "2021-04-29T17:44:00Z", + "timeStamp": "2021-05-04T18:29:00Z", "count": 15.0 } ] @@ -131,7 +128,7 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-29T10:51:44.3719785-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:44.3736342-07:00", "METRICS_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs", "RandomSeed": "2081104436" } diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsNoTimespan.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsNoTimespan.json index 32737991a347..acb9f215c65f 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsNoTimespan.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsNoTimespan.json @@ -6,11 +6,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b145b944e8a0c5478049e2e2d86f6546-3a3bffcb70439f42-00", - "User-Agent": [ - "azsdk-net-Monitor.Query/1.0.0-alpha.20210429.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-e4874081987cbb4a85f1a213ce827c9f-29ecbf645871d142-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8080fbbb518c723d9bf13487c940ebcc", "x-ms-return-client-request-id": "true" }, @@ -19,24 +16,24 @@ "ResponseHeaders": { "Access-Control-Expose-Headers": "Request-Context", "Cache-Control": "no-cache", - "Content-Length": "3054", + "Content-Length": "3570", "Content-Type": "application/json", - "Date": "Thu, 29 Apr 2021 17:51:40 GMT", + "Date": "Tue, 04 May 2021 18:37:38 GMT", "Request-Context": "appId=cid-v1:b021da79-5252-4375-9df5-2e17c1dcd822", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-AspNet-Version": "4.0.30319", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a9ba0c9-e99c-40e7-92e6-d264855aa1f1", + "x-ms-correlation-request-id": "3936f391-1cb6-4775-a57f-b9f40db06364", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "{1a9ba0c9-e99c-40e7-92e6-d264855aa1f1}", - "x-ms-routing-request-id": "WESTCENTRALUS:20210429T175140Z:1a9ba0c9-e99c-40e7-92e6-d264855aa1f1", + "x-ms-request-id": "{3936f391-1cb6-4775-a57f-b9f40db06364}", + "x-ms-routing-request-id": "WESTUS:20210504T183738Z:3936f391-1cb6-4775-a57f-b9f40db06364", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "cost": 59, - "timespan": "2021-04-29T16:51:40Z/2021-04-29T17:51:40Z", + "timespan": "2021-05-04T17:37:38Z/2021-05-04T18:37:38Z", "interval": "PT1M", "value": [ { @@ -52,199 +49,224 @@ "metadatavalues": [], "data": [ { - "timeStamp": "2021-04-29T16:51:00Z" - }, - { - "timeStamp": "2021-04-29T16:52:00Z" + "timeStamp": "2021-05-04T17:37:00Z" }, { - "timeStamp": "2021-04-29T16:53:00Z" + "timeStamp": "2021-05-04T17:38:00Z" }, { - "timeStamp": "2021-04-29T16:54:00Z" + "timeStamp": "2021-05-04T17:39:00Z" }, { - "timeStamp": "2021-04-29T16:55:00Z" + "timeStamp": "2021-05-04T17:40:00Z" }, { - "timeStamp": "2021-04-29T16:56:00Z" + "timeStamp": "2021-05-04T17:41:00Z" }, { - "timeStamp": "2021-04-29T16:57:00Z" + "timeStamp": "2021-05-04T17:42:00Z" }, { - "timeStamp": "2021-04-29T16:58:00Z" + "timeStamp": "2021-05-04T17:43:00Z" }, { - "timeStamp": "2021-04-29T16:59:00Z" + "timeStamp": "2021-05-04T17:44:00Z" }, { - "timeStamp": "2021-04-29T17:00:00Z" + "timeStamp": "2021-05-04T17:45:00Z" }, { - "timeStamp": "2021-04-29T17:01:00Z" + "timeStamp": "2021-05-04T17:46:00Z" }, { - "timeStamp": "2021-04-29T17:02:00Z" + "timeStamp": "2021-05-04T17:47:00Z" }, { - "timeStamp": "2021-04-29T17:03:00Z" + "timeStamp": "2021-05-04T17:48:00Z" }, { - "timeStamp": "2021-04-29T17:04:00Z" + "timeStamp": "2021-05-04T17:49:00Z" }, { - "timeStamp": "2021-04-29T17:05:00Z" + "timeStamp": "2021-05-04T17:50:00Z", + "average": 25.0 }, { - "timeStamp": "2021-04-29T17:06:00Z" + "timeStamp": "2021-05-04T17:51:00Z", + "average": 25.714285714285715 }, { - "timeStamp": "2021-04-29T17:07:00Z" + "timeStamp": "2021-05-04T17:52:00Z", + "average": 26.25 }, { - "timeStamp": "2021-04-29T17:08:00Z" + "timeStamp": "2021-05-04T17:53:00Z", + "average": 26.666666666666668 }, { - "timeStamp": "2021-04-29T17:09:00Z" + "timeStamp": "2021-05-04T17:54:00Z", + "average": 27.0 }, { - "timeStamp": "2021-04-29T17:10:00Z" + "timeStamp": "2021-05-04T17:55:00Z", + "average": 27.272727272727273 }, { - "timeStamp": "2021-04-29T17:11:00Z" + "timeStamp": "2021-05-04T17:56:00Z", + "average": 27.5 }, { - "timeStamp": "2021-04-29T17:12:00Z" + "timeStamp": "2021-05-04T17:57:00Z", + "average": 27.692307692307693 }, { - "timeStamp": "2021-04-29T17:13:00Z" + "timeStamp": "2021-05-04T17:58:00Z", + "average": 27.857142857142858 }, { - "timeStamp": "2021-04-29T17:14:00Z" + "timeStamp": "2021-05-04T17:59:00Z", + "average": 28.0 }, { - "timeStamp": "2021-04-29T17:15:00Z" + "timeStamp": "2021-05-04T18:00:00Z", + "average": 0.0 }, { - "timeStamp": "2021-04-29T17:16:00Z" + "timeStamp": "2021-05-04T18:01:00Z", + "average": 15.0 }, { - "timeStamp": "2021-04-29T17:17:00Z" + "timeStamp": "2021-05-04T18:02:00Z", + "average": 20.0 }, { - "timeStamp": "2021-04-29T17:18:00Z" + "timeStamp": "2021-05-04T18:03:00Z", + "average": 22.5 }, { - "timeStamp": "2021-04-29T17:19:00Z" + "timeStamp": "2021-05-04T18:04:00Z", + "average": 24.0 }, { - "timeStamp": "2021-04-29T17:20:00Z" + "timeStamp": "2021-05-04T18:05:00Z", + "average": 25.0 }, { - "timeStamp": "2021-04-29T17:21:00Z" + "timeStamp": "2021-05-04T18:06:00Z", + "average": 25.714285714285715 }, { - "timeStamp": "2021-04-29T17:22:00Z" + "timeStamp": "2021-05-04T18:07:00Z", + "average": 26.25 }, { - "timeStamp": "2021-04-29T17:23:00Z" + "timeStamp": "2021-05-04T18:08:00Z", + "average": 26.666666666666668 }, { - "timeStamp": "2021-04-29T17:24:00Z" + "timeStamp": "2021-05-04T18:09:00Z", + "average": 27.0 }, { - "timeStamp": "2021-04-29T17:25:00Z" + "timeStamp": "2021-05-04T18:10:00Z", + "average": 27.272727272727273 }, { - "timeStamp": "2021-04-29T17:26:00Z" + "timeStamp": "2021-05-04T18:11:00Z", + "average": 27.5 }, { - "timeStamp": "2021-04-29T17:27:00Z" + "timeStamp": "2021-05-04T18:12:00Z", + "average": 27.692307692307693 }, { - "timeStamp": "2021-04-29T17:28:00Z" + "timeStamp": "2021-05-04T18:13:00Z", + "average": 27.857142857142858 }, { - "timeStamp": "2021-04-29T17:29:00Z" + "timeStamp": "2021-05-04T18:14:00Z", + "average": 28.0 }, { - "timeStamp": "2021-04-29T17:30:00Z", + "timeStamp": "2021-05-04T18:15:00Z", "average": 0.0 }, { - "timeStamp": "2021-04-29T17:31:00Z", + "timeStamp": "2021-05-04T18:16:00Z", "average": 15.0 }, { - "timeStamp": "2021-04-29T17:32:00Z", + "timeStamp": "2021-05-04T18:17:00Z", "average": 20.0 }, { - "timeStamp": "2021-04-29T17:33:00Z", + "timeStamp": "2021-05-04T18:18:00Z", "average": 22.5 }, { - "timeStamp": "2021-04-29T17:34:00Z", + "timeStamp": "2021-05-04T18:19:00Z", "average": 24.0 }, { - "timeStamp": "2021-04-29T17:35:00Z", + "timeStamp": "2021-05-04T18:20:00Z", "average": 25.0 }, { - "timeStamp": "2021-04-29T17:36:00Z", + "timeStamp": "2021-05-04T18:21:00Z", "average": 25.714285714285715 }, { - "timeStamp": "2021-04-29T17:37:00Z", + "timeStamp": "2021-05-04T18:22:00Z", "average": 26.25 }, { - "timeStamp": "2021-04-29T17:38:00Z", + "timeStamp": "2021-05-04T18:23:00Z", "average": 26.666666666666668 }, { - "timeStamp": "2021-04-29T17:39:00Z", + "timeStamp": "2021-05-04T18:24:00Z", "average": 27.0 }, { - "timeStamp": "2021-04-29T17:40:00Z", + "timeStamp": "2021-05-04T18:25:00Z", "average": 27.272727272727273 }, { - "timeStamp": "2021-04-29T17:41:00Z", + "timeStamp": "2021-05-04T18:26:00Z", "average": 27.5 }, { - "timeStamp": "2021-04-29T17:42:00Z", + "timeStamp": "2021-05-04T18:27:00Z", "average": 27.692307692307693 }, { - "timeStamp": "2021-04-29T17:43:00Z", + "timeStamp": "2021-05-04T18:28:00Z", "average": 27.857142857142858 }, { - "timeStamp": "2021-04-29T17:44:00Z", + "timeStamp": "2021-05-04T18:29:00Z", "average": 28.0 }, { - "timeStamp": "2021-04-29T17:45:00Z" + "timeStamp": "2021-05-04T18:30:00Z" + }, + { + "timeStamp": "2021-05-04T18:31:00Z" }, { - "timeStamp": "2021-04-29T17:46:00Z" + "timeStamp": "2021-05-04T18:32:00Z" }, { - "timeStamp": "2021-04-29T17:47:00Z" + "timeStamp": "2021-05-04T18:33:00Z" }, { - "timeStamp": "2021-04-29T17:48:00Z" + "timeStamp": "2021-05-04T18:34:00Z" }, { - "timeStamp": "2021-04-29T17:49:00Z" + "timeStamp": "2021-05-04T18:35:00Z" }, { - "timeStamp": "2021-04-29T17:50:00Z" + "timeStamp": "2021-05-04T18:36:00Z" } ] } @@ -258,7 +280,7 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-29T10:51:39.9423217-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:37.5613689-07:00", "METRICS_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs", "RandomSeed": "368288103" } diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsNoTimespanAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsNoTimespanAsync.json index cb61d148bfb1..88ed68919a1b 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsNoTimespanAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsNoTimespanAsync.json @@ -6,11 +6,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-bdc36dcaa6f1d849ae370cc194153488-c54d907c79556b47-00", - "User-Agent": [ - "azsdk-net-Monitor.Query/1.0.0-alpha.20210429.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-3f47d2dfb5a5a54a89d3c2923e085015-ee403cb834514245-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "42a622b4f470def4af7f49793cdb7d5a", "x-ms-return-client-request-id": "true" }, @@ -19,24 +16,24 @@ "ResponseHeaders": { "Access-Control-Expose-Headers": "Request-Context", "Cache-Control": "no-cache", - "Content-Length": "3054", + "Content-Length": "3570", "Content-Type": "application/json", - "Date": "Thu, 29 Apr 2021 17:51:44 GMT", + "Date": "Tue, 04 May 2021 18:37:45 GMT", "Request-Context": "appId=cid-v1:b021da79-5252-4375-9df5-2e17c1dcd822", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-AspNet-Version": "4.0.30319", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2cc24fa4-035d-4bc1-a6f1-96f58d458428", + "x-ms-correlation-request-id": "346b503e-d579-4d9a-be60-dde30eb42695", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "{2cc24fa4-035d-4bc1-a6f1-96f58d458428}", - "x-ms-routing-request-id": "WESTCENTRALUS:20210429T175145Z:2cc24fa4-035d-4bc1-a6f1-96f58d458428", + "x-ms-request-id": "{346b503e-d579-4d9a-be60-dde30eb42695}", + "x-ms-routing-request-id": "WESTUS:20210504T183745Z:346b503e-d579-4d9a-be60-dde30eb42695", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "cost": 59, - "timespan": "2021-04-29T16:51:45Z/2021-04-29T17:51:45Z", + "timespan": "2021-05-04T17:37:45Z/2021-05-04T18:37:45Z", "interval": "PT1M", "value": [ { @@ -52,199 +49,224 @@ "metadatavalues": [], "data": [ { - "timeStamp": "2021-04-29T16:51:00Z" - }, - { - "timeStamp": "2021-04-29T16:52:00Z" + "timeStamp": "2021-05-04T17:37:00Z" }, { - "timeStamp": "2021-04-29T16:53:00Z" + "timeStamp": "2021-05-04T17:38:00Z" }, { - "timeStamp": "2021-04-29T16:54:00Z" + "timeStamp": "2021-05-04T17:39:00Z" }, { - "timeStamp": "2021-04-29T16:55:00Z" + "timeStamp": "2021-05-04T17:40:00Z" }, { - "timeStamp": "2021-04-29T16:56:00Z" + "timeStamp": "2021-05-04T17:41:00Z" }, { - "timeStamp": "2021-04-29T16:57:00Z" + "timeStamp": "2021-05-04T17:42:00Z" }, { - "timeStamp": "2021-04-29T16:58:00Z" + "timeStamp": "2021-05-04T17:43:00Z" }, { - "timeStamp": "2021-04-29T16:59:00Z" + "timeStamp": "2021-05-04T17:44:00Z" }, { - "timeStamp": "2021-04-29T17:00:00Z" + "timeStamp": "2021-05-04T17:45:00Z" }, { - "timeStamp": "2021-04-29T17:01:00Z" + "timeStamp": "2021-05-04T17:46:00Z" }, { - "timeStamp": "2021-04-29T17:02:00Z" + "timeStamp": "2021-05-04T17:47:00Z" }, { - "timeStamp": "2021-04-29T17:03:00Z" + "timeStamp": "2021-05-04T17:48:00Z" }, { - "timeStamp": "2021-04-29T17:04:00Z" + "timeStamp": "2021-05-04T17:49:00Z" }, { - "timeStamp": "2021-04-29T17:05:00Z" + "timeStamp": "2021-05-04T17:50:00Z", + "average": 25.0 }, { - "timeStamp": "2021-04-29T17:06:00Z" + "timeStamp": "2021-05-04T17:51:00Z", + "average": 25.714285714285715 }, { - "timeStamp": "2021-04-29T17:07:00Z" + "timeStamp": "2021-05-04T17:52:00Z", + "average": 26.25 }, { - "timeStamp": "2021-04-29T17:08:00Z" + "timeStamp": "2021-05-04T17:53:00Z", + "average": 26.666666666666668 }, { - "timeStamp": "2021-04-29T17:09:00Z" + "timeStamp": "2021-05-04T17:54:00Z", + "average": 27.0 }, { - "timeStamp": "2021-04-29T17:10:00Z" + "timeStamp": "2021-05-04T17:55:00Z", + "average": 27.272727272727273 }, { - "timeStamp": "2021-04-29T17:11:00Z" + "timeStamp": "2021-05-04T17:56:00Z", + "average": 27.5 }, { - "timeStamp": "2021-04-29T17:12:00Z" + "timeStamp": "2021-05-04T17:57:00Z", + "average": 27.692307692307693 }, { - "timeStamp": "2021-04-29T17:13:00Z" + "timeStamp": "2021-05-04T17:58:00Z", + "average": 27.857142857142858 }, { - "timeStamp": "2021-04-29T17:14:00Z" + "timeStamp": "2021-05-04T17:59:00Z", + "average": 28.0 }, { - "timeStamp": "2021-04-29T17:15:00Z" + "timeStamp": "2021-05-04T18:00:00Z", + "average": 0.0 }, { - "timeStamp": "2021-04-29T17:16:00Z" + "timeStamp": "2021-05-04T18:01:00Z", + "average": 15.0 }, { - "timeStamp": "2021-04-29T17:17:00Z" + "timeStamp": "2021-05-04T18:02:00Z", + "average": 20.0 }, { - "timeStamp": "2021-04-29T17:18:00Z" + "timeStamp": "2021-05-04T18:03:00Z", + "average": 22.5 }, { - "timeStamp": "2021-04-29T17:19:00Z" + "timeStamp": "2021-05-04T18:04:00Z", + "average": 24.0 }, { - "timeStamp": "2021-04-29T17:20:00Z" + "timeStamp": "2021-05-04T18:05:00Z", + "average": 25.0 }, { - "timeStamp": "2021-04-29T17:21:00Z" + "timeStamp": "2021-05-04T18:06:00Z", + "average": 25.714285714285715 }, { - "timeStamp": "2021-04-29T17:22:00Z" + "timeStamp": "2021-05-04T18:07:00Z", + "average": 26.25 }, { - "timeStamp": "2021-04-29T17:23:00Z" + "timeStamp": "2021-05-04T18:08:00Z", + "average": 26.666666666666668 }, { - "timeStamp": "2021-04-29T17:24:00Z" + "timeStamp": "2021-05-04T18:09:00Z", + "average": 27.0 }, { - "timeStamp": "2021-04-29T17:25:00Z" + "timeStamp": "2021-05-04T18:10:00Z", + "average": 27.272727272727273 }, { - "timeStamp": "2021-04-29T17:26:00Z" + "timeStamp": "2021-05-04T18:11:00Z", + "average": 27.5 }, { - "timeStamp": "2021-04-29T17:27:00Z" + "timeStamp": "2021-05-04T18:12:00Z", + "average": 27.692307692307693 }, { - "timeStamp": "2021-04-29T17:28:00Z" + "timeStamp": "2021-05-04T18:13:00Z", + "average": 27.857142857142858 }, { - "timeStamp": "2021-04-29T17:29:00Z" + "timeStamp": "2021-05-04T18:14:00Z", + "average": 28.0 }, { - "timeStamp": "2021-04-29T17:30:00Z", + "timeStamp": "2021-05-04T18:15:00Z", "average": 0.0 }, { - "timeStamp": "2021-04-29T17:31:00Z", + "timeStamp": "2021-05-04T18:16:00Z", "average": 15.0 }, { - "timeStamp": "2021-04-29T17:32:00Z", + "timeStamp": "2021-05-04T18:17:00Z", "average": 20.0 }, { - "timeStamp": "2021-04-29T17:33:00Z", + "timeStamp": "2021-05-04T18:18:00Z", "average": 22.5 }, { - "timeStamp": "2021-04-29T17:34:00Z", + "timeStamp": "2021-05-04T18:19:00Z", "average": 24.0 }, { - "timeStamp": "2021-04-29T17:35:00Z", + "timeStamp": "2021-05-04T18:20:00Z", "average": 25.0 }, { - "timeStamp": "2021-04-29T17:36:00Z", + "timeStamp": "2021-05-04T18:21:00Z", "average": 25.714285714285715 }, { - "timeStamp": "2021-04-29T17:37:00Z", + "timeStamp": "2021-05-04T18:22:00Z", "average": 26.25 }, { - "timeStamp": "2021-04-29T17:38:00Z", + "timeStamp": "2021-05-04T18:23:00Z", "average": 26.666666666666668 }, { - "timeStamp": "2021-04-29T17:39:00Z", + "timeStamp": "2021-05-04T18:24:00Z", "average": 27.0 }, { - "timeStamp": "2021-04-29T17:40:00Z", + "timeStamp": "2021-05-04T18:25:00Z", "average": 27.272727272727273 }, { - "timeStamp": "2021-04-29T17:41:00Z", + "timeStamp": "2021-05-04T18:26:00Z", "average": 27.5 }, { - "timeStamp": "2021-04-29T17:42:00Z", + "timeStamp": "2021-05-04T18:27:00Z", "average": 27.692307692307693 }, { - "timeStamp": "2021-04-29T17:43:00Z", + "timeStamp": "2021-05-04T18:28:00Z", "average": 27.857142857142858 }, { - "timeStamp": "2021-04-29T17:44:00Z", + "timeStamp": "2021-05-04T18:29:00Z", "average": 28.0 }, { - "timeStamp": "2021-04-29T17:45:00Z" + "timeStamp": "2021-05-04T18:30:00Z" + }, + { + "timeStamp": "2021-05-04T18:31:00Z" }, { - "timeStamp": "2021-04-29T17:46:00Z" + "timeStamp": "2021-05-04T18:32:00Z" }, { - "timeStamp": "2021-04-29T17:47:00Z" + "timeStamp": "2021-05-04T18:33:00Z" }, { - "timeStamp": "2021-04-29T17:48:00Z" + "timeStamp": "2021-05-04T18:34:00Z" }, { - "timeStamp": "2021-04-29T17:49:00Z" + "timeStamp": "2021-05-04T18:35:00Z" }, { - "timeStamp": "2021-04-29T17:50:00Z" + "timeStamp": "2021-05-04T18:36:00Z" } ] } @@ -258,7 +280,7 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-29T10:51:44.8626633-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:45.1706416-07:00", "METRICS_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs", "RandomSeed": "704147427" } diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartDuration.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartDuration.json index 1d61f342a1a6..4bfb492f56ae 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartDuration.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartDuration.json @@ -1,16 +1,13 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-04-29T17%3A30%3A00.0000000Z%2FPT15M\u0026metricnames=CowsHappiness\u0026api-version=2018-01-01\u0026metricnamespace=Cows", + "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-05-04T18%3A15%3A00.0000000Z%2FPT15M\u0026metricnames=CowsHappiness\u0026api-version=2018-01-01\u0026metricnamespace=Cows", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-4816fa7fc44ce842915492142db786b1-ac7860249b514b4c-00", - "User-Agent": [ - "azsdk-net-Monitor.Query/1.0.0-alpha.20210429.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-f97b468fdbe77449b78b213ea23c897b-95072791843efe4c-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "6c4a9520e26b3dd9a00c2abdd2eeabb0", "x-ms-return-client-request-id": "true" }, @@ -21,22 +18,22 @@ "Cache-Control": "no-cache", "Content-Length": "1389", "Content-Type": "application/json", - "Date": "Thu, 29 Apr 2021 17:51:40 GMT", + "Date": "Tue, 04 May 2021 18:37:38 GMT", "Request-Context": "appId=cid-v1:b021da79-5252-4375-9df5-2e17c1dcd822", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-AspNet-Version": "4.0.30319", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8bacdf1e-d631-4994-9b75-089f8a90879d", + "x-ms-correlation-request-id": "580f849a-71be-4553-9c95-365948cd9cd7", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "{8bacdf1e-d631-4994-9b75-089f8a90879d}", - "x-ms-routing-request-id": "WESTCENTRALUS:20210429T175140Z:8bacdf1e-d631-4994-9b75-089f8a90879d", + "x-ms-request-id": "{580f849a-71be-4553-9c95-365948cd9cd7}", + "x-ms-routing-request-id": "WESTUS:20210504T183739Z:580f849a-71be-4553-9c95-365948cd9cd7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "cost": 14, - "timespan": "2021-04-29T17:30:00Z/2021-04-29T17:45:00Z", + "timespan": "2021-05-04T18:15:00Z/2021-05-04T18:30:00Z", "interval": "PT1M", "value": [ { @@ -52,63 +49,63 @@ "metadatavalues": [], "data": [ { - "timeStamp": "2021-04-29T17:30:00Z", + "timeStamp": "2021-05-04T18:15:00Z", "average": 0.0 }, { - "timeStamp": "2021-04-29T17:31:00Z", + "timeStamp": "2021-05-04T18:16:00Z", "average": 15.0 }, { - "timeStamp": "2021-04-29T17:32:00Z", + "timeStamp": "2021-05-04T18:17:00Z", "average": 20.0 }, { - "timeStamp": "2021-04-29T17:33:00Z", + "timeStamp": "2021-05-04T18:18:00Z", "average": 22.5 }, { - "timeStamp": "2021-04-29T17:34:00Z", + "timeStamp": "2021-05-04T18:19:00Z", "average": 24.0 }, { - "timeStamp": "2021-04-29T17:35:00Z", + "timeStamp": "2021-05-04T18:20:00Z", "average": 25.0 }, { - "timeStamp": "2021-04-29T17:36:00Z", + "timeStamp": "2021-05-04T18:21:00Z", "average": 25.714285714285715 }, { - "timeStamp": "2021-04-29T17:37:00Z", + "timeStamp": "2021-05-04T18:22:00Z", "average": 26.25 }, { - "timeStamp": "2021-04-29T17:38:00Z", + "timeStamp": "2021-05-04T18:23:00Z", "average": 26.666666666666668 }, { - "timeStamp": "2021-04-29T17:39:00Z", + "timeStamp": "2021-05-04T18:24:00Z", "average": 27.0 }, { - "timeStamp": "2021-04-29T17:40:00Z", + "timeStamp": "2021-05-04T18:25:00Z", "average": 27.272727272727273 }, { - "timeStamp": "2021-04-29T17:41:00Z", + "timeStamp": "2021-05-04T18:26:00Z", "average": 27.5 }, { - "timeStamp": "2021-04-29T17:42:00Z", + "timeStamp": "2021-05-04T18:27:00Z", "average": 27.692307692307693 }, { - "timeStamp": "2021-04-29T17:43:00Z", + "timeStamp": "2021-05-04T18:28:00Z", "average": 27.857142857142858 }, { - "timeStamp": "2021-04-29T17:44:00Z", + "timeStamp": "2021-05-04T18:29:00Z", "average": 28.0 } ] @@ -123,7 +120,7 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-29T10:51:40.3207089-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:38.3426171-07:00", "METRICS_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs", "RandomSeed": "639448888" } diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartDurationAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartDurationAsync.json index bcdfcd08014d..f454f454ad20 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartDurationAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartDurationAsync.json @@ -1,16 +1,13 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-04-29T17%3A30%3A00.0000000Z%2FPT15M\u0026metricnames=CowsHappiness\u0026api-version=2018-01-01\u0026metricnamespace=Cows", + "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-05-04T18%3A15%3A00.0000000Z%2FPT15M\u0026metricnames=CowsHappiness\u0026api-version=2018-01-01\u0026metricnamespace=Cows", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-8a02b2d3dad80f4f87f48fa01ea285c5-1e543e893f57c542-00", - "User-Agent": [ - "azsdk-net-Monitor.Query/1.0.0-alpha.20210429.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-9ac2aa56468a9e41b08812c2348e1d59-cc3a80593ffbb943-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "85202cc2d4aad3d4b87d41f9f91b5519", "x-ms-return-client-request-id": "true" }, @@ -21,22 +18,22 @@ "Cache-Control": "no-cache", "Content-Length": "1389", "Content-Type": "application/json", - "Date": "Thu, 29 Apr 2021 17:51:44 GMT", + "Date": "Tue, 04 May 2021 18:37:46 GMT", "Request-Context": "appId=cid-v1:b021da79-5252-4375-9df5-2e17c1dcd822", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-AspNet-Version": "4.0.30319", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "054800a3-5297-4c2b-a866-f6efead0f8bb", + "x-ms-correlation-request-id": "3a7f6ec2-11ea-4736-adbe-275b9325cecc", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "{054800a3-5297-4c2b-a866-f6efead0f8bb}", - "x-ms-routing-request-id": "WESTCENTRALUS:20210429T175145Z:054800a3-5297-4c2b-a866-f6efead0f8bb", + "x-ms-request-id": "{3a7f6ec2-11ea-4736-adbe-275b9325cecc}", + "x-ms-routing-request-id": "WESTUS:20210504T183746Z:3a7f6ec2-11ea-4736-adbe-275b9325cecc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "cost": 14, - "timespan": "2021-04-29T17:30:00Z/2021-04-29T17:45:00Z", + "timespan": "2021-05-04T18:15:00Z/2021-05-04T18:30:00Z", "interval": "PT1M", "value": [ { @@ -52,63 +49,63 @@ "metadatavalues": [], "data": [ { - "timeStamp": "2021-04-29T17:30:00Z", + "timeStamp": "2021-05-04T18:15:00Z", "average": 0.0 }, { - "timeStamp": "2021-04-29T17:31:00Z", + "timeStamp": "2021-05-04T18:16:00Z", "average": 15.0 }, { - "timeStamp": "2021-04-29T17:32:00Z", + "timeStamp": "2021-05-04T18:17:00Z", "average": 20.0 }, { - "timeStamp": "2021-04-29T17:33:00Z", + "timeStamp": "2021-05-04T18:18:00Z", "average": 22.5 }, { - "timeStamp": "2021-04-29T17:34:00Z", + "timeStamp": "2021-05-04T18:19:00Z", "average": 24.0 }, { - "timeStamp": "2021-04-29T17:35:00Z", + "timeStamp": "2021-05-04T18:20:00Z", "average": 25.0 }, { - "timeStamp": "2021-04-29T17:36:00Z", + "timeStamp": "2021-05-04T18:21:00Z", "average": 25.714285714285715 }, { - "timeStamp": "2021-04-29T17:37:00Z", + "timeStamp": "2021-05-04T18:22:00Z", "average": 26.25 }, { - "timeStamp": "2021-04-29T17:38:00Z", + "timeStamp": "2021-05-04T18:23:00Z", "average": 26.666666666666668 }, { - "timeStamp": "2021-04-29T17:39:00Z", + "timeStamp": "2021-05-04T18:24:00Z", "average": 27.0 }, { - "timeStamp": "2021-04-29T17:40:00Z", + "timeStamp": "2021-05-04T18:25:00Z", "average": 27.272727272727273 }, { - "timeStamp": "2021-04-29T17:41:00Z", + "timeStamp": "2021-05-04T18:26:00Z", "average": 27.5 }, { - "timeStamp": "2021-04-29T17:42:00Z", + "timeStamp": "2021-05-04T18:27:00Z", "average": 27.692307692307693 }, { - "timeStamp": "2021-04-29T17:43:00Z", + "timeStamp": "2021-05-04T18:28:00Z", "average": 27.857142857142858 }, { - "timeStamp": "2021-04-29T17:44:00Z", + "timeStamp": "2021-05-04T18:29:00Z", "average": 28.0 } ] @@ -123,7 +120,7 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-29T10:51:45.0856792-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:45.9207235-07:00", "METRICS_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs", "RandomSeed": "1786549677" } diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartEnd.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartEnd.json index a3da62860899..67f27740c51d 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartEnd.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartEnd.json @@ -1,16 +1,13 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-04-29T17%3A30%3A00.0000000Z%2F2021-04-29T17%3A45%3A00.0000000Z\u0026metricnames=CowsHappiness\u0026api-version=2018-01-01\u0026metricnamespace=Cows", + "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-05-04T18%3A15%3A00.0000000Z%2F2021-05-04T18%3A30%3A00.0000000Z\u0026metricnames=CowsHappiness\u0026api-version=2018-01-01\u0026metricnamespace=Cows", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-399ac99cfc55944e8061b9aa25018ad5-07e392bbb5147045-00", - "User-Agent": [ - "azsdk-net-Monitor.Query/1.0.0-alpha.20210429.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-6ed537bb5e68aa4fba6bf2990c51685b-1823a7515d19b74e-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "794b106904f4453aa1f23c37709a06a6", "x-ms-return-client-request-id": "true" }, @@ -21,22 +18,22 @@ "Cache-Control": "no-cache", "Content-Length": "1389", "Content-Type": "application/json", - "Date": "Thu, 29 Apr 2021 17:51:40 GMT", + "Date": "Tue, 04 May 2021 18:37:39 GMT", "Request-Context": "appId=cid-v1:b021da79-5252-4375-9df5-2e17c1dcd822", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-AspNet-Version": "4.0.30319", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f7194e1d-7d68-4254-8d69-005e0fa16389", + "x-ms-correlation-request-id": "9fa2ab32-069c-4c6b-8733-30aaaab43d47", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "{f7194e1d-7d68-4254-8d69-005e0fa16389}", - "x-ms-routing-request-id": "WESTCENTRALUS:20210429T175141Z:f7194e1d-7d68-4254-8d69-005e0fa16389", + "x-ms-request-id": "{9fa2ab32-069c-4c6b-8733-30aaaab43d47}", + "x-ms-routing-request-id": "WESTUS:20210504T183739Z:9fa2ab32-069c-4c6b-8733-30aaaab43d47", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "cost": 14, - "timespan": "2021-04-29T17:30:00Z/2021-04-29T17:45:00Z", + "timespan": "2021-05-04T18:15:00Z/2021-05-04T18:30:00Z", "interval": "PT1M", "value": [ { @@ -52,63 +49,63 @@ "metadatavalues": [], "data": [ { - "timeStamp": "2021-04-29T17:30:00Z", + "timeStamp": "2021-05-04T18:15:00Z", "average": 0.0 }, { - "timeStamp": "2021-04-29T17:31:00Z", + "timeStamp": "2021-05-04T18:16:00Z", "average": 15.0 }, { - "timeStamp": "2021-04-29T17:32:00Z", + "timeStamp": "2021-05-04T18:17:00Z", "average": 20.0 }, { - "timeStamp": "2021-04-29T17:33:00Z", + "timeStamp": "2021-05-04T18:18:00Z", "average": 22.5 }, { - "timeStamp": "2021-04-29T17:34:00Z", + "timeStamp": "2021-05-04T18:19:00Z", "average": 24.0 }, { - "timeStamp": "2021-04-29T17:35:00Z", + "timeStamp": "2021-05-04T18:20:00Z", "average": 25.0 }, { - "timeStamp": "2021-04-29T17:36:00Z", + "timeStamp": "2021-05-04T18:21:00Z", "average": 25.714285714285715 }, { - "timeStamp": "2021-04-29T17:37:00Z", + "timeStamp": "2021-05-04T18:22:00Z", "average": 26.25 }, { - "timeStamp": "2021-04-29T17:38:00Z", + "timeStamp": "2021-05-04T18:23:00Z", "average": 26.666666666666668 }, { - "timeStamp": "2021-04-29T17:39:00Z", + "timeStamp": "2021-05-04T18:24:00Z", "average": 27.0 }, { - "timeStamp": "2021-04-29T17:40:00Z", + "timeStamp": "2021-05-04T18:25:00Z", "average": 27.272727272727273 }, { - "timeStamp": "2021-04-29T17:41:00Z", + "timeStamp": "2021-05-04T18:26:00Z", "average": 27.5 }, { - "timeStamp": "2021-04-29T17:42:00Z", + "timeStamp": "2021-05-04T18:27:00Z", "average": 27.692307692307693 }, { - "timeStamp": "2021-04-29T17:43:00Z", + "timeStamp": "2021-05-04T18:28:00Z", "average": 27.857142857142858 }, { - "timeStamp": "2021-04-29T17:44:00Z", + "timeStamp": "2021-05-04T18:29:00Z", "average": 28.0 } ] @@ -123,7 +120,7 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-29T10:51:40.7065313-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:39.2174659-07:00", "METRICS_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs", "RandomSeed": "1747723474" } diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartEndAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartEndAsync.json index 674f86d2db8d..f0c15d37b29f 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartEndAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartEndAsync.json @@ -1,16 +1,13 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-04-29T17%3A30%3A00.0000000Z%2F2021-04-29T17%3A45%3A00.0000000Z\u0026metricnames=CowsHappiness\u0026api-version=2018-01-01\u0026metricnamespace=Cows", + "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-05-04T18%3A15%3A00.0000000Z%2F2021-05-04T18%3A30%3A00.0000000Z\u0026metricnames=CowsHappiness\u0026api-version=2018-01-01\u0026metricnamespace=Cows", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b264e08a67926b4b98f7d4d646941eec-7bc0ad9c6422a048-00", - "User-Agent": [ - "azsdk-net-Monitor.Query/1.0.0-alpha.20210429.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-272aeaf5ecef2e40ae0694eb6dc11737-29bae247f1d50042-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "456237f6721c72a7dc31eb4129cdd3ff", "x-ms-return-client-request-id": "true" }, @@ -21,22 +18,22 @@ "Cache-Control": "no-cache", "Content-Length": "1389", "Content-Type": "application/json", - "Date": "Thu, 29 Apr 2021 17:51:45 GMT", + "Date": "Tue, 04 May 2021 18:37:46 GMT", "Request-Context": "appId=cid-v1:b021da79-5252-4375-9df5-2e17c1dcd822", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-AspNet-Version": "4.0.30319", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a165e87-8a79-48e0-af17-aeda2c97b92e", + "x-ms-correlation-request-id": "e69ae270-7132-4006-a031-2bd78b726287", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "{4a165e87-8a79-48e0-af17-aeda2c97b92e}", - "x-ms-routing-request-id": "WESTCENTRALUS:20210429T175145Z:4a165e87-8a79-48e0-af17-aeda2c97b92e", + "x-ms-request-id": "{e69ae270-7132-4006-a031-2bd78b726287}", + "x-ms-routing-request-id": "WESTUS:20210504T183747Z:e69ae270-7132-4006-a031-2bd78b726287", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "cost": 14, - "timespan": "2021-04-29T17:30:00Z/2021-04-29T17:45:00Z", + "timespan": "2021-05-04T18:15:00Z/2021-05-04T18:30:00Z", "interval": "PT1M", "value": [ { @@ -52,63 +49,63 @@ "metadatavalues": [], "data": [ { - "timeStamp": "2021-04-29T17:30:00Z", + "timeStamp": "2021-05-04T18:15:00Z", "average": 0.0 }, { - "timeStamp": "2021-04-29T17:31:00Z", + "timeStamp": "2021-05-04T18:16:00Z", "average": 15.0 }, { - "timeStamp": "2021-04-29T17:32:00Z", + "timeStamp": "2021-05-04T18:17:00Z", "average": 20.0 }, { - "timeStamp": "2021-04-29T17:33:00Z", + "timeStamp": "2021-05-04T18:18:00Z", "average": 22.5 }, { - "timeStamp": "2021-04-29T17:34:00Z", + "timeStamp": "2021-05-04T18:19:00Z", "average": 24.0 }, { - "timeStamp": "2021-04-29T17:35:00Z", + "timeStamp": "2021-05-04T18:20:00Z", "average": 25.0 }, { - "timeStamp": "2021-04-29T17:36:00Z", + "timeStamp": "2021-05-04T18:21:00Z", "average": 25.714285714285715 }, { - "timeStamp": "2021-04-29T17:37:00Z", + "timeStamp": "2021-05-04T18:22:00Z", "average": 26.25 }, { - "timeStamp": "2021-04-29T17:38:00Z", + "timeStamp": "2021-05-04T18:23:00Z", "average": 26.666666666666668 }, { - "timeStamp": "2021-04-29T17:39:00Z", + "timeStamp": "2021-05-04T18:24:00Z", "average": 27.0 }, { - "timeStamp": "2021-04-29T17:40:00Z", + "timeStamp": "2021-05-04T18:25:00Z", "average": 27.272727272727273 }, { - "timeStamp": "2021-04-29T17:41:00Z", + "timeStamp": "2021-05-04T18:26:00Z", "average": 27.5 }, { - "timeStamp": "2021-04-29T17:42:00Z", + "timeStamp": "2021-05-04T18:27:00Z", "average": 27.692307692307693 }, { - "timeStamp": "2021-04-29T17:43:00Z", + "timeStamp": "2021-05-04T18:28:00Z", "average": 27.857142857142858 }, { - "timeStamp": "2021-04-29T17:44:00Z", + "timeStamp": "2021-05-04T18:29:00Z", "average": 28.0 } ] @@ -123,7 +120,7 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-29T10:51:45.2823366-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:46.7955437-07:00", "METRICS_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs", "RandomSeed": "701301593" } diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartEndInterval.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartEndInterval.json index 90945dbe95d7..ac820a0cb987 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartEndInterval.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartEndInterval.json @@ -1,16 +1,13 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-04-29T17%3A30%3A00.0000000Z%2F2021-04-29T17%3A45%3A00.0000000Z\u0026interval=PT5M\u0026metricnames=CowsHappiness\u0026api-version=2018-01-01\u0026metricnamespace=Cows", + "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-05-04T18%3A15%3A00.0000000Z%2F2021-05-04T18%3A30%3A00.0000000Z\u0026interval=PT5M\u0026metricnames=CowsHappiness\u0026api-version=2018-01-01\u0026metricnamespace=Cows", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-8e6f3dae03e33c4bba8457846a03b5d5-997740700b14d044-00", - "User-Agent": [ - "azsdk-net-Monitor.Query/1.0.0-alpha.20210429.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-f4a3638c7468b646a54654abe53f34ae-e6e0c59e8d4bca4c-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9c2d9515df8c6a2f67c2f73b6a928f26", "x-ms-return-client-request-id": "true" }, @@ -21,22 +18,22 @@ "Cache-Control": "no-cache", "Content-Length": "710", "Content-Type": "application/json", - "Date": "Thu, 29 Apr 2021 17:51:41 GMT", + "Date": "Tue, 04 May 2021 18:37:39 GMT", "Request-Context": "appId=cid-v1:b021da79-5252-4375-9df5-2e17c1dcd822", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-AspNet-Version": "4.0.30319", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba401411-3371-4e9c-9dfd-7b862f91e1f8", + "x-ms-correlation-request-id": "a9bd141e-f71a-49ee-98a5-9bcd274686a0", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "{ba401411-3371-4e9c-9dfd-7b862f91e1f8}", - "x-ms-routing-request-id": "WESTCENTRALUS:20210429T175141Z:ba401411-3371-4e9c-9dfd-7b862f91e1f8", + "x-ms-request-id": "{a9bd141e-f71a-49ee-98a5-9bcd274686a0}", + "x-ms-routing-request-id": "WESTUS:20210504T183740Z:a9bd141e-f71a-49ee-98a5-9bcd274686a0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "cost": 14, - "timespan": "2021-04-29T17:30:00Z/2021-04-29T17:45:00Z", + "timespan": "2021-05-04T18:15:00Z/2021-05-04T18:30:00Z", "interval": "PT5M", "value": [ { @@ -52,15 +49,15 @@ "metadatavalues": [], "data": [ { - "timeStamp": "2021-04-29T17:30:00Z", + "timeStamp": "2021-05-04T18:15:00Z", "average": 20.0 }, { - "timeStamp": "2021-04-29T17:35:00Z", + "timeStamp": "2021-05-04T18:20:00Z", "average": 26.25 }, { - "timeStamp": "2021-04-29T17:40:00Z", + "timeStamp": "2021-05-04T18:25:00Z", "average": 27.692307692307693 } ] @@ -75,7 +72,7 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-29T10:51:41.0861353-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:39.5925911-07:00", "METRICS_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs", "RandomSeed": "707005817" } diff --git a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartEndIntervalAsync.json b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartEndIntervalAsync.json index d35278c16912..670d193b6f1d 100644 --- a/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartEndIntervalAsync.json +++ b/sdk/monitor/Azure.Monitor.Query/tests/SessionRecords/MetricsQueryClientLiveTests/CanQueryMetricsStartEndIntervalAsync.json @@ -1,16 +1,13 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-04-29T17%3A30%3A00.0000000Z%2F2021-04-29T17%3A45%3A00.0000000Z\u0026interval=PT5M\u0026metricnames=CowsHappiness\u0026api-version=2018-01-01\u0026metricnamespace=Cows", + "RequestUri": "https://management.azure.com/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs/providers/microsoft.insights/metrics?timespan=2021-05-04T18%3A15%3A00.0000000Z%2F2021-05-04T18%3A30%3A00.0000000Z\u0026interval=PT5M\u0026metricnames=CowsHappiness\u0026api-version=2018-01-01\u0026metricnamespace=Cows", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-0e02c59880c6894eb5f1d67b203a3cf2-8f050856e18d5549-00", - "User-Agent": [ - "azsdk-net-Monitor.Query/1.0.0-alpha.20210429.1", - "(.NET 5.0.5; Microsoft Windows 10.0.19042)" - ], + "traceparent": "00-c519a61689c19c45b8169fc15a971ce1-5d5c371edd34d34a-00", + "User-Agent": "azsdk-net-Monitor.Query/1.0.0-alpha.20210504.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b65f7f4c2ef13df434e9e8d4419f3d1f", "x-ms-return-client-request-id": "true" }, @@ -21,22 +18,22 @@ "Cache-Control": "no-cache", "Content-Length": "710", "Content-Type": "application/json", - "Date": "Thu, 29 Apr 2021 17:51:45 GMT", + "Date": "Tue, 04 May 2021 18:37:47 GMT", "Request-Context": "appId=cid-v1:b021da79-5252-4375-9df5-2e17c1dcd822", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-AspNet-Version": "4.0.30319", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "edaa148c-9831-4cf9-bea1-afe86266d38a", + "x-ms-correlation-request-id": "15646d36-0d38-4526-ba46-a43ad922ccbd", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "{edaa148c-9831-4cf9-bea1-afe86266d38a}", - "x-ms-routing-request-id": "WESTCENTRALUS:20210429T175145Z:edaa148c-9831-4cf9-bea1-afe86266d38a", + "x-ms-request-id": "{15646d36-0d38-4526-ba46-a43ad922ccbd}", + "x-ms-routing-request-id": "WESTUS:20210504T183747Z:15646d36-0d38-4526-ba46-a43ad922ccbd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "cost": 14, - "timespan": "2021-04-29T17:30:00Z/2021-04-29T17:45:00Z", + "timespan": "2021-05-04T18:15:00Z/2021-05-04T18:30:00Z", "interval": "PT5M", "value": [ { @@ -52,15 +49,15 @@ "metadatavalues": [], "data": [ { - "timeStamp": "2021-04-29T17:30:00Z", + "timeStamp": "2021-05-04T18:15:00Z", "average": 20.0 }, { - "timeStamp": "2021-04-29T17:35:00Z", + "timeStamp": "2021-05-04T18:20:00Z", "average": 26.25 }, { - "timeStamp": "2021-04-29T17:40:00Z", + "timeStamp": "2021-05-04T18:25:00Z", "average": 27.692307692307693 } ] @@ -75,7 +72,7 @@ } ], "Variables": { - "DateTimeOffsetNow": "2021-04-29T10:51:45.5046382-07:00", + "DateTimeOffsetNow": "2021-05-04T11:37:47.2330682-07:00", "METRICS_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/rg-pakrymmon2/providers/Microsoft.OperationalInsights/workspaces/pakrymmon2-logs", "RandomSeed": "1882952796" } diff --git a/sdk/objectanchors/Azure.MixedReality.ObjectAnchors.Conversion/src/Azure.MixedReality.ObjectAnchors.Conversion.csproj b/sdk/objectanchors/Azure.MixedReality.ObjectAnchors.Conversion/src/Azure.MixedReality.ObjectAnchors.Conversion.csproj index 8c3b4f8f869a..e442a3438779 100644 --- a/sdk/objectanchors/Azure.MixedReality.ObjectAnchors.Conversion/src/Azure.MixedReality.ObjectAnchors.Conversion.csproj +++ b/sdk/objectanchors/Azure.MixedReality.ObjectAnchors.Conversion/src/Azure.MixedReality.ObjectAnchors.Conversion.csproj @@ -10,6 +10,7 @@ + @@ -29,6 +30,4 @@ - - diff --git a/sdk/purview/Azure.Analytics.Purview.Catalog/src/Azure.Analytics.Purview.Catalog.csproj b/sdk/purview/Azure.Analytics.Purview.Catalog/src/Azure.Analytics.Purview.Catalog.csproj index 46ecaab04fa2..cdd7e30cd676 100644 --- a/sdk/purview/Azure.Analytics.Purview.Catalog/src/Azure.Analytics.Purview.Catalog.csproj +++ b/sdk/purview/Azure.Analytics.Purview.Catalog/src/Azure.Analytics.Purview.Catalog.csproj @@ -24,6 +24,4 @@ - - diff --git a/sdk/purview/Azure.Analytics.Purview.Scanning/src/Azure.Analytics.Purview.Scanning.csproj b/sdk/purview/Azure.Analytics.Purview.Scanning/src/Azure.Analytics.Purview.Scanning.csproj index 850aeafee3bd..e2eaa2dcf2c4 100644 --- a/sdk/purview/Azure.Analytics.Purview.Scanning/src/Azure.Analytics.Purview.Scanning.csproj +++ b/sdk/purview/Azure.Analytics.Purview.Scanning/src/Azure.Analytics.Purview.Scanning.csproj @@ -25,6 +25,4 @@ - - diff --git a/sdk/quantum/Azure.Quantum.Jobs/src/Azure.Quantum.Jobs.csproj b/sdk/quantum/Azure.Quantum.Jobs/src/Azure.Quantum.Jobs.csproj index 361e85417ebe..5230b2e0539a 100644 --- a/sdk/quantum/Azure.Quantum.Jobs/src/Azure.Quantum.Jobs.csproj +++ b/sdk/quantum/Azure.Quantum.Jobs/src/Azure.Quantum.Jobs.csproj @@ -9,6 +9,7 @@ + @@ -26,6 +27,4 @@ - - diff --git a/sdk/quantum/Azure.Quantum.Jobs/tests/QuantumJobClientRecordedTestSanitizer.cs b/sdk/quantum/Azure.Quantum.Jobs/tests/QuantumJobClientRecordedTestSanitizer.cs index 6385b95d1f80..4b85ba2c9ddb 100644 --- a/sdk/quantum/Azure.Quantum.Jobs/tests/QuantumJobClientRecordedTestSanitizer.cs +++ b/sdk/quantum/Azure.Quantum.Jobs/tests/QuantumJobClientRecordedTestSanitizer.cs @@ -15,10 +15,10 @@ public class QuantumJobClientRecordedTestSanitizer : RecordedTestSanitizer public QuantumJobClientRecordedTestSanitizer() : base() { - JsonPathSanitizers.Add("$..containerUri"); - JsonPathSanitizers.Add("$..inputDataUri"); - JsonPathSanitizers.Add("$..outputDataUri"); - JsonPathSanitizers.Add("$..sasUri"); + AddJsonPathSanitizer("$..containerUri"); + AddJsonPathSanitizer("$..inputDataUri"); + AddJsonPathSanitizer("$..outputDataUri"); + AddJsonPathSanitizer("$..sasUri"); } } } diff --git a/sdk/remoterendering/Azure.MixedReality.RemoteRendering/src/Azure.MixedReality.RemoteRendering.csproj b/sdk/remoterendering/Azure.MixedReality.RemoteRendering/src/Azure.MixedReality.RemoteRendering.csproj index 090efd478456..b5c2e8736078 100644 --- a/sdk/remoterendering/Azure.MixedReality.RemoteRendering/src/Azure.MixedReality.RemoteRendering.csproj +++ b/sdk/remoterendering/Azure.MixedReality.RemoteRendering/src/Azure.MixedReality.RemoteRendering.csproj @@ -9,6 +9,7 @@ $(RequiredTargetFrameworks) + @@ -25,5 +26,4 @@ - diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/AzSdk.RP.props b/sdk/resources/Microsoft.Azure.Management.Resource/AzSdk.RP.props index 2718aecf22e6..120d921ccd2d 100644 --- a/sdk/resources/Microsoft.Azure.Management.Resource/AzSdk.RP.props +++ b/sdk/resources/Microsoft.Azure.Management.Resource/AzSdk.RP.props @@ -1,7 +1,7 @@  - Resources_2020-10-01;Features_2015-12-01;ManagementLinkClient_2016-09-01;Resources_2016-09-01;Authorization_2016-09-01;Authorization_2020-09-01;Authorization_2020-07-01-preview;Management_2020-09-01;Management_2020-07-01-preview;PolicyClient_2020-09-01;Management_2020-10-01;ResourceManagementClient_2020-10-01;Resources_2020-01-01;SubscriptionClient_2020-01-01;Resources_2021-03-01-preview; + Resources_2020-10-01;Features_2015-12-01;ManagementLinkClient_2016-09-01;Resources_2016-09-01;Authorization_2016-09-01;Authorization_2020-09-01;Authorization_2020-07-01-preview;Management_2020-09-01;Management_2020-07-01-preview;PolicyClient_2020-09-01;Management_2020-10-01;ResourceManagementClient_2020-10-01;Resources_2020-01-01;SubscriptionClient_2020-01-01;Resources_2021-05-01; $(PackageTags);$(CommonTags);$(AzureApiTag); \ No newline at end of file diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/SdkInfo_TemplateSpecsClient.cs b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/SdkInfo_TemplateSpecsClient.cs index 36c2985042de..f24fdb904295 100644 --- a/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/SdkInfo_TemplateSpecsClient.cs +++ b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/SdkInfo_TemplateSpecsClient.cs @@ -19,8 +19,8 @@ public static IEnumerable> ApiInfo_TemplateSpecsCl { return new Tuple[] { - new Tuple("Resources", "TemplateSpecVersions", "2021-03-01-preview"), - new Tuple("Resources", "TemplateSpecs", "2021-03-01-preview"), + new Tuple("Resources", "TemplateSpecVersions", "2021-05-01"), + new Tuple("Resources", "TemplateSpecs", "2021-05-01"), }.AsEnumerable(); } } diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/TemplateSpecsClient.cs b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/TemplateSpecsClient.cs index e48b28008e3f..1581e6bbb407 100644 --- a/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/TemplateSpecsClient.cs +++ b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/TemplateSpecsClient.cs @@ -329,7 +329,7 @@ private void Initialize() TemplateSpecs = new TemplateSpecsOperations(this); TemplateSpecVersions = new TemplateSpecVersionsOperations(this); BaseUri = new System.Uri("https://management.azure.com"); - ApiVersion = "2021-03-01-preview"; + ApiVersion = "2021-05-01"; AcceptLanguage = "en-US"; LongRunningOperationRetryTimeout = 30; GenerateClientRequestId = true; diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/src/Microsoft.Azure.Management.ResourceManager.csproj b/sdk/resources/Microsoft.Azure.Management.Resource/src/Microsoft.Azure.Management.ResourceManager.csproj index b97f36855684..a9329cff24f2 100644 --- a/sdk/resources/Microsoft.Azure.Management.Resource/src/Microsoft.Azure.Management.ResourceManager.csproj +++ b/sdk/resources/Microsoft.Azure.Management.Resource/src/Microsoft.Azure.Management.ResourceManager.csproj @@ -10,7 +10,7 @@ Development of this library has shifted focus to the Azure Unified SDK. The future development will be focused on "Azure.ResourceManager.Resources" (https://www.nuget.org/packages/Azure.ResourceManager.Resources/). Please see the package changelog for more information. Microsoft.Azure.Management.ResourceManager - 3.13-preview + 3.13.1-preview Microsoft Azure resource management;resource management;resource groups;Azure Policy + @@ -24,6 +25,4 @@ - - diff --git a/sdk/schemaregistry/Microsoft.Azure.Data.SchemaRegistry.ApacheAvro/src/Microsoft.Azure.Data.SchemaRegistry.ApacheAvro.csproj b/sdk/schemaregistry/Microsoft.Azure.Data.SchemaRegistry.ApacheAvro/src/Microsoft.Azure.Data.SchemaRegistry.ApacheAvro.csproj index 24c5008da9d9..23ea41371cca 100644 --- a/sdk/schemaregistry/Microsoft.Azure.Data.SchemaRegistry.ApacheAvro/src/Microsoft.Azure.Data.SchemaRegistry.ApacheAvro.csproj +++ b/sdk/schemaregistry/Microsoft.Azure.Data.SchemaRegistry.ApacheAvro/src/Microsoft.Azure.Data.SchemaRegistry.ApacheAvro.csproj @@ -8,6 +8,7 @@ + @@ -23,6 +24,4 @@ - - diff --git a/sdk/search/Azure.Search.Documents/CHANGELOG.md b/sdk/search/Azure.Search.Documents/CHANGELOG.md index 752317bc5302..14ed45b5a620 100644 --- a/sdk/search/Azure.Search.Documents/CHANGELOG.md +++ b/sdk/search/Azure.Search.Documents/CHANGELOG.md @@ -1,9 +1,9 @@ # Release History -## 11.3.0-beta.2 (2021-04-12) +## 11.3.0-beta.2 (2021-05-11) ### Added -- Added support for [Semantic Search](https://docs.microsoft.com/azure/search/semantic-search-overview) +- Added support for [Semantic Search](https://docs.microsoft.com/azure/search/semantic-search-overview). ## 11.3.0-beta.1 (2021-04-06) diff --git a/sdk/search/Azure.Search.Documents/src/Azure.Search.Documents.csproj b/sdk/search/Azure.Search.Documents/src/Azure.Search.Documents.csproj index c2a968ba8138..e2d4a9f9b0d8 100644 --- a/sdk/search/Azure.Search.Documents/src/Azure.Search.Documents.csproj +++ b/sdk/search/Azure.Search.Documents/src/Azure.Search.Documents.csproj @@ -35,9 +35,8 @@ - - + diff --git a/sdk/search/Azure.Search.Documents/tests/Azure.Search.Documents.Tests.csproj b/sdk/search/Azure.Search.Documents/tests/Azure.Search.Documents.Tests.csproj index 56ea6fd3464f..8041fdec50ff 100644 --- a/sdk/search/Azure.Search.Documents/tests/Azure.Search.Documents.Tests.csproj +++ b/sdk/search/Azure.Search.Documents/tests/Azure.Search.Documents.Tests.csproj @@ -6,7 +6,7 @@ $(NoWarn);CS1591 - + diff --git a/sdk/search/Microsoft.Azure.Search/tests/Microsoft.Azure.Search.Tests.csproj b/sdk/search/Microsoft.Azure.Search/tests/Microsoft.Azure.Search.Tests.csproj index 143f2101d6a7..c15f373ce72d 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/Microsoft.Azure.Search.Tests.csproj +++ b/sdk/search/Microsoft.Azure.Search/tests/Microsoft.Azure.Search.Tests.csproj @@ -15,8 +15,11 @@ false - + + + + diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/MigrationGuide.md b/sdk/servicebus/Azure.Messaging.ServiceBus/MigrationGuide.md index 96ae9f4d30d6..f3ac912ee48c 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/MigrationGuide.md +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/MigrationGuide.md @@ -377,7 +377,7 @@ Now in `Azure.Messaging.ServiceBus`, there is an `EnableCrossEntityTransactions` The below code snippet shows you how to perform cross-entity transactions. -```C# Snippet:ServiceBusTransactionGroup +```C# Snippet:ServiceBusCrossEntityTransaction var options = new ServiceBusClientOptions { EnableCrossEntityTransactions = true }; await using var client = new ServiceBusClient(connectionString, options); diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/samples/Sample06_Transactions.md b/sdk/servicebus/Azure.Messaging.ServiceBus/samples/Sample06_Transactions.md index 3b2d791c1a2b..d36f08a72930 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/samples/Sample06_Transactions.md +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/samples/Sample06_Transactions.md @@ -46,9 +46,9 @@ using (var ts = new TransactionScope(TransactionScopeAsyncFlowOption.Enabled)) ### Transactions across entities (Unreleased) -When creating senders and receivers that should be part of a cross-entity transaction, you can specify the same `TransactionGroup` string in the options as shown below. When using transaction groups, the first entity that an operation occurs on becomes the entity through which all subsequent sends will be routed through. This enables the service to perform a transaction that is meant to span multiple entities. This means that subsequent entities that perform their first operation need to either be senders, or if they are receivers they need to be on the same entity as the initial entity through which all sends are routed through (otherwise the service would not be able to ensure that the transaction is committed because it cannot route a receive operation through a different entity). For instance, if you have SenderA and ReceiverB that are part of the same transaction group, you would need to receive first with ReceiverB to allow this to work. If you first used SenderA to send to QueueA, and then attempted to receive from QueueB, an `InvalidOperationException` would be thrown. You could still add a ReceiverA to the same transaction group after initially sending to SenderA, since they are both using the same queue. This would be useful if you also had a SenderB that you want to include as part of the transaction group (otherwise there would be no need to use transaction groups as you would be dealing with only one entity). +When creating senders and receivers that should be part of a cross-entity transaction, you can set the `EnableCrossEntityTransaction` property of the `ServiceBusClientOptions` as shown below. When using cross-entity transactions, the first entity that an operation occurs on becomes the entity through which all subsequent sends will be routed through. This enables the service to perform a transaction that is meant to span multiple entities. This means that subsequent entities that perform their first operation need to either be senders, or if they are receivers they need to be on the same entity as the initial entity through which all sends are routed through (otherwise the service would not be able to ensure that the transaction is committed because it cannot route a receive operation through a different entity). For instance, if you have SenderA and ReceiverB that are created from a client with cross-entity transactions enabled, you would need to receive first with ReceiverB to allow this to work. If you first used SenderA to send to QueueA, and then attempted to receive from QueueB, an `InvalidOperationException` would be thrown. You could still receive from a ReceiverA after initially sending to SenderA, since they are both using the same queue. This would be useful if you also had a SenderB that you want to include as part of the transaction (otherwise there would be no need to use cross-entity transactions as you would be dealing with only one entity). -```C# Snippet:ServiceBusTransactionGroup +```C# Snippet:ServiceBusCrossEntityTransaction var options = new ServiceBusClientOptions { EnableCrossEntityTransactions = true }; await using var client = new ServiceBusClient(connectionString, options); @@ -68,7 +68,7 @@ using (var ts = new TransactionScope(TransactionScopeAsyncFlowOption.Enabled)) ``` In the following snippet, we will look at an incorrect ordering that would cause an `InvalidOperationException` to be thrown. Bad: -```C# Snippet:ServiceBusTransactionGroupWrongOrder +```C# Snippet:ServiceBusCrossEntityTransactionWrongOrder var options = new ServiceBusClientOptions { EnableCrossEntityTransactions = true }; await using var client = new ServiceBusClient(connectionString, options); @@ -76,7 +76,8 @@ ServiceBusReceiver receiverA = client.CreateReceiver("queueA"); ServiceBusSender senderB = client.CreateSender("queueB"); ServiceBusSender senderC = client.CreateSender("topicC"); -// SenderB becomes the entity through which subsequent "sends" are routed through. +// SenderB becomes the entity through which subsequent "sends" are routed through, since it is the first +// entity on which an operation is performed with the cross-entity transaction client. await senderB.SendMessageAsync(new ServiceBusMessage()); ServiceBusReceivedMessage receivedMessage = await receiverA.ReceiveMessageAsync(); diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/src/Azure.Messaging.ServiceBus.csproj b/sdk/servicebus/Azure.Messaging.ServiceBus/src/Azure.Messaging.ServiceBus.csproj index 4fd4b45ab5c1..9d8527fd2b2c 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/src/Azure.Messaging.ServiceBus.csproj +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/src/Azure.Messaging.ServiceBus.csproj @@ -17,14 +17,13 @@ + - - diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/src/Client/ServiceBusClient.cs b/sdk/servicebus/Azure.Messaging.ServiceBus/src/Client/ServiceBusClient.cs index eb7fa6abe400..a01945ca1861 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/src/Client/ServiceBusClient.cs +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/src/Client/ServiceBusClient.cs @@ -115,6 +115,10 @@ protected ServiceBusClient() /// If the connection string specifies a specific entity name, any subsequent calls to /// , , /// etc. must still specify the same entity name. + /// + /// The connection string will recognize and apply properties populated by the + /// Azure portal such as Endpoint, SharedAccessKeyName, SharedAccessKey, and EntityPath. + /// Other values will be ignored; to configure the processor, please use the . /// public ServiceBusClient(string connectionString) : this(connectionString, new ServiceBusClientOptions()) @@ -134,6 +138,10 @@ public ServiceBusClient(string connectionString) : /// If the connection string specifies a specific entity name, any subsequent calls to /// , , /// etc. must still specify the same entity name. + /// + /// The connection string will recognize and apply properties populated by the + /// Azure portal such as Endpoint, SharedAccessKeyName, SharedAccessKey, and EntityPath. + /// Other values will be ignored; to configure the processor, please use the . /// public ServiceBusClient(string connectionString, ServiceBusClientOptions options) { @@ -142,6 +150,7 @@ public ServiceBusClient(string connectionString, ServiceBusClientOptions options Logger.ClientCreateStart(typeof(ServiceBusClient), FullyQualifiedNamespace); Identifier = DiagnosticUtilities.GenerateIdentifier(FullyQualifiedNamespace); Plugins = _options.Plugins; + TransportType = _options.TransportType; Logger.ClientCreateComplete(typeof(ServiceBusClient), Identifier); } @@ -218,14 +227,15 @@ private ServiceBusClient( object credential, ServiceBusClientOptions options) { - _options = options?.Clone() ?? new ServiceBusClientOptions(); Logger.ClientCreateStart(typeof(ServiceBusClient), fullyQualifiedNamespace); + _options = options?.Clone() ?? new ServiceBusClientOptions(); Identifier = DiagnosticUtilities.GenerateIdentifier(fullyQualifiedNamespace); Connection = ServiceBusConnection.CreateWithCredential( fullyQualifiedNamespace, credential, _options); Plugins = _options.Plugins; + TransportType = _options.TransportType; Logger.ClientCreateComplete(typeof(ServiceBusClient), Identifier); } diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/src/Primitives/ServiceBusReceivedMessage.cs b/sdk/servicebus/Azure.Messaging.ServiceBus/src/Primitives/ServiceBusReceivedMessage.cs index 15ac6f157776..a05c5152d37a 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/src/Primitives/ServiceBusReceivedMessage.cs +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/src/Primitives/ServiceBusReceivedMessage.cs @@ -190,7 +190,7 @@ internal ServiceBusReceivedMessage(): this(body: default) /// Gets the application properties bag, which can be used for custom message metadata. /// /// - /// Only following value types are supported: + /// Only the following value types are supported: /// byte, sbyte, char, short, ushort, int, uint, long, ulong, float, double, decimal, /// bool, Guid, string, Uri, DateTime, DateTimeOffset, TimeSpan /// @@ -304,7 +304,7 @@ internal set internal short PartitionId { get; set; } - /// Gets or sets the original sequence number of the message. + /// Gets the original sequence number of the message. /// The enqueued sequence number of the message. /// /// For messages that have been auto-forwarded, this property reflects the sequence number @@ -328,7 +328,7 @@ internal set } } - /// Gets or sets the date and time of the sent time in UTC. + /// Gets the date and time of the sent time in UTC. /// The enqueue time in UTC. /// /// The UTC instant at which the message has been accepted and stored in the entity. diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Azure.Messaging.ServiceBus.Tests.csproj b/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Azure.Messaging.ServiceBus.Tests.csproj index d37c0ba963b5..8cba310a95e6 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Azure.Messaging.ServiceBus.Tests.csproj +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Azure.Messaging.ServiceBus.Tests.csproj @@ -12,8 +12,6 @@ - - diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Client/ServiceBusClientTests.cs b/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Client/ServiceBusClientTests.cs index 951a684ce3eb..05058c4cd266 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Client/ServiceBusClientTests.cs +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Client/ServiceBusClientTests.cs @@ -12,6 +12,7 @@ namespace Azure.Messaging.ServiceBus.Tests.Client { + [TestFixture] public class ServiceBusClientTests { /// @@ -266,10 +267,11 @@ public void ConstructorWithConnectionStringValidatesOptions() /// /// [Test] - public void ConstructorWithTokenCredentialArgumentsValidatesOptions() + public void ConstructorWithTokenCredentialValidatesOptions() { var token = new Mock(Mock.Of()); var invalidOptions = new ServiceBusClientOptions { TransportType = ServiceBusTransportType.AmqpTcp, WebProxy = Mock.Of() }; + Assert.That(() => new ServiceBusClient("fullyQualifiedNamespace", Mock.Of(), invalidOptions), Throws.InstanceOf(), "The expanded argument constructor should validate client options"); } @@ -279,11 +281,12 @@ public void ConstructorWithTokenCredentialArgumentsValidatesOptions() /// /// [Test] - public void ConstructorWithSharedKeyCredentialArgumentsValidatesOptions() + public void ConstructorWithSharedKeyCredentialValidatesOptions() { var token = new AzureNamedKeyCredential("key", "value"); var invalidOptions = new ServiceBusClientOptions { TransportType = ServiceBusTransportType.AmqpTcp, WebProxy = Mock.Of() }; - Assert.That(() => new ServiceBusClient("fullyQualifiedNamespace", Mock.Of(), invalidOptions), Throws.InstanceOf(), "The expanded argument constructor should validate client options"); + + Assert.That(() => new ServiceBusClient("fullyQualifiedNamespace", token, invalidOptions), Throws.InstanceOf(), "The expanded argument constructor should validate client options"); } /// @@ -292,12 +295,74 @@ public void ConstructorWithSharedKeyCredentialArgumentsValidatesOptions() /// /// [Test] - public void ConstructorWithSasCredentialArgumentsValidatesOptions() + public void ConstructorWithSasCredentialValidatesOptions() { var signature = new SharedAccessSignature("sb://fake.thing.com", "fakeKey", "fakeValue"); var token = new AzureSasCredential(signature.Value); var invalidOptions = new ServiceBusClientOptions { TransportType = ServiceBusTransportType.AmqpTcp, WebProxy = Mock.Of() }; - Assert.That(() => new ServiceBusClient("fullyQualifiedNamespace", Mock.Of(), invalidOptions), Throws.InstanceOf(), "The expanded argument constructor should validate client options"); + + Assert.That(() => new ServiceBusClient("fullyQualifiedNamespace", token, invalidOptions), Throws.InstanceOf(), "The expanded argument constructor should validate client options"); + } + + /// + /// Verifies functionality of the + /// constructor. + /// + /// + [Test] + public void ConstructorWithConnectionStringSetsTransportTypeFromOptions() + { + var fakeConnection = "Endpoint=sb://not-real.servicebus.windows.net/;SharedAccessKeyName=DummyKey;SharedAccessKey=[not_real];EntityPath=fake"; + var options = new ServiceBusClientOptions { TransportType = ServiceBusTransportType.AmqpWebSockets }; + var client = new ServiceBusClient(fakeConnection, options); + + Assert.That(client.TransportType, Is.EqualTo(options.TransportType)); + } + + /// + /// Verifies functionality of the + /// constructor. + /// + /// + [Test] + public void ConstructorWithTokenCredentialSetsTransportTypeFromOptions() + { + var token = new Mock(Mock.Of()); + var options = new ServiceBusClientOptions { TransportType = ServiceBusTransportType.AmqpWebSockets }; + var client = new ServiceBusClient("fullyQualifiedNamespace", Mock.Of(), options); + + Assert.That(client.TransportType, Is.EqualTo(options.TransportType)); + } + + /// + /// Verifies functionality of the + /// constructor. + /// + /// + [Test] + public void ConstructorWithSharedKeyCredentialSetsTransportTypeFromOptions() + { + var token = new AzureNamedKeyCredential("key", "value"); + var options = new ServiceBusClientOptions { TransportType = ServiceBusTransportType.AmqpWebSockets }; + var client = new ServiceBusClient("fullyQualifiedNamespace", token, options); + + Assert.That(client.TransportType, Is.EqualTo(options.TransportType)); + } + + /// + /// Verifies functionality of the + /// constructor. + /// + /// + [Test] + public void ConstructorWithSasCredentialSetsTransportTypeFromOptions() + { + var signature = new SharedAccessSignature("sb://fake.thing.com", "fakeKey", "fakeValue"); + var token = new AzureSasCredential(signature.Value); + var options = new ServiceBusClientOptions { TransportType = ServiceBusTransportType.AmqpWebSockets }; + var client = new ServiceBusClient("fullyQualifiedNamespace", token, options); + + Assert.That(client.TransportType, Is.EqualTo(options.TransportType)); } /// diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Message/MessageLiveTests.cs b/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Message/MessageLiveTests.cs index 2a3767a53881..e76046413268 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Message/MessageLiveTests.cs +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Message/MessageLiveTests.cs @@ -138,6 +138,75 @@ public async Task CreateFromReceivedMessageCopiesProperties() Assert.IsNotNull(rawReceived.Header.DeliveryCount); Assert.IsTrue(rawReceived.MessageAnnotations.ContainsKey(AmqpMessageConstants.LockedUntilName)); Assert.IsTrue(rawReceived.MessageAnnotations.ContainsKey(AmqpMessageConstants.SequenceNumberName)); + Assert.IsTrue(rawReceived.MessageAnnotations.ContainsKey(AmqpMessageConstants.EnqueuedTimeUtcName)); + + AssertMessagesEqual(msg, received); + var toSend = new ServiceBusMessage(received); + AmqpAnnotatedMessage rawSend = toSend.GetRawAmqpMessage(); + + // verify that all system set properties have been cleared out + Assert.IsNull(rawSend.Header.DeliveryCount); + Assert.IsFalse(rawSend.MessageAnnotations.ContainsKey(AmqpMessageConstants.LockedUntilName)); + Assert.IsFalse(rawSend.MessageAnnotations.ContainsKey(AmqpMessageConstants.SequenceNumberName)); + Assert.IsFalse(rawSend.MessageAnnotations.ContainsKey(AmqpMessageConstants.DeadLetterSourceName)); + Assert.IsFalse(rawSend.MessageAnnotations.ContainsKey(AmqpMessageConstants.EnqueueSequenceNumberName)); + Assert.IsFalse(rawSend.MessageAnnotations.ContainsKey(AmqpMessageConstants.EnqueuedTimeUtcName)); + Assert.IsFalse(rawSend.MessageAnnotations.ContainsKey(AmqpMessageConstants.DeadLetterSourceName)); + Assert.IsFalse(toSend.ApplicationProperties.ContainsKey(AmqpMessageConstants.DeadLetterReasonHeader)); + Assert.IsFalse(toSend.ApplicationProperties.ContainsKey(AmqpMessageConstants.DeadLetterErrorDescriptionHeader)); + + AssertMessagesEqual(toSend, received); + + void AssertMessagesEqual(ServiceBusMessage sentMessage, ServiceBusReceivedMessage received) + { + Assert.IsTrue(received.Body.ToArray().SequenceEqual(sentMessage.Body.ToArray())); + Assert.AreEqual(received.ContentType, sentMessage.ContentType); + Assert.AreEqual(received.CorrelationId, sentMessage.CorrelationId); + Assert.AreEqual(received.Subject, sentMessage.Subject); + Assert.AreEqual(received.ContentType, sentMessage.ContentType); + Assert.AreEqual(received.CorrelationId, sentMessage.CorrelationId); + Assert.AreEqual(received.MessageId, sentMessage.MessageId); + Assert.AreEqual(received.PartitionKey, sentMessage.PartitionKey); + Assert.AreEqual((string)received.ApplicationProperties["testProp"], (string)sentMessage.ApplicationProperties["testProp"]); + Assert.AreEqual(received.ReplyTo, sentMessage.ReplyTo); + Assert.AreEqual(received.ReplyToSessionId, sentMessage.ReplyToSessionId); + Assert.AreEqual(received.ScheduledEnqueueTime.UtcDateTime.Second, sentMessage.ScheduledEnqueueTime.UtcDateTime.Second); + Assert.AreEqual(received.SessionId, sentMessage.SessionId); + Assert.AreEqual(received.TimeToLive, sentMessage.TimeToLive); + Assert.AreEqual(received.To, sentMessage.To); + Assert.AreEqual(received.TransactionPartitionKey, sentMessage.TransactionPartitionKey); + } + } + } + + [Test] + public async Task CreateFromReceivedMessageCopiesPropertiesTopic() + { + await using (var scope = await ServiceBusScope.CreateWithTopic(enablePartitioning: true, enableSession: true)) + { + var client = new ServiceBusClient(TestEnvironment.ServiceBusConnectionString); + var sender = client.CreateSender(scope.TopicName); + var msg = new ServiceBusMessage(new BinaryData(GetRandomBuffer(100))); + msg.ContentType = "contenttype"; + msg.CorrelationId = "correlationid"; + msg.Subject = "label"; + msg.MessageId = "messageId"; + msg.PartitionKey = "key"; + msg.ApplicationProperties.Add("testProp", "my prop"); + msg.ReplyTo = "replyto"; + msg.ReplyToSessionId = "replytosession"; + msg.ScheduledEnqueueTime = DateTimeOffset.Now; + msg.SessionId = "key"; + msg.TimeToLive = TimeSpan.FromSeconds(60); + msg.To = "to"; + await sender.SendMessageAsync(msg); + + ServiceBusSessionReceiver receiver = await client.AcceptNextSessionAsync(scope.TopicName, scope.SubscriptionNames.First()); + ServiceBusReceivedMessage received = await receiver.ReceiveMessageAsync(); + AmqpAnnotatedMessage rawReceived = received.GetRawAmqpMessage(); + Assert.IsNotNull(rawReceived.Header.DeliveryCount); + Assert.IsTrue(rawReceived.MessageAnnotations.ContainsKey(AmqpMessageConstants.LockedUntilName)); + Assert.IsTrue(rawReceived.MessageAnnotations.ContainsKey(AmqpMessageConstants.SequenceNumberName)); Assert.IsTrue(rawReceived.MessageAnnotations.ContainsKey(AmqpMessageConstants.EnqueueSequenceNumberName)); Assert.IsTrue(rawReceived.MessageAnnotations.ContainsKey(AmqpMessageConstants.EnqueuedTimeUtcName)); diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample01_HelloWorld.cs b/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample01_HelloWorld.cs index 641d320eb4df..c297b2b40d6d 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample01_HelloWorld.cs +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample01_HelloWorld.cs @@ -16,12 +16,15 @@ public async Task SendAndReceiveMessage() { await using (var scope = await ServiceBusScope.CreateWithQueue(enablePartitioning: false, enableSession: false)) { - string connectionString = TestEnvironment.ServiceBusConnectionString; - string queueName = scope.QueueName; #region Snippet:ServiceBusSendAndReceive #region Snippet:ServiceBusSendSingleMessage - //@@ string connectionString = ""; - //@@ string queueName = ""; +#if SNIPPET + string connectionString = ""; + string queueName = ""; +#else + string connectionString = TestEnvironment.ServiceBusConnectionString; + string queueName = scope.QueueName; +#endif // since ServiceBusClient implements IAsyncDisposable we create it with "await using" await using var client = new ServiceBusClient(connectionString); @@ -87,12 +90,14 @@ public async Task SendAndReceiveMessageBatch() { await using (var scope = await ServiceBusScope.CreateWithQueue(enablePartitioning: false, enableSession: false)) { + #region Snippet:ServiceBusInitializeSend +#if SNIPPET + string connectionString = ""; + string queueName = ""; +#else string connectionString = TestEnvironment.ServiceBusConnectionString; string queueName = scope.QueueName; - - #region Snippet:ServiceBusInitializeSend - //@@ string connectionString = ""; - //@@ string queueName = ""; +#endif // since ServiceBusClient implements IAsyncDisposable we create it with "await using" await using var client = new ServiceBusClient(connectionString); @@ -135,11 +140,13 @@ public async Task SendAndReceiveMessageSafeBatch() { await using (var scope = await ServiceBusScope.CreateWithQueue(enablePartitioning: false, enableSession: false)) { +#if SNIPPET + string connectionString = ""; + string queueName = ""; +#else string connectionString = TestEnvironment.ServiceBusConnectionString; string queueName = scope.QueueName; - - //@@ string connectionString = ""; - //@@ string queueName = ""; +#endif // since ServiceBusClient implements IAsyncDisposable we create it with "await using" await using var client = new ServiceBusClient(connectionString); diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample02_MessageSettlement.cs b/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample02_MessageSettlement.cs index 69e8fa9aab6a..64891285dcc0 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample02_MessageSettlement.cs +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample02_MessageSettlement.cs @@ -13,11 +13,14 @@ public async Task CompleteMessage() { await using (var scope = await ServiceBusScope.CreateWithQueue(enablePartitioning: false, enableSession: false)) { + #region Snippet:ServiceBusCompleteMessage +#if SNIPPET + string connectionString = ""; + string queueName = ""; +#else string connectionString = TestEnvironment.ServiceBusConnectionString; string queueName = scope.QueueName; - #region Snippet:ServiceBusCompleteMessage - //@@ string connectionString = ""; - //@@ string queueName = ""; +#endif // since ServiceBusClient implements IAsyncDisposable we create it with "await using" await using var client = new ServiceBusClient(connectionString); diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample03_SendReceiveSessions.cs b/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample03_SendReceiveSessions.cs index ebbd87f1fc8b..fcf2860be695 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample03_SendReceiveSessions.cs +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample03_SendReceiveSessions.cs @@ -15,11 +15,14 @@ public async Task SendAndReceiveSessionMessage() { await using (var scope = await ServiceBusScope.CreateWithQueue(enablePartitioning: false, enableSession: true)) { + #region Snippet:ServiceBusSendAndReceiveSessionMessage +#if SNIPPET + string connectionString = ""; + string queueName = ""; +#else string connectionString = TestEnvironment.ServiceBusConnectionString; string queueName = scope.QueueName; - #region Snippet:ServiceBusSendAndReceiveSessionMessage - //@@ string connectionString = ""; - //@@ string queueName = ""; +#endif // since ServiceBusClient implements IAsyncDisposable we create it with "await using" await using var client = new ServiceBusClient(connectionString); diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample04_Processor.cs b/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample04_Processor.cs index 11716f0db252..9926a7d4a222 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample04_Processor.cs +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample04_Processor.cs @@ -15,15 +15,17 @@ public async Task ProcessMessages() { await using (var scope = await ServiceBusScope.CreateWithQueue(enablePartitioning: false, enableSession: false)) { + #region Snippet:ServiceBusProcessMessages +#if SNIPPET + string connectionString = ""; + string queueName = ""; + // since ServiceBusClient implements IAsyncDisposable we create it with "await using" + await using var client = new ServiceBusClient(connectionString); +#else string connectionString = TestEnvironment.ServiceBusConnectionString; string queueName = scope.QueueName; await using var client = CreateClient(); - - #region Snippet:ServiceBusProcessMessages - //@@ string connectionString = ""; - //@@ string queueName = ""; - // since ServiceBusClient implements IAsyncDisposable we create it with "await using" - //@@ await using var client = new ServiceBusClient(connectionString); +#endif // create the sender ServiceBusSender sender = client.CreateSender(queueName); diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample05_SessionProcessor.cs b/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample05_SessionProcessor.cs index ea2f7615cbe7..c5c47a254fea 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample05_SessionProcessor.cs +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample05_SessionProcessor.cs @@ -15,15 +15,17 @@ public async Task ProcessSessionMessages() { await using (var scope = await ServiceBusScope.CreateWithQueue(enablePartitioning: false, enableSession: true)) { + #region Snippet:ServiceBusProcessSessionMessages +#if SNIPPET + string connectionString = ""; + string queueName = ""; + // since ServiceBusClient implements IAsyncDisposable we create it with "await using" + await using var client = new ServiceBusClient(connectionString); +#else string connectionString = TestEnvironment.ServiceBusConnectionString; string queueName = scope.QueueName; await using var client = CreateClient(); - - #region Snippet:ServiceBusProcessSessionMessages - //@@ string connectionString = ""; - //@@ string queueName = ""; - // since ServiceBusClient implements IAsyncDisposable we create it with "await using" - //@@ await using var client = new ServiceBusClient(connectionString); +#endif // create the sender ServiceBusSender sender = client.CreateSender(queueName); diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample06_Transactions.cs b/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample06_Transactions.cs index e773996f529c..c2e57dc25547 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample06_Transactions.cs +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample06_Transactions.cs @@ -16,13 +16,16 @@ public async Task TransactionalSendAndComplete() { await using (var scope = await ServiceBusScope.CreateWithQueue(enablePartitioning: false, enableSession: false)) { - await using var client = CreateClient(); - string queueName = scope.QueueName; #region Snippet:ServiceBusTransactionalSend - //@@ string connectionString = ""; - //@@ string queueName = ""; +#if SNIPPET + string connectionString = ""; + string queueName = ""; // since ServiceBusClient implements IAsyncDisposable we create it with "await using" - //@@ await using var client = new ServiceBusClient(connectionString); + await using var client = new ServiceBusClient(connectionString); +#else + await using var client = CreateClient(); + string queueName = scope.QueueName; +#endif ServiceBusSender sender = client.CreateSender(queueName); await sender.SendMessageAsync(new ServiceBusMessage(Encoding.UTF8.GetBytes("First"))); @@ -48,13 +51,16 @@ public async Task TransactionalSetSessionState() { await using (var scope = await ServiceBusScope.CreateWithQueue(enablePartitioning: false, enableSession: true)) { - await using var client = CreateClient(); - string queueName = scope.QueueName; #region Snippet:ServiceBusTransactionalSetSessionState - //@@ string connectionString = ""; - //@@ string queueName = ""; +#if SNIPPET + string connectionString = ""; + string queueName = ""; // since ServiceBusClient implements IAsyncDisposable we create it with "await using" - //@@ await using var client = new ServiceBusClient(connectionString); + await using var client = new ServiceBusClient(connectionString); +#else + await using var client = CreateClient(); + string queueName = scope.QueueName; +#endif ServiceBusSender sender = client.CreateSender(queueName); await sender.SendMessageAsync(new ServiceBusMessage("my message") { SessionId = "sessionId" }); @@ -75,34 +81,34 @@ public async Task TransactionalSetSessionState() } [Test] - public async Task TransactionGroup() + public async Task CrossEntityTransaction() { + await using var queueA = await ServiceBusScope.CreateWithQueue(enablePartitioning: false, enableSession: false); + await using var queueB = await ServiceBusScope.CreateWithQueue(enablePartitioning: false, enableSession: false); + await using var topicC = await ServiceBusScope.CreateWithTopic(enablePartitioning: false, enableSession: false); + + #region Snippet:ServiceBusCrossEntityTransaction +#if SNIPPET + var options = new ServiceBusClientOptions { EnableCrossEntityTransactions = true }; + await using var client = new ServiceBusClient(connectionString, options); + + ServiceBusReceiver receiverA = client.CreateReceiver("queueA"); + ServiceBusSender senderB = client.CreateSender("queueB"); + ServiceBusSender senderC = client.CreateSender("topicC"); +#else await using var client = new ServiceBusClient( TestEnvironment.ServiceBusConnectionString, new ServiceBusClientOptions { EnableCrossEntityTransactions = true }); - await using var queueA = await ServiceBusScope.CreateWithQueue(enablePartitioning: false, enableSession: false); - await using var queueB = await ServiceBusScope.CreateWithQueue(enablePartitioning: false, enableSession: false); - await using var topicC = await ServiceBusScope.CreateWithTopic(enablePartitioning: false, enableSession: false); - - // The first sender won't be part of our transaction and is - // used only to populate the queue. ServiceBusSender senderA = client.CreateSender(queueA.QueueName); await senderA.SendMessageAsync(new ServiceBusMessage()); ServiceBusReceiver receiverA = client.CreateReceiver(queueA.QueueName); ServiceBusSender senderB = client.CreateSender(queueB.QueueName); ServiceBusSender senderC = client.CreateSender(topicC.TopicName); - - #region Snippet:ServiceBusTransactionGroup - //@@ var options = new ServiceBusClientOptions { EnableCrossEntityTransactions = true }; - //@@ await using var client = new ServiceBusClient(connectionString, options); - - //@@ ServiceBusReceiver receiverA = client.CreateReceiver("queueA"); - //@@ ServiceBusSender senderB = client.CreateSender("queueB"); - //@@ ServiceBusSender senderC = client.CreateSender("topicC"); +#endif ServiceBusReceivedMessage receivedMessage = await receiverA.ReceiveMessageAsync(); @@ -115,42 +121,44 @@ public async Task TransactionGroup() } #endregion - receivedMessage = await receiverA.ReceiveMessageAsync(); + receivedMessage = await receiverA.ReceiveMessageAsync(TimeSpan.FromSeconds(5)); Assert.IsNull(receivedMessage); } [Test] [Ignore("Only verifying that it compiles.")] - public async Task TransactionGroupWrongOrder() + public async Task CrossEntityTransactionWrongOrder() { + await using var queueA = await ServiceBusScope.CreateWithQueue(enablePartitioning: false, enableSession: false); + await using var queueB = await ServiceBusScope.CreateWithQueue(enablePartitioning: false, enableSession: false); + await using var topicC = await ServiceBusScope.CreateWithTopic(enablePartitioning: false, enableSession: false); + + #region Snippet:ServiceBusCrossEntityTransactionWrongOrder +#if SNIPPET + var options = new ServiceBusClientOptions { EnableCrossEntityTransactions = true }; + await using var client = new ServiceBusClient(connectionString, options); + + ServiceBusReceiver receiverA = client.CreateReceiver("queueA"); + ServiceBusSender senderB = client.CreateSender("queueB"); + ServiceBusSender senderC = client.CreateSender("topicC"); +#else await using var client = new ServiceBusClient( TestEnvironment.ServiceBusConnectionString, new ServiceBusClientOptions { EnableCrossEntityTransactions = true }); - await using var queueA = await ServiceBusScope.CreateWithQueue(enablePartitioning: false, enableSession: false); - await using var queueB = await ServiceBusScope.CreateWithQueue(enablePartitioning: false, enableSession: false); - await using var topicC = await ServiceBusScope.CreateWithTopic(enablePartitioning: false, enableSession: false); - // The first sender won't be part of our transaction and is - // used only to populate the queue. ServiceBusSender senderA = client.CreateSender(queueA.QueueName); await senderA.SendMessageAsync(new ServiceBusMessage()); ServiceBusReceiver receiverA = client.CreateReceiver(queueA.QueueName); ServiceBusSender senderB = client.CreateSender(queueB.QueueName); ServiceBusSender senderC = client.CreateSender(topicC.TopicName); +#endif - #region Snippet:ServiceBusTransactionGroupWrongOrder - //@@ var options = new ServiceBusClientOptions { EnableCrossEntityTransactions = true }; - //@@ await using var client = new ServiceBusClient(connectionString, options); - - //@@ ServiceBusReceiver receiverA = client.CreateReceiver("queueA"); - //@@ ServiceBusSender senderB = client.CreateSender("queueB"); - //@@ ServiceBusSender senderC = client.CreateSender("topicC"); - - // SenderB becomes the entity through which subsequent "sends" are routed through. + // SenderB becomes the entity through which subsequent "sends" are routed through, since it is the first + // entity on which an operation is performed with the cross-entity transaction client. await senderB.SendMessageAsync(new ServiceBusMessage()); ServiceBusReceivedMessage receivedMessage = await receiverA.ReceiveMessageAsync(); diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample07_CrudOperations.cs b/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample07_CrudOperations.cs index 3ba2820ef650..394cc744a261 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample07_CrudOperations.cs +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Sample07_CrudOperations.cs @@ -13,14 +13,17 @@ public class Sample07_CrudOperations : ServiceBusLiveTestBase [Test] public async Task CreateQueue() { +#if !SNIPPET string queueName = Guid.NewGuid().ToString("D").Substring(0, 8); string connectionString = TestEnvironment.ServiceBusConnectionString; - +#endif try { #region Snippet:CreateQueue - //@@ string connectionString = ""; - //@@ string queueName = ""; +#if SNIPPET + string connectionString = ""; + string queueName = ""; +#endif var client = new ServiceBusAdministrationClient(connectionString); var options = new CreateQueueOptions(queueName) { @@ -83,17 +86,20 @@ await client.GetQueueAsync(queueName), [Test] public async Task CreateTopicAndSubscription() { +#if !SNIPPET string topicName = Guid.NewGuid().ToString("D").Substring(0, 8); string subscriptionName = Guid.NewGuid().ToString("D").Substring(0, 8); string connectionString = TestEnvironment.ServiceBusConnectionString; var client = new ServiceBusAdministrationClient(connectionString); - +#endif try { #region Snippet:CreateTopicAndSubscription - //@@ string connectionString = ""; - //@@ string topicName = ""; - //@@ var client = new ServiceBusManagementClient(connectionString); +#if SNIPPET + string connectionString = ""; + string topicName = ""; + var client = new ServiceBusManagementClient(connectionString); +#endif var topicOptions = new CreateTopicOptions(topicName) { AutoDeleteOnIdle = TimeSpan.FromDays(7), @@ -112,7 +118,9 @@ public async Task CreateTopicAndSubscription() TopicProperties createdTopic = await client.CreateTopicAsync(topicOptions); - //@@ string subscriptionName = ""; +#if SNIPPET + string subscriptionName = ""; +#endif var subscriptionOptions = new CreateSubscriptionOptions(topicName, subscriptionName) { AutoDeleteOnIdle = TimeSpan.FromDays(7), diff --git a/sdk/storage/Azure.Storage.Blobs/api/Azure.Storage.Blobs.netstandard2.0.cs b/sdk/storage/Azure.Storage.Blobs/api/Azure.Storage.Blobs.netstandard2.0.cs index 4878a92e2497..d8d9d778b33b 100644 --- a/sdk/storage/Azure.Storage.Blobs/api/Azure.Storage.Blobs.netstandard2.0.cs +++ b/sdk/storage/Azure.Storage.Blobs/api/Azure.Storage.Blobs.netstandard2.0.cs @@ -49,7 +49,7 @@ public BlobClient(System.Uri blobUri, Azure.Storage.StorageSharedKeyCredential c } public partial class BlobClientOptions : Azure.Core.ClientOptions { - public BlobClientOptions(Azure.Storage.Blobs.BlobClientOptions.ServiceVersion version = Azure.Storage.Blobs.BlobClientOptions.ServiceVersion.V2020_06_12) { } + public BlobClientOptions(Azure.Storage.Blobs.BlobClientOptions.ServiceVersion version = Azure.Storage.Blobs.BlobClientOptions.ServiceVersion.V2020_08_04) { } public Azure.Storage.Blobs.Models.CustomerProvidedKey? CustomerProvidedKey { get { throw null; } set { } } public string EncryptionScope { get { throw null; } set { } } public System.Uri GeoRedundantSecondaryUri { get { throw null; } set { } } @@ -1523,7 +1523,7 @@ public PageBlobClient(System.Uri blobUri, Azure.Storage.StorageSharedKeyCredenti } public partial class SpecializedBlobClientOptions : Azure.Storage.Blobs.BlobClientOptions { - public SpecializedBlobClientOptions(Azure.Storage.Blobs.BlobClientOptions.ServiceVersion version = Azure.Storage.Blobs.BlobClientOptions.ServiceVersion.V2020_06_12) : base (default(Azure.Storage.Blobs.BlobClientOptions.ServiceVersion)) { } + public SpecializedBlobClientOptions(Azure.Storage.Blobs.BlobClientOptions.ServiceVersion version = Azure.Storage.Blobs.BlobClientOptions.ServiceVersion.V2020_08_04) : base (default(Azure.Storage.Blobs.BlobClientOptions.ServiceVersion)) { } public Azure.Storage.ClientSideEncryptionOptions ClientSideEncryption { get { throw null; } set { } } } public static partial class SpecializedBlobExtensions diff --git a/sdk/storage/Azure.Storage.Common/api/Azure.Storage.Common.netstandard2.0.cs b/sdk/storage/Azure.Storage.Common/api/Azure.Storage.Common.netstandard2.0.cs index 04d2788c24db..88bc1ef7dfa1 100644 --- a/sdk/storage/Azure.Storage.Common/api/Azure.Storage.Common.netstandard2.0.cs +++ b/sdk/storage/Azure.Storage.Common/api/Azure.Storage.Common.netstandard2.0.cs @@ -130,7 +130,7 @@ public enum SasProtocol } public partial class SasQueryParameters { - public const string DefaultSasVersion = "2020-06-12"; + public const string DefaultSasVersion = "2020-08-04"; protected SasQueryParameters() { } protected SasQueryParameters(System.Collections.Generic.IDictionary values) { } protected SasQueryParameters(string version, Azure.Storage.Sas.AccountSasServices? services, Azure.Storage.Sas.AccountSasResourceTypes? resourceTypes, Azure.Storage.Sas.SasProtocol protocol, System.DateTimeOffset startsOn, System.DateTimeOffset expiresOn, Azure.Storage.Sas.SasIPRange ipRange, string identifier, string resource, string permissions, string signature, string cacheControl = null, string contentDisposition = null, string contentEncoding = null, string contentLanguage = null, string contentType = null) { } diff --git a/sdk/storage/Azure.Storage.Common/src/Shared/Constants.cs b/sdk/storage/Azure.Storage.Common/src/Shared/Constants.cs index 1161c7111368..a983aa81c73b 100644 --- a/sdk/storage/Azure.Storage.Common/src/Shared/Constants.cs +++ b/sdk/storage/Azure.Storage.Common/src/Shared/Constants.cs @@ -24,8 +24,7 @@ internal static class Constants /// Gets the default service version to use when building shared access /// signatures. /// - // TODO https://github.com/Azure/azure-sdk-for-net/issues/19575 - public const string DefaultSasVersion = "2020-06-12"; + public const string DefaultSasVersion = "2020-08-04"; /// /// The default size of staged blocks when uploading small blobs. diff --git a/sdk/storage/Azure.Storage.Common/src/Shared/StorageVersionExtensions.cs b/sdk/storage/Azure.Storage.Common/src/Shared/StorageVersionExtensions.cs index 802f9d73a0fe..d32ff609773d 100644 --- a/sdk/storage/Azure.Storage.Common/src/Shared/StorageVersionExtensions.cs +++ b/sdk/storage/Azure.Storage.Common/src/Shared/StorageVersionExtensions.cs @@ -36,8 +36,7 @@ internal static class StorageVersionExtensions /// public const ServiceVersion LatestVersion = #if BlobSDK || QueueSDK || FileSDK || DataLakeSDK || ChangeFeedSDK - // TODO https://github.com/Azure/azure-sdk-for-net/issues/19575 - prepare for STG 77 beta release. - ServiceVersion.V2020_06_12; + ServiceVersion.V2020_08_04; #else ERROR_STORAGE_SERVICE_NOT_DEFINED; #endif @@ -47,7 +46,6 @@ internal static class StorageVersionExtensions /// internal const ServiceVersion MaxVersion = #if BlobSDK || QueueSDK || FileSDK || DataLakeSDK || ChangeFeedSDK - // TODO https://github.com/Azure/azure-sdk-for-net/issues/19575 - prepare for STG 77 beta release. ServiceVersion.V2020_08_04; #else ERROR_STORAGE_SERVICE_NOT_DEFINED; diff --git a/sdk/storage/Azure.Storage.Files.DataLake/api/Azure.Storage.Files.DataLake.netstandard2.0.cs b/sdk/storage/Azure.Storage.Files.DataLake/api/Azure.Storage.Files.DataLake.netstandard2.0.cs index c061f0db152c..cd060643c9e5 100644 --- a/sdk/storage/Azure.Storage.Files.DataLake/api/Azure.Storage.Files.DataLake.netstandard2.0.cs +++ b/sdk/storage/Azure.Storage.Files.DataLake/api/Azure.Storage.Files.DataLake.netstandard2.0.cs @@ -2,7 +2,7 @@ namespace Azure.Storage.Files.DataLake { public partial class DataLakeClientOptions : Azure.Core.ClientOptions { - public DataLakeClientOptions(Azure.Storage.Files.DataLake.DataLakeClientOptions.ServiceVersion version = Azure.Storage.Files.DataLake.DataLakeClientOptions.ServiceVersion.V2020_06_12) { } + public DataLakeClientOptions(Azure.Storage.Files.DataLake.DataLakeClientOptions.ServiceVersion version = Azure.Storage.Files.DataLake.DataLakeClientOptions.ServiceVersion.V2020_08_04) { } public System.Uri GeoRedundantSecondaryUri { get { throw null; } set { } } public Azure.Storage.Files.DataLake.DataLakeClientOptions.ServiceVersion Version { get { throw null; } } public enum ServiceVersion diff --git a/sdk/storage/Azure.Storage.Files.DataLake/tests/FileSystemClientTests.cs b/sdk/storage/Azure.Storage.Files.DataLake/tests/FileSystemClientTests.cs index 0b8b046dc401..aba0cb88ae11 100644 --- a/sdk/storage/Azure.Storage.Files.DataLake/tests/FileSystemClientTests.cs +++ b/sdk/storage/Azure.Storage.Files.DataLake/tests/FileSystemClientTests.cs @@ -2057,7 +2057,7 @@ public async Task GetFileClient_SpecialCharacters(string fileName) [Test] [ServiceVersion(Min = DataLakeClientOptions.ServiceVersion.V2020_06_12)] - [PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/19575")] + [PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/20923")] public async Task GetDeletedPathsAsync() { // Arrange @@ -2099,7 +2099,7 @@ public async Task GetDeletedPathsAsync() [Test] [ServiceVersion(Min = DataLakeClientOptions.ServiceVersion.V2020_06_12)] - [PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/19575")] + [PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/20923")] public async Task GetDeletedPathsAsync_Path() { // Arrange @@ -2128,7 +2128,7 @@ public async Task GetDeletedPathsAsync_Path() [Test] [ServiceVersion(Min = DataLakeClientOptions.ServiceVersion.V2020_06_12)] - [PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/19575")] + [PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/20923")] public async Task GetDeletedPathsAsync_Error() { // Arrange @@ -2143,7 +2143,7 @@ await TestHelper.AssertExpectedExceptionAsync( [Test] [ServiceVersion(Min = DataLakeClientOptions.ServiceVersion.V2020_06_12)] - [PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/19575")] + [PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/20923")] public async Task UndeletePathAsync() { // Arrange @@ -2169,7 +2169,7 @@ public async Task UndeletePathAsync() [Test] [ServiceVersion(Min = DataLakeClientOptions.ServiceVersion.V2020_06_12)] - [PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/19575")] + [PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/20923")] public async Task UndeletePathAsync_Error() { // Arrange @@ -2190,7 +2190,7 @@ await TestHelper.AssertExpectedExceptionAsync( [TestCase(" my cool directory ")] [TestCase("directory")] [ServiceVersion(Min = DataLakeClientOptions.ServiceVersion.V2020_06_12)] - [PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/19575")] + [PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/20923")] public async Task UndeletePathAsync_SpecialCharacters(string directoryName) { // Arrange diff --git a/sdk/storage/Azure.Storage.Files.DataLake/tests/ServiceClientTests.cs b/sdk/storage/Azure.Storage.Files.DataLake/tests/ServiceClientTests.cs index 8f528ee7203e..cd957b4721f1 100644 --- a/sdk/storage/Azure.Storage.Files.DataLake/tests/ServiceClientTests.cs +++ b/sdk/storage/Azure.Storage.Files.DataLake/tests/ServiceClientTests.cs @@ -432,7 +432,7 @@ await TestHelper.AssertExpectedExceptionAsync( [Test] [NonParallelizable] - [PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/19575")] + [PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/20923")] public async Task SetPropertiesAsync_DeleteRetentionPolicy() { // Arrange diff --git a/sdk/storage/Azure.Storage.Files.Shares/api/Azure.Storage.Files.Shares.netstandard2.0.cs b/sdk/storage/Azure.Storage.Files.Shares/api/Azure.Storage.Files.Shares.netstandard2.0.cs index 6106113c9183..1ef0916066ce 100644 --- a/sdk/storage/Azure.Storage.Files.Shares/api/Azure.Storage.Files.Shares.netstandard2.0.cs +++ b/sdk/storage/Azure.Storage.Files.Shares/api/Azure.Storage.Files.Shares.netstandard2.0.cs @@ -95,7 +95,7 @@ public ShareClient(System.Uri shareUri, Azure.Storage.StorageSharedKeyCredential } public partial class ShareClientOptions : Azure.Core.ClientOptions { - public ShareClientOptions(Azure.Storage.Files.Shares.ShareClientOptions.ServiceVersion version = Azure.Storage.Files.Shares.ShareClientOptions.ServiceVersion.V2020_06_12) { } + public ShareClientOptions(Azure.Storage.Files.Shares.ShareClientOptions.ServiceVersion version = Azure.Storage.Files.Shares.ShareClientOptions.ServiceVersion.V2020_08_04) { } public Azure.Storage.Files.Shares.ShareClientOptions.ServiceVersion Version { get { throw null; } } public enum ServiceVersion { diff --git a/sdk/storage/Azure.Storage.Queues/api/Azure.Storage.Queues.netstandard2.0.cs b/sdk/storage/Azure.Storage.Queues/api/Azure.Storage.Queues.netstandard2.0.cs index 72a5a1f57a03..b817aef8a794 100644 --- a/sdk/storage/Azure.Storage.Queues/api/Azure.Storage.Queues.netstandard2.0.cs +++ b/sdk/storage/Azure.Storage.Queues/api/Azure.Storage.Queues.netstandard2.0.cs @@ -70,7 +70,7 @@ public QueueClient(System.Uri queueUri, Azure.Storage.StorageSharedKeyCredential } public partial class QueueClientOptions : Azure.Core.ClientOptions { - public QueueClientOptions(Azure.Storage.Queues.QueueClientOptions.ServiceVersion version = Azure.Storage.Queues.QueueClientOptions.ServiceVersion.V2020_06_12) { } + public QueueClientOptions(Azure.Storage.Queues.QueueClientOptions.ServiceVersion version = Azure.Storage.Queues.QueueClientOptions.ServiceVersion.V2020_08_04) { } public System.Uri GeoRedundantSecondaryUri { get { throw null; } set { } } public Azure.Storage.Queues.QueueMessageEncoding MessageEncoding { get { throw null; } set { } } public Azure.Storage.Queues.QueueClientOptions.ServiceVersion Version { get { throw null; } } @@ -375,7 +375,7 @@ public event System.EventHandler + @@ -37,6 +38,4 @@ - - diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/CHANGELOG.md b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/CHANGELOG.md index e7ebc6da1340..1495b4331832 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/CHANGELOG.md +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/CHANGELOG.md @@ -1,7 +1,9 @@ # Release History -## 1.0.0-preview.9 (Unreleased) - +## 1.0.0-preview.9 (2021-05-11) +### Key Bug Fixes +- Updated dependency versions. +- Improved deserialization of optional parameters (https://github.com/Azure/azure-sdk-for-net/issues/20051) ## 1.0.0-preview.8 (2021-04-06) diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Azure.Analytics.Synapse.Artifacts.csproj b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Azure.Analytics.Synapse.Artifacts.csproj index 1d3e01dff721..ed3cc8cb968d 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Azure.Analytics.Synapse.Artifacts.csproj +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Azure.Analytics.Synapse.Artifacts.csproj @@ -18,6 +18,7 @@ + @@ -37,6 +38,4 @@ - - diff --git a/sdk/synapse/Azure.Analytics.Synapse.ManagedPrivateEndpoints/CHANGELOG.md b/sdk/synapse/Azure.Analytics.Synapse.ManagedPrivateEndpoints/CHANGELOG.md index 3c4133e10aa9..e15597116e51 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.ManagedPrivateEndpoints/CHANGELOG.md +++ b/sdk/synapse/Azure.Analytics.Synapse.ManagedPrivateEndpoints/CHANGELOG.md @@ -1,7 +1,8 @@ # Release History -## 1.0.0-beta.3 (Unreleased) - +## 1.0.0-beta.3 (2021-05-11) +### Key Bug Fixes +- Updated dependency versions. ## 1.0.0-beta.2 (2021-02-10) diff --git a/sdk/synapse/Azure.Analytics.Synapse.ManagedPrivateEndpoints/src/Azure.Analytics.Synapse.ManagedPrivateEndpoints.csproj b/sdk/synapse/Azure.Analytics.Synapse.ManagedPrivateEndpoints/src/Azure.Analytics.Synapse.ManagedPrivateEndpoints.csproj index 19f10c69f054..30c91a91a853 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.ManagedPrivateEndpoints/src/Azure.Analytics.Synapse.ManagedPrivateEndpoints.csproj +++ b/sdk/synapse/Azure.Analytics.Synapse.ManagedPrivateEndpoints/src/Azure.Analytics.Synapse.ManagedPrivateEndpoints.csproj @@ -18,6 +18,7 @@ + @@ -37,6 +38,4 @@ - - diff --git a/sdk/synapse/Azure.Analytics.Synapse.Monitoring/CHANGELOG.md b/sdk/synapse/Azure.Analytics.Synapse.Monitoring/CHANGELOG.md index a885ee5331c7..f10a97f34c7e 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Monitoring/CHANGELOG.md +++ b/sdk/synapse/Azure.Analytics.Synapse.Monitoring/CHANGELOG.md @@ -1,7 +1,8 @@ # Release History -## 1.0.0-beta.3 (Unreleased) - +## 1.0.0-beta.3 (2021-05-11) +### Key Bug Fixes +- Updated dependency versions. ## 1.0.0-beta.2 (2021-02-10) diff --git a/sdk/synapse/Azure.Analytics.Synapse.Monitoring/src/Azure.Analytics.Synapse.Monitoring.csproj b/sdk/synapse/Azure.Analytics.Synapse.Monitoring/src/Azure.Analytics.Synapse.Monitoring.csproj index 0b8943551581..a6a469b95632 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Monitoring/src/Azure.Analytics.Synapse.Monitoring.csproj +++ b/sdk/synapse/Azure.Analytics.Synapse.Monitoring/src/Azure.Analytics.Synapse.Monitoring.csproj @@ -18,6 +18,7 @@ + @@ -37,6 +38,4 @@ - - diff --git a/sdk/synapse/Azure.Analytics.Synapse.Shared/src/Azure.Analytics.Synapse.Shared.shproj b/sdk/synapse/Azure.Analytics.Synapse.Shared/src/Azure.Analytics.Synapse.Shared.shproj index a93b8abce831..eb72b762a1c7 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Shared/src/Azure.Analytics.Synapse.Shared.shproj +++ b/sdk/synapse/Azure.Analytics.Synapse.Shared/src/Azure.Analytics.Synapse.Shared.shproj @@ -8,7 +8,6 @@ - diff --git a/sdk/synapse/Azure.Analytics.Synapse.Spark/CHANGELOG.md b/sdk/synapse/Azure.Analytics.Synapse.Spark/CHANGELOG.md index eab6b2a9dd9c..8b51fadc235a 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Spark/CHANGELOG.md +++ b/sdk/synapse/Azure.Analytics.Synapse.Spark/CHANGELOG.md @@ -1,7 +1,8 @@ # Release History -## 1.0.0-preview.6 (Unreleased) - +## 1.0.0-preview.6 (2021-05-11) +### Key Bug Fixes +- Updated dependency versions. ## 1.0.0-preview.5 (2021-02-11) ### Changed diff --git a/sdk/synapse/Azure.Analytics.Synapse.Spark/src/Azure.Analytics.Synapse.Spark.csproj b/sdk/synapse/Azure.Analytics.Synapse.Spark/src/Azure.Analytics.Synapse.Spark.csproj index a87333069d4e..c8e272d01e44 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Spark/src/Azure.Analytics.Synapse.Spark.csproj +++ b/sdk/synapse/Azure.Analytics.Synapse.Spark/src/Azure.Analytics.Synapse.Spark.csproj @@ -20,6 +20,7 @@ + @@ -39,6 +40,4 @@ - - diff --git a/sdk/tables/Azure.Data.Tables/CHANGELOG.md b/sdk/tables/Azure.Data.Tables/CHANGELOG.md index 145a0ae320ee..f4fcabf3ea71 100644 --- a/sdk/tables/Azure.Data.Tables/CHANGELOG.md +++ b/sdk/tables/Azure.Data.Tables/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 12.0.0-beta.8 (Unreleased) +## 12.0.0-beta.8 (2021-05-11) ### Breaking Changes diff --git a/sdk/tables/Azure.Data.Tables/src/Azure.Data.Tables.csproj b/sdk/tables/Azure.Data.Tables/src/Azure.Data.Tables.csproj index d566e710e16b..0b45dac93929 100644 --- a/sdk/tables/Azure.Data.Tables/src/Azure.Data.Tables.csproj +++ b/sdk/tables/Azure.Data.Tables/src/Azure.Data.Tables.csproj @@ -9,10 +9,10 @@ true + - @@ -37,5 +37,4 @@ - diff --git a/sdk/template/Azure.Template/src/Azure.Template.csproj b/sdk/template/Azure.Template/src/Azure.Template.csproj index 8aafca4108a1..fe9ae7edbb4f 100644 --- a/sdk/template/Azure.Template/src/Azure.Template.csproj +++ b/sdk/template/Azure.Template/src/Azure.Template.csproj @@ -8,6 +8,7 @@ + @@ -24,6 +25,4 @@ - - diff --git a/sdk/testcommon/Azure.Graph.Rbac/Directory.Build.props b/sdk/testcommon/Azure.Graph.Rbac/Directory.Build.props index b53edbbeda13..1a9611bd4924 100644 --- a/sdk/testcommon/Azure.Graph.Rbac/Directory.Build.props +++ b/sdk/testcommon/Azure.Graph.Rbac/Directory.Build.props @@ -3,5 +3,4 @@ Add any shared properties you want for the projects under this package directory that need to be set before the auto imported Directory.Build.props --> - diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Azure.AI.TextAnalytics.csproj b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Azure.AI.TextAnalytics.csproj index b047e72f56b7..ea5ebbf19646 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Azure.AI.TextAnalytics.csproj +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Azure.AI.TextAnalytics.csproj @@ -10,11 +10,11 @@ $(NoWarn);3021;AZC0012 + - - + diff --git a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/README.md b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/README.md index ebfead99944e..4f78f3ccfc1b 100644 --- a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/README.md +++ b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/README.md @@ -92,11 +92,10 @@ Example below shows use of TimeSeriesInsightsSampleGetTypeById operation, iterat // Code snippet below shows getting a default Type using Id // The default type Id can be obtained programmatically by using the ModelSettings client. -TimeSeriesModelSettings modelSettings = await client.ModelSettings.GetAsync().ConfigureAwait(false); +TimeSeriesModelSettings modelSettings = await client.ModelSettings.GetAsync(); Response getTypeByIdResults = await client .Types - .GetByIdAsync(new string[] { modelSettings.DefaultTypeId }) - .ConfigureAwait(false); + .GetByIdAsync(new string[] { modelSettings.DefaultTypeId }); // The response of calling the API contains a list of type or error objects corresponding by position to the input parameter array in the request. // If the error object is set to null, this means the operation was a success. diff --git a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/api/Azure.IoT.TimeSeriesInsights.netstandard2.0.cs b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/api/Azure.IoT.TimeSeriesInsights.netstandard2.0.cs index 8a44bc5825c8..e4825609da38 100644 --- a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/api/Azure.IoT.TimeSeriesInsights.netstandard2.0.cs +++ b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/api/Azure.IoT.TimeSeriesInsights.netstandard2.0.cs @@ -218,7 +218,7 @@ public TimeSeriesInsightsClient(string environmentFqdn, Azure.Core.TokenCredenti public virtual Azure.IoT.TimeSeriesInsights.TimeSeriesInsightsHierarchies Hierarchies { get { throw null; } } public virtual Azure.IoT.TimeSeriesInsights.TimeSeriesInsightsInstances Instances { get { throw null; } } public virtual Azure.IoT.TimeSeriesInsights.TimeSeriesInsightsModelSettings ModelSettings { get { throw null; } } - public virtual Azure.IoT.TimeSeriesInsights.TimeSeriesInsightsQuery Query { get { throw null; } } + public virtual Azure.IoT.TimeSeriesInsights.TimeSeriesInsightsQueries Queries { get { throw null; } } public virtual Azure.IoT.TimeSeriesInsights.TimeSeriesInsightsTypes Types { get { throw null; } } } public partial class TimeSeriesInsightsClientOptions : Azure.Core.ClientOptions @@ -274,9 +274,9 @@ protected TimeSeriesInsightsModelSettings() { } public virtual Azure.Response UpdateName(string name, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateNameAsync(string name, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class TimeSeriesInsightsQuery + public partial class TimeSeriesInsightsQueries { - protected TimeSeriesInsightsQuery() { } + protected TimeSeriesInsightsQueries() { } public virtual Azure.IoT.TimeSeriesInsights.QueryAnalyzer CreateAggregateSeriesQueryAnalyzer(Azure.IoT.TimeSeriesInsights.TimeSeriesId timeSeriesId, System.DateTimeOffset startTime, System.DateTimeOffset endTime, System.TimeSpan interval, Azure.IoT.TimeSeriesInsights.QueryAggregateSeriesRequestOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.IoT.TimeSeriesInsights.QueryAnalyzer CreateAggregateSeriesQueryAnalyzer(Azure.IoT.TimeSeriesInsights.TimeSeriesId timeSeriesId, System.TimeSpan interval, System.TimeSpan timeSpan, System.DateTimeOffset? endTime = default(System.DateTimeOffset?), Azure.IoT.TimeSeriesInsights.QueryAggregateSeriesRequestOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.IoT.TimeSeriesInsights.QueryAnalyzer CreateEventsQueryAnalyzer(Azure.IoT.TimeSeriesInsights.TimeSeriesId timeSeriesId, System.DateTimeOffset startTime, System.DateTimeOffset endTime, Azure.IoT.TimeSeriesInsights.QueryEventsRequestOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } diff --git a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/Readme.md b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/Readme.md index a82df272e875..94702f2a93fc 100644 --- a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/Readme.md +++ b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/Readme.md @@ -1,20 +1,41 @@ # Introduction -Introduction to Time Series Insights. +Azure Time Series Insights provides data exploration and telemetry tools to help you improve operational analysis. It's a fully managed analytics, storage, and visualization service where you can explore and analyze billions of Internet of Things (IoT) events simultaneously. -# Time Series Insights Samples +Azure Time Series Insights gives you a global view of your data, so you can quickly validate your IoT solution and avoid costly downtime to mission-critical devices. It can help you discover hidden trends, spot anomalies, and conduct root-cause analysis in near real time. + +If you are new to Azure Time Series Insights and would like to learn more about the platform, please make sure you check out the Azure Time Series Insights official [documentation page][tsi_product_documentation]. + +# Time Series Insights client library for .NET +The Time Series Insights client library for .NET provides the following functionality: +- Retrieving and being able to make changes to the Time Series Insights environment model settings, such as changing the model name or default type ID. +- Retrieving and being able to add, update and remove Time Series instances. +- Retrieving and being able to make changes to the Time Series Insights environment types, such as creating, updating and deleting Time Series types. +- Retrieving and being able to make changes to the Time Series Insights hierarchies, such as creating, updating and deleting Time Series hierarchies. +- Querying raw events, computed series and aggregate series + +[Source Code][tsi_client_src] | [Package (NuGet)][tsi_nuget_package] | [Product documentation][tsi_product_documentation] | [Samples][tsi_samples] + +# Key concepts -You can explore the time series insights APIs (using the client library) using the samples project. +## TimeSeriesInsightsClient -## Creating the time series insights client +A `TimeSeriesInsightsClient` is the primary interface for developers using the Time Series Insights client library. It provides both synchronous and asynchronous operations to perform operations on a Time Series Insights environment. The `TimeSeriesInsightsClient` exposes several properties that a developer will use to perform specific operations on a Time Series Insights environment. For example, `ModelSettings` is the property that a developer can use to perform operations on the model settings of the TSI environment. `Instances` can be used to perform operations on TSI instances. Other properties include `Types`, `Hierarchies` and `Query`. -To create a new time series insights client, you need the endpoint to an Azure Time Series Insights instance and supply credentials. -In the sample below, you can set `TsiEndpoint`, `TenantId`, `ClientId`, and `ClientSecret` as command-line arguments. -The client requires an instance of [TokenCredential](https://docs.microsoft.com/dotnet/api/azure.core.tokencredential?view=azure-dotnet). -In this samples, we illustrate how to use one derived class: ClientSecretCredential. +## Creating TimeSeriesInsightsClient + +To create a new Time Series Insights client, you need the endpoint to an Azure Time Series Insights environment and supply credentials. +To use the [DefaultAzureCredential][DefaultAzureCredential] provider shown below, +or other credential providers provided with the Azure SDK, please install the Azure.Identity package: + +```PowerShell +Install-Package Azure.Identity +``` + +Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET. ```C# Snippet:TimeSeriesInsightsSampleCreateServiceClientWithClientSecret -// DefaultAzureCredential supports different authentication mechanisms and determines the appropriate credential type based of the environment it is executing in. +// DefaultAzureCredential supports different authentication mechanisms and determines the appropriate credential type based on the environment it is executing in. // It attempts to use multiple credential types in an order until it finds a working credential. var tokenCredential = new DefaultAzureCredential(); @@ -23,3 +44,675 @@ var client = new TimeSeriesInsightsClient( tokenCredential); ``` +# Time Series Insights Samples + +The following section provides several code snippets using the `client` created above, and covers the main functions of Time Series Insights. You can explore and learn more about the Time Series Insights client library APIs through using the samples project. + +- [Time Series Insights ID](#time-series-insights-id) +- [Time Series Insights Model Settings](#time-series-insights-model-settings) +- [Time Series Insights Instances](#time-series-insights-instances) +- [Time Series Insights Types](#time-series-insights-types) +- [Time Series Insights Hierarchies](#time-series-insights-hierarchies) +- [Time Series Insights Query](#time-series-insights-query) + +## Time Series Insights ID +A single Time Series ID value is composed of up to 3 string values that uniquely identify a Time Series instance. The keys that make up the Time Series ID are chosen when creating a Time Series Insights Gen2 environment through the Azure portal. The position of values must match Time Series ID properties specified on the environment and returned by Get Model Setting API. For example, if your Time Series Insights environment is setup with ID properties `Building`, `Floor` and `Room`, then this code snippet illustrates creating a Time Series instance ID using `TimeSeriesId` class for `Building` : 'Millennium', `Floor` : 'Floor2' and `Room` : '2A01'. Visit [this page][tsi_id_learn_more] to check out the best practices for choosing a Time Series ID. + +```csharp +var instanceId = new TimeSeriesId("Millennium", "Floor2", "2A01"); +``` + +## Time Series Insights Model Settings + +Use `ModelSettings` in [TimeSeriesInsightsClient](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsClient.cs) to learn more about the environment model settings, such as name, default type ID, and the properties that define the Time Series ID during environment creation. + +```C# Snippet:TimeSeriesInsightsSampleGetModelSettings +Response getModelSettingsResponse = await client.ModelSettings.GetAsync(); +Console.WriteLine($"Retrieved Time Series Insights model settings \nname : '{getModelSettingsResponse.Value.Name}', " + + $"default type Id: {getModelSettingsResponse.Value.DefaultTypeId}'"); +IReadOnlyList timeSeriesIdProperties = getModelSettingsResponse.Value.TimeSeriesIdProperties; +foreach (TimeSeriesIdProperty property in timeSeriesIdProperties) +{ + Console.WriteLine($"Time Series Id property name : '{property.Name}', type : '{property.Type}'."); +} +``` + +Here's what a retrieved model settings object looks like. +```json +{ + "Name": "sampleModel", + "TimeSeriesIdProperties": [ + { + "Name": "Building", + "Type": { + "HasValue": true, + "Value": { + + } + } + }, + { + "Name": "Floor", + "Type": { + "HasValue": true, + "Value": { + + } + } + }, + { + "Name": "Room", + "Type": { + "HasValue": true, + "Value": { + + } + } + } + ], + "DefaultTypeId": "86fc3da5-a7cb-443a-b7c3-00a7d9ebb72d" +} +``` + +You can also use `ModelSettings` object to make changes to the model settings name and/or default type ID. + +```C# Snippet:TimeSeriesInsightsSampleUpdateModelSettingsName +Response updateModelSettingsNameResponse = await client.ModelSettings.UpdateNameAsync("NewModelSettingsName"); +Console.WriteLine($"Updated Time Series Insights model settings name: " + + $"{updateModelSettingsNameResponse.Value.Name}"); +``` + +```C# Snippet:TimeSeriesInsightsSampleUpdateModelSettingsDefaultType +Response updateDefaultTypeIdResponse = await client.ModelSettings.UpdateDefaultTypeIdAsync(tsiTypeId); +Console.WriteLine($"Updated Time Series Insights model settings default type Id: " + + $"{updateDefaultTypeIdResponse.Value.Name}"); +``` + +## Time Series Insights Instances + +Time Series Model instances are virtual representations of the time series themselves. To learn more about Time Series Model instances, make sure you visit [this page][tsi_instances_learn_more]. + +Use `Instances` in [TimeSeriesInsightsClient](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsClient.cs) to perform a variety of operations on the environment's instances. + +This code snippet demonstrates retrieving all created instances in your TSI environment. +```C# Snippet:TimeSeriesInsightsGetAllInstances +// Get all instances for the Time Series Insights environment +AsyncPageable tsiInstances = client.Instances.GetAsync(); +await foreach (TimeSeriesInstance tsiInstance in tsiInstances) +{ + Console.WriteLine($"Retrieved Time Series Insights instance with Id '{tsiInstance.TimeSeriesId}' and name '{tsiInstance.Name}'."); +} +``` + +This code snippet demonstrates creating a list of Time Series instances in your environment. +```C# Snippet:TimeSeriesInsightsSampleCreateInstance +// Create a Time Series Instance object with the default Time Series Insights type Id. +// The default type Id can be obtained programmatically by using the ModelSettings client. +// tsId is created above using `TimeSeriesIdHelper.CreateTimeSeriesId`. +var instance = new TimeSeriesInstance(tsId, defaultTypeId) +{ + Name = "instance1", +}; + +var tsiInstancesToCreate = new List +{ + instance, +}; + +Response createInstanceErrors = await client + .Instances + .CreateOrReplaceAsync(tsiInstancesToCreate); + +// The response of calling the API contains a list of error objects corresponding by position to the input parameter +// array in the request. If the error object is set to null, this means the operation was a success. +for (int i = 0; i < createInstanceErrors.Value.Length; i++) +{ + TimeSeriesId tsiId = tsiInstancesToCreate[i].TimeSeriesId; + + if (createInstanceErrors.Value[i] == null) + { + Console.WriteLine($"Created Time Series Insights instance with Id '{tsiId}'."); + } + else + { + Console.WriteLine($"Failed to create a Time Series Insights instance with Id '{tsiId}', " + + $"Error Message: '{createInstanceErrors.Value[i].Message}, " + + $"Error code: '{createInstanceErrors.Value[i].Code}'."); + } +} +``` + +You can also retrieve specific instances by their unique identifier, or by the Time Series instance names. + +```C# Snippet:TimeSeriesInsightsGetnstancesById +// Get Time Series Insights instances by Id +// tsId is created above using `TimeSeriesIdHelper.CreateTimeSeriesId`. +var timeSeriesIds = new List +{ + tsId, +}; + +Response getByIdsResult = await client.Instances.GetAsync(timeSeriesIds); + +// The response of calling the API contains a list of instance or error objects corresponding by position to the array in the request. +// Instance object is set when operation is successful and error object is set when operation is unsuccessful. +for (int i = 0; i < getByIdsResult.Value.Length; i++) +{ + InstancesOperationResult currentOperationResult = getByIdsResult.Value[i]; + + if (currentOperationResult.Instance != null) + { + Console.WriteLine($"Retrieved Time Series Insights instance with Id '{currentOperationResult.Instance.TimeSeriesId}' and name '{currentOperationResult.Instance.Name}'."); + } + else if (currentOperationResult.Error != null) + { + Console.WriteLine($"Failed to retrieve a Time Series Insights instance with Id '{timeSeriesIds[i]}'. Error message: '{currentOperationResult.Error.Message}'."); + } +} +``` + +Similarly, you can delete specific instances by their unique identifier, or by the Time Series instances names. + +```C# Snippet:TimeSeriesInsightsSampleDeleteInstanceById +// tsId is created above using `TimeSeriesIdHelper.CreateTimeSeriesId`. +var instancesToDelete = new List +{ + tsId, +}; + +Response deleteInstanceErrors = await client + .Instances + .DeleteAsync(instancesToDelete); + +// The response of calling the API contains a list of error objects corresponding by position to the input parameter +// array in the request. If the error object is set to null, this means the operation was a success. +for (int i = 0; i < deleteInstanceErrors.Value.Length; i++) +{ + TimeSeriesId tsiId = instancesToDelete[i]; + + if (deleteInstanceErrors.Value[i] == null) + { + Console.WriteLine($"Deleted Time Series Insights instance with Id '{tsiId}'."); + } + else + { + Console.WriteLine($"Failed to delete a Time Series Insights instance with Id '{tsiId}'. Error Message: '{deleteInstanceErrors.Value[i].Message}'"); + } +} +``` + +This code snippet demonstrates replacing an existing Time Series instance. +```C# Snippet:TimeSeriesInsightsReplaceInstance +// Get Time Series Insights instances by Id +// tsId is created above using `TimeSeriesIdHelper.CreateTimeSeriesId`. +var instanceIdsToGet = new List +{ + tsId, +}; + +Response getInstancesByIdResult = await client.Instances.GetAsync(instanceIdsToGet); + +TimeSeriesInstance instanceResult = getInstancesByIdResult.Value[0].Instance; +Console.WriteLine($"Retrieved Time Series Insights instance with Id '{instanceResult.TimeSeriesId}' and name '{instanceResult.Name}'."); + +// Now let's replace the instance with an updated name +instanceResult.Name = "newInstanceName"; + +var instancesToReplace = new List +{ + instanceResult, +}; + +Response replaceInstancesResult = await client.Instances.ReplaceAsync(instancesToReplace); + +// The response of calling the API contains a list of error objects corresponding by position to the input parameter. +// array in the request. If the error object is set to null, this means the operation was a success. +for (int i = 0; i < replaceInstancesResult.Value.Length; i++) +{ + TimeSeriesId tsiId = instancesToReplace[i].TimeSeriesId; + + TimeSeriesOperationError currentError = replaceInstancesResult.Value[i].Error; + + if (currentError != null) + { + Console.WriteLine($"Failed to replace Time Series Insights instance with Id '{tsiId}'," + + $" Error Message: '{currentError.Message}', Error code: '{currentError.Code}'."); + } + else + { + Console.WriteLine($"Replaced Time Series Insights instance with Id '{tsiId}'."); + } +} +``` + +## Time Series Insights Types +Use `Types` in [TimeSeriesInsightsClient](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsClient.cs) to create, retrieve, replace and delete Time Series types in your environment. + +This snippet demonstrates creating a Time Series type in your environment. + +```C# Snippet:TimeSeriesInsightsSampleCreateType +// Create a type with an aggregate variable +var timeSeriesTypes = new List(); + +var countExpression = new TimeSeriesExpression("count()"); +var aggregateVariable = new AggregateVariable(countExpression); +var variables = new Dictionary(); +variables.Add("aggregateVariable", aggregateVariable); + +timeSeriesTypes.Add(new TimeSeriesType("Type1", variables) { Id = "Type1Id" }); +timeSeriesTypes.Add(new TimeSeriesType("Type2", variables) { Id = "Type2Id" }); + +Response createTypesResult = await client + .Types + .CreateOrReplaceAsync(timeSeriesTypes); + +// The response of calling the API contains a list of error objects corresponding by position to the input parameter array in the request. +// If the error object is set to null, this means the operation was a success. +for (int i = 0; i < createTypesResult.Value.Length; i++) +{ + if (createTypesResult.Value[i].Error == null) + { + Console.WriteLine($"Created Time Series type successfully."); + } + else + { + Console.WriteLine($"Failed to create a Time Series Insights type: {createTypesResult.Value[i].Error.Message}."); + } +} +``` + +This snippet demonstrates retrieving all created types in your environment in pages. You can enumerate an AsyncPageable object using the `async foreach` loop. + +```C# Snippet:TimeSeriesInsightsSampleGetAllTypes +// Get all Time Series types in the environment +AsyncPageable getAllTypesResponse = client.Types.GetTypesAsync(); + +await foreach (TimeSeriesType tsiType in getAllTypesResponse) +{ + Console.WriteLine($"Retrieved Time Series Insights type with Id: '{tsiType?.Id}' and Name: '{tsiType?.Name}'"); +} +``` + +This snippet highlights how you can retrieve a list of specific Time Series types by their unique identifiers or names. + +```C# Snippet:TimeSeriesInsightsSampleGetTypeById +// Code snippet below shows getting a default Type using Id +// The default type Id can be obtained programmatically by using the ModelSettings client. + +TimeSeriesModelSettings modelSettings = await client.ModelSettings.GetAsync(); +Response getTypeByIdResults = await client + .Types + .GetByIdAsync(new string[] { modelSettings.DefaultTypeId }); + +// The response of calling the API contains a list of type or error objects corresponding by position to the input parameter array in the request. +// If the error object is set to null, this means the operation was a success. +for (int i = 0; i < getTypeByIdResults.Value.Length; i++) +{ + if (getTypeByIdResults.Value[i].Error == null) + { + Console.WriteLine($"Retrieved Time Series type with Id: '{getTypeByIdResults.Value[i].TimeSeriesType.Id}'."); + } + else + { + Console.WriteLine($"Failed to retrieve a Time Series type due to '{getTypeByIdResults.Value[i].Error.Message}'."); + } +} +``` + +Similarly, you can delete Time Series types by providing a list of Time Series type Ids or names. + +```C# Snippet:TimeSeriesInsightsSampleDeleteTypeById +// Delete Time Series types with Ids + +var typesIdsToDelete = new List { "Type1Id", " Type2Id" }; +Response deleteTypesResponse = await client + .Types + .DeleteByIdAsync(typesIdsToDelete); + +// The response of calling the API contains a list of error objects corresponding by position to the input parameter +// array in the request. If the error object is set to null, this means the operation was a success. +foreach (var result in deleteTypesResponse.Value) +{ + if (result != null) + { + Console.WriteLine($"Failed to delete a Time Series Insights type: {result.Message}."); + } + else + { + Console.WriteLine($"Deleted a Time Series Insights type successfully."); + } +} +``` + +This code snippet demonstrates replacing an existing Time Series type. + +```C# Snippet:TimeSeriesInsightsSampleReplaceType +// Update variables with adding a new variable +foreach (TimeSeriesType type in timeSeriesTypes) +{ + type.Description = "Description"; +} + +Response updateTypesResult = await client + .Types + .CreateOrReplaceAsync(timeSeriesTypes); + +// The response of calling the API contains a list of error objects corresponding by position to the input parameter array in the request. +// If the error object is set to null, this means the operation was a success. +for (int i = 0; i < updateTypesResult.Value.Length; i++) +{ + if (updateTypesResult.Value[i].Error == null) + { + Console.WriteLine($"Updated Time Series type successfully."); + } + else + { + Console.WriteLine($"Failed to update a Time Series Insights type due to: {updateTypesResult.Value[i].Error.Message}."); + } +} +``` + +## Time Series Insights Hierarchies + +Time Series Model hierarchies organize instances by specifying property names and their relationships. You can configure multiple hierarchies in a given Azure Time Series Insights Gen2 environment. A Time Series Model instance can map to a single hierarchy or multiple hierarchies (many-to-many relationship). To learn more about Time Series Model hierarchies, make sure you visit [this page][tsi_hierarchies_learn_more]. + +Use `Hierarchies` in [TimeSeriesInsightsClient](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsClient.cs) to perform a variety of operations on the environment's hierarchies. + +This code snippet demonstrates creating hierarchies in your Time Series Insights environment. + +```C# Snippet:TimeSeriesInsightsSampleCreateHierarchies +var hierarchySource = new TimeSeriesHierarchySource(); +hierarchySource.InstanceFieldNames.Add("hierarchyLevel1"); + +var tsiHierarchy = new TimeSeriesHierarchy("sampleHierarchy", hierarchySource) +{ + Id = "sampleHierarchyId" +}; + +var timeSeriesHierarchies = new List +{ + tsiHierarchy +}; + +// Create Time Series hierarchies +Response createHierarchiesResult = await client + .Hierarchies + .CreateOrReplaceAsync(timeSeriesHierarchies); + +// The response of calling the API contains a list of error objects corresponding by position to the input parameter array in the request. +// If the error object is set to null, this means the operation was a success. +for (int i = 0; i < createHierarchiesResult.Value.Length; i++) +{ + if (createHierarchiesResult.Value[i].Error == null) + { + Console.WriteLine($"Created Time Series hierarchy successfully."); + } + else + { + Console.WriteLine($"Failed to create a Time Series hierarchy: {createHierarchiesResult.Value[i].Error.Message}."); + } +} +``` + +This code snippet demonstrates retrieving all hierarchies in your environment in pages. You can enumerate an AsyncPageable object using the `async foreach` loop. + +```C# Snippet:TimeSeriesInsightsSampleGetAllHierarchies +// Get all Time Series hierarchies in the environment +AsyncPageable getAllHierarchies = client.Hierarchies.GetAsync(); +await foreach (TimeSeriesHierarchy hierarchy in getAllHierarchies) +{ + Console.WriteLine($"Retrieved Time Series Insights hierarchy with Id: '{hierarchy.Id}' and Name: '{hierarchy.Name}'."); +} +``` + +You can use a list of hierarchy IDs or names to get specific hierarchies, as demonstrated in this code snippet. + +```C# Snippet:TimeSeriesInsightsSampleGetHierarchiesById +var tsiHierarchyIds = new List +{ + "sampleHierarchyId" +}; + +Response getHierarchiesByIdsResult = await client + .Hierarchies + .GetByIdAsync(tsiHierarchyIds); + +// The response of calling the API contains a list of hieararchy or error objects corresponding by position to the input parameter array in the request. +// If the error object is set to null, this means the operation was a success. +for (int i = 0; i < getHierarchiesByIdsResult.Value.Length; i++) +{ + if (getHierarchiesByIdsResult.Value[i].Error == null) + { + Console.WriteLine($"Retrieved Time Series hieararchy with Id: '{getHierarchiesByIdsResult.Value[i].Hierarchy.Id}'."); + } + else + { + Console.WriteLine($"Failed to retrieve a Time Series hieararchy due to '{getHierarchiesByIdsResult.Value[i].Error.Message}'."); + } +} +``` + +Similarly, you can use a list of hierarchies Ids or names to be able to delete hierarchies, as demonstrated in this code snippet. +```C# Snippet:TimeSeriesInsightsSampleDeleteHierarchiesById +// Delete Time Series hierarchies with Ids +var tsiHierarchyIdsToDelete = new List +{ + "sampleHiearchyId" +}; + +Response deleteHierarchiesResponse = await client + .Hierarchies + .DeleteByIdAsync(tsiHierarchyIdsToDelete); + +// The response of calling the API contains a list of error objects corresponding by position to the input parameter +// array in the request. If the error object is set to null, this means the operation was a success. +foreach (TimeSeriesOperationError result in deleteHierarchiesResponse.Value) +{ + if (result != null) + { + Console.WriteLine($"Failed to delete a Time Series Insights hierarchy: {result.Message}."); + } + else + { + Console.WriteLine($"Deleted a Time Series Insights hierarchy successfully."); + } +} +``` + +This code snippet demonstrates replacing a Time Series hierarchy. + +```C# Snippet:TimeSeriesInsightsSampleReplaceHierarchies +// Update hierarchies with adding a new instance field +foreach (TimeSeriesHierarchy hierarchy in timeSeriesHierarchies) +{ + hierarchy.Source.InstanceFieldNames.Add("hierarchyLevel2"); +} + +Response updateHierarchiesResult = await client + .Hierarchies + .CreateOrReplaceAsync(timeSeriesHierarchies); + +// The response of calling the API contains a list of error objects corresponding by position to the input parameter array in the request. +// If the error object is set to null, this means the operation was a success. +for (int i = 0; i < updateHierarchiesResult.Value.Length; i++) +{ + if (updateHierarchiesResult.Value[i].Error == null) + { + Console.WriteLine($"Updated Time Series hierarchy successfully."); + } + else + { + Console.WriteLine($"Failed to update a Time Series Insights hierarchy due to: {updateHierarchiesResult.Value[i].Error.Message}."); + } +} +``` + +## Time Series Insights Query + +Use `Queries` in [TimeSeriesInsightsClient](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsClient.cs) to query for: +- Raw events for a given Time Series ID and search span. +- Computed values and the associated event timestamps by applying calculations defined by variables on raw events. These variables can be defined in either the Time Series Model or provided inline in the query. +- Aggregated values and the associated interval timestamps by applying calculations defined by variables on raw events. These variables can be defined in either the Time Series Model or provided inline in the query. + +Response for the `Query` APIs are of type `QueryAnalyzer`. The QueryAnalyzer allows a developer to query for pages of results, while being able to perform operations on the result set as a whole. For example, to get a list of `TimeSeriesPoint` in pages, call the `GetResultsAsync` method on the `QueryAnalyzer` object. You can enumerate an AsyncPageable object using the `async foreach` loop. + +This code snippet demonstrates querying for raw events with using a time span interval. + +```C# Snippet:TimeSeriesInsightsSampleQueryEventsUsingTimeSpan +Console.WriteLine("\n\nQuery for raw humidity events over the past 30 seconds.\n"); + +QueryAnalyzer humidityEventsQueryAnalyzer = client.Queries.CreateEventsQueryAnalyzer(tsId, TimeSpan.FromSeconds(30)); +await foreach (TimeSeriesPoint point in humidityEventsQueryAnalyzer.GetResultsAsync()) +{ + TimeSeriesValue humidityValue = point.GetValue("Humidity"); + + // Figure out what is the underlying type for the time series value. Since you know your Time Series Insights + // environment best, you probably do not need this logic and you can skip to directly casting to the proper + // type. This logic demonstrates how you can figure out what type to cast to in the case where you are not + // too familiar with the property type. + if (humidityValue.Type == typeof(double?)) + { + Console.WriteLine($"{point.Timestamp} - Humidity: {(double?)humidityValue}"); + } + else if (humidityValue.Type == typeof(int?)) + { + Console.WriteLine($"{point.Timestamp} - Humidity: {(int?)humidityValue}"); + } + else + { + Console.WriteLine("The type of the Time Series value for Humidity is not numeric."); + } +} +``` + +The client library also provides a way to query for raw events using using a start and end time, as demonstrated in this code snippet. + +```C# Snippet:TimeSeriesInsightsSampleQueryEvents +Console.WriteLine("\n\nQuery for raw temperature events over the past 10 minutes.\n"); + +// Get events from last 10 minute +DateTimeOffset endTime = DateTime.UtcNow; +DateTimeOffset startTime = endTime.AddMinutes(-10); + +QueryAnalyzer temperatureEventsQueryAnalyzer = client.Queries.CreateEventsQueryAnalyzer(tsId, startTime, endTime); +await foreach (TimeSeriesPoint point in temperatureEventsQueryAnalyzer.GetResultsAsync()) +{ + TimeSeriesValue temperatureValue = point.GetValue("Temperature"); + + // Figure out what is the underlying type for the time series value. Since you know your Time Series Insights + // environment best, you probably do not need this logic and you can skip to directly casting to the proper + // type. This logic demonstrates how you can figure out what type to cast to in the case where you are not + // too familiar with the property type. + if (temperatureValue.Type == typeof(double?)) + { + Console.WriteLine($"{point.Timestamp} - Temperature: {(double?)temperatureValue}"); + } + else if (temperatureValue.Type == typeof(int?)) + { + Console.WriteLine($"{point.Timestamp} - Temperature: {(int?)temperatureValue}"); + } + else + { + Console.WriteLine("The type of the Time Series value for Temperature is not numeric."); + } +} +``` + +This code snippet demonstrates querying for series events. In this snippet, we query for the temperature both in Celsius and fahrenheit. The Time Series instance that we query from has predefined numeric variables, one for the Celsius and the other for Fahrenheit. + +```C# Snippet:TimeSeriesInsightsSampleQuerySeries +Console.WriteLine($"\n\nQuery for temperature series in Celsius and Fahrenheit over the past 10 minutes. " + + $"The Time Series instance belongs to a type that has predefined numeric variable that represents the temperature " + + $"in Celsuis, and a predefined numeric variable that represents the temperature in Fahrenheit.\n"); + +DateTimeOffset endTime = DateTime.UtcNow; +DateTimeOffset startTime = endTime.AddMinutes(-10); +QueryAnalyzer seriesQueryAnalyzer = client.Queries.CreateSeriesQueryAnalyzer( + tsId, + startTime, + endTime); + +await foreach (TimeSeriesPoint point in seriesQueryAnalyzer.GetResultsAsync()) +{ + double? tempInCelsius = (double?)point.GetValue(celsiusVariableName); + double? tempInFahrenheit = (double?)point.GetValue(fahrenheitVariableName); + + Console.WriteLine($"{point.Timestamp} - Average temperature in Celsius: {tempInCelsius}. " + + $"Average temperature in Fahrenheit: {tempInFahrenheit}."); +} +``` + +You can also query for series events with variables defined in the request options. In this snippet, we create two [numeric variables][tsi_numeric_variables], one for the Celsius and the other for Fahrenheit. These variables are then added as inline variables to the request options. + +```C# Snippet:TimeSeriesInsightsSampleQuerySeriesWithInlineVariables +Console.WriteLine("\n\nQuery for temperature series in Celsius and Fahrenheit over the past 10 minutes.\n"); + +var celsiusVariable = new NumericVariable( + new TimeSeriesExpression("$event.Temperature"), + new TimeSeriesExpression("avg($value)")); +var fahrenheitVariable = new NumericVariable( + new TimeSeriesExpression("$event.Temperature * 1.8 + 32"), + new TimeSeriesExpression("avg($value)")); + +var querySeriesRequestOptions = new QuerySeriesRequestOptions(); +querySeriesRequestOptions.InlineVariables["TemperatureInCelsius"] = celsiusVariable; +querySeriesRequestOptions.InlineVariables["TemperatureInFahrenheit"] = fahrenheitVariable; + +QueryAnalyzer seriesQueryAnalyzer = client.Queries.CreateSeriesQueryAnalyzer( + tsId, + TimeSpan.FromMinutes(10), + null, + querySeriesRequestOptions); + +await foreach (TimeSeriesPoint point in seriesQueryAnalyzer.GetResultsAsync()) +{ + double? tempInCelsius = (double?)point.GetValue("TemperatureInCelsius"); + double? tempInFahrenheit = (double?)point.GetValue("TemperatureInFahrenheit"); + + Console.WriteLine($"{point.Timestamp} - Average temperature in Celsius: {tempInCelsius}. Average temperature in Fahrenheit: {tempInFahrenheit}."); +} +``` + +This code snippet demonstrates querying for aggregated values. More specifically, the number of temperature events that the TSI environment has ingested over the past 3 minutes, in 1-minute time slots. In order to achieve this, a `count` [AggregateVariable][tsi_aggregate_variables] is added as an inline variable to the request options. + +```C# Snippet:TimeSeriesInsightsSampleQueryAggregateSeriesWithAggregateVariable +Console.WriteLine("\n\nCount the number of temperature events over the past 3 minutes, in 1-minute time slots.\n"); + +// Get the count of events in 60-second time slots over the past 3 minutes +DateTimeOffset endTime = DateTime.UtcNow; +DateTimeOffset startTime = endTime.AddMinutes(-3); + +var aggregateVariable = new AggregateVariable( + new TimeSeriesExpression("count()")); + +var countVariableName = "Count"; + +var aggregateSeriesRequestOptions = new QueryAggregateSeriesRequestOptions(); +aggregateSeriesRequestOptions.InlineVariables[countVariableName] = aggregateVariable; +aggregateSeriesRequestOptions.ProjectedVariables.Add(countVariableName); + +QueryAnalyzer aggregateSeriesQueryAnalyzer = client.Queries.CreateAggregateSeriesQueryAnalyzer( + tsId, + startTime, + endTime, + TimeSpan.FromSeconds(60), + aggregateSeriesRequestOptions); + +await foreach (TimeSeriesPoint point in aggregateSeriesQueryAnalyzer.GetResultsAsync()) +{ + long? temperatureCount = (long?)point.GetValue(countVariableName); + Console.WriteLine($"{point.Timestamp} - Temperature count: {temperatureCount}"); +} +``` + + +[tsi_client_src]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src +[tsi_nuget_package]: https://www.bing.com +[tsi_product_documentation]: https://docs.microsoft.com/azure/time-series-insights/ +[tsi_samples]: https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/Readme.md +[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/identity/Azure.Identity/README.md +[tsi_instances_learn_more]: https://docs.microsoft.com/azure/time-series-insights/concepts-model-overview#time-series-model-instances +[tsi_id_learn_more]: https://docs.microsoft.com/azure/time-series-insights/how-to-select-tsid +[tsi_hierarchies_learn_more]: https://docs.microsoft.com/azure/time-series-insights/concepts-model-overview#time-series-model-hierarchies +[tsi_numeric_variables]: https://docs.microsoft.com/azure/time-series-insights/concepts-variables#numeric-variables +[tsi_aggregate_variables]: https://docs.microsoft.com/azure/time-series-insights/concepts-variables#aggregate-variables diff --git a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/HierarchiesSamples.cs b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/HierarchiesSamples.cs index 2a9802a7f019..f198ef24f4c0 100644 --- a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/HierarchiesSamples.cs +++ b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/HierarchiesSamples.cs @@ -21,13 +21,13 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client) PrintHeader("TIME SERIES INSIGHTS HIERARCHIES SAMPLE"); #region Snippet:TimeSeriesInsightsSampleCreateHierarchies - var tsiHierarchyName = "sampleHierarchy"; - var tsiInstanceField1 = "hierarchyLevel1"; var hierarchySource = new TimeSeriesHierarchySource(); - hierarchySource.InstanceFieldNames.Add(tsiInstanceField1); + hierarchySource.InstanceFieldNames.Add("hierarchyLevel1"); - var tsiHierarchy = new TimeSeriesHierarchy(tsiHierarchyName, hierarchySource); - tsiHierarchy.Id = "sampleHierarchyId"; + var tsiHierarchy = new TimeSeriesHierarchy("sampleHierarchy", hierarchySource) + { + Id = "sampleHierarchyId" + }; var timeSeriesHierarchies = new List { @@ -37,8 +37,7 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client) // Create Time Series hierarchies Response createHierarchiesResult = await client .Hierarchies - .CreateOrReplaceAsync(timeSeriesHierarchies) - .ConfigureAwait(false); + .CreateOrReplaceAsync(timeSeriesHierarchies); // The response of calling the API contains a list of error objects corresponding by position to the input parameter array in the request. // If the error object is set to null, this means the operation was a success. @@ -66,16 +65,14 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client) #region Snippet:TimeSeriesInsightsSampleReplaceHierarchies // Update hierarchies with adding a new instance field - var tsiInstanceField2 = "hierarchyLevel2"; foreach (TimeSeriesHierarchy hierarchy in timeSeriesHierarchies) { - hierarchy.Source.InstanceFieldNames.Add(tsiInstanceField2); + hierarchy.Source.InstanceFieldNames.Add("hierarchyLevel2"); } Response updateHierarchiesResult = await client .Hierarchies - .CreateOrReplaceAsync(timeSeriesHierarchies) - .ConfigureAwait(false); + .CreateOrReplaceAsync(timeSeriesHierarchies); // The response of calling the API contains a list of error objects corresponding by position to the input parameter array in the request. // If the error object is set to null, this means the operation was a success. @@ -100,8 +97,7 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client) Response getHierarchiesByIdsResult = await client .Hierarchies - .GetByIdAsync(tsiHierarchyIds) - .ConfigureAwait(false); + .GetByIdAsync(tsiHierarchyIds); // The response of calling the API contains a list of hieararchy or error objects corresponding by position to the input parameter array in the request. // If the error object is set to null, this means the operation was a success. @@ -130,8 +126,7 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client) Response deleteHierarchiesResponse = await client .Hierarchies - .DeleteByIdAsync(tsiHierarchyIdsToDelete) - .ConfigureAwait(false); + .DeleteByIdAsync(tsiHierarchyIdsToDelete); // The response of calling the API contains a list of error objects corresponding by position to the input parameter // array in the request. If the error object is set to null, this means the operation was a success. diff --git a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/InstancesSamples.cs b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/InstancesSamples.cs index 67adfeb79534..ad53e960e844 100644 --- a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/InstancesSamples.cs +++ b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/InstancesSamples.cs @@ -22,16 +22,15 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client) PrintHeader("TIME SERIES INSIGHTS INSTANCES SAMPLE"); // Figure out what keys make up the Time Series Id - TimeSeriesModelSettings modelSettings = await client.ModelSettings.GetAsync().ConfigureAwait(false); - + TimeSeriesModelSettings modelSettings = await client.ModelSettings.GetAsync(); TimeSeriesId tsId = TimeSeriesIdHelper.CreateTimeSeriesId(modelSettings); - string defaultTypeId = modelSettings.DefaultTypeId; #region Snippet:TimeSeriesInsightsSampleCreateInstance // Create a Time Series Instance object with the default Time Series Insights type Id. // The default type Id can be obtained programmatically by using the ModelSettings client. + // tsId is created above using `TimeSeriesIdHelper.CreateTimeSeriesId`. var instance = new TimeSeriesInstance(tsId, defaultTypeId) { Name = "instance1", @@ -44,8 +43,7 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client) Response createInstanceErrors = await client .Instances - .CreateOrReplaceAsync(tsiInstancesToCreate) - .ConfigureAwait(false); + .CreateOrReplaceAsync(tsiInstancesToCreate); // The response of calling the API contains a list of error objects corresponding by position to the input parameter // array in the request. If the error object is set to null, this means the operation was a success. @@ -59,7 +57,9 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client) } else { - Console.WriteLine($"Failed to create a Time Series Insights instance with Id '{tsiId}'."); + Console.WriteLine($"Failed to create a Time Series Insights instance with Id '{tsiId}', " + + $"Error Message: '{createInstanceErrors.Value[i].Message}, " + + $"Error code: '{createInstanceErrors.Value[i].Code}'."); } } @@ -67,7 +67,7 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client) #region Snippet:TimeSeriesInsightsGetAllInstances - // Get all instances for the Time Series Insigths environment + // Get all instances for the Time Series Insights environment AsyncPageable tsiInstances = client.Instances.GetAsync(); await foreach (TimeSeriesInstance tsiInstance in tsiInstances) { @@ -79,12 +79,13 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client) #region Snippet:TimeSeriesInsightsReplaceInstance // Get Time Series Insights instances by Id + // tsId is created above using `TimeSeriesIdHelper.CreateTimeSeriesId`. var instanceIdsToGet = new List { tsId, }; - Response getInstancesByIdResult = await client.Instances.GetAsync(instanceIdsToGet).ConfigureAwait(false); + Response getInstancesByIdResult = await client.Instances.GetAsync(instanceIdsToGet); TimeSeriesInstance instanceResult = getInstancesByIdResult.Value[0].Instance; Console.WriteLine($"Retrieved Time Series Insights instance with Id '{instanceResult.TimeSeriesId}' and name '{instanceResult.Name}'."); @@ -97,9 +98,9 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client) instanceResult, }; - Response replaceInstancesResult = await client.Instances.ReplaceAsync(instancesToReplace).ConfigureAwait(false); + Response replaceInstancesResult = await client.Instances.ReplaceAsync(instancesToReplace); - // The response of calling the API contains a list of error objects corresponding by position to the input parameter + // The response of calling the API contains a list of error objects corresponding by position to the input parameter. // array in the request. If the error object is set to null, this means the operation was a success. for (int i = 0; i < replaceInstancesResult.Value.Length; i++) { @@ -109,7 +110,8 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client) if (currentError != null) { - Console.WriteLine($"Failed to replace Time Series Insights instance with Id '{tsiId}'. Error Message: '{currentError.Message}'."); + Console.WriteLine($"Failed to replace Time Series Insights instance with Id '{tsiId}'," + + $" Error Message: '{currentError.Message}', Error code: '{currentError.Code}'."); } else { @@ -122,15 +124,16 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client) #region Snippet:TimeSeriesInsightsGetnstancesById // Get Time Series Insights instances by Id + // tsId is created above using `TimeSeriesIdHelper.CreateTimeSeriesId`. var timeSeriesIds = new List { tsId, }; - Response getByIdsResult = await client.Instances.GetAsync(timeSeriesIds).ConfigureAwait(false); + Response getByIdsResult = await client.Instances.GetAsync(timeSeriesIds); - /// The response of calling the API contains a list of instance or error objects corresponding by position to the array in the request. - /// Instance object is set when operation is successful and error object is set when operation is unsuccessful. + // The response of calling the API contains a list of instance or error objects corresponding by position to the array in the request. + // Instance object is set when operation is successful and error object is set when operation is unsuccessful. for (int i = 0; i < getByIdsResult.Value.Length; i++) { InstancesOperationResult currentOperationResult = getByIdsResult.Value[i]; @@ -152,6 +155,7 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client) { #region Snippet:TimeSeriesInsightsSampleDeleteInstanceById + // tsId is created above using `TimeSeriesIdHelper.CreateTimeSeriesId`. var instancesToDelete = new List { tsId, @@ -159,8 +163,7 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client) Response deleteInstanceErrors = await client .Instances - .DeleteAsync(instancesToDelete) - .ConfigureAwait(false); + .DeleteAsync(instancesToDelete); // The response of calling the API contains a list of error objects corresponding by position to the input parameter // array in the request. If the error object is set to null, this means the operation was a success. diff --git a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/ModelSettingsSamples.cs b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/ModelSettingsSamples.cs index f1fcc4679219..cb8d1af30836 100644 --- a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/ModelSettingsSamples.cs +++ b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/ModelSettingsSamples.cs @@ -20,7 +20,13 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client) #region Snippet:TimeSeriesInsightsSampleGetModelSettings Response getModelSettingsResponse = await client.ModelSettings.GetAsync(); - Console.WriteLine($"Retrieved Time Series Insights model settings:\n{JsonSerializer.Serialize(getModelSettingsResponse.Value)}"); + Console.WriteLine($"Retrieved Time Series Insights model settings \nname : '{getModelSettingsResponse.Value.Name}', " + + $"default type Id: {getModelSettingsResponse.Value.DefaultTypeId}'"); + IReadOnlyList timeSeriesIdProperties = getModelSettingsResponse.Value.TimeSeriesIdProperties; + foreach (TimeSeriesIdProperty property in timeSeriesIdProperties) + { + Console.WriteLine($"Time Series Id property name : '{property.Name}', type : '{property.Type}'."); + } #endregion Snippet:TimeSeriesInsightsSampleGetModelSettings // Store the default type Id so it can be used during clean up @@ -28,8 +34,8 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client) #region Snippet:TimeSeriesInsightsSampleUpdateModelSettingsName Response updateModelSettingsNameResponse = await client.ModelSettings.UpdateNameAsync("NewModelSettingsName"); - Console.WriteLine($"Updated Time Series Insights model settings name:\n" + - $"{JsonSerializer.Serialize(updateModelSettingsNameResponse.Value)}"); + Console.WriteLine($"Updated Time Series Insights model settings name: " + + $"{updateModelSettingsNameResponse.Value.Name}"); #endregion Snippet:TimeSeriesInsightsSampleUpdateModelSettingsName // For every Time Series Insights environment, there is a default type that any newly created Time Series instance will be associated with. @@ -54,8 +60,8 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client) #region Snippet:TimeSeriesInsightsSampleUpdateModelSettingsDefaultType Response updateDefaultTypeIdResponse = await client.ModelSettings.UpdateDefaultTypeIdAsync(tsiTypeId); - Console.WriteLine($"Updated Time Series Insights model settings default type Id:\n" + - $"{JsonSerializer.Serialize(updateDefaultTypeIdResponse.Value)}"); + Console.WriteLine($"Updated Time Series Insights model settings default type Id: " + + $"{updateDefaultTypeIdResponse.Value.Name}"); #endregion Snippet:TimeSeriesInsightsSampleUpdateModelSettingsDefaultType } // Clean up diff --git a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/Program.cs b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/Program.cs index b895a2d98b62..ab36a7a07636 100644 --- a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/Program.cs +++ b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/Program.cs @@ -41,9 +41,6 @@ public static async Task Main(string[] args) // Run the samples - var tsiLifecycleSamples = new TimeSeriesInsightsLifecycleSamples(tsiClient, options.TsiEnvironmentFqdn); - await tsiLifecycleSamples.RunSamplesAsync(); - var tsiInstancesSamples = new InstancesSamples(); await tsiInstancesSamples.RunSamplesAsync(tsiClient); @@ -74,7 +71,7 @@ private static TimeSeriesInsightsClient GetTimeSeriesInsightsClient(string tenan #region Snippet:TimeSeriesInsightsSampleCreateServiceClientWithClientSecret - // DefaultAzureCredential supports different authentication mechanisms and determines the appropriate credential type based of the environment it is executing in. + // DefaultAzureCredential supports different authentication mechanisms and determines the appropriate credential type based on the environment it is executing in. // It attempts to use multiple credential types in an order until it finds a working credential. var tokenCredential = new DefaultAzureCredential(); diff --git a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/QuerySamples.cs b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/QuerySamples.cs index f8490fe1ae4f..94515a158be3 100644 --- a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/QuerySamples.cs +++ b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/QuerySamples.cs @@ -27,21 +27,23 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client, DeviceClient PrintHeader("TIME SERIES INSIGHTS QUERY SAMPLE"); // Figure out what keys make up the Time Series Id - TimeSeriesModelSettings modelSettings = await client.ModelSettings.GetAsync().ConfigureAwait(false); + TimeSeriesModelSettings modelSettings = await client.ModelSettings.GetAsync(); TimeSeriesId tsId = TimeSeriesIdHelper.CreateTimeSeriesId(modelSettings); // In order to query for data, let's first send events to the IoT Hub - await SendEventsToIotHubAsync(deviceClient, tsId, modelSettings.TimeSeriesIdProperties.ToArray()).ConfigureAwait(false); + await SendEventsToIotHubAsync(deviceClient, tsId, modelSettings.TimeSeriesIdProperties.ToArray()); // Sleeping for a few seconds to allow data to fully propagate in the Time Series Insights service Thread.Sleep(TimeSpan.FromSeconds(3)); - await RunQueryEventsSample(client, tsId).ConfigureAwait(false); + await RunQueryEventsSample(client, tsId); - await RunQuerySeriesSample(client, tsId).ConfigureAwait(false); + await RunQueryAggregateSeriesSample(client, tsId); - await RunQueryAggregateSeriesSample(client, tsId).ConfigureAwait(false); + await RunQuerySeriesSampleWithInlineVariables(client, tsId); + + await RunQuerySeriesSampleWithPreDefinedVariables(client, tsId); } private async Task RunQueryEventsSample(TimeSeriesInsightsClient client, TimeSeriesId tsId) @@ -53,11 +55,27 @@ private async Task RunQueryEventsSample(TimeSeriesInsightsClient client, TimeSer DateTimeOffset endTime = DateTime.UtcNow; DateTimeOffset startTime = endTime.AddMinutes(-10); - QueryAnalyzer temperatureEventsQueryAnalyzer = client.Query.CreateEventsQueryAnalyzer(tsId, startTime, endTime); + QueryAnalyzer temperatureEventsQueryAnalyzer = client.Queries.CreateEventsQueryAnalyzer(tsId, startTime, endTime); await foreach (TimeSeriesPoint point in temperatureEventsQueryAnalyzer.GetResultsAsync()) { - double? temperatureValue = (double?)point.GetValue("Temperature"); - Console.WriteLine($"{point.Timestamp} - Temperature: {temperatureValue}"); + TimeSeriesValue temperatureValue = point.GetValue("Temperature"); + + // Figure out what is the underlying type for the time series value. Since you know your Time Series Insights + // environment best, you probably do not need this logic and you can skip to directly casting to the proper + // type. This logic demonstrates how you can figure out what type to cast to in the case where you are not + // too familiar with the property type. + if (temperatureValue.Type == typeof(double?)) + { + Console.WriteLine($"{point.Timestamp} - Temperature: {(double?)temperatureValue}"); + } + else if (temperatureValue.Type == typeof(int?)) + { + Console.WriteLine($"{point.Timestamp} - Temperature: {(int?)temperatureValue}"); + } + else + { + Console.WriteLine("The type of the Time Series value for Temperature is not numeric."); + } } #endregion Snippet:TimeSeriesInsightsSampleQueryEvents @@ -65,23 +83,115 @@ private async Task RunQueryEventsSample(TimeSeriesInsightsClient client, TimeSer #region Snippet:TimeSeriesInsightsSampleQueryEventsUsingTimeSpan Console.WriteLine("\n\nQuery for raw humidity events over the past 30 seconds.\n"); - QueryAnalyzer humidityEventsQueryAnalyzer = client.Query.CreateEventsQueryAnalyzer(tsId, TimeSpan.FromSeconds(30)); + QueryAnalyzer humidityEventsQueryAnalyzer = client.Queries.CreateEventsQueryAnalyzer(tsId, TimeSpan.FromSeconds(30)); await foreach (TimeSeriesPoint point in humidityEventsQueryAnalyzer.GetResultsAsync()) { - double? humidityValue = (double?)point.GetValue("Humidity"); - Console.WriteLine($"{point.Timestamp} - Humidity: {humidityValue}"); + TimeSeriesValue humidityValue = point.GetValue("Humidity"); + + // Figure out what is the underlying type for the time series value. Since you know your Time Series Insights + // environment best, you probably do not need this logic and you can skip to directly casting to the proper + // type. This logic demonstrates how you can figure out what type to cast to in the case where you are not + // too familiar with the property type. + if (humidityValue.Type == typeof(double?)) + { + Console.WriteLine($"{point.Timestamp} - Humidity: {(double?)humidityValue}"); + } + else if (humidityValue.Type == typeof(int?)) + { + Console.WriteLine($"{point.Timestamp} - Humidity: {(int?)humidityValue}"); + } + else + { + Console.WriteLine("The type of the Time Series value for Humidity is not numeric."); + } } #endregion Snippet:TimeSeriesInsightsSampleQueryEventsUsingTimeSpan } - private async Task RunQuerySeriesSample(TimeSeriesInsightsClient client, TimeSeriesId tsId) + private async Task RunQuerySeriesSampleWithPreDefinedVariables(TimeSeriesInsightsClient client, TimeSeriesId tsId) { - // Query for two series, one with the temperature values in Celsius and another in Fahrenheit + // Setup + + // First create the Time Series type along with the numeric variables + var timeSeriesTypes = new List(); + + var celsiusVariable = new NumericVariable( + new TimeSeriesExpression("$event.Temperature"), + new TimeSeriesExpression("avg($value)")); + var fahrenheitVariable = new NumericVariable( + new TimeSeriesExpression("$event.Temperature * 1.8 + 32"), + new TimeSeriesExpression("avg($value)")); + + var celsiusVariableName = "TemperatureInCelsius"; + var fahrenheitVariableName = "TemperatureInFahrenheit"; + var variables = new Dictionary + { + { celsiusVariableName, celsiusVariable }, + { fahrenheitVariableName, fahrenheitVariable } + }; + + timeSeriesTypes.Add(new TimeSeriesType("TemperatureSensor", variables) { Id = "TemperatureSensorTypeId" }); + + Response createTypesResult = await client + .Types + .CreateOrReplaceAsync(timeSeriesTypes) + .ConfigureAwait(false); + + if (createTypesResult.Value.First().Error != null) + { + Console.WriteLine($"\n\nFailed to create a Time Series Insights type. " + + $"Error Message: '{createTypesResult.Value.First().Error.Message}.' " + + $"Code: '{createTypesResult.Value.First().Error.Code}'."); + } + + // Get the Time Series instance and replace its type with the one we just created + Response getInstanceResult = await client.Instances.GetAsync(new List { tsId }); + if (getInstanceResult.Value.First().Error != null) + { + Console.WriteLine($"\n\nFailed to retrieve Time Series instance with Id '{tsId}'. " + + $"Error Message: '{getInstanceResult.Value.First().Error.Message}.' " + + $"Code: '{getInstanceResult.Value.First().Error.Code}'."); + } + + TimeSeriesInstance instanceToReplace = getInstanceResult.Value.First().Instance; + instanceToReplace.TypeId = createTypesResult.Value.First().TimeSeriesType.Id; + Response replaceInstanceResult = await client.Instances.ReplaceAsync(new List { instanceToReplace }); + if (replaceInstanceResult.Value.First().Error != null) + { + Console.WriteLine($"\n\nFailed to retrieve Time Series instance with Id '{tsId}'. " + + $"Error Message: '{replaceInstanceResult.Value.First().Error.Message}.' " + + $"Code: '{replaceInstanceResult.Value.First().Error.Code}'."); + } + + // Now that we set up the instance with the property type, query for the data #region Snippet:TimeSeriesInsightsSampleQuerySeries - Console.WriteLine("\n\nQuery for temperature series in celsius and fahrenheit over the past 10 minutes.\n"); + Console.WriteLine($"\n\nQuery for temperature series in Celsius and Fahrenheit over the past 10 minutes. " + + $"The Time Series instance belongs to a type that has predefined numeric variable that represents the temperature " + + $"in Celsuis, and a predefined numeric variable that represents the temperature in Fahrenheit.\n"); DateTimeOffset endTime = DateTime.UtcNow; DateTimeOffset startTime = endTime.AddMinutes(-10); + QueryAnalyzer seriesQueryAnalyzer = client.Queries.CreateSeriesQueryAnalyzer( + tsId, + startTime, + endTime); + + await foreach (TimeSeriesPoint point in seriesQueryAnalyzer.GetResultsAsync()) + { + double? tempInCelsius = (double?)point.GetValue(celsiusVariableName); + double? tempInFahrenheit = (double?)point.GetValue(fahrenheitVariableName); + + Console.WriteLine($"{point.Timestamp} - Average temperature in Celsius: {tempInCelsius}. " + + $"Average temperature in Fahrenheit: {tempInFahrenheit}."); + } + #endregion Snippet:TimeSeriesInsightsSampleQuerySeries + } + + private async Task RunQuerySeriesSampleWithInlineVariables(TimeSeriesInsightsClient client, TimeSeriesId tsId) + { + // Query for two series, one with the temperature values in Celsius and another in Fahrenheit + #region Snippet:TimeSeriesInsightsSampleQuerySeriesWithInlineVariables + Console.WriteLine("\n\nQuery for temperature series in Celsius and Fahrenheit over the past 10 minutes.\n"); var celsiusVariable = new NumericVariable( new TimeSeriesExpression("$event.Temperature"), @@ -94,10 +204,10 @@ private async Task RunQuerySeriesSample(TimeSeriesInsightsClient client, TimeSer querySeriesRequestOptions.InlineVariables["TemperatureInCelsius"] = celsiusVariable; querySeriesRequestOptions.InlineVariables["TemperatureInFahrenheit"] = fahrenheitVariable; - QueryAnalyzer seriesQueryAnalyzer = client.Query.CreateSeriesQueryAnalyzer( + QueryAnalyzer seriesQueryAnalyzer = client.Queries.CreateSeriesQueryAnalyzer( tsId, - startTime, - endTime, + TimeSpan.FromMinutes(10), + null, querySeriesRequestOptions); await foreach (TimeSeriesPoint point in seriesQueryAnalyzer.GetResultsAsync()) @@ -107,7 +217,7 @@ private async Task RunQuerySeriesSample(TimeSeriesInsightsClient client, TimeSer Console.WriteLine($"{point.Timestamp} - Average temperature in Celsius: {tempInCelsius}. Average temperature in Fahrenheit: {tempInFahrenheit}."); } - #endregion Snippet:TimeSeriesInsightsSampleQuerySeries + #endregion Snippet:TimeSeriesInsightsSampleQuerySeriesWithInlineVariables } private async Task RunQueryAggregateSeriesSample(TimeSeriesInsightsClient client, TimeSeriesId tsId) @@ -123,7 +233,7 @@ private async Task RunQueryAggregateSeriesSample(TimeSeriesInsightsClient client requestOptions.InlineVariables["Temperature"] = numericVariable; requestOptions.ProjectedVariables.Add("Temperature"); - QueryAnalyzer queryAggregateSeriesAnalyzer = client.Query.CreateAggregateSeriesQueryAnalyzer( + QueryAnalyzer queryAggregateSeriesAnalyzer = client.Queries.CreateAggregateSeriesQueryAnalyzer( tsId, TimeSpan.FromSeconds(2), TimeSpan.FromSeconds(30), @@ -141,7 +251,7 @@ private async Task RunQueryAggregateSeriesSample(TimeSeriesInsightsClient client #endregion Snippet:TimeSeriesInsightsSampleQueryAggregateSeriesWithNumericVariable #region Snippet:TimeSeriesInsightsSampleQueryAggregateSeriesWithAggregateVariable - Console.WriteLine("\n\nCount the number of temperature vents over the past 3 minutes, in 1-minute time slots.\n"); + Console.WriteLine("\n\nCount the number of temperature events over the past 3 minutes, in 1-minute time slots.\n"); // Get the count of events in 60-second time slots over the past 3 minutes DateTimeOffset endTime = DateTime.UtcNow; @@ -150,11 +260,13 @@ private async Task RunQueryAggregateSeriesSample(TimeSeriesInsightsClient client var aggregateVariable = new AggregateVariable( new TimeSeriesExpression("count()")); + var countVariableName = "Count"; + var aggregateSeriesRequestOptions = new QueryAggregateSeriesRequestOptions(); - aggregateSeriesRequestOptions.InlineVariables["Count"] = aggregateVariable; - aggregateSeriesRequestOptions.ProjectedVariables.Add("Count"); + aggregateSeriesRequestOptions.InlineVariables[countVariableName] = aggregateVariable; + aggregateSeriesRequestOptions.ProjectedVariables.Add(countVariableName); - QueryAnalyzer aggregateSeriesQueryAnalyzer = client.Query.CreateAggregateSeriesQueryAnalyzer( + QueryAnalyzer aggregateSeriesQueryAnalyzer = client.Queries.CreateAggregateSeriesQueryAnalyzer( tsId, startTime, endTime, @@ -163,7 +275,7 @@ private async Task RunQueryAggregateSeriesSample(TimeSeriesInsightsClient client await foreach (TimeSeriesPoint point in aggregateSeriesQueryAnalyzer.GetResultsAsync()) { - long? temperatureCount = (long?)point.GetValue("Count"); + long? temperatureCount = (long?)point.GetValue(countVariableName); Console.WriteLine($"{point.Timestamp} - Temperature count: {temperatureCount}"); } #endregion Snippet:TimeSeriesInsightsSampleQueryAggregateSeriesWithAggregateVariable @@ -195,7 +307,7 @@ private static async Task SendEventsToIotHubAsync( ContentEncoding = "utf-8", }; - await deviceClient.SendEventAsync(message).ConfigureAwait(false); + await deviceClient.SendEventAsync(message); Console.WriteLine($"{DateTime.UtcNow} - Temperature: {currentTemperature}. " + $"Humidity: {currentHumidity}."); diff --git a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/TimeSeriesInsightsLifecycleSamples.cs b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/TimeSeriesInsightsLifecycleSamples.cs deleted file mode 100644 index 41ccbab215e1..000000000000 --- a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/TimeSeriesInsightsLifecycleSamples.cs +++ /dev/null @@ -1,57 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -using System; -using System.Threading.Tasks; -using static Azure.IoT.TimeSeriesInsights.Samples.SampleLogger; - -namespace Azure.IoT.TimeSeriesInsights.Samples -{ - internal class TimeSeriesInsightsLifecycleSamples - { - private readonly string tsiEndpointName; - private readonly TimeSeriesInsightsClient client; - - public TimeSeriesInsightsLifecycleSamples(TimeSeriesInsightsClient tsiClient, string tsiEndpointName) - { - this.tsiEndpointName = tsiEndpointName; - client = tsiClient; - } - - /// - /// This sample is a placeholder to demo the snippet generation. - /// - public async Task RunSamplesAsync() - { - try - { - #region Snippet:TimeSeriesInsightsGetModelSettings - - // Get the model settings for the time series insights environment - Response currentSettings = await client.ModelSettings.GetAsync(); - Console.WriteLine($"Retrieved model with default type id {currentSettings.Value.DefaultTypeId} " + - $"model name {currentSettings.Value.Name}."); - - foreach (TimeSeriesIdProperty tsiId in currentSettings.Value.TimeSeriesIdProperties) - { - Console.WriteLine($"Time series Id name: '{tsiId.Name}', Type: '{tsiId.Type}'."); - } - - #endregion Snippet:TimeSeriesInsightsGetModelSettings - - #region Snippet:TimeSeriesInsightsUpdateModelSettingsModelName - - string name = "sampleModel"; - Response updatedSettings = await client.ModelSettings.UpdateNameAsync(name); - Console.WriteLine($"Updated model name to {updatedSettings.Value.Name} "); - - #endregion Snippet:TimeSeriesInsightsUpdateModelSettingsModelName - - } - catch (Exception ex) - { - FatalError($"Failed to create models due to:\n{ex}"); - } - } - } -} diff --git a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/TypesSamples.cs b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/TypesSamples.cs index 5608c1cc449e..7d3267ff7688 100644 --- a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/TypesSamples.cs +++ b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/samples/TimeSeriesInsightsClientSample/TypesSamples.cs @@ -21,34 +21,20 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client) PrintHeader("TIME SERIES INSIGHTS TYPES SAMPLE"); #region Snippet:TimeSeriesInsightsSampleCreateType - // Create an aggregate type + // Create a type with an aggregate variable var timeSeriesTypes = new List(); var countExpression = new TimeSeriesExpression("count()"); var aggregateVariable = new AggregateVariable(countExpression); var variables = new Dictionary(); - var variableName = "aggregateVariable"; - variables.Add(variableName, aggregateVariable); + variables.Add("aggregateVariable", aggregateVariable); - var timeSeriesTypesProperties = new Dictionary - { - { "Type1", "Type1Id"}, - { "Type2", "Type2Id"} - }; - - foreach (KeyValuePair property in timeSeriesTypesProperties) - { - var type = new TimeSeriesType(property.Key, variables) - { - Id = property.Value - }; - timeSeriesTypes.Add(type); - } + timeSeriesTypes.Add(new TimeSeriesType("Type1", variables) { Id = "Type1Id" }); + timeSeriesTypes.Add(new TimeSeriesType("Type2", variables) { Id = "Type2Id" }); Response createTypesResult = await client .Types - .CreateOrReplaceAsync(timeSeriesTypes) - .ConfigureAwait(false); + .CreateOrReplaceAsync(timeSeriesTypes); // The response of calling the API contains a list of error objects corresponding by position to the input parameter array in the request. // If the error object is set to null, this means the operation was a success. @@ -69,11 +55,10 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client) // Code snippet below shows getting a default Type using Id // The default type Id can be obtained programmatically by using the ModelSettings client. - TimeSeriesModelSettings modelSettings = await client.ModelSettings.GetAsync().ConfigureAwait(false); + TimeSeriesModelSettings modelSettings = await client.ModelSettings.GetAsync(); Response getTypeByIdResults = await client .Types - .GetByIdAsync(new string[] { modelSettings.DefaultTypeId }) - .ConfigureAwait(false); + .GetByIdAsync(new string[] { modelSettings.DefaultTypeId }); // The response of calling the API contains a list of type or error objects corresponding by position to the input parameter array in the request. // If the error object is set to null, this means the operation was a success. @@ -99,8 +84,7 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client) Response updateTypesResult = await client .Types - .CreateOrReplaceAsync(timeSeriesTypes) - .ConfigureAwait(false); + .CreateOrReplaceAsync(timeSeriesTypes); // The response of calling the API contains a list of error objects corresponding by position to the input parameter array in the request. // If the error object is set to null, this means the operation was a success. @@ -137,8 +121,7 @@ public async Task RunSamplesAsync(TimeSeriesInsightsClient client) var typesIdsToDelete = new List { "Type1Id", " Type2Id" }; Response deleteTypesResponse = await client .Types - .DeleteByIdAsync(typesIdsToDelete) - .ConfigureAwait(false); + .DeleteByIdAsync(typesIdsToDelete); // The response of calling the API contains a list of error objects corresponding by position to the input parameter // array in the request. If the error object is set to null, this means the operation was a success. diff --git a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/Azure.IoT.TimeSeriesInsights.csproj b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/Azure.IoT.TimeSeriesInsights.csproj index c4f3c9d5c49d..1042e90894ee 100644 --- a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/Azure.IoT.TimeSeriesInsights.csproj +++ b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/Azure.IoT.TimeSeriesInsights.csproj @@ -8,6 +8,7 @@ + @@ -25,6 +26,4 @@ - - diff --git a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsClient.cs b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsClient.cs index bb86ff123ae5..86a63ee2a403 100644 --- a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsClient.cs +++ b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsClient.cs @@ -47,9 +47,9 @@ public class TimeSeriesInsightsClient public virtual TimeSeriesInsightsHierarchies Hierarchies { get; private set; } /// - /// Query client that can be used to perform query operations on Time Series Insights. + /// A client that can be used can be used to perform query operations on Time Series Insights. /// - public virtual TimeSeriesInsightsQuery Query { get; private set; } + public virtual TimeSeriesInsightsQueries Queries { get; private set; } /// /// Creates a new instance of the class. @@ -65,7 +65,7 @@ public class TimeSeriesInsightsClient /// /// /// - /// // DefaultAzureCredential supports different authentication mechanisms and determines the appropriate credential type based of the environment it is executing in. + /// // DefaultAzureCredential supports different authentication mechanisms and determines the appropriate credential type based on the environment it is executing in. /// // It attempts to use multiple credential types in an order until it finds a working credential. /// var tokenCredential = new DefaultAzureCredential(); /// @@ -116,7 +116,7 @@ public TimeSeriesInsightsClient(string environmentFqdn, TokenCredential credenti Instances = new TimeSeriesInsightsInstances(_timeSeriesInstancesRestClient, _clientDiagnostics); Types = new TimeSeriesInsightsTypes(_timeSeriesTypesRestClient, _clientDiagnostics); Hierarchies = new TimeSeriesInsightsHierarchies(_timeSeriesHierarchiesRestClient, _clientDiagnostics); - Query = new TimeSeriesInsightsQuery(_queryRestClient, _clientDiagnostics); + Queries = new TimeSeriesInsightsQueries(_queryRestClient, _clientDiagnostics); } /// diff --git a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsHierarchies.cs b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsHierarchies.cs index 5bd9fd82a9ad..9a89912b0f4a 100644 --- a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsHierarchies.cs +++ b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsHierarchies.cs @@ -293,8 +293,7 @@ public virtual Response GetByName( /// /// Response<TimeSeriesHierarchyOperationResult[]> getHierarchiesByIdsResult = await client /// .Hierarchies - /// .GetByIdAsync(tsiHierarchyIds) - /// .ConfigureAwait(false); + /// .GetByIdAsync(tsiHierarchyIds); /// /// // The response of calling the API contains a list of hieararchy or error objects corresponding by position to the input parameter array in the request. /// // If the error object is set to null, this means the operation was a success. @@ -416,13 +415,13 @@ public virtual Response GetById( /// /// /// - /// var tsiHierarchyName = "sampleHierarchy"; - /// var tsiInstanceField1 = "hierarchyLevel1"; /// var hierarchySource = new TimeSeriesHierarchySource(); - /// hierarchySource.InstanceFieldNames.Add(tsiInstanceField1); + /// hierarchySource.InstanceFieldNames.Add("hierarchyLevel1"); /// - /// var tsiHierarchy = new TimeSeriesHierarchy(tsiHierarchyName, hierarchySource); - /// tsiHierarchy.Id = "sampleHierarchyId"; + /// var tsiHierarchy = new TimeSeriesHierarchy("sampleHierarchy", hierarchySource) + /// { + /// Id = "sampleHierarchyId" + /// }; /// /// var timeSeriesHierarchies = new List<TimeSeriesHierarchy> /// { @@ -432,8 +431,7 @@ public virtual Response GetById( /// // Create Time Series hierarchies /// Response<TimeSeriesHierarchyOperationResult[]> createHierarchiesResult = await client /// .Hierarchies - /// .CreateOrReplaceAsync(timeSeriesHierarchies) - /// .ConfigureAwait(false); + /// .CreateOrReplaceAsync(timeSeriesHierarchies); /// /// // The response of calling the API contains a list of error objects corresponding by position to the input parameter array in the request. /// // If the error object is set to null, this means the operation was a success. @@ -662,8 +660,7 @@ public virtual Response DeleteByName( /// /// Response<TimeSeriesOperationError[]> deleteHierarchiesResponse = await client /// .Hierarchies - /// .DeleteByIdAsync(tsiHierarchyIdsToDelete) - /// .ConfigureAwait(false); + /// .DeleteByIdAsync(tsiHierarchyIdsToDelete); /// /// // The response of calling the API contains a list of error objects corresponding by position to the input parameter /// // array in the request. If the error object is set to null, this means the operation was a success. diff --git a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsInstances.cs b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsInstances.cs index 06c868a3f860..283b9fdec787 100644 --- a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsInstances.cs +++ b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsInstances.cs @@ -45,7 +45,7 @@ internal TimeSeriesInsightsInstances(TimeSeriesInstancesRestClient instancesRest /// /// /// - /// // Get all instances for the Time Series Insigths environment + /// // Get all instances for the Time Series Insights environment /// AsyncPageable<TimeSeriesInstance> tsiInstances = client.Instances.GetAsync(); /// await foreach (TimeSeriesInstance tsiInstance in tsiInstances) /// { @@ -283,15 +283,16 @@ public virtual Response Get( /// /// /// // Get Time Series Insights instances by Id + /// // tsId is created above using `TimeSeriesIdHelper.CreateTimeSeriesId`. /// var timeSeriesIds = new List<TimeSeriesId> /// { /// tsId, /// }; /// - /// Response<InstancesOperationResult[]> getByIdsResult = await client.Instances.GetAsync(timeSeriesIds).ConfigureAwait(false); + /// Response<InstancesOperationResult[]> getByIdsResult = await client.Instances.GetAsync(timeSeriesIds); /// - /// /// The response of calling the API contains a list of instance or error objects corresponding by position to the array in the request. - /// /// Instance object is set when operation is successful and error object is set when operation is unsuccessful. + /// // The response of calling the API contains a list of instance or error objects corresponding by position to the array in the request. + /// // Instance object is set when operation is successful and error object is set when operation is unsuccessful. /// for (int i = 0; i < getByIdsResult.Value.Length; i++) /// { /// InstancesOperationResult currentOperationResult = getByIdsResult.Value[i]; @@ -415,6 +416,7 @@ public virtual Response Get( /// /// // Create a Time Series Instance object with the default Time Series Insights type Id. /// // The default type Id can be obtained programmatically by using the ModelSettings client. + /// // tsId is created above using `TimeSeriesIdHelper.CreateTimeSeriesId`. /// var instance = new TimeSeriesInstance(tsId, defaultTypeId) /// { /// Name = "instance1", @@ -427,8 +429,7 @@ public virtual Response Get( /// /// Response<TimeSeriesOperationError[]> createInstanceErrors = await client /// .Instances - /// .CreateOrReplaceAsync(tsiInstancesToCreate) - /// .ConfigureAwait(false); + /// .CreateOrReplaceAsync(tsiInstancesToCreate); /// /// // The response of calling the API contains a list of error objects corresponding by position to the input parameter /// // array in the request. If the error object is set to null, this means the operation was a success. @@ -442,7 +443,9 @@ public virtual Response Get( /// } /// else /// { - /// Console.WriteLine($"Failed to create a Time Series Insights instance with Id '{tsiId}'."); + /// Console.WriteLine($"Failed to create a Time Series Insights instance with Id '{tsiId}', " + + /// $"Error Message: '{createInstanceErrors.Value[i].Message}, " + + /// $"Error code: '{createInstanceErrors.Value[i].Code}'."); /// } /// } /// @@ -557,12 +560,13 @@ public virtual Response CreateOrReplace( /// /// /// // Get Time Series Insights instances by Id + /// // tsId is created above using `TimeSeriesIdHelper.CreateTimeSeriesId`. /// var instanceIdsToGet = new List<TimeSeriesId> /// { /// tsId, /// }; /// - /// Response<InstancesOperationResult[]> getInstancesByIdResult = await client.Instances.GetAsync(instanceIdsToGet).ConfigureAwait(false); + /// Response<InstancesOperationResult[]> getInstancesByIdResult = await client.Instances.GetAsync(instanceIdsToGet); /// /// TimeSeriesInstance instanceResult = getInstancesByIdResult.Value[0].Instance; /// Console.WriteLine($"Retrieved Time Series Insights instance with Id '{instanceResult.TimeSeriesId}' and name '{instanceResult.Name}'."); @@ -575,9 +579,9 @@ public virtual Response CreateOrReplace( /// instanceResult, /// }; /// - /// Response<InstancesOperationResult[]> replaceInstancesResult = await client.Instances.ReplaceAsync(instancesToReplace).ConfigureAwait(false); + /// Response<InstancesOperationResult[]> replaceInstancesResult = await client.Instances.ReplaceAsync(instancesToReplace); /// - /// // The response of calling the API contains a list of error objects corresponding by position to the input parameter + /// // The response of calling the API contains a list of error objects corresponding by position to the input parameter. /// // array in the request. If the error object is set to null, this means the operation was a success. /// for (int i = 0; i < replaceInstancesResult.Value.Length; i++) /// { @@ -587,7 +591,8 @@ public virtual Response CreateOrReplace( /// /// if (currentError != null) /// { - /// Console.WriteLine($"Failed to replace Time Series Insights instance with Id '{tsiId}'. Error Message: '{currentError.Message}'."); + /// Console.WriteLine($"Failed to replace Time Series Insights instance with Id '{tsiId}'," + + /// $" Error Message: '{currentError.Message}', Error code: '{currentError.Code}'."); /// } /// else /// { @@ -696,6 +701,7 @@ public virtual Response Replace( /// /// /// + /// // tsId is created above using `TimeSeriesIdHelper.CreateTimeSeriesId`. /// var instancesToDelete = new List<TimeSeriesId> /// { /// tsId, @@ -703,8 +709,7 @@ public virtual Response Replace( /// /// Response<TimeSeriesOperationError[]> deleteInstanceErrors = await client /// .Instances - /// .DeleteAsync(instancesToDelete) - /// .ConfigureAwait(false); + /// .DeleteAsync(instancesToDelete); /// /// // The response of calling the API contains a list of error objects corresponding by position to the input parameter /// // array in the request. If the error object is set to null, this means the operation was a success. diff --git a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsModelSettings.cs b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsModelSettings.cs index 5f14896960c4..e35cf7f419bc 100644 --- a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsModelSettings.cs +++ b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsModelSettings.cs @@ -44,7 +44,13 @@ internal TimeSeriesInsightsModelSettings(ModelSettingsRestClient modelSettingsRe /// /// /// Response<TimeSeriesModelSettings> getModelSettingsResponse = await client.ModelSettings.GetAsync(); - /// Console.WriteLine($"Retrieved Time Series Insights model settings:\n{JsonSerializer.Serialize(getModelSettingsResponse.Value)}"); + /// Console.WriteLine($"Retrieved Time Series Insights model settings \nname : '{getModelSettingsResponse.Value.Name}', " + + /// $"default type Id: {getModelSettingsResponse.Value.DefaultTypeId}'"); + /// IReadOnlyList<TimeSeriesIdProperty> timeSeriesIdProperties = getModelSettingsResponse.Value.TimeSeriesIdProperties; + /// foreach (TimeSeriesIdProperty property in timeSeriesIdProperties) + /// { + /// Console.WriteLine($"Time Series Id property name : '{property.Name}', type : '{property.Type}'."); + /// } /// /// public virtual async Task> GetAsync(CancellationToken cancellationToken = default) @@ -99,8 +105,8 @@ public virtual Response Get(CancellationToken cancellat /// /// /// Response<TimeSeriesModelSettings> updateModelSettingsNameResponse = await client.ModelSettings.UpdateNameAsync("NewModelSettingsName"); - /// Console.WriteLine($"Updated Time Series Insights model settings name:\n" + - /// $"{JsonSerializer.Serialize(updateModelSettingsNameResponse.Value)}"); + /// Console.WriteLine($"Updated Time Series Insights model settings name: " + + /// $"{updateModelSettingsNameResponse.Value.Name}"); /// /// public virtual async Task> UpdateNameAsync(string name, CancellationToken cancellationToken = default) @@ -156,8 +162,8 @@ public virtual Response UpdateName(string name, Cancell /// /// /// Response<TimeSeriesModelSettings> updateDefaultTypeIdResponse = await client.ModelSettings.UpdateDefaultTypeIdAsync(tsiTypeId); - /// Console.WriteLine($"Updated Time Series Insights model settings default type Id:\n" + - /// $"{JsonSerializer.Serialize(updateDefaultTypeIdResponse.Value)}"); + /// Console.WriteLine($"Updated Time Series Insights model settings default type Id: " + + /// $"{updateDefaultTypeIdResponse.Value.Name}"); /// /// public virtual async Task> UpdateDefaultTypeIdAsync(string defaultTypeId, CancellationToken cancellationToken = default) diff --git a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsQuery.cs b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsQueries.cs similarity index 82% rename from sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsQuery.cs rename to sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsQueries.cs index a0876c15be96..c88a4a757e6b 100644 --- a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsQuery.cs +++ b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsQueries.cs @@ -9,21 +9,21 @@ namespace Azure.IoT.TimeSeriesInsights { /// - /// Query client that can be used to query for events, series and aggregate series on Time Series Insights. + /// A client that can be used to query for events, series and aggregate series on Time Series Insights. /// - public class TimeSeriesInsightsQuery + public class TimeSeriesInsightsQueries { private readonly QueryRestClient _queryRestClient; private readonly ClientDiagnostics _clientDiagnostics; /// - /// Initializes a new instance of TimeSeriesInsightsQuery. This constructor should only be used for mocking purposes. + /// Initializes a new instance of TimeSeriesInsightsQueries. This constructor should only be used for mocking purposes. /// - protected TimeSeriesInsightsQuery() + protected TimeSeriesInsightsQueries() { } - internal TimeSeriesInsightsQuery(QueryRestClient queryRestClient, ClientDiagnostics clientDiagnostics) + internal TimeSeriesInsightsQueries(QueryRestClient queryRestClient, ClientDiagnostics clientDiagnostics) { Argument.AssertNotNull(queryRestClient, nameof(queryRestClient)); Argument.AssertNotNull(clientDiagnostics, nameof(clientDiagnostics)); @@ -49,11 +49,27 @@ internal TimeSeriesInsightsQuery(QueryRestClient queryRestClient, ClientDiagnost /// DateTimeOffset endTime = DateTime.UtcNow; /// DateTimeOffset startTime = endTime.AddMinutes(-10); /// - /// QueryAnalyzer temperatureEventsQueryAnalyzer = client.Query.CreateEventsQueryAnalyzer(tsId, startTime, endTime); + /// QueryAnalyzer temperatureEventsQueryAnalyzer = client.Queries.CreateEventsQueryAnalyzer(tsId, startTime, endTime); /// await foreach (TimeSeriesPoint point in temperatureEventsQueryAnalyzer.GetResultsAsync()) /// { - /// double? temperatureValue = (double?)point.GetValue("Temperature"); - /// Console.WriteLine($"{point.Timestamp} - Temperature: {temperatureValue}"); + /// TimeSeriesValue temperatureValue = point.GetValue("Temperature"); + /// + /// // Figure out what is the underlying type for the time series value. Since you know your Time Series Insights + /// // environment best, you probably do not need this logic and you can skip to directly casting to the proper + /// // type. This logic demonstrates how you can figure out what type to cast to in the case where you are not + /// // too familiar with the property type. + /// if (temperatureValue.Type == typeof(double?)) + /// { + /// Console.WriteLine($"{point.Timestamp} - Temperature: {(double?)temperatureValue}"); + /// } + /// else if (temperatureValue.Type == typeof(int?)) + /// { + /// Console.WriteLine($"{point.Timestamp} - Temperature: {(int?)temperatureValue}"); + /// } + /// else + /// { + /// Console.WriteLine("The type of the Time Series value for Temperature is not numeric."); + /// } /// } /// /// @@ -99,11 +115,27 @@ public virtual QueryAnalyzer CreateEventsQueryAnalyzer( /// /// Console.WriteLine("\n\nQuery for raw humidity events over the past 30 seconds.\n"); /// - /// QueryAnalyzer humidityEventsQueryAnalyzer = client.Query.CreateEventsQueryAnalyzer(tsId, TimeSpan.FromSeconds(30)); + /// QueryAnalyzer humidityEventsQueryAnalyzer = client.Queries.CreateEventsQueryAnalyzer(tsId, TimeSpan.FromSeconds(30)); /// await foreach (TimeSeriesPoint point in humidityEventsQueryAnalyzer.GetResultsAsync()) /// { - /// double? humidityValue = (double?)point.GetValue("Humidity"); - /// Console.WriteLine($"{point.Timestamp} - Humidity: {humidityValue}"); + /// TimeSeriesValue humidityValue = point.GetValue("Humidity"); + /// + /// // Figure out what is the underlying type for the time series value. Since you know your Time Series Insights + /// // environment best, you probably do not need this logic and you can skip to directly casting to the proper + /// // type. This logic demonstrates how you can figure out what type to cast to in the case where you are not + /// // too familiar with the property type. + /// if (humidityValue.Type == typeof(double?)) + /// { + /// Console.WriteLine($"{point.Timestamp} - Humidity: {(double?)humidityValue}"); + /// } + /// else if (humidityValue.Type == typeof(int?)) + /// { + /// Console.WriteLine($"{point.Timestamp} - Humidity: {(int?)humidityValue}"); + /// } + /// else + /// { + /// Console.WriteLine("The type of the Time Series value for Humidity is not numeric."); + /// } /// } /// /// @@ -149,34 +181,24 @@ public virtual QueryAnalyzer CreateEventsQueryAnalyzer( /// The object that can be used to retrieve the pageable list . /// /// - /// Console.WriteLine("\n\nQuery for temperature series in celsius and fahrenheit over the past 10 minutes.\n"); + /// Console.WriteLine($"\n\nQuery for temperature series in Celsius and Fahrenheit over the past 10 minutes. " + + /// $"The Time Series instance belongs to a type that has predefined numeric variable that represents the temperature " + + /// $"in Celsuis, and a predefined numeric variable that represents the temperature in Fahrenheit.\n"); /// /// DateTimeOffset endTime = DateTime.UtcNow; /// DateTimeOffset startTime = endTime.AddMinutes(-10); - /// - /// var celsiusVariable = new NumericVariable( - /// new TimeSeriesExpression("$event.Temperature"), - /// new TimeSeriesExpression("avg($value)")); - /// var fahrenheitVariable = new NumericVariable( - /// new TimeSeriesExpression("$event.Temperature * 1.8 + 32"), - /// new TimeSeriesExpression("avg($value)")); - /// - /// var querySeriesRequestOptions = new QuerySeriesRequestOptions(); - /// querySeriesRequestOptions.InlineVariables["TemperatureInCelsius"] = celsiusVariable; - /// querySeriesRequestOptions.InlineVariables["TemperatureInFahrenheit"] = fahrenheitVariable; - /// - /// QueryAnalyzer seriesQueryAnalyzer = client.Query.CreateSeriesQueryAnalyzer( + /// QueryAnalyzer seriesQueryAnalyzer = client.Queries.CreateSeriesQueryAnalyzer( /// tsId, /// startTime, - /// endTime, - /// querySeriesRequestOptions); + /// endTime); /// /// await foreach (TimeSeriesPoint point in seriesQueryAnalyzer.GetResultsAsync()) /// { - /// double? tempInCelsius = (double?)point.GetValue("TemperatureInCelsius"); - /// double? tempInFahrenheit = (double?)point.GetValue("TemperatureInFahrenheit"); + /// double? tempInCelsius = (double?)point.GetValue(celsiusVariableName); + /// double? tempInFahrenheit = (double?)point.GetValue(fahrenheitVariableName); /// - /// Console.WriteLine($"{point.Timestamp} - Average temperature in Celsius: {tempInCelsius}. Average temperature in Fahrenheit: {tempInFahrenheit}."); + /// Console.WriteLine($"{point.Timestamp} - Average temperature in Celsius: {tempInCelsius}. " + + /// $"Average temperature in Fahrenheit: {tempInFahrenheit}."); /// } /// /// @@ -218,6 +240,36 @@ public virtual QueryAnalyzer CreateSeriesQueryAnalyzer( /// Optional parameters to use when querying for series events. /// The cancellation token. /// The object that can be used to retrieve the pageable list . + /// + /// + /// Console.WriteLine("\n\nQuery for temperature series in Celsius and Fahrenheit over the past 10 minutes.\n"); + /// + /// var celsiusVariable = new NumericVariable( + /// new TimeSeriesExpression("$event.Temperature"), + /// new TimeSeriesExpression("avg($value)")); + /// var fahrenheitVariable = new NumericVariable( + /// new TimeSeriesExpression("$event.Temperature * 1.8 + 32"), + /// new TimeSeriesExpression("avg($value)")); + /// + /// var querySeriesRequestOptions = new QuerySeriesRequestOptions(); + /// querySeriesRequestOptions.InlineVariables["TemperatureInCelsius"] = celsiusVariable; + /// querySeriesRequestOptions.InlineVariables["TemperatureInFahrenheit"] = fahrenheitVariable; + /// + /// QueryAnalyzer seriesQueryAnalyzer = client.Queries.CreateSeriesQueryAnalyzer( + /// tsId, + /// TimeSpan.FromMinutes(10), + /// null, + /// querySeriesRequestOptions); + /// + /// await foreach (TimeSeriesPoint point in seriesQueryAnalyzer.GetResultsAsync()) + /// { + /// double? tempInCelsius = (double?)point.GetValue("TemperatureInCelsius"); + /// double? tempInFahrenheit = (double?)point.GetValue("TemperatureInFahrenheit"); + /// + /// Console.WriteLine($"{point.Timestamp} - Average temperature in Celsius: {tempInCelsius}. Average temperature in Fahrenheit: {tempInFahrenheit}."); + /// } + /// + /// public virtual QueryAnalyzer CreateSeriesQueryAnalyzer( TimeSeriesId timeSeriesId, TimeSpan timeSpan, @@ -261,7 +313,7 @@ public virtual QueryAnalyzer CreateSeriesQueryAnalyzer( /// The object that can be used to retrieve the pageable list . /// /// - /// Console.WriteLine("\n\nCount the number of temperature vents over the past 3 minutes, in 1-minute time slots.\n"); + /// Console.WriteLine("\n\nCount the number of temperature events over the past 3 minutes, in 1-minute time slots.\n"); /// /// // Get the count of events in 60-second time slots over the past 3 minutes /// DateTimeOffset endTime = DateTime.UtcNow; @@ -270,11 +322,13 @@ public virtual QueryAnalyzer CreateSeriesQueryAnalyzer( /// var aggregateVariable = new AggregateVariable( /// new TimeSeriesExpression("count()")); /// + /// var countVariableName = "Count"; + /// /// var aggregateSeriesRequestOptions = new QueryAggregateSeriesRequestOptions(); - /// aggregateSeriesRequestOptions.InlineVariables["Count"] = aggregateVariable; - /// aggregateSeriesRequestOptions.ProjectedVariables.Add("Count"); + /// aggregateSeriesRequestOptions.InlineVariables[countVariableName] = aggregateVariable; + /// aggregateSeriesRequestOptions.ProjectedVariables.Add(countVariableName); /// - /// QueryAnalyzer aggregateSeriesQueryAnalyzer = client.Query.CreateAggregateSeriesQueryAnalyzer( + /// QueryAnalyzer aggregateSeriesQueryAnalyzer = client.Queries.CreateAggregateSeriesQueryAnalyzer( /// tsId, /// startTime, /// endTime, @@ -283,7 +337,7 @@ public virtual QueryAnalyzer CreateSeriesQueryAnalyzer( /// /// await foreach (TimeSeriesPoint point in aggregateSeriesQueryAnalyzer.GetResultsAsync()) /// { - /// long? temperatureCount = (long?)point.GetValue("Count"); + /// long? temperatureCount = (long?)point.GetValue(countVariableName); /// Console.WriteLine($"{point.Timestamp} - Temperature count: {temperatureCount}"); /// } /// @@ -340,7 +394,7 @@ public virtual QueryAnalyzer CreateAggregateSeriesQueryAnalyzer( /// requestOptions.InlineVariables["Temperature"] = numericVariable; /// requestOptions.ProjectedVariables.Add("Temperature"); /// - /// QueryAnalyzer queryAggregateSeriesAnalyzer = client.Query.CreateAggregateSeriesQueryAnalyzer( + /// QueryAnalyzer queryAggregateSeriesAnalyzer = client.Queries.CreateAggregateSeriesQueryAnalyzer( /// tsId, /// TimeSpan.FromSeconds(2), /// TimeSpan.FromSeconds(30), diff --git a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsTypes.cs b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsTypes.cs index 720528bdc517..f74078563221 100644 --- a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsTypes.cs +++ b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/src/TimeSeriesInsightsTypes.cs @@ -290,11 +290,10 @@ public virtual Response GetByName( /// // Code snippet below shows getting a default Type using Id /// // The default type Id can be obtained programmatically by using the ModelSettings client. /// - /// TimeSeriesModelSettings modelSettings = await client.ModelSettings.GetAsync().ConfigureAwait(false); + /// TimeSeriesModelSettings modelSettings = await client.ModelSettings.GetAsync(); /// Response<TimeSeriesTypeOperationResult[]> getTypeByIdResults = await client /// .Types - /// .GetByIdAsync(new string[] { modelSettings.DefaultTypeId }) - /// .ConfigureAwait(false); + /// .GetByIdAsync(new string[] { modelSettings.DefaultTypeId }); /// /// // The response of calling the API contains a list of type or error objects corresponding by position to the input parameter array in the request. /// // If the error object is set to null, this means the operation was a success. @@ -416,34 +415,20 @@ public virtual Response GetById( /// /// /// - /// // Create an aggregate type + /// // Create a type with an aggregate variable /// var timeSeriesTypes = new List<TimeSeriesType>(); /// /// var countExpression = new TimeSeriesExpression("count()"); /// var aggregateVariable = new AggregateVariable(countExpression); /// var variables = new Dictionary<string, TimeSeriesVariable>(); - /// var variableName = "aggregateVariable"; - /// variables.Add(variableName, aggregateVariable); + /// variables.Add("aggregateVariable", aggregateVariable); /// - /// var timeSeriesTypesProperties = new Dictionary<string, string> - /// { - /// { "Type1", "Type1Id"}, - /// { "Type2", "Type2Id"} - /// }; - /// - /// foreach (KeyValuePair<string, string> property in timeSeriesTypesProperties) - /// { - /// var type = new TimeSeriesType(property.Key, variables) - /// { - /// Id = property.Value - /// }; - /// timeSeriesTypes.Add(type); - /// } + /// timeSeriesTypes.Add(new TimeSeriesType("Type1", variables) { Id = "Type1Id" }); + /// timeSeriesTypes.Add(new TimeSeriesType("Type2", variables) { Id = "Type2Id" }); /// /// Response<TimeSeriesTypeOperationResult[]> createTypesResult = await client /// .Types - /// .CreateOrReplaceAsync(timeSeriesTypes) - /// .ConfigureAwait(false); + /// .CreateOrReplaceAsync(timeSeriesTypes); /// /// // The response of calling the API contains a list of error objects corresponding by position to the input parameter array in the request. /// // If the error object is set to null, this means the operation was a success. @@ -669,8 +654,7 @@ public virtual Response DeleteByName( /// var typesIdsToDelete = new List<string> { "Type1Id", " Type2Id" }; /// Response<TimeSeriesOperationError[]> deleteTypesResponse = await client /// .Types - /// .DeleteByIdAsync(typesIdsToDelete) - /// .ConfigureAwait(false); + /// .DeleteByIdAsync(typesIdsToDelete); /// /// // The response of calling the API contains a list of error objects corresponding by position to the input parameter /// // array in the request. If the error object is set to null, this means the operation was a success. diff --git a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/tests/QueryEventsTests.cs b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/tests/QueryEventsTests.cs index 09f82c868bcf..46d9fe460444 100644 --- a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/tests/QueryEventsTests.cs +++ b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/tests/QueryEventsTests.cs @@ -62,7 +62,7 @@ await QueryTestsHelper.SendEventsToHubAsync( // This retry logic was added as the TSI instance are not immediately available after creation await TestRetryHelper.RetryAsync>(async () => { - QueryAnalyzer queryEventsPages = tsiClient.Query.CreateEventsQueryAnalyzer(tsiId, startTime, endTime); + QueryAnalyzer queryEventsPages = tsiClient.Queries.CreateEventsQueryAnalyzer(tsiId, startTime, endTime); var count = 0; await foreach (TimeSeriesPoint timeSeriesPoint in queryEventsPages.GetResultsAsync()) { @@ -123,7 +123,7 @@ await TestRetryHelper.RetryAsync>(async () => await TestRetryHelper.RetryAsync>(async () => { - QueryAnalyzer queryEventsPages = tsiClient.Query.CreateEventsQueryAnalyzer(tsiId, startTime, endTime, queryRequestOptions); + QueryAnalyzer queryEventsPages = tsiClient.Queries.CreateEventsQueryAnalyzer(tsiId, startTime, endTime, queryRequestOptions); await foreach (Page page in queryEventsPages.GetResultsAsync().AsPages()) { page.Values.Should().HaveCount(2); @@ -139,7 +139,7 @@ await TestRetryHelper.RetryAsync>(async () => // Query for the two events with a filter, but only take 1 queryRequestOptions.MaximumNumberOfEvents = 1; - QueryAnalyzer queryEventsPagesWithFilter = tsiClient.Query.CreateEventsQueryAnalyzer(tsiId, startTime, endTime, queryRequestOptions); + QueryAnalyzer queryEventsPagesWithFilter = tsiClient.Queries.CreateEventsQueryAnalyzer(tsiId, startTime, endTime, queryRequestOptions); await foreach (Page page in queryEventsPagesWithFilter.GetResultsAsync().AsPages()) { page.Values.Should().HaveCount(1); @@ -149,7 +149,7 @@ await TestRetryHelper.RetryAsync>(async () => { // Query for all the events using a timespan QueryAnalyzer queryEventsPagesWithTimespan = tsiClient - .Query + .Queries .CreateEventsQueryAnalyzer(tsiId, TimeSpan.FromMinutes(20), endTime); await foreach (Page page in queryEventsPagesWithTimespan.GetResultsAsync().AsPages()) { diff --git a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/tests/QuerySeriesTests.cs b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/tests/QuerySeriesTests.cs index 516a8dc7043e..9652b594221e 100644 --- a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/tests/QuerySeriesTests.cs +++ b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/tests/QuerySeriesTests.cs @@ -73,7 +73,7 @@ await QueryTestsHelper.SendEventsToHubAsync( // This retry logic was added as the TSI instance are not immediately available after creation await TestRetryHelper.RetryAsync>(async () => { - QueryAnalyzer querySeriesEventsPages = tsiClient.Query.CreateSeriesQueryAnalyzer( + QueryAnalyzer querySeriesEventsPages = tsiClient.Queries.CreateSeriesQueryAnalyzer( tsiId, startTime, endTime, @@ -103,7 +103,7 @@ await TestRetryHelper.RetryAsync>(async () => // Query for all the series events using a timespan QueryAnalyzer querySeriesEventsPagesWithTimespan = tsiClient - .Query + .Queries .CreateSeriesQueryAnalyzer(tsiId, TimeSpan.FromMinutes(10), null, querySeriesRequestOptions); await foreach (Page seriesEventsPage in querySeriesEventsPagesWithTimespan.GetResultsAsync().AsPages()) @@ -124,7 +124,7 @@ await TestRetryHelper.RetryAsync>(async () => querySeriesRequestOptions.ProjectedVariables.Add(QueryTestsHelper.Humidity); await TestRetryHelper.RetryAsync>(async () => { - QueryAnalyzer querySeriesEventsPages = tsiClient.Query.CreateSeriesQueryAnalyzer(tsiId, startTime, endTime, querySeriesRequestOptions); + QueryAnalyzer querySeriesEventsPages = tsiClient.Queries.CreateSeriesQueryAnalyzer(tsiId, startTime, endTime, querySeriesRequestOptions); await foreach (Page seriesEventsPage in querySeriesEventsPages.GetResultsAsync().AsPages()) { @@ -164,7 +164,7 @@ await TestRetryHelper.RetryAsync>(async () => querySeriesRequestOptions.Filter = "$event.Temperature.Double = 1.2"; await TestRetryHelper.RetryAsync>(async () => { - QueryAnalyzer querySeriesEventsPages = tsiClient.Query.CreateSeriesQueryAnalyzer(tsiId, startTime, endTime, querySeriesRequestOptions); + QueryAnalyzer querySeriesEventsPages = tsiClient.Queries.CreateSeriesQueryAnalyzer(tsiId, startTime, endTime, querySeriesRequestOptions); await foreach (Page seriesEventsPage in querySeriesEventsPages.GetResultsAsync().AsPages()) { seriesEventsPage.Values.Should().HaveCount(2); @@ -181,7 +181,7 @@ await TestRetryHelper.RetryAsync>(async () => // Query for the two events with a filter, but only take 1 querySeriesRequestOptions.MaximumNumberOfEvents = 1; - QueryAnalyzer querySeriesEventsPagesWithFilter = tsiClient.Query.CreateSeriesQueryAnalyzer(tsiId, startTime, endTime, querySeriesRequestOptions); + QueryAnalyzer querySeriesEventsPagesWithFilter = tsiClient.Queries.CreateSeriesQueryAnalyzer(tsiId, startTime, endTime, querySeriesRequestOptions); await foreach (Page seriesEventsPage in querySeriesEventsPagesWithFilter.GetResultsAsync().AsPages()) { seriesEventsPage.Values.Should().HaveCount(1); diff --git a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/tests/TimeSeriesInsightsQueryAggregateSeriesTests.cs b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/tests/TimeSeriesInsightsQueryAggregateSeriesTests.cs index fbed556c3754..2d47747f3df8 100644 --- a/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/tests/TimeSeriesInsightsQueryAggregateSeriesTests.cs +++ b/sdk/timeseriesinsights/Azure.IoT.TimeSeriesInsights/tests/TimeSeriesInsightsQueryAggregateSeriesTests.cs @@ -65,7 +65,7 @@ await QueryTestsHelper.SendEventsToHubAsync( // This retry logic was added as the TSI instance are not immediately available after creation await TestRetryHelper.RetryAsync>(async () => { - QueryAnalyzer queryAggregateSeriesPages = tsiClient.Query.CreateAggregateSeriesQueryAnalyzer( + QueryAnalyzer queryAggregateSeriesPages = tsiClient.Queries.CreateAggregateSeriesQueryAnalyzer( tsiId, startTime, endTime, @@ -113,7 +113,7 @@ await TestRetryHelper.RetryAsync>(async () => await TestRetryHelper.RetryAsync>(async () => { - QueryAnalyzer queryAggregateSeriesPages = tsiClient.Query.CreateAggregateSeriesQueryAnalyzer( + QueryAnalyzer queryAggregateSeriesPages = tsiClient.Queries.CreateAggregateSeriesQueryAnalyzer( tsiId, startTime, endTime, @@ -157,7 +157,7 @@ await TestRetryHelper.RetryAsync>(async () => queryAggregateSeriesRequestOptions.Filter = "$event.Temperature.Double = 1.2"; await TestRetryHelper.RetryAsync>(async () => { - QueryAnalyzer queryAggregateSeriesPages = tsiClient.Query.CreateAggregateSeriesQueryAnalyzer( + QueryAnalyzer queryAggregateSeriesPages = tsiClient.Queries.CreateAggregateSeriesQueryAnalyzer( tsiId, startTime, endTime, @@ -231,7 +231,7 @@ await QueryTestsHelper.SendEventsToHubAsync( // This retry logic was added as the TSI instance are not immediately available after creation await TestRetryHelper.RetryAsync>(async () => { - QueryAnalyzer queryAggregateSeriesPages = tsiClient.Query.CreateAggregateSeriesQueryAnalyzer( + QueryAnalyzer queryAggregateSeriesPages = tsiClient.Queries.CreateAggregateSeriesQueryAnalyzer( tsiId, startTime, endTime, @@ -295,7 +295,7 @@ await QueryTestsHelper.SendEventsToHubAsync( await TestRetryHelper.RetryAsync>(async () => { - QueryAnalyzer queryAggregateSeriesPages = tsiClient.Query.CreateAggregateSeriesQueryAnalyzer( + QueryAnalyzer queryAggregateSeriesPages = tsiClient.Queries.CreateAggregateSeriesQueryAnalyzer( tsiId, startTime, endTime, diff --git a/sdk/translation/Azure.AI.Translation.Document/src/Azure.AI.Translation.Document.csproj b/sdk/translation/Azure.AI.Translation.Document/src/Azure.AI.Translation.Document.csproj index 7c32f2b72d57..3a719dffdea6 100644 --- a/sdk/translation/Azure.AI.Translation.Document/src/Azure.AI.Translation.Document.csproj +++ b/sdk/translation/Azure.AI.Translation.Document/src/Azure.AI.Translation.Document.csproj @@ -9,11 +9,10 @@ + - - diff --git a/sdk/translation/Azure.AI.Translation.Document/tests/Infrastructure/DocumentTranslationRecordedTestSanitizer.cs b/sdk/translation/Azure.AI.Translation.Document/tests/Infrastructure/DocumentTranslationRecordedTestSanitizer.cs index d1b10df1480f..dc1e2bd0cb3c 100644 --- a/sdk/translation/Azure.AI.Translation.Document/tests/Infrastructure/DocumentTranslationRecordedTestSanitizer.cs +++ b/sdk/translation/Azure.AI.Translation.Document/tests/Infrastructure/DocumentTranslationRecordedTestSanitizer.cs @@ -10,8 +10,8 @@ public class DocumentTranslationRecordedTestSanitizer : RecordedTestSanitizer public DocumentTranslationRecordedTestSanitizer() : base() { - JsonPathSanitizers.Add("$..sourceUrl"); - JsonPathSanitizers.Add("$..targetUrl"); + AddJsonPathSanitizer("$..sourceUrl"); + AddJsonPathSanitizer("$..targetUrl"); SanitizedHeaders.Add(Constants.AuthorizationHeader); } } diff --git a/sdk/webpubsub/Azure.Messaging.WebPubSub/src/Azure.Messaging.WebPubSub.csproj b/sdk/webpubsub/Azure.Messaging.WebPubSub/src/Azure.Messaging.WebPubSub.csproj index e358358ade0b..776183b10843 100644 --- a/sdk/webpubsub/Azure.Messaging.WebPubSub/src/Azure.Messaging.WebPubSub.csproj +++ b/sdk/webpubsub/Azure.Messaging.WebPubSub/src/Azure.Messaging.WebPubSub.csproj @@ -8,6 +8,7 @@ + @@ -25,8 +26,6 @@ - -